.part-details-container{display:flex;gap:30px;padding:30px;max-width:1200px;margin:0 auto}.left-side{flex:1;display:flex;flex-direction:column;gap:16px}.left-side img{width:100%;height:420px;object-fit:cover;box-shadow:0 6px 22px #00000026;transition:transform .3s ease,box-shadow .3s ease}.left-side img:hover{transform:scale(1.02);box-shadow:0 10px 30px #00000038}.right-side{flex:1;background:#fff;padding:28px;box-shadow:0 6px 20px #0000001f;border:1px solid #ececec}.right-side h2{margin-bottom:18px;font-size:26px;color:#222;font-weight:600}.right-side p{font-size:16px;line-height:1.6;color:#444;margin-bottom:12px}.right-side button{background:#ff9800;color:#fff;padding:12px 20px;border:none;border-radius:10px;font-size:16px;cursor:pointer;margin-top:20px;transition:background .25s ease,transform .25s ease}.right-side button:hover{background:#e68900;transform:translateY(-2px)}@media(max-width:900px){.part-details-container{flex-direction:column}.left-side img{height:350px}}.hero-img-part-detail{inset:0;z-index:0;width:100%;height:40%;overflow:hidden}.hero-img-part-detail img{width:100%;height:500px;object-fit:cover;object-position:center;filter:brightness(.8)}*{font-family:ClashDisplay,sans-serif}.navbar-top-wrapper{width:100%;position:absolute;top:0;left:0;z-index:20}.navbar-main{display:flex;gap:310px;justify-content:center;align-items:center;padding:18px 80px;background:#0c294a;border-bottom:1px solid #0c294a}.nav-logo{display:flex;align-items:center}.logo-text{font-size:22px;font-weight:700;letter-spacing:1px;color:#fff}.nav-links{display:flex;gap:35px}.nav-links a{color:#fff;text-decoration:none;font-size:12px;font-weight:500;letter-spacing:1px;transition:.3s;cursor:pointer}.nav-links a:hover{color:#fddc1c}.nav-contact-call{display:flex;align-items:center;gap:10px;font-weight:400;font-size:14px;padding:15px 20px;border-radius:5px;cursor:pointer;background:#fddc1c;color:#0c294a;transition:.3s}.nav-contact-call:hover{background-color:#0c294a;color:#fff}.phone-icon{font-size:17px}.navbar-top-wrapper{width:100%;position:absolute;top:0;left:0;z-index:20;transition:.3s ease}.sticky-nav{position:fixed;top:0;background:#0c294a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-top:5px;padding-bottom:5px}.sticky-nav .navbar-main{padding:12px 60px}.hamburger{display:none;font-size:26px;color:#fff;cursor:pointer;z-index:30}@media(max-width:900px){.navbar-main{padding:14px 20px;gap:0;justify-content:space-between;border-bottom:none}.nav-links,.nav-contact-call{display:none}.sticky-nav{position:fixed;top:0;left:0;width:100%;background:#0c294a;z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sticky-nav .navbar-main{padding:10px 16px}.nav-logo img{width:90px}.hamburger{display:block}}.mobile-menu-overlay{position:fixed;inset:0;background:#000000f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}.mobile-menu{display:flex;flex-direction:column;gap:28px;text-align:center}.mobile-menu a{color:#fff;font-size:22px;font-weight:600;letter-spacing:1px;text-decoration:none;cursor:pointer;transition:.3s}.mobile-menu a:hover{color:#fddc1c}.mobile-close{position:absolute;top:25px;right:25px;font-size:30px;color:#fff;cursor:pointer}.mobile-menu .nav-contact-call{display:flex;justify-content:center;margin-top:25px;padding:14px 18px}@media(min-width:901px)and (max-width:1200px){.navbar-main{display:flex;align-items:center;justify-content:space-between;gap:80px;padding:16px 40px}.nav-links{display:flex;gap:26px}.nav-links a{font-size:12px;letter-spacing:.6px;white-space:nowrap}.logo-text{font-size:20px}.nav-contact-call{padding:10px 16px;font-size:12px}.sticky-nav .navbar-main{padding:12px 40px}}.nav-logo{display:flex;align-items:center;cursor:pointer;padding:0}.nav-logo img{width:90px;height:auto;display:block;object-fit:contain}@media(max-width:768px){.nav-logo img{width:100px}}.footer-section{background:#000;color:#fff;padding:30px 0 40px;font-family:Poppins,sans-serif;height:500px;display:flex;flex-direction:column}.footer-container{width:1260px;margin:auto;display:grid;grid-template-columns:1.6fr 1fr 1.3fr;gap:80px}.footer-left{width:450px}.footer-left h2{font-size:22px;font-weight:600;line-height:1.4;margin-bottom:25px;color:#fff}.footer-left p{color:#ffffffd9;line-height:1.7;font-size:12px}.footer-middle{padding-left:50px}.footer-middle h3,.footer-right h3{font-size:18px;margin-bottom:22px;font-weight:600}.footer-middle ul{list-style:none;padding:0;margin:0}.footer-middle li{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:13px;cursor:pointer;transition:.3s}.footer-middle li:hover{color:#ffe0e0}.footer-middle li span{width:28px;height:2px;background:#fff;display:inline-block}.footer-info{display:flex;gap:12px;margin-bottom:18px;line-height:1.6}.footer-info .icon{font-size:18px;color:#fff;margin-top:4px}.footer-bottom-line{width:90%;height:1px;background:#ffffff59;margin:40px auto 20px}.footer-copy{text-align:center;font-size:14px;opacity:.9;display:flex;gap:4px;align-items:center;justify-content:center}@media(max-width:900px){.footer-section{height:auto;padding:60px 20px 30px}.footer-container{width:100%;grid-template-columns:1fr;gap:40px;text-align:left}.footer-left,.footer-middle,.footer-right{width:100%;padding-left:0}.footer-left h2{font-size:26px}.footer-left p{font-size:15px}.footer-middle ul{display:flex;flex-direction:column;padding-left:10px}.footer-middle li{font-size:15px;text-align:left}.footer-middle li span{display:none}.footer-info{justify-content:left;font-size:15px}}@media(max-width:480px){.footer-left h2{font-size:22px}.footer-middle h3,.footer-right h3{font-size:20px}.footer-copy{font-size:13px;padding:0 10px}}@media(min-width:901px)and (max-width:1200px){.footer-section{height:auto;padding:70px 40px 35px}.footer-container{width:100%;max-width:1000px;grid-template-columns:1.3fr 1fr 1.2fr;gap:50px}.footer-left{width:100%}.footer-left h2{font-size:20px}.footer-left p{font-size:13px}.footer-middle{padding-left:0}.footer-middle h3,.footer-right h3{font-size:17px}.footer-middle li{font-size:13px}.footer-middle li span{width:22px}.footer-info{font-size:14px}.footer-copy{font-size:13px}}.footer-left{display:flex;flex-direction:column;gap:10px;justify-content:left;text-align:left;justify-items:left}.footer-left img{width:130px;height:auto;display:block;margin:0}.footer-left p{margin:0;padding-top:4px;font-size:14px;line-height:1.6;color:#cfcfcf}@media(max-width:768px){.footer-left{align-items:start;text-align:left}.footer-left img{width:120px}}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Regular-tbGlgKhW.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Technor;src:url(/assets/Technor-Regular-BvX7ltma.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Technor;src:url(/assets/Technor-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{font-family:Technor;margin:0}.hero-container{width:100%;height:100vh;position:relative;display:flex;align-items:center;background:url(/hero_slider_bg_2.png) center/cover no-repeat;overflow:hidden}.hero-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(to right,rgba(0,0,0,.85),rgba(0,0,0,.4),transparent);z-index:1}.hero-content{position:absolute;left:40px;z-index:2;color:#fff;max-width:700px;padding-top:10px}.hero-top-text{display:flex;align-items:center;gap:12px;font-size:13px;letter-spacing:2px;color:#fff;opacity:.9;padding-left:90px;margin-bottom:30px}.hero-top-text .line{width:35px;height:2px;background:#fff;display:inline-block;opacity:.8}.hero-title{font-size:55px;font-weight:700;width:650px;line-height:1.1;color:#fff;padding-left:90px;text-align:left;letter-spacing:2px}.hero-subtext{margin-top:20px;font-size:14px;line-height:1.6;opacity:.9;padding-left:90px;width:600px}.hero-buttons{display:flex;align-items:center;margin-top:30px;gap:40px;margin-left:90px}.learn-more-btn{background:#fddc1c;color:#0c294a;padding:14px 30px;font-size:13px;border-radius:6px;border:none;cursor:pointer;transition:.3s}.learn-more-btn:hover{background:#0c294a;color:#fff}.call-box{display:flex;align-items:center;gap:10px}.call-icon{background:#fff;padding:12px;border-radius:50%;font-size:20px}.call-info .call-text{font-size:14px;opacity:.8}.call-info .call-number{font-size:18px;font-weight:700}.hero-image{position:absolute;right:0;top:0;width:55%;height:100%;background:url(/mechanic.jpg) center/cover no-repeat;z-index:0}.selectcar-box{position:absolute;right:-10px;top:10px;z-index:10;width:750px;padding:20px;border-radius:10px}@media(max-width:900px){.hero-container{height:155vh;align-items:flex-start;display:flex;flex-direction:column;box-sizing:border-box}.hero-overlay{background:linear-gradient(to bottom,#000000d9,#0009,#0000004d)}.hero-content{position:relative;left:0;max-width:100%;width:100%;padding:0 20px;margin-top:120px;text-align:center}.hero-top-text{justify-content:center;padding-left:0;font-size:14px;margin-bottom:20px}.hero-title{font-size:36px;width:100%;padding-left:0;text-align:center;line-height:1.2}.hero-subtext{width:100%;padding-left:0;font-size:16px;margin-top:15px}.hero-buttons{flex-direction:column;align-items:center;margin:25px auto 0;gap:18px}.learn-more-btn{width:100%;max-width:280px}.call-box{justify-content:center}.hero-image{display:none}.selectcar-box{position:relative;top:0;left:15px;width:100%;margin-top:5px;margin-bottom:50px}}@media(max-width:600px){.hero-title{font-size:28px}.hero-subtext{font-size:15px}.learn-more-btn{padding:12px 22px;font-size:15px}.call-info .call-number{font-size:16px}}@media(min-width:901px)and (max-width:1200px){.hero-container{height:62vh;align-items:center}.hero-content{max-width:47%;text-align:left;padding-left:30px}.hero-top-text{padding-left:0;font-size:13px;margin-bottom:18px}.hero-title{font-size:42px;width:100%;padding-left:0;line-height:1.15;letter-spacing:1.4px}.hero-subtext{width:92%;padding-left:0;font-size:15px;margin-top:14px}.hero-buttons{margin-left:0;gap:22px;margin-top:24px}.hero-image{width:46%;display:block}.selectcar-box{position:absolute;right:30px;top:13%;width:420px}}@font-face{font-family:ClashDisplay;src:url(/assets/ClashDisplay-Regular-RJ1gwrr2.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ClashDisplay;src:url(/assets/ClashDisplay-Bold-DLC90PTw.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}.selectcar-container{max-width:520px;margin:110px 150px;padding:50px 25px;border:1px solid rgb(183,183,183);background:transparent;transition:transform .3s ease,box-shadow .3s ease;font-family:ClashDisplay,sans-serif;height:400px;position:absolute;top:70px;right:30px}.selectcar-container:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001f,0 8px 15px #00000014}.selectcar-container h1{color:#fff;font-weight:500;font-size:22px}.search-header{text-align:center;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #f0f0f0}.search-header p{font-size:.85em;color:#e33e3e;margin:0}.search-header h2{font-size:2em;color:#d96f00;margin-top:5px;font-weight:700;letter-spacing:.5px}.form-wrapper{padding:25px;border:2px solid #d96f00;background:#fffaf8;box-shadow:inset 0 2px 6px #d96f000d;font-family:Gambetta,Arial,sans-serif}.dropdown-box{margin-bottom:18px;position:relative}.dropdown-box select{width:100%;padding:14px 16px;border-radius:8px;border:1px solid #ccc;font-size:1em;box-sizing:border-box;appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"%3E%3Cpath fill="%23333" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:right 12px center;background-size:12px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.dropdown-box select:focus{border-color:#d96f00;box-shadow:0 0 8px #d96f004d;outline:none}.part-selection-area{border:1px solid #ddd;border-radius:8px;padding:10px 12px;min-height:50px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;background:#fff7f2}.part-tag{display:inline-flex;align-items:center;background-color:#ffe9d6;border:1px solid #f0cba0;border-radius:6px;padding:5px 10px;font-size:.9em;color:#5a3e1b;transition:background .2s}.part-tag:hover{background-color:#ffd2a8}.part-tag .remove-tag{margin-left:8px;cursor:pointer;font-weight:700;color:#b45f0d}.add-part-text{color:#d96f00;font-size:.9em;cursor:pointer;transition:color .2s}.add-part-text:hover{color:#e67d22}.condition-required-section h4{font-weight:600;margin-bottom:10px;color:#333}.radio-group{display:flex;gap:20px;flex-wrap:wrap}.radio-group label{display:flex;align-items:center;cursor:pointer;font-size:1em;color:#555}.radio-group input[type=radio]{margin-right:6px;accent-color:#d96f00;width:18px;height:18px}.final-section button{width:100%;padding:16px;margin-top:40px;background-color:#d96f00;color:#fff;border:none;border-radius:10px;font-size:1.15em;font-weight:400;cursor:pointer;transition:background .3s,transform .2s,box-shadow .3s;box-shadow:0 6px 12px #d96f0066}.final-section button:hover{background-color:#e67d22;transform:translateY(-2px);box-shadow:0 8px 16px #d96f0073}.input-boxes-5{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-top:40px}@media(max-width:500px){.selectcar-container{margin:10px 15px 50px;padding:20px;height:540px}.final-section button{margin-top:5px;margin-bottom:20px}.form-wrapper{padding:20px}.selectcar-container h1{font-weight:500;font-size:22px;padding-left:5px;padding-bottom:5px}.search-header h2{font-size:1.6em}.input-boxes-5{grid-template-columns:1fr}}@media(min-width:901px)and (max-width:1200px){.selectcar-container{position:relative;top:auto;right:auto;max-width:420px;margin:80px auto 0;padding:35px 22px;height:auto}.search-header h2{font-size:1.7em}.form-wrapper{padding:22px}.input-boxes-5{grid-template-columns:1fr;gap:16px;padding-top:25px}.final-section button{margin-top:25px;font-size:1.05em}}.parts-section{padding-top:80px;padding-bottom:40px;text-align:center;animation:fadeIn 1.5s ease;width:1270px;margin:auto}.parts-title{font-size:42px;font-weight:800;margin-bottom:20px;color:#111;margin-top:10px}.parts-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:28px;animation:fadeInUp 1.4s ease;row-gap:60px;padding-top:10px;width:1250px;margin:auto}.parts-card{position:relative;height:200px;border-radius:15px;overflow:hidden;cursor:pointer;box-shadow:0 5px 20px #00000026;transition:.4s ease}.parts-card img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.parts-card:hover img{transform:scale(1.15)}.parts-overlay{position:absolute;bottom:0;height:90px;width:100%;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-end;padding:15px;opacity:0;transition:.4s ease}.parts-card:hover .parts-overlay{opacity:1}.parts-overlay h3{color:#fff;font-size:18px;font-weight:700}@media(max-width:900px){.parts-section{width:100%;height:auto;padding:30px 20px}.parts-title{font-size:30px;margin-bottom:25px}.parts-grid{width:100%;grid-template-columns:repeat(2,1fr);gap:22px}.parts-card{height:210px}.parts-overlay{height:80px}}@media(max-width:600px){.parts-section{width:100%;height:auto;padding:30px 20px}.parts-title{font-size:24px}.parts-grid{grid-template-columns:1fr;gap:20px;width:99%}.parts-card{width:99%;height:250px}.parts-card img{width:100%;height:100%;object-fit:cover}.parts-overlay{opacity:1;height:70px}.parts-overlay h3{font-size:16px}}.services-wrapper{padding-top:50px;text-align:center;font-family:Quicksand;height:75vh;width:1485px;margin:auto}.service-topline{display:flex;justify-content:center;align-items:center;gap:14px;font-size:14px;color:#0c294a;font-weight:600}.service-topline span{width:50px;height:2px;background:#0c294a;display:inline-block}.service-heading{font-size:42px;font-weight:700;line-height:1.2;margin:20px;color:#111}.services-grid{width:85%;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer}.service-img{width:100%;height:350px;object-fit:cover;transition:.4s ease}.service-title-bar{position:absolute;bottom:0;width:100%;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.service-title-bar h3{color:#fff;font-size:18px;font-weight:600;text-align:left;padding-left:20px;padding-bottom:10px}.service-hover{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;display:flex;flex-direction:column;gap:5px;justify-content:flex-end;opacity:0;transform:translateY(20px);transition:.4s ease;background:linear-gradient(to top,rgba(0,0,0,.85),transparent)}.service-card:hover .service-img{transform:scale(1.08);filter:brightness(55%)}.service-card:hover .service-hover{opacity:1;transform:translateY(0)}.service-hover{text-align:left;position:absolute;top:0;left:0;height:100%;padding:25px;display:flex;flex-direction:column;justify-content:flex-end;gap:25px;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);opacity:0;transition:.4s ease;pointer-events:none;width:100%}.service-card:hover .service-hover{opacity:1}.service-card:hover .service-title-bar{opacity:0}.service-hover .service-icon,.service-hover h3,.service-hover p{opacity:0;transform:translateY(20px);transition:.45s ease}.service-card:hover .service-hover .service-icon{opacity:1;transform:translateY(0);transition-delay:.05s}.service-card:hover .service-hover h3{opacity:1;transform:translateY(0);transition-delay:.15s}.service-card:hover .service-hover p{opacity:1;transform:translateY(0);transition-delay:.25s;color:#faebd7;font-size:14px;line-height:20px;text-align:left;padding-right:20px;padding-bottom:50px;width:90%}.service-card:hover .service-hover h3{color:#fff!important;font-size:20px;text-align:left}.service-icon{width:45px;height:45px;background:#ff4747;border-radius:12px;color:#fff;font-size:35px;display:flex;justify-content:center;align-items:center}@media(max-width:900px){.services-wrapper{width:90%;height:auto;padding:60px 20px;box-sizing:border-box}.service-heading{font-size:32px;margin-bottom:30px}.services-grid{width:100%;grid-template-columns:repeat(2,1fr);gap:22px}.service-img{height:300px}.service-hover{opacity:0;transform:translateY(20px);pointer-events:none}.service-card:hover .service-hover,.service-card:active .service-hover{opacity:1;transform:translateY(0)}.service-card:hover .service-img,.service-card:active .service-img{transform:scale(1.08);filter:brightness(55%)}.service-card:hover .service-title-bar,.service-card:active .service-title-bar{opacity:0}}@media(max-width:600px){.services-grid{grid-template-columns:1fr}.service-heading{font-size:26px}.service-img{height:260px}.service-hover p{font-size:16px;line-height:24px;padding-bottom:40px}.service-hover h3{font-size:20px}.service-icon{width:55px;height:55px;font-size:28px}}.testimonial{padding:80px 20px;text-align:center;background:#f8f8f8}.testimonial-sub{color:#0c294a;font-weight:600;letter-spacing:2px;font-size:14px}.testimonial-title{font-size:36px;margin:10px 0;font-weight:800;color:#111}.testimonial-desc{max-width:600px;margin:auto auto 50px;color:#555;font-size:15px}.testimonial-slider{max-width:1570px;margin:auto;overflow:hidden}.testimonial-track{display:flex;transition:transform .7s ease}.testimonial-page{min-width:100%;display:flex;gap:30px;justify-content:center;margin-bottom:10px}.testimonial-card{background:#fff;padding:30px;border-radius:20px;max-width:340px;flex:1;transition:.3s ease}.testimonial-card:hover{transform:translateY(-10px)}.testimonial-card img{width:70px;height:70px;border-radius:50%;border:3px solid #0c294a;margin-bottom:15px}.testimonial-card h3{font-size:18px;margin-bottom:5px;font-weight:700}.testimonial-card span{font-size:13px;color:#888}.testimonial-card p{font-size:15px;margin:20px 0;color:#555}.stars{color:#0c294a;display:flex;justify-content:center;gap:5px}.testimonial-dots{margin-top:30px;display:flex;justify-content:center;gap:10px}.dot{width:10px;height:10px;background:#ccc;border-radius:50%;cursor:pointer}.dot.active{background:#0c294a;transform:scale(1.3)}@media(max-width:768px){.testimonial{box-sizing:border-box}.testimonial-title{font-size:28px}.testimonial-page{flex-direction:column;align-items:center}.testimonial-card{max-width:90%}}.gallery-wrapper{padding:50px 0;text-align:center;width:1265px;margin:auto}.gallery-topline{display:flex;justify-content:center;align-items:center;gap:14px;color:#e53935;font-weight:600;font-size:15px}.gallery-topline span{width:45px;height:2px;background:#e53935;display:inline-block}.gallery-heading{font-size:42px;font-weight:700;margin-top:10px;margin-bottom:18px;color:#111}.gallery-subtext{font-size:12px;max-width:700px;margin:0 auto 60px;line-height:1.6;color:#444}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.gallery-card{position:relative;overflow:hidden;border-radius:18px}.gallery-img{width:100%;height:300px;object-fit:cover;border-radius:18px;transition:.3s ease}.gallery-card:hover .gallery-img{transform:scale(1.05);filter:brightness(85%)}@media(max-width:900px){.gallery-wrapper{width:90%;padding:50px 20px}.gallery-heading{font-size:30px}.gallery-subtext{font-size:15px;margin-bottom:40px;padding:0 10px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:22px}.gallery-img{height:280px}}@media(max-width:600px){.gallery-heading{font-size:24px}.gallery-grid{grid-template-columns:1fr;gap:20px}.gallery-img{height:240px}}@media(min-width:901px)and (max-width:1200px){.hero-content,.parts-section,.services-wrapper,.gallery-wrapper,.testimonial-slider{width:85%;margin:auto}.parts-grid{width:100%;grid-template-columns:repeat(3,1fr);gap:24px}.services-wrapper{height:auto;box-sizing:border-box;padding:60px 0}.services-grid{width:100%;grid-template-columns:repeat(2,1fr);gap:28px}.service-img{height:320px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:24px}.gallery-img{height:280px}.testimonial-page{gap:25px}}*{box-sizing:border-box}.contact-hero{width:100%;height:65vh;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;align-items:center}.contact-hero:before{content:"";position:absolute;width:100%;height:100%;-webkit-backdrop-filter:brightness(.5);backdrop-filter:brightness(.5)}.contact-hero-content{position:relative;z-index:2;color:#fff;animation:fadeInUp 1.1s ease-in-out}.contact-hero-content h1{font-size:45px;font-weight:800;text-transform:uppercase;color:#fff;padding-left:125px}.contact-hero-content p{margin-top:15px;font-size:13px;opacity:.9;color:#a2a2a2;padding-left:125px}.contact-container{width:1400px;display:flex;gap:40px;padding:60px 90px;animation:fadeIn 1.5s ease-in-out;margin:auto}.contact-form-box{flex:1.5;background:#fff;padding:30px 35px;border-radius:20px;box-shadow:0 5px 20px #00000014;animation:slideLeft 1.3s ease}.contact-form-box h2{font-size:25px;font-weight:700;margin-bottom:8px}.contact-form-box p{color:#666;margin-bottom:25px;font-size:13px}.contact-form .input-group{margin-bottom:20px;margin-right:30px}.contact-form label{font-size:15px;color:#333;margin-bottom:5px;display:block;font-weight:600}.contact-form input,.contact-form textarea{width:100%;padding:14px;border-radius:10px;border:2px solid #ddd;transition:.3s;font-size:15px}.contact-form input:focus,.contact-form textarea:focus{border-color:#d10000;box-shadow:0 0 8px #d1000033}.contact-btn{width:50%;padding:15px;background:#d10000;border:none;border-radius:12px;margin-top:10px;font-size:15px;font-weight:700;color:#fff;cursor:pointer;transition:.3s}.contact-btn:hover{background:#a30000;transform:translateY(-3px)}.contact-info-box{flex:1;display:flex;flex-direction:column;gap:20px;background:#111;padding:40px 35px;border-radius:20px;color:#fff;height:600px;margin-top:35px;box-shadow:0 5px 20px #0003;animation:slideRight 1.3s ease}.contact-info-box h2{font-size:28px;margin-bottom:40px;font-weight:700;color:#fdd}.info-item{display:flex;align-items:center;gap:15px;background:#ffffff14;padding:15px;border-radius:12px;margin-bottom:15px;font-size:16px}.info-item svg{font-size:20px;color:#f44}.info-bottom-text{margin-top:20px;color:#ccc;font-size:13px;line-height:1.6}@media(max-width:900px){.contact-container{flex-direction:column;padding:40px 20px}.contact-info-box,.contact-form-box{width:100%}.contact-hero-content{padding-left:20px}.contact-hero-content h1{font-size:38px}}.map-section{width:1300px;margin:auto;padding:60px 90px;text-align:center;animation:fadeIn 1.5s ease-in-out}.map-title{font-size:32px;font-weight:700;margin-bottom:25px;color:#222;text-transform:uppercase;letter-spacing:1px}.map-box{width:100%;height:450px;border-radius:20px;overflow:hidden;box-shadow:0 5px 25px #00000026;animation:fadeInUp 1.4s ease}.map-box iframe{width:100%;height:100%;border:none}@media(max-width:768px){.map-section{padding:40px 20px}.map-box{height:300px}.map-title{font-size:26px}}@media(max-width:900px){.contact-hero{height:55vh;justify-content:center;text-align:center}.contact-hero-content{padding:0 20px}.contact-hero-content h1{font-size:34px;padding-left:0}.contact-hero-content p{font-size:16px;padding-left:0;margin:10px auto 0}.contact-container{width:95%;flex-direction:column;padding:40px 5px 40px 0;border-radius:0%}.contact-form-box{padding:25px 20px;width:100%;margin-left:2px;border-radius:0%}.contact-form .input-group{margin-right:0;width:90%;border-radius:0%}.contact-info-box{width:100%;margin-left:2px;margin-top:0;height:auto;padding:30px 20px;border-radius:0%}.info-item{font-size:15px}}@media(max-width:600px){.contact-hero{height:48vh}.contact-hero-content h1{font-size:28px}.contact-form-box h2,.contact-info-box h2{font-size:24px}.contact-btn{font-size:16px}}@media(max-width:900px){.map-section{width:100%;padding:40px 20px;border-radius:0%}.map-box{height:320px;border-radius:0%}}@media(min-width:901px)and (max-width:1200px){.contact-hero{height:60vh}.contact-hero-content h1{font-size:40px;padding-left:60px}.contact-hero-content p{font-size:14px;padding-left:60px;max-width:520px}.contact-container{width:100%;padding:60px 40px;gap:35px}.contact-form-box{border-radius:0%;padding:30px}.contact-form .input-group{margin-right:0}.contact-info-box{height:auto;margin-top:0;padding:35px 30px;border-radius:0%}.contact-info-box h2{font-size:26px;margin-bottom:30px}.map-section{width:100%;padding:60px 40px}.map-box{height:400px}}.service-page-hero{width:100%;height:65vh;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;align-items:center;animation:fadeIn 1.5s ease-in-out}.service-page-hero:before{content:"";position:absolute;width:100%;height:100%;-webkit-backdrop-filter:brightness(.55);backdrop-filter:brightness(.55)}.service-page-hero-content{position:relative;z-index:2;color:#fff;animation:fadeInUp 1.2s ease}.service-page-hero-content h1{font-size:45px;font-weight:800;text-transform:uppercase;color:#fff;padding-left:125px}.service-page-hero-content p{color:#ddd;font-size:13px;margin-top:10px;max-width:550px;padding-left:125px}.service-page-wrapper{padding:60px 90px;animation:slideUp 1.4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.service-page-hero-content{padding-left:20px}.service-page-hero-content h1{font-size:40px}.service-page-wrapper{padding:40px 20px}}.service-page-wrapper{width:1200px;margin:auto;text-align:center;padding:70px 0}.service-page-topline{font-weight:600;color:#d10000;font-size:16px;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:10px}.service-page-topline span{width:40px;height:2px;background:#d10000}.service-page-heading{font-size:38px;font-weight:800;line-height:1.3;margin-bottom:10px}.service-page-subtext{width:60%;margin:auto;color:#555;font-size:17px;padding-bottom:30px}.service-page-grid{margin-top:25px;display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:10px;width:1200px}.service-page-card{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 5px 25px #0000001f;cursor:pointer;transition:transform .3s ease}.service-page-card:hover{transform:scale(1.04)}.service-page-img{width:100%;height:340px;object-fit:cover;transition:.4s}.service-page-card:hover .service-page-img{transform:scale(1.15) rotate(3deg)}.service-page-hover{position:absolute;inset:0;background:#000000a6;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;padding:20px;transition:.4s ease}.service-page-card:hover .service-page-hover{opacity:1}.service-page-icon{font-size:40px;margin-bottom:10px}.service-page-title-bar{position:absolute;bottom:0;width:100%;background:#000000bf;padding:12px 0;color:#fff;text-align:center;transition:.3s ease}.service-page-title-bar h3{margin:0;font-size:20px}.service-page-card:hover .service-page-title-bar{opacity:0;transform:translateY(20px)}@media(max-width:900px){.service-page-hero{height:50vh;justify-content:center;text-align:center}.service-page-hero-content{padding:0 20px}.service-page-hero-content h1{font-size:34px;padding-left:0;line-height:1.25}.service-page-hero-content p{font-size:16px;padding-left:0;margin:12px auto 0;max-width:90%}.service-page-wrapper{width:100%;padding:40px 20px}.service-page-heading{font-size:28px;text-align:center}.service-page-subtext{width:85%;margin:auto;font-size:15px;text-align:center}.service-page-grid{grid-template-columns:repeat(2,1fr);gap:20px;row-gap:30px;column-gap:30px;width:100%}.service-page-card{border-radius:16px;width:100%}.service-page-img{width:100%;height:260px;object-fit:cover}}@media(max-width:600px){.service-page-hero{height:45vh}.service-page-hero-content h1{font-size:26px}.service-page-heading{font-size:24px}.service-page-subtext{width:94%;font-size:14px}.service-page-grid{grid-template-columns:1fr;width:100%}.service-page-card{border-radius:14px}.service-page-img{height:250px;width:100%}}@media(min-width:901px)and (max-width:1200px){.service-page-hero{height:60vh}.service-page-hero-content h1{font-size:40px;padding-left:60px}.service-page-hero-content p{font-size:14px;padding-left:60px;max-width:520px}.service-page-wrapper{width:100%;padding:60px 40px}.service-page-heading{font-size:34px}.service-page-subtext{width:75%;font-size:16px;padding-bottom:50px}.service-page-grid{width:100%;grid-template-columns:repeat(2,1fr);gap:30px;row-gap:40px}.service-page-img{height:300px}}.gallery-page-hero{width:100%;height:60vh;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;align-items:center;animation:fadeIn 1.5s ease-in-out}.gallery-page-hero:before{content:"";position:absolute;width:100%;height:100%;-webkit-backdrop-filter:brightness(.55);backdrop-filter:brightness(.55)}.gallery-page-hero-content{position:relative;z-index:2;padding-left:90px;color:#fff;animation:fadeInUp 1.2s ease}.gallery-page-hero-content h1{font-size:45px;font-weight:800;text-transform:uppercase;padding-left:35px}.gallery-page-hero-content p{color:#ddd;font-size:13px;margin-top:20px;padding-left:35px}.gallery-page-container{padding:60px 90px;animation:fadeIn 1.3s ease;width:1360px;margin:auto}.gallery-page-title{font-size:38px;font-weight:700;margin-bottom:25px;text-transform:uppercase;color:#0c294a}.gallery-page-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:25px;padding-top:50px;row-gap:50px;column-gap:60px}.gallery-page-card{position:relative;border-radius:15px;overflow:hidden;cursor:pointer;height:220px;box-shadow:0 5px 15px #00000026;animation:fadeInUp 1.1s ease}.gallery-page-card img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.gallery-page-card:hover img{transform:scale(1.12)}.gallery-page-overlay{position:absolute;bottom:0;width:100%;height:80px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-end;padding:15px;opacity:0;transition:.4s ease}.gallery-page-card:hover .gallery-page-overlay{opacity:1}.gallery-page-overlay h3{color:#fff;font-size:18px;font-weight:700}@media(max-width:900px){.gallery-page-hero{height:50vh;justify-content:center;text-align:center}.gallery-page-hero-content{padding:0 20px}.gallery-page-hero-content h1{font-size:34px;padding-left:0}.gallery-page-hero-content p{font-size:16px;padding-left:0;margin:12px auto 0}.gallery-page-container{width:100%;padding:40px 20px}.gallery-page-title{font-size:28px;text-align:center}.gallery-page-grid{grid-template-columns:repeat(2,1fr);gap:20px;row-gap:30px;column-gap:30px}.gallery-page-card{height:250px}}@media(max-width:600px){.gallery-page-hero{height:45vh}.gallery-page-hero-content h1{font-size:26px}.gallery-page-grid{grid-template-columns:1fr;width:99%}.gallery-page-card{height:260px}}@media(min-width:901px)and (max-width:1200px){.gallery-page-hero{height:55vh}.gallery-page-hero-content{padding-left:50px}.gallery-page-hero-content h1{font-size:40px;padding-left:0}.gallery-page-hero-content p{font-size:14px;padding-left:0;max-width:520px}.gallery-page-container{width:100%;padding:60px 40px}.gallery-page-title{font-size:34px}.gallery-page-grid{grid-template-columns:repeat(3,1fr);gap:25px;row-gap:40px;column-gap:40px}.gallery-page-card{height:240px}}.about-page-hero{width:100%;height:60vh;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;align-items:center;animation:fadeIn 1.5s ease}.about-page-hero:before{content:"";position:absolute;width:100%;height:100%;-webkit-backdrop-filter:brightness(.55);backdrop-filter:brightness(.55)}.about-page-hero-content{position:relative;z-index:2;padding-left:80px;color:#fff;animation:fadeInUp 1.2s ease}.about-page-hero-content h1{font-size:45px;font-weight:800;text-transform:uppercase;padding-left:45px}.about-page-hero-content p{margin-top:13px;font-size:13px;color:#a7a5a5;padding-left:45px}.about-page-container{display:flex;width:1300px;margin:auto;gap:50px;padding:60px 90px;animation:fadeIn 1.3s ease}.about-page-content{flex:1;animation:slideLeft 1.4s ease;padding-left:100px}.about-page-content h2{font-size:32px;font-weight:700;margin-bottom:25px}.about-page-content p{font-size:15px;line-height:1.7;color:#444;margin-bottom:15px;width:500px}.about-page-image{flex:1;animation:slideRight 1.4s ease}.about-page-image img{width:450px;border-radius:15px;box-shadow:0 8px 25px #0003}.about-page-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:25px;padding:100px 90px;animation:fadeIn 1.5s ease;width:1300px;margin:auto}.about-page-feature-item{background:#fff;padding:25px;border-radius:15px;text-align:center;transition:.3s ease;box-shadow:0 5px 20px #00000014}.about-page-feature-item p{padding-top:10px}.about-page-feature-item:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.about-icon{font-size:38px;color:#0c294a;margin-bottom:15px}.about-page-mission{width:1100px;margin:auto;display:flex;gap:30px;padding:60px 90px;animation:fadeInUp 1.4s ease}.mission-box{flex:1;background:#111;color:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 5px 20px #0000002e;transition:.3s ease;width:500px}.mission-box:hover{transform:translateY(-8px)}.mission-box h2{font-size:23px;margin-bottom:15px}.mission-box p{font-size:13px;line-height:1.7;color:#ddd;width:300px;padding-top:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@media(max-width:900px){.about-page-hero{height:50vh;justify-content:center;text-align:center}.about-page-hero:before{-webkit-backdrop-filter:brightness(.5);backdrop-filter:brightness(.5)}.about-page-hero-content{padding:0 20px}.about-page-hero-content h1{font-size:32px;padding:0;line-height:1.2}.about-page-hero-content p{font-size:15px;padding:0;margin-top:12px;max-width:90%;margin-inline:auto}.about-page-container{width:100%;flex-direction:column;padding:50px 20px;gap:35px}.about-page-content{padding-left:0;text-align:center}.about-page-content h2{font-size:26px;margin-bottom:18px}.about-page-content p{width:100%;font-size:15px;line-height:1.8}.about-page-image{display:flex;justify-content:center}.about-page-image img{width:100%;max-width:370px}.about-page-features{width:100%;padding:50px 20px;gap:20px;grid-template-columns:1fr}.about-page-feature-item{padding:30px 20px}.about-page-feature-item p{font-size:14px;line-height:1.7}.about-page-mission{width:100%;flex-direction:column;padding:50px 10px;gap:25px}.mission-box{width:99%;padding:30px 25px;text-align:center}.mission-box h2{font-size:22px}.mission-box p{width:100%;font-size:14px;line-height:1.8}}@media(max-width:600px){.about-page-hero{height:45vh}.about-page-hero-content h1{font-size:26px}.about-page-hero-content p{font-size:14px}.about-page-content h2{font-size:24px}.mission-box h2{font-size:20px}}@media(min-width:901px)and (max-width:1200px){.about-page-hero{height:55vh}.about-page-hero-content{padding-left:40px}.about-page-hero-content h1{font-size:38px;padding-left:0}.about-page-hero-content p{padding-left:0;font-size:14px;max-width:520px}.about-page-container{width:100%;padding:60px 40px;gap:40px}.about-page-content{padding-left:0}.about-page-content p{width:100%}.about-page-image img{width:100%;max-width:420px}.about-page-features{width:100%;padding:70px 40px;grid-template-columns:repeat(2,1fr)}.about-page-mission{width:100%;padding:60px 40px;gap:30px}.mission-box{width:80%}.mission-box p{width:100%}}.service-details-hero{width:100%;height:55vh;background-size:cover;background-position:center;position:relative}.service-details-hero:before{content:"";width:100%;height:100%;position:absolute;-webkit-backdrop-filter:brightness(.55);backdrop-filter:brightness(.55)}.service-details-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;color:#fff}.service-details-hero-content h1{font-size:45px;font-weight:800;text-transform:uppercase;padding-left:120px}.service-details-container{padding:60px 0;width:1270px;margin:auto}.service-details-container h1{padding-left:5px;font-size:40px}.service-details-desc{font-size:16px;line-height:1.7;color:#444;margin-bottom:30px;margin-top:40px;padding-left:5px}.service-detail-page-image{display:flex;width:1200px;padding-left:10px;justify-content:space-between}.service-details-img{height:350px;width:500px;margin:20px 0;box-shadow:0 5px 20px #0003}@media(max-width:900px){.service-details-hero{height:45vh}.service-details-hero-content{justify-content:center;padding:0 20px;text-align:center}.service-details-hero-content h1{font-size:32px;padding-left:0}.service-details-container{width:90%;padding:40px 0}.service-details-container h1{font-size:34px;padding-left:0}.service-details-desc{font-size:16px;margin-top:25px;width:90%}.service-detail-page-image{width:100%;flex-direction:column;gap:30px;padding-left:0}.service-details-img{width:100%;height:auto}}@media(max-width:600px){.service-details-hero{height:40vh}.service-details-hero-content h1{font-size:26px}.service-details-container h1{font-size:28px}.service-details-desc{font-size:15px;line-height:1.6}}@media(min-width:901px)and (max-width:1200px){.service-details-hero{height:50vh}.service-details-hero-content h1{font-size:40px;padding-left:60px}.service-details-container{width:100%;padding:60px 40px}.service-details-container h1{font-size:36px;padding-left:0}.service-details-desc{font-size:16px;width:100%;padding-left:0;margin-top:30px}.service-detail-page-image{width:100%;padding-left:0;gap:40px;justify-content:space-between}.service-details-img{width:48%;height:300px}}.admin-container{padding:30px;max-width:900px;margin:auto}.form-box{display:grid;gap:10px;background:#111;padding:20px;border-radius:10px}.form-box input,.form-box textarea,.form-box select{padding:10px;border-radius:6px;border:none}.form-box button{background:gold;color:#000;padding:10px;border-radius:8px;font-weight:700;cursor:pointer}.list-box{margin-top:30px;display:grid;gap:12px}.list-card{background:#1c1c1c;padding:15px;border-radius:10px;display:flex;justify-content:space-between;color:#fff}.actions button{margin-left:6px}.list-left{display:flex;gap:12px}.admin-thumb{width:60px;height:60px;border-radius:50%;object-fit:cover}.location{font-size:13px;color:#aaa}*{font-family:Technor,sans-serif}.admin-login{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(circle at top,#1c1c1c,#000);color:#fff}.admin-login h2{margin-bottom:20px;font-size:28px;letter-spacing:1px}.admin-login input{width:280px;padding:12px 14px;margin:8px 0;border-radius:8px;border:none;background:#1f1f1f;color:#fff;outline:none}.admin-login input::placeholder{color:#888}.admin-login button{width:280px;margin-top:15px;padding:12px;border-radius:30px;border:none;background:linear-gradient(135deg,gold,#c99236);font-weight:600;cursor:pointer;transition:.3s}.admin-login button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c9923666}.admin-wrapper{display:flex;height:100vh;background:#0f0f0f}.sidebar{width:250px;background:linear-gradient(180deg,#1c1c1c,#111);padding:25px 20px;color:#fff;display:flex;flex-direction:column}.sidebar h3{text-align:center;margin-bottom:30px;font-size:20px;letter-spacing:1px;border-bottom:1px solid #333;padding-bottom:15px}.sidebar button{margin-bottom:12px;padding:12px;border-radius:10px;background:#222;color:#fff;border:none;cursor:pointer;transition:.3s}.sidebar button:hover{background:#2e2e2e;transform:translate(4px)}.sidebar .logout{background:linear-gradient(135deg,#8b0000,#b30000);margin-top:auto}.sidebar .logout:hover{box-shadow:0 6px 16px #ff00004d}.admin-main{flex:1;padding:30px;color:#fff;overflow-y:auto}.admin-container{max-width:1000px;margin:auto}.form-box{display:grid;gap:12px;background:#141414;padding:25px;border-radius:14px;box-shadow:0 10px 30px #0009}.form-box input,.form-box textarea,.form-box select{padding:12px;border-radius:8px;border:none;background:#1f1f1f;color:#fff;outline:none}.form-box textarea{resize:none;min-height:100px}.form-box button{margin-top:10px;padding:12px;border-radius:30px;border:none;background:linear-gradient(135deg,gold,#c99236);font-weight:600;cursor:pointer;transition:.3s}.form-box button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #c9923666}.list-box{margin-top:30px;display:grid;gap:14px}.list-card{background:linear-gradient(135deg,#1b1b1b,#101010);padding:18px;border-radius:14px;display:flex;justify-content:space-between;align-items:center;color:#fff;transition:.3s}.list-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #000000b3}.list-left{display:flex;gap:15px;align-items:center}.admin-thumb{width:65px;height:65px;border-radius:50%;object-fit:cover;border:2px solid gold}.location{font-size:13px;color:#bfbfbf}.actions button{margin-left:6px;padding:8px 14px;border-radius:20px;border:none;background:#2a2a2a;color:#fff;font-size:13px;cursor:pointer;transition:.3s}.actions button:hover{background:#444}.actions button:nth-child(2){background:#444}.actions button:nth-child(3){background:#8b0000}.actions button:nth-child(3):hover{background:#b30000}
