/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;overflow-x:hidden}.dropdown:after{content:"▼";margin-left:5px;font-size:10px}.car-icon{background:#e53e3e;border-radius:5px;width:40px;height:25px;position:relative}.car-icon:before{content:"";background:#fff;border-radius:3px;width:30px;height:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero{align-items:center;height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;will-change:transform;width:100%;height:calc(100% + 100px);transform:translateY(var(--parallax-offset,0));background-image:linear-gradient(135deg,#0000001f,#0003),url(/assets/images/obc_home_indian.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;top:-50px;left:0}.hero{--parallax-offset:0px}@media (max-width:768px){.hero:before{background-attachment:scroll;transform:none!important}}.hero-container{justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:flex}.hero-content{color:#fff;flex:1}.offers-carousel{border-radius:24px;width:100%;max-width:550px;height:400px;position:relative;overflow:hidden}.offer-track{height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.offer-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#e53e3ef2,#ff6b6be6);border:1px solid #fff3;flex-direction:column;justify-content:space-between;min-width:100%;height:100%;padding:50px 45px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #0006}.offer-card:before{content:"";background:radial-gradient(circle,#ffffff1a 0,#0000 70%);width:200%;height:200%;animation:shimmer 8s linear infinite;position:absolute;top:-50%;right:-50%}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.offer-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:1px;text-transform:uppercase;background:#ffffff40;border:1px solid #ffffff4d;border-radius:50px;width:fit-content;margin-bottom:25px;padding:8px 20px;font-size:13px;font-weight:700;display:inline-block}.offer-title{color:#fff;text-shadow:0 4px 20px #0000004d;margin-bottom:20px;font-size:2rem;font-weight:900;line-height:1.1}.offer-highlight{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#fff,#ffe0e0);-webkit-background-clip:text;background-clip:text;font-size:3rem;display:block}.offer-description{color:#fffffff2;margin-bottom:30px;font-size:1.1rem;line-height:1.6}.offer-cta{color:#e53e3e;cursor:pointer;background:#fff;border:none;border-radius:50px;align-items:center;gap:10px;width:fit-content;padding:16px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #0003}.offer-cta:hover{background:#fff;transform:translateY(-3px);box-shadow:0 15px 35px #0000004d}.carousel-indicators{z-index:10;gap:12px;display:flex;position:absolute;bottom:30px;right:45px}.indicator-dot.active{background:#fff;border-color:#ffffff80;border-radius:5px;width:30px}.indicator-dot:hover{background:#ffffffb3}.hero-title{margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.9;margin-bottom:30px;font-size:1.2rem}.trust-indicators{gap:40px;margin-top:40px;display:flex}.trust-item{text-align:center}.trust-number{color:#e53e3e;font-size:2rem;font-weight:700}.trust-label{opacity:.8;margin-top:5px;font-size:.9rem}.service-card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#1e1e1ed9;border:1px solid #ffffff26;border-radius:24px;width:450px;padding:45px;transition:all .4s;box-shadow:0 25px 60px #00000080}.service-card:hover{border-color:#e53e3e4d;transform:translateY(-5px);box-shadow:0 30px 70px #e53e3e33}.card-title{color:#fff;font-weight:700}.card-subtitle{color:#ffffffb3}.form-group{margin-bottom:20px}.form-input{background:#f7eeee;border:none;border-radius:8px;width:100%;padding:15px;font-size:16px;transition:box-shadow .3s}.form-input:focus{outline:none;box-shadow:0 0 0 3px #e53e3e4d}.cta-button,.custom-select{cursor:pointer}.cta-button{color:#fff;text-transform:uppercase;letter-spacing:1.5px;background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:10px;width:100%;margin-bottom:20px;padding:16px;font-size:16px;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 14px #dc262666}.cta-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.cta-button:hover:before{left:100%}.cta-button:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-3px);box-shadow:0 8px 24px #dc262680,0 0 30px #dc26264d}.cta-button:active{transform:translateY(-1px);box-shadow:0 4px 12px #dc262666}.cta-button .btn-text{z-index:1;display:inline-block;position:relative}.cta-button .btn-loading{z-index:1;justify-content:center;align-items:center;gap:8px;display:none;position:relative}.cta-button.loading .btn-text{display:none}.cta-button.loading .btn-loading{display:flex}.loading-text{letter-spacing:1.5px;font-weight:800}.loading-dots{align-items:center;gap:4px;display:flex}.loading-dots .dot{background:#fff;border-radius:50%;width:6px;height:6px;animation:dotPulse 1.4s ease-in-out infinite}.loading-dots .dot:first-child{animation-delay:0s}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,60%,to{opacity:1;transform:scale(1)}30%{opacity:.7;transform:scale(1.5)}}.features{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(90deg,#0000,#e5e7eb 50%,#0000) border-box;border-top:2px solid #0000;grid-template-columns:1fr 1fr 1fr;gap:0;margin-top:30px;padding-top:30px;display:grid;position:relative}.features:before{content:"";background:linear-gradient(90deg,#0000,#e5e7eb 20%,#d1d5db 50%,#e5e7eb 80%,#0000);height:2px;position:absolute;top:0;left:0;right:0}.feature{color:#374151;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:13.5px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.feature:not(:last-child):after{content:"";background:linear-gradient(#0000,#e53e3e1a 10%,#d1d5dbcc 50%,#e53e3e1a 90%,#0000);width:2px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.feature:hover{color:#1f2937;transform:translateY(-3px)}.feature:hover:before{content:"";z-index:-1;background:radial-gradient(circle,#10b9810d 0,#0000 70%);border-radius:8px;position:absolute;inset:-8px}.feature:hover .feature-icon,.feature:hover .star-rating{transform:scale(1.2)rotate(5deg)}.feature-icon{flex-shrink:0;width:20px;height:20px}.feature-icon,.star-rating{color:#10b981;filter:drop-shadow(0 2px 4px #10b98133);transition:all .3s cubic-bezier(.4,0,.2,1)}.star-rating{font-size:18px;line-height:1}.rating-text{color:#10b981;letter-spacing:-.3px;text-shadow:0 1px 2px #10b9811a;font-size:15px;font-weight:700}@keyframes subtle-glow{0%,to{filter:drop-shadow(0 2px 4px #10b98133)}50%{filter:drop-shadow(0 2px 8px #10b98166)}}.star-rating{animation:subtle-glow 3s ease-in-out infinite}.services-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a 25%,#0a0a0a 50%,#1a1a1a 75%,#0a0a0a);padding:120px 20px;position:relative;overflow:hidden}.services-section:before{content:"";background:radial-gradient(circle at 30%,#e53e3e08 0,#0000 50%);width:200%;height:200%;animation:float 20s ease-in-out infinite;position:absolute;top:-50%;left:-50%}.services-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.services-header{text-align:center;margin-bottom:80px}.services-badge{color:#fff;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(45deg,#e53e3e,#ff6b6b);border-radius:50px;margin-bottom:30px;padding:10px 30px;font-size:14px;font-weight:600;display:inline-block;box-shadow:0 10px 30px #e53e3e4d}.services-title{flex-direction:column;gap:10px;display:flex}.services-title-main{-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#fff,#e5e5e5);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.services-title-sub{color:#b0b0b0;letter-spacing:4px;font-size:1.3rem;font-weight:300}.services-grid{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin-top:60px;margin-left:auto;margin-right:auto;display:grid}.service-item{color:inherit;text-align:center;cursor:pointer;background:linear-gradient(145deg,#1e1e1e99,#141414cc);border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;align-items:center;gap:20px;padding:40px 25px;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.service-item:before{content:"";opacity:0;background:linear-gradient(45deg,#0000,#e53e3e0d,#0000);transition:opacity .4s;position:absolute;inset:0}.service-item:hover:before{opacity:1}.service-item:hover{background:linear-gradient(145deg,#282828f2,#191919);border-color:#e53e3e4d;transform:translateY(-10px)scale(1.03);box-shadow:0 25px 50px #00000080,0 0 50px #e53e3e1a}.service-icon-logo{color:#fff;background:linear-gradient(45deg,#e53e3e,#ff4757);border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;transition:all .5s;display:flex;box-shadow:0 8px 25px #e53e3e4d}.service-icon-logo svg{width:35px;height:35px}.service-item:hover .service-icon-logo{background:linear-gradient(45deg,#ff4757,#e53e3e);transform:scale(1.15)rotate(5deg);box-shadow:0 12px 35px #e53e3e80}.service-title{color:#fff;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3;transition:color .3s}.service-item:hover .service-title{color:#e53e3e}.services-cta{text-align:center;background:linear-gradient(145deg,#e53e3e1a,#e53e3e0d);border:1px solid #e53e3e33;border-radius:20px;margin-top:50px;padding:45px 35px;position:relative;overflow:hidden}.services-cta:before{content:"";pointer-events:none;background:conic-gradient(#0000,#e53e3e1a,#0000);width:200%;height:200%;animation:rotate 20s linear infinite;position:absolute;top:-50%;left:-50%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.cta-content{z-index:2;position:relative}.cta-title{color:#fff;margin-bottom:20px;font-size:2.5rem;font-weight:800}.cta-subtitle{color:#b0b0b0;margin-bottom:40px;font-size:1.2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-btn{border-radius:50px;align-items:center;gap:10px;padding:15px 40px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn-primary{color:#fff;background:linear-gradient(45deg,#e53e3e,#ff4757);box-shadow:0 10px 30px #e53e3e4d}.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #e53e3e66}.cta-btn-secondary{color:#fff;background:0 0;border:2px solid #ffffff4d}.cta-btn-secondary:hover{color:#000;background:#fff;border-color:#fff}.popup-overlay{z-index:999;background-color:#000000b3;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.location-selector-popup,.selector-popup{z-index:1000;background-color:#fff;border-radius:12px;width:70%;height:88%;padding:25px;display:none;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0003}.location-grid,.option-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:20px;margin-top:20px;display:grid}.location-option,.option{text-align:center;cursor:pointer;background-color:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:15px;transition:all .3s}.location-option:hover,.option:hover{background-color:#f0f0f0;transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.location-option img,.option img{object-fit:contain;width:80px;height:80px;margin-bottom:10px}.location-option img{object-fit:cover;border-radius:50%}.brand-logo-placeholder{color:#fff;text-align:center;background:linear-gradient(45deg,#e53e3e,#ff6b6b);border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 10px;font-size:14px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #e53e3e33}.option:hover .brand-logo-placeholder{transform:scale(1.05);box-shadow:0 6px 20px #e53e3e66}.popup-back-btn{cursor:pointer;background-color:#f0f0f0;border:1px solid #ddd;border-radius:6px;margin-bottom:15px;padding:8px 15px;font-weight:700}.search-input{border:1px solid #ccc;border-radius:8px;width:100%;margin-bottom:15px;padding:12px;font-size:16px}.use-gps-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e53e3e,#ff6b6b);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin:15px 0;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #e53e3e40}.use-gps-btn:hover{background:linear-gradient(135deg,#dc2626,#ef4444);transform:translateY(-2px);box-shadow:0 6px 16px #e53e3e59}.use-gps-btn:active{transform:translateY(0);box-shadow:0 2px 8px #e53e3e40}.use-gps-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.use-gps-btn:before{content:"📍";font-size:18px}#submitBtn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#e53e3e;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:auto;margin-bottom:0;padding:15px;font-size:16px;font-weight:700;transition:all .15s ease-in-out;display:inline-flex;position:relative}.spinner{border:3px solid #fff;border-top-color:#0000;border-radius:50%;width:22px;height:20px;animation:spin 1s linear infinite;display:none}@keyframes spin{to{transform:rotate(1turn)}}#submitBtn.loading{pointer-events:none}#submitBtn.loading .btn-text{opacity:.6}#submitBtn.loading .spinner{display:inline-block}@media (max-width:768px){.nav-menu{display:none}.location-badge{padding:6px 12px;font-size:12px}.hero-container{flex-direction:column;justify-content:center;gap:30px;padding:20px}.hero-content{display:none}.service-card{width:90%;max-width:360px;margin:0 auto;padding:32px 24px}.card-title{margin-bottom:10px;font-size:1.85rem}.card-subtitle{margin-bottom:28px;font-size:.9rem}.form-group{margin-bottom:16px}.form-input{padding:14px 16px;font-size:14px}.cta-button{margin-bottom:22px;padding:15px;font-size:16px}.features{margin-top:22px;padding-top:22px}.feature{padding:0 8px;font-size:12px}.feature-icon{width:16px;height:16px}.star-rating{font-size:15px}.rating-text{font-size:13px}.location-selector-popup,.selector-popup{width:95%;height:90%}.services-title-main{font-size:2rem}.services-title-sub{letter-spacing:2px;font-size:1rem}.services-grid{grid-template-columns:1fr;gap:20px}.service-item{padding:35px 25px}.service-icon-logo{width:60px;height:60px}.service-icon-logo svg{width:30px;height:30px}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{justify-content:center;width:100%;max-width:300px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeInUp 1s ease-out}.service-card{animation:fadeInUp 1s ease-out .3s both}.service-item{animation:fadeInUp .8s ease-out both}.service-item:first-child{animation-delay:.1s}.service-item:nth-child(2){animation-delay:.2s}.service-item:nth-child(3){animation-delay:.3s}.service-item:nth-child(4){animation-delay:.4s}.service-item:nth-child(5){animation-delay:.5s}.service-item:nth-child(6){animation-delay:.6s}.service-item:nth-child(7){animation-delay:.7s}.service-item:nth-child(8){animation-delay:.8s}.service-item:nth-child(9){animation-delay:.9s}.service-item:nth-child(10){animation-delay:1s}.service-item:nth-child(11){animation-delay:1.1s}.service-item:nth-child(12){animation-delay:1.2s}.about-section{background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);padding:120px 20px;position:relative;overflow:hidden}.booking-process-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a 50%,#0f0f0f);padding:80px 20px;position:relative;overflow:hidden}.booking-process-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 70% 30%,#e53e3e26 0,#0000 50%),radial-gradient(circle at 30% 70%,#e53e3e1f 0,#0000 50%),radial-gradient(circle,#ffffff05 0,#0000 70%);position:absolute;inset:0}.booking-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.booking-header{text-align:center;margin-bottom:35px}.booking-title{color:#fff;letter-spacing:-.5px;margin-bottom:15px;font-size:28px;font-weight:800;line-height:1.2}.booking-subtitle{color:#b0b0b0;max-width:500px;margin-bottom:25px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.6}.title-underline{background:linear-gradient(90deg,#e53e3e,#ff6b6b);border-radius:2px;width:60px;height:4px;margin:0 auto;box-shadow:0 0 10px #e53e3e66}.process-steps{margin-bottom:20px;position:relative}.process-step{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(145deg,#282828f2,#1e1e1e);border:2px solid #ffffff26;border-radius:20px;margin-bottom:32px;padding:32px 24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;box-shadow:0 12px 40px #0009,0 4px 12px #0006,inset 0 1px #ffffff14,0 0 0 1px #e53e3e1a}.process-step:after{z-index:-1;opacity:.6;background:radial-gradient(#e53e3e26 0,#e53e3e14 30%,#0000 70%);border-radius:40px;inset:-20px}.process-step:before{content:"";transform-origin:0;background:linear-gradient(90deg,#e53e3e,#ff6b6b);height:4px;position:absolute;top:0;left:0;right:0;transform:scaleX(1);box-shadow:0 0 20px #e53e3e99}.process-step:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#e53e3e14 0,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.process-step:hover:after{opacity:1}.process-step:hover{background:linear-gradient(145deg,#2d2d2d,#232323);border-color:#e53e3e80;transform:translateY(-10px)scale(1.02);box-shadow:0 24px 60px #000000b3,0 12px 24px #e53e3e4d,inset 0 1px #ffffff26,0 0 40px #e53e3e33}.step-number{color:#fff;z-index:3;background:linear-gradient(135deg,#e53e3e,#ff6b6b);border:3px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:900;transition:all .3s;display:flex;position:absolute;top:-12px;left:24px;box-shadow:0 6px 20px #e53e3eb3,0 0 30px #e53e3e80,inset 0 1px #ffffff4d}.process-step:hover .step-number{transform:scale(1.15)rotate(5deg);box-shadow:0 8px 30px #e53e3ee6,0 0 50px #e53e3eb3,inset 0 1px #fff6}.step-icon{color:#ff6b6b;background:linear-gradient(135deg,#e53e3e40,#ff6b6b33);border:2.5px solid #e53e3e80;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 28px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 6px 20px #e53e3e4d,inset 0 1px #ffffff1a}.step-icon svg{filter:drop-shadow(0 2px 4px #0000004d);width:34px;height:34px}.process-step:hover .step-icon{color:#fff;background:linear-gradient(135deg,#e53e3e,#ff6b6b);border-color:#ff8787;transform:scale(1.15)rotate(8deg);box-shadow:0 10px 30px #e53e3e80,0 0 40px #e53e3e66,inset 0 1px #ffffff4d}.process-step:hover .step-icon svg{filter:drop-shadow(0 4px 8px #00000080)}.step-icon svg{width:28px;height:28px}.step-content{text-align:center}.step-content h3{color:#fff;text-shadow:0 2px 8px #00000080;letter-spacing:-.3px;margin-bottom:16px;font-size:19px;font-weight:800;line-height:1.3}.step-content p{color:#d1d5db;margin:0;font-size:14.5px;font-weight:400;line-height:1.7}.process-step:hover .step-content h3{color:#fff;text-shadow:0 2px 12px #e53e3e66}.process-step:hover .step-content p{color:#e5e7eb}.step-connector{display:none}.process-step{animation:cardGlow 3s ease-in-out infinite}@keyframes cardGlow{0%,to{box-shadow:0 12px 40px #0009,0 4px 12px #0006,inset 0 1px #ffffff14}50%{box-shadow:0 12px 40px #0009,0 4px 12px #0006,inset 0 1px #ffffff14,0 0 20px #e53e3e33}}.process-step:hover{animation:none}@media (min-width:768px){.booking-process-section{padding:80px 40px}.booking-title{margin-bottom:20px;font-size:36px}.booking-subtitle{max-width:600px;font-size:18px}.title-underline{width:80px;height:5px}@media (max-width:768px){.process-step{border-radius:16px;margin-bottom:26px;padding:24px 18px}.process-step:before{border-radius:16px 16px 0 0;height:3px;left:0;right:0}.step-number{border:2.5px solid #0000004d;width:40px;height:40px;font-size:15px;top:16px;left:18px;transform:none;box-shadow:0 4px 12px #e53e3e99,0 0 20px #e53e3e66}.step-icon{width:60px;height:60px;margin-top:8px;margin-bottom:20px}.step-icon svg{width:30px;height:30px}.step-content{text-align:center}.step-content h3{margin-bottom:12px;font-size:16.5px}.step-content p{font-size:13.5px;line-height:1.6}}.step-number{width:50px;height:50px;font-size:18px;top:-20px}.step-icon{flex-shrink:0;width:70px;height:70px;margin:0}.step-icon svg{width:32px;height:32px}.step-content{text-align:left;flex:1}.step-content h3{margin-bottom:18px;font-size:20px}.step-content p{font-size:16px}}@media (min-width:1024px){.booking-process-section{padding:100px 60px}.booking-header{margin-bottom:100px}.booking-title{margin-bottom:25px;font-size:42px}.booking-subtitle{max-width:700px;font-size:19px}.title-underline{width:100px;height:6px}.process-steps{margin-bottom:120px;position:relative}.process-steps:before{content:"";opacity:.6;background:linear-gradient(#e53e3e,#ff6b6b 50%,#e53e3e);border-radius:2px;width:3px;animation:pulse 2s ease-in-out infinite;position:absolute;top:60px;bottom:60px;left:50%;transform:translate(-50%);box-shadow:0 0 20px #e53e3e99,0 0 40px #e53e3e4d}@keyframes pulse{0%,to{opacity:.6;box-shadow:0 0 20px #e53e3e99,0 0 40px #e53e3e4d}50%{opacity:.8;box-shadow:0 0 30px #e53e3ecc,0 0 60px #e53e3e80}}.process-step{width:45%;margin-bottom:60px;position:relative}.process-step:nth-child(odd){margin-left:0;margin-right:auto}.process-step:nth-child(2n){margin-left:auto;margin-right:0}.step-connector{background:linear-gradient(90deg,#e53e3e,#ff6b6b);border-radius:2px;width:60px;height:4px;display:block;position:absolute;top:50%;transform:translateY(-50%)}@media (min-width:1024px){.step-connector{background:linear-gradient(90deg,#e53e3ecc,#ff6b6b99);border-radius:2px;width:50px;height:3px;display:block;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 15px #e53e3e80}.process-step:nth-child(odd) .step-connector{right:-50px}.process-step:nth-child(2n) .step-connector{left:-50px}}@media (max-width:768px){.process-step{margin-bottom:28px;padding:28px 20px}.step-number{width:44px;height:44px;font-size:16px;top:-10px;left:20px}.step-icon{width:65px;height:65px;margin-bottom:24px}.step-content h3{font-size:17px}.step-content p{font-size:14px}}.process-step:nth-child(odd) .step-connector{right:-60px}.process-step:nth-child(2n) .step-connector{left:-60px}.step-number{width:60px;height:60px;font-size:20px;top:-25px}.process-step:nth-child(odd) .step-number{left:auto;right:-90px}.process-step:nth-child(2n) .step-number{left:-90px;right:auto}.step-icon{width:80px;height:80px}.step-icon svg{width:36px;height:36px}.step-content h3{margin-bottom:20px;font-size:22px}.step-content p{font-size:17px}.booking-cta{border-radius:24px;padding:60px 50px}.booking-cta h3{margin-bottom:20px;font-size:32px}.booking-cta p{margin-bottom:50px;font-size:19px}.process-cta-btn{padding:18px 35px;font-size:17px}}@media (min-width:1440px){.booking-process-section{padding:120px 80px}.booking-title{font-size:48px}.booking-subtitle{max-width:800px;font-size:20px}.process-step{padding:50px 40px}.step-content h3{font-size:24px}.step-content p{font-size:18px}.booking-cta h3{font-size:36px}.booking-cta p{font-size:20px}}.about-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#e53e3e1a 0,#0000 50%),radial-gradient(circle at 20% 80%,#e53e3e0d 0,#0000 50%);position:absolute;inset:0}.about-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.about-header{text-align:center;margin-bottom:80px;padding-top:40px}.about-badge{color:#fff;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(45deg,#e53e3e,#ff6b6b);border-radius:50px;margin-bottom:30px;padding:10px 30px;font-size:14px;font-weight:600;display:inline-block;box-shadow:0 10px 30px #e53e3e4d}.about-title{flex-direction:column;gap:10px;display:flex}.about-title-main{-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#fff,#e5e5e5);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.about-title-sub{color:#b0b0b0;letter-spacing:4px;font-size:1.3rem;font-weight:300}.about-features{margin-bottom:60px}.about-feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:20px;padding:25px 20px;transition:all .3s;position:relative;overflow:hidden}.about-feature:before{content:"";transform-origin:0;background:linear-gradient(90deg,#e53e3e,#ff6b6b);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.about-feature:hover:before{transform:scaleX(1)}.about-feature:hover{border-color:#e53e3e4d;transform:translateY(-5px);box-shadow:0 10px 30px #e53e3e33}.about-feature-icon{color:#fff;background:linear-gradient(135deg,#e53e3e,#ff6b6b);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:20px;display:flex;box-shadow:0 4px 15px #e53e3e4d}.about-feature-icon svg{width:24px;height:24px}.about-feature-content h3{color:#fff;margin-bottom:12px;font-size:18px;font-weight:600;line-height:1.3}.about-feature-content p{color:#b8c4db;margin:0;font-size:14px;line-height:1.6}.about-cta{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:40px 20px;position:relative;overflow:hidden}.about-cta:before{content:"";z-index:-1;background:conic-gradient(#0000,#e53e3e1a,#0000);width:200%;height:200%;animation:rotate 20s linear infinite;position:absolute;top:-50%;left:-50%}.about-cta-title{color:#fff;margin-bottom:15px;font-size:24px;font-weight:700;line-height:1.3}.about-cta-subtitle{color:#b8c4db;margin-bottom:30px;font-size:16px;line-height:1.6}.about-stats{grid-template-columns:1fr;gap:25px;margin-bottom:35px;display:grid}.about-stat{text-align:center}.stat-number{color:#e53e3e;text-shadow:0 0 20px #e53e3e80;margin-bottom:8px;font-size:32px;font-weight:800;display:block}.stat-label{color:#b8c4db;letter-spacing:.5px;font-size:14px;font-weight:500}.about-btn{color:#fff;background:linear-gradient(135deg,#e53e3e,#ff6b6b);border:2px solid #0000;border-radius:50px;align-items:center;gap:10px;padding:15px 30px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #e53e3e66}.about-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.about-btn:hover:before{left:100%}.about-btn:hover{border-color:#fff3;transform:translateY(-2px);box-shadow:0 6px 25px #e53e3e80}.about-btn svg{transition:transform .3s}.about-btn:hover svg{transform:translate(3px)}@media (min-width:768px){.about-section{padding:100px 40px}.about-title-main{font-size:3.5rem}.about-title-sub{font-size:1.3rem}.about-features{margin-bottom:80px}.about-feature{align-items:flex-start;gap:25px;padding:30px;display:flex}.about-feature-icon{flex-shrink:0;width:60px;height:60px;margin-bottom:0}.about-feature-icon svg{width:28px;height:28px}.about-feature-content h3{margin-bottom:15px;font-size:20px}.about-feature-content p{font-size:16px}.about-stats{grid-template-columns:repeat(3,1fr);gap:40px}.stat-number{font-size:36px}.stat-label{font-size:15px}.about-cta{padding:50px 40px}.about-cta-title{font-size:28px}.about-cta-subtitle{margin-bottom:40px;font-size:18px}}@media (min-width:1024px){.about-section{padding:120px 60px}.about-header{margin-bottom:100px}.about-title-main{font-size:4rem}.about-title-sub{font-size:1.4rem}.about-features{grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:100px;display:grid}.about-feature{margin-bottom:0;padding:35px}.about-feature-icon{width:70px;height:70px}.about-feature-icon svg{width:32px;height:32px}.about-feature-content h3{margin-bottom:18px;font-size:22px}.about-feature-content p{font-size:17px}.about-cta{border-radius:24px;padding:60px 50px}.about-cta-title{margin-bottom:20px;font-size:32px}.about-cta-subtitle{margin-bottom:50px;font-size:19px}.stat-number{margin-bottom:10px;font-size:42px}.stat-label{font-size:16px}.about-btn{padding:18px 35px;font-size:17px}}@media (min-width:1440px){.about-section{padding:0 80px}.about-title{font-size:48px}.about-description{max-width:800px;font-size:20px}.about-features{gap:40px}.about-feature{padding:40px}.about-feature-content h3{font-size:24px}.about-feature-content p{font-size:18px}.about-cta-title{font-size:36px}.about-cta-subtitle{font-size:20px}.stat-number{font-size:48px}}.testimonial-section{background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);padding:30px 20px;position:relative;overflow:hidden}.testimonial-container{max-width:1200px;margin:0 auto}.testimonial-header{text-align:center;margin-bottom:80px}.testimonial-badge{color:#fff;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(45deg,#e53e3e,#ff6b6b);border-radius:50px;margin-bottom:30px;padding:10px 30px;font-size:14px;font-weight:600;display:inline-block;box-shadow:0 10px 30px #e53e3e4d}.testimonial-title{flex-direction:column;gap:10px;display:flex}.testimonial-title-main{-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#fff,#e5e5e5);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.testimonial-title-sub{color:#b0b0b0;letter-spacing:4px;font-size:1.3rem;font-weight:300}.testimonial-slider{perspective:1500px;width:320px;height:400px;margin:60px auto 80px;position:relative}.testimonial-carousel{width:100%;height:100%;transition:transform .8s cubic-bezier(.77,0,.175,1)}.testimonial-card,.testimonial-carousel{transform-style:preserve-3d;position:absolute}.testimonial-card{opacity:.6;width:320px;height:400px;border-radius:20px;transition:transform .8s cubic-bezier(.77,0,.175,1),opacity .8s}.testimonial-card.active{opacity:1;cursor:pointer;z-index:5}.testimonial-content{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;height:100%;padding:30px;transition:transform .2s ease-out,box-shadow .4s,border-color .4s;display:flex}.testimonial-card.active:hover .testimonial-content{border-color:#e53e3e66;box-shadow:0 0 30px -5px #e53e3e66}.testimonial-card.active .testimonial-content{border-color:#e53e3e4d}.testimonial-quote{color:#e53e3e;opacity:.2;font-family:Times New Roman,Times,serif;font-size:80px;line-height:1;position:absolute;top:10px;left:20px}.testimonial-text{color:#d0d0d0;flex-grow:1;margin-top:20px;font-size:16px;font-style:italic;line-height:1.7}.testimonial-rating{color:#e53e3e;letter-spacing:2px;margin-bottom:20px;font-size:20px}.testimonial-author{border-top:1px solid #ffffff1a;align-items:center;gap:15px;padding-top:20px;display:flex}.author-avatar{object-fit:cover;border:2px solid #fff3;border-radius:50%;width:60px;height:60px;transition:border-color .4s}.testimonial-card.active .author-avatar{border-color:#e53e3e}.author-name{color:#fff;font-size:18px;font-weight:700}.author-car{color:#b0b0b0;font-size:14px}.slider-nav{z-index:10;gap:20px;display:flex;position:absolute;bottom:-60px;left:50%;transform:translate(-50%)}.slider-nav button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.slider-nav button:hover{background:#e53e3e;border-color:#e53e3e;transform:scale(1.1)}.slider-nav svg{width:24px;height:24px}.testimonial-indicators{justify-content:center;gap:12px;margin-top:30px;padding:20px 0;display:none}.indicator-dot{cursor:pointer;background:#ffffff4d;border:2px solid #0000;border-radius:50%;width:10px;height:10px;transition:all .3s}.indicator-dot:hover{background:#ffffff80;transform:scale(1.2)}.indicator-dot.active{background:#e53e3e;border-color:#e53e3e4d;width:12px;height:12px;box-shadow:0 0 10px #e53e3e80}@media (max-width:900px){.slider-nav{display:none}.testimonial-indicators{display:flex}.testimonial-slider{perspective:none;width:100%;height:auto;margin:40px 0;overflow:hidden}.testimonial-carousel{scroll-snap-type:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;width:100%;margin-left:0;padding:0;transition:transform .5s ease-in-out;display:flex;position:relative;overflow:visible}.testimonial-carousel::-webkit-scrollbar{display:none}.testimonial-card{opacity:1;flex:0 0 100%;min-width:100%;max-width:100%;padding:0 20px;position:static;transform:none!important}.testimonial-card,.testimonial-content{box-sizing:border-box;width:100%;height:auto}.testimonial-content{min-height:400px;padding:30px}.testimonial-title{font-size:2.2rem}}@media (max-width:400px){.testimonial-card{width:calc(100vw - 60px)}}.faq-section{background:#000;padding:100px 20px 120px;position:relative;overflow:hidden}.faq-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 20%,#e53e3e14 0,#0000 40%),radial-gradient(circle at 90% 80%,#e53e3e14 0,#0000 40%);position:absolute;inset:0}.faq-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.faq-header{text-align:center;margin-bottom:80px}.faq-badge{color:#fff;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(45deg,#e53e3e,#ff6b6b);border-radius:50px;margin-bottom:30px;padding:10px 30px;font-size:14px;font-weight:600;display:inline-block;box-shadow:0 10px 30px #e53e3e4d}.faq-title{flex-direction:column;gap:10px;display:flex}.faq-title-main{-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#fff,#e5e5e5);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.faq-title-sub{color:#b0b0b0;letter-spacing:4px;font-size:1.3rem;font-weight:300}.faq-grid{grid-template-columns:2fr 1fr;align-items:flex-start;gap:60px;display:grid}.faq-list{flex-direction:column;gap:20px;display:flex}.faq-item{background:linear-gradient(145deg,#ffffff08,#ffffff03);border:1px solid #ffffff1a;border-radius:16px;padding:20px 25px;transition:border-color .3s}.faq-item.active{border-color:#e53e3e66}.faq-question{cursor:pointer;color:#e2e8f0;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600;transition:color .3s;display:flex}.faq-item.active .faq-question,.faq-question:hover{color:#e53e3e}.faq-icon-wrapper{background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:15px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.faq-icon-wrapper svg{width:20px;height:20px}.faq-item.active .faq-icon-wrapper{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer p{color:#b0b0b0;margin:0;padding-top:20px;line-height:1.7}.faq-item.active .faq-answer{max-height:250px}.faq-cta-card{text-align:center;background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff1a;border-radius:20px;padding:40px;position:sticky;top:120px}.cta-card-icon{color:#fff;background:linear-gradient(45deg,#e53e3e,#ff4757);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;display:flex}.cta-card-icon svg{width:30px;height:30px}.cta-card-title{color:#fff;margin-bottom:15px;font-size:1.8rem;font-weight:700}.cta-card-text{color:#b0b0b0;margin-bottom:30px;line-height:1.6}.cta-card-button{color:#fff;background:linear-gradient(45deg,#e53e3e,#ff4757);border-radius:50px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 5px 15px #e53e3e4d}.cta-card-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e53e3e66}@media (max-width:900px){.faq-grid{grid-template-columns:1fr;gap:40px}.faq-cta-card{margin-top:20px;position:static}.faq-title{font-size:2.2rem}.faq-item{padding:15px 20px}.faq-question{font-size:1.1rem}}.header{-webkit-backdrop-filter:blur(30px)saturate(180%);z-index:1000;will-change:transform;background:#fffc;border-bottom:1px solid #e53e3e1f;padding:0;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000000a,inset 0 -1px #e53e3e1a}.header:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#e53e3e66 20%,#e53e3e99 50%,#e53e3e66 80%,#0000);height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.header.scrolled:before{opacity:1}.header.scrolled{-webkit-backdrop-filter:blur(40px)saturate(200%);background:#ffffffeb;border-bottom:1px solid #e53e3e26;box-shadow:0 8px 32px #00000014,0 2px 8px #e53e3e0f,inset 0 -1px #e53e3e26}.header.scrolled .nav-menu a{color:#1a1a1a}.header.scrolled .location-badge{color:#333}.header.scrolled .nav-menu a:hover{color:#e53e3e}.header.header--hidden{transform:translateY(-110%)}.nav-container{justify-content:space-between;width:100%;max-width:1440px;margin:0 auto;padding:14px 60px 14px 20px}.logo,.nav-container{align-items:center;display:flex}.logo{gap:15px;font-size:20px;font-weight:700}.logo img{height:50px}.location-badge{color:#333;letter-spacing:0;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:16px;font-weight:500;transition:color .3s;display:inline-flex}.location-badge:hover{color:#e53e3e}.nav-menu{align-items:center;gap:30px;list-style:none;display:flex}.nav-menu li{position:relative}.nav-menu a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#e53e3e}.cart-link{align-items:center;gap:.3rem;display:inline-flex;position:relative}.cart-badge{color:#fff;background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;animation:pulse-badge 2s ease-in-out infinite;display:flex;position:absolute;top:-8px;right:-12px;box-shadow:0 2px 8px #dc262666}@keyframes pulse-badge{0%,to{transform:scale(1);box-shadow:0 2px 8px #dc262666}50%{transform:scale(1.1);box-shadow:0 2px 12px #dc262699}}@media (max-width:768px){.nav-container{padding:0 20px}.nav-menu{gap:40px}.location-badge,.nav-menu{font-size:14px}}@media (max-width:1024px){.nav-container{padding:14px 40px}}@media (max-width:768px){.nav-container{padding:12px 20px}.nav-menu{gap:20px}.location-badge,.nav-menu{font-size:14px}}@media (max-width:480px){.nav-container{gap:15px;padding:15px}.logo,.nav-container{flex-direction:column}.logo{gap:8px}.nav-menu{flex-wrap:wrap;justify-content:center;gap:15px}.location-badge,.nav-menu{font-size:12px}}.mobile-services-section{display:none}@media (max-width:768px){.services-section{display:none}.mobile-services-section{display:block}}.mobile-services-section{background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);padding:80px 15px}.mobile-services-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.mobile-service-item{text-align:center;background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff1a;border-radius:16px;padding:20px 10px;transition:all .3s}.mobile-service-item:hover{background:linear-gradient(145deg,#282828e6,#1e1e1e);border-color:#e53e3e4d;transform:translateY(-5px)}.mobile-service-icon{background:linear-gradient(45deg,#e53e3e,#ff4757);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 15px;display:flex}.mobile-service-icon svg{color:#fff;width:24px;height:24px}.mobile-service-title{color:#e2e8f0;font-size:.8rem;font-weight:600;line-height:1.3}.news-updates-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a 50%,#0a0a0a);padding:0 0 120px;position:relative;overflow:hidden}.news-updates-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#e53e3e0d 0,#0000 50%),radial-gradient(circle at 80% 20%,#e53e3e08 0,#0000 50%),radial-gradient(circle,#ffffff03 0,#0000 70%);position:absolute;inset:0}.news-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.news-header{text-align:center;margin-bottom:80px;padding-top:40px}.news-badge{color:#fff;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(45deg,#e53e3e,#ff6b6b);border-radius:50px;margin-bottom:30px;padding:10px 30px;font-size:14px;font-weight:600;display:inline-block;box-shadow:0 10px 30px #e53e3e4d}.news-title{flex-direction:column;gap:10px;display:flex}.news-title-main{-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#fff,#e5e5e5);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.news-title-sub{color:#b0b0b0;letter-spacing:4px;font-size:1.3rem;font-weight:300}.news-grid{grid-template-columns:1fr;gap:40px;margin-bottom:60px;display:grid}.featured-article{background:linear-gradient(145deg,#1e1e1e99,#141414cc);border:1px solid #ffffff0d;border-radius:24px;grid-template-columns:1.2fr 1fr;min-height:400px;transition:all .4s;display:grid;overflow:hidden}.featured-article:hover{border-color:#e53e3e33;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.featured-image-wrapper{position:relative;overflow:hidden}.featured-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.featured-article:hover .featured-image{transform:scale(1.05)}.featured-overlay{background:linear-gradient(90deg,#000c,#0000);position:absolute;inset:0}.featured-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#e53e3ee6;border-radius:50px;padding:8px 20px;font-size:.875rem;font-weight:600;position:absolute;top:30px;left:30px}.featured-content{flex-direction:column;justify-content:center;padding:50px;display:flex}.featured-meta{color:#94a3b8;align-items:center;gap:12px;margin-bottom:20px;font-size:.875rem;display:flex}.featured-divider{color:#475569}.featured-title{color:#fff;margin-bottom:15px;font-size:2rem;font-weight:800;line-height:1.3}.featured-excerpt{color:#cbd5e1;margin-bottom:25px;font-size:1.1rem;line-height:1.7}.featured-link{color:#e53e3e;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.featured-link:hover{color:#ff6b6b;gap:12px}.featured-arrow{width:20px;height:20px;transition:transform .3s}.featured-link:hover .featured-arrow{transform:translate(4px)}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;display:grid}.news-card{background:linear-gradient(145deg,#1e1e1e99,#141414cc);border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.news-card:hover{border-color:#e53e3e33;transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.news-card-image-wrapper{height:200px;position:relative;overflow:hidden}.news-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.news-card:hover .news-card-image{transform:scale(1.08)}.news-card-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#e53e3ee6;border-radius:50px;padding:6px 16px;font-size:.75rem;font-weight:600;position:absolute;top:15px;left:15px}.news-card-content{flex-direction:column;flex:1;padding:25px;display:flex}.news-card-meta{color:#94a3b8;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.875rem;display:flex}.news-card-title{color:#fff;margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.4}.news-card-excerpt{color:#cbd5e1;flex:1;margin-bottom:20px;font-size:.95rem;line-height:1.6}.news-card-link{color:#e53e3e;align-items:center;gap:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.news-card-link:hover{color:#ff6b6b;gap:10px}.news-card-link svg{width:16px;height:16px}.news-footer{text-align:center}.view-all-button{color:#fff;background:linear-gradient(45deg,#e53e3e,#ff4757);border-radius:50px;align-items:center;gap:10px;padding:16px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #e53e3e4d}.view-all-button:hover{gap:15px;transform:translateY(-3px);box-shadow:0 15px 35px #e53e3e66}.view-all-button svg{width:20px;height:20px}@media (max-width:1024px){.featured-article{grid-template-columns:1fr;min-height:auto}.featured-content{padding:35px}.featured-title{font-size:1.75rem}}@media (max-width:768px){.news-updates-section{padding-top:0;padding-bottom:80px}.news-title{font-size:2.5rem}.news-subtitle{font-size:1.1rem}.news-header{margin-bottom:50px}.news-grid{gap:30px}.articles-grid{grid-template-columns:1fr;gap:25px}.featured-content{padding:25px}.featured-title{font-size:1.5rem}.featured-excerpt{font-size:1rem}.news-card-content{padding:20px}.view-all-button{padding:14px 30px;font-size:1rem}.faq-title-main,.news-title-main,.testimonial-title-main{font-size:2rem}.faq-title-sub,.news-title-sub,.testimonial-title-sub{letter-spacing:2px;font-size:1rem}}@media (max-width:480px){.news-title{font-size:2rem}.featured-category,.news-card-category{padding:5px 12px;font-size:.7rem}.featured-meta,.news-card-meta{font-size:.8rem}.news-card-title{font-size:1.1rem}.news-card-excerpt{font-size:.9rem}}.news-card{animation:fadeInUp .6s ease-out forwards}.news-card:first-child{animation-delay:.1s}.news-card:nth-child(2){animation-delay:.2s}.news-card:nth-child(3){animation-delay:.3s}.news-card:nth-child(4){animation-delay:.4s}.news-card:nth-child(5){animation-delay:.5s}.banner-header{text-align:center;background-color:#f7f7f7;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;justify-content:center;align-items:center;width:100vw;margin-bottom:60px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;display:flex}.banner-content{max-width:1400px;margin:0 auto;padding:5px 20px}.section-title{color:#333;margin-bottom:20px;font-size:2.2rem;font-weight:800;line-height:1.2}.section-title span{color:#e53e3e;background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:inherit}.section-subtitle{color:#666;max-width:700px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}#animated-title:after{content:"|";color:#e53e3e;font-weight:400;animation:blink .7s infinite;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.banner-decoration,.banner-header:after,.banner-header:before,.section-badge,.section-badge:before,.section-divider{display:none}.banner-header .section-title{margin:0}@media (max-width:768px){.banner-header{margin-bottom:40px;padding:10px 0}.section-title{font-size:1.5rem}.section-subtitle{font-size:1.1rem}}.footer-links-services{display:contents}@media (max-width:768px){.footer-links-services{grid-template-columns:1fr 1fr;gap:20px;display:grid}}.banner-header{border-top:0;padding-top:0}.brands-showcase-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a 25%,#0a0a0a 50%,#1a1a1a 75%,#0a0a0a);padding:120px 20px;position:relative;overflow:hidden}.brands-showcase-section:before{content:"";background:radial-gradient(circle at 30%,#e53e3e08 0,#0000 50%);width:200%;height:200%;animation:float 20s ease-in-out infinite;position:absolute;top:-50%;left:-50%}@keyframes float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(30px,-30px)rotate(120deg)}66%{transform:translate(-20px,20px)rotate(240deg)}}.brands-showcase-container{z-index:2;max-width:1400px;margin:0 auto;position:relative}.brands-header{text-align:center;margin-bottom:80px}.brands-badge{color:#fff;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(45deg,#e53e3e,#ff6b6b);border-radius:50px;margin-bottom:30px;padding:10px 30px;font-size:14px;font-weight:600;display:inline-block;position:relative;box-shadow:0 10px 30px #e53e3e4d}.brands-title{flex-direction:column;gap:10px;display:flex}.brands-title-main{-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#fff,#e5e5e5);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.brands-title-sub{color:#b0b0b0;letter-spacing:4px;font-size:1.3rem;font-weight:300}.brands-marquee-wrapper{width:100%;height:200px;position:relative;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.brands-marquee{width:100%;height:100%;position:relative;overflow:hidden}.brands-marquee-content{gap:40px;width:fit-content;animation:marquee 30s linear infinite;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-card{perspective:1000px;flex-shrink:0;width:180px;height:180px}.brand-card-inner{width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;background:linear-gradient(145deg,#1e1e1ee6,#141414f2);border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:15px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.brand-card:hover .brand-card-inner{border-color:var(--brand-color);background:linear-gradient(145deg,#282828f2,#191919);transform:rotateY(10deg)rotateX(-10deg)translateZ(20px);box-shadow:0 25px 50px #00000080,0 0 50px #e53e3e1a,inset 0 0 30px #e53e3e0d}.brand-logo{filter:grayscale(.3);font-size:3rem;transition:all .5s}.brand-card:hover .brand-logo{filter:grayscale(0)drop-shadow(0 0 20px var(--brand-color));transform:scale(1.2)}.brand-name{color:#b0b0b0;text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:600;transition:all .5s}.brand-card:hover .brand-name{color:#fff;text-shadow:0 0 10px var(--brand-color)}.brand-shine{opacity:0;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);width:300%;height:300%;transition:all .6s;position:absolute;top:-100%;left:-100%;transform:rotate(45deg)}.brand-card:hover .brand-shine{opacity:1;animation:shine .6s ease-in-out}@keyframes shine{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}.brands-stats{border-top:1px solid #ffffff1a;justify-content:center;gap:80px;margin-top:80px;padding-top:60px;display:flex}.brand-stat{text-align:center}.stat-value{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#e53e3e,#ff6b6b);-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3rem;font-weight:900}.stat-label{color:#b0b0b0;text-transform:uppercase;letter-spacing:2px;font-size:1rem}.brands-marquee:hover .brands-marquee-content{animation-play-state:paused}@media (max-width:768px){.brands-title-main{font-size:2rem}.brands-title-sub{letter-spacing:2px;font-size:1rem}.brand-card{width:140px;height:140px}.brand-logo{font-size:2.5rem}.brands-stats{gap:40px}.stat-value{font-size:2.5rem}}@media (max-width:480px){.brands-showcase-section{padding:80px 20px}.brands-stats{flex-direction:column;gap:30px}}.service-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1.5px solid #e53e3e4d;border-radius:12px;width:400px;padding:40px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000026,0 10px 25px #0000001a,inset 0 1px #ffffff80}.card-title{color:#e53e3e;letter-spacing:-.5px;margin-bottom:10px;font-size:2rem;font-weight:800}.card-subtitle{color:#64748b;margin-bottom:30px;font-size:.95rem;line-height:1.5}.loading-state,.services-loading{flex-direction:column;gap:2rem;min-height:50vh;animation:fadeIn .3s}.loader,.loading-state,.services-loading,.spinner{justify-content:center;align-items:center;display:flex}.loader,.spinner{width:60px;height:60px;position:relative}.loader:before,.spinner:before{content:"";border:3px solid #fecaca;border-top-color:#dc2626;border-radius:50%;width:100%;height:100%;animation:spinnerRotate 1s linear infinite;position:absolute}.loader:after,.spinner:after{content:"";background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:50%;width:16px;height:16px;position:absolute;box-shadow:0 0 10px #dc262680}.spinner-small{vertical-align:middle;width:18px;height:18px;margin-left:10px;display:inline-block;position:relative}.spinner-small:before{border:2px solid #ffffff4d;border-top-color:#fff;width:100%;height:100%;animation:spinnerRotate .8s linear infinite}.spinner-small:after,.spinner-small:before{content:"";border-radius:50%;position:absolute}.spinner-small:after{background:#fff;width:6px;height:6px;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spinnerRotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loading-state p,.services-loading p{color:#1a1a1a;letter-spacing:.5px;margin:0;font-size:1.125rem;font-weight:600;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){#animated-title{font-size:1.35rem;line-height:1.2}}.logo-container{flex-wrap:wrap;gap:20px}.car-badge,.logo-container{align-items:center;display:flex}.car-badge{color:#1a1a1a;white-space:nowrap;cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;gap:6px;padding:6px 12px;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 1px 2px #0000000d}.car-badge:hover{background-color:#e5e7eb;border-color:#e53e3e;transform:translateY(-1px);box-shadow:0 2px 4px #e53e3e1a}@media (max-width:768px){.car-badge{padding:4px 10px;font-size:.8rem}}.car-image-dummy{object-fit:cover;background-color:#e5e7eb;border-radius:4px;width:40px;height:30px}.car-name-display{color:#1a1a1a;white-space:nowrap;font-size:.9rem;font-weight:600}.mobile-menu-button{color:#1a1a1a;cursor:pointer;z-index:1001;background:0 0;border:none;font-size:2rem;display:none}@media (max-width:768px){.mobile-right-controls{align-items:center;gap:15px;display:flex}.nav-container{flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:12px 12px 12px 0}.logo-container{flex-grow:0;gap:10px}.logo,.logo-container{align-items:center;display:flex}.logo img{width:auto;height:40px}.location-badge{padding:4px 8px;font-size:14px;display:none}.mobile-right-controls{margin-left:0}.selected-car-display{gap:6px;padding:4px 8px}.car-image-dummy{width:30px;height:22px}.car-name-display{font-size:.8rem}.mobile-menu-button{z-index:1001;color:#dc2626;font-size:1.5rem;font-weight:600;display:block;position:fixed;top:12px;right:20px}.nav-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;flex-direction:column;align-items:center;gap:20px;width:100%;height:100vh;padding-top:80px;display:none;position:absolute;top:0;left:0}.nav-menu.mobile-open{display:flex}.nav-menu li{text-align:center;width:100%;padding:10px 0}.nav-menu li a{font-size:1.5rem;font-weight:700}.nav-menu li.cart-link-li{background:#f3f4f6;border-radius:12px;width:80%;margin-top:20px;padding:15px}.cart-link{font-size:1.5rem}.service-card{width:92%;max-width:340px;margin:0 auto;padding:20px 16px}.card-title{margin-bottom:6px;font-size:1.6rem}.card-subtitle{margin-bottom:16px;font-size:.85rem;line-height:1.4}.form-group{margin-bottom:12px}.form-input{padding:12px 14px;font-size:14px}.cta-button{margin-bottom:14px;padding:13px;font-size:15px}.hero-content{width:100%;display:block}.hero-container{flex-direction:column;gap:16px;padding-top:8px}.offers-carousel{border-radius:10px;max-width:360px;height:220px;margin:50px auto 16px}.offer-card{padding:18px}.offer-badge{margin-bottom:10px;padding:6px 14px;font-size:11px}.offer-title{margin-bottom:8px;font-size:1.15rem;line-height:1.15}.offer-highlight{font-size:1.6rem}.offer-description{margin-bottom:14px;font-size:.85rem;line-height:1.4}.offer-cta{box-shadow:none;padding:10px 16px;font-size:.9rem}.carousel-indicators{gap:6px;bottom:10px;right:14px}.indicator-dot{width:8px;height:8px}.indicator-dot.active{border-radius:6px;width:18px}.nav-container{min-height:48px;padding:6px 12px}.logo{margin-left:auto}.logo img{height:32px;margin-top:5px}.mobile-menu-button{top:10px;left:12px;right:auto}.mobile-services-section{padding:48px 15px}.about-section,.brands-showcase-section{padding:60px 16px}.faq-section{padding:60px 16px 70px}.news-updates-section{padding-bottom:60px}.booking-process-section{padding:60px 16px}.about-header,.brands-header,.faq-header,.news-header,.services-header,.testimonial-header{margin-bottom:32px}.mobile-services-grid{gap:12px}.services-cta{margin-top:30px;padding:28px 20px}.process-steps{margin-bottom:24px}.about-cta{padding:28px 16px}.about-stats{gap:18px;margin-bottom:24px}.phone-ring-icon{transform-origin:12px 12px;animation:phone-ring 1.4s ease-in-out infinite}@keyframes phone-ring{0%{transform:rotate(0)}8%{transform:rotate(-18deg)}16%{transform:rotate(18deg)}24%{transform:rotate(-18deg)}32%{transform:rotate(18deg)}40%{transform:rotate(-8deg)}48%{transform:rotate(8deg)}56%{transform:rotate(0)}to{transform:rotate(0)}}.cta-card-button:hover .phone-ring-icon{filter:drop-shadow(0 0 4px #e53e3e80);animation-duration:.8s}}@media (max-width:380px){.service-card{max-width:320px;padding:16px 14px}.card-title{font-size:1.45rem}.card-subtitle{margin-bottom:12px}.form-group{margin-bottom:10px}.cta-button{padding:12px;font-size:14px}}.mobile-service-item{text-decoration:none!important}.bottom-nav{z-index:999;-webkit-backdrop-filter:blur(20px)saturate(180%);padding-bottom:env(safe-area-inset-bottom,0);background:#fffffff2;border-top:1px solid #e53e3e1a;grid-template-columns:repeat(4,1fr);gap:0;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000014}@media (max-width:768px) and (orientation:portrait){.bottom-nav{display:grid}body{padding-bottom:calc(70px + env(safe-area-inset-bottom,0))}}.bottom-nav--visible{transform:translateY(0)}.bottom-nav--hidden{transform:translateY(100%)}.bottom-nav__item{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;min-height:64px;padding:10px 8px;transition:all .3s;display:flex;position:relative}.bottom-nav__item:before{content:"";opacity:0;background:linear-gradient(135deg,#e53e3e0d,#e53e3e1a);border-radius:12px;transition:opacity .3s;position:absolute;inset:0}.bottom-nav__item:active:before{opacity:1}.bottom-nav__icon{filter:grayscale();margin-bottom:4px;font-size:26px;transition:transform .3s}.bottom-nav__item--active .bottom-nav__icon{filter:grayscale(0);transform:scale(1.15)}.bottom-nav__label{color:#64748b;letter-spacing:.3px;white-space:nowrap;font-size:11px;font-weight:500;transition:all .3s}.bottom-nav__item--active .bottom-nav__label{color:#e53e3e;font-weight:600}.bottom-nav__item--active:after{content:"";background:#e53e3e;border-radius:50%;width:4px;height:4px;animation:pulse-dot 2s ease-in-out infinite;position:absolute;bottom:6px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.5)}}@media (hover:hover){.bottom-nav__item:hover .bottom-nav__icon{filter:grayscale(0);transform:scale(1.15)}.bottom-nav__item:hover .bottom-nav__label{color:#e53e3e}}@media (prefers-color-scheme:dark){.bottom-nav{background:#1a202cf2;border-top-color:#e53e3e33}.bottom-nav__label{color:#cbd5e1}.bottom-nav__item--active .bottom-nav__label{color:#e53e3e}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}