@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:768px){.bundles-grid{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;padding:0 .5rem}.bundle-card{flex:0 0 auto;height:180px;width:140px}}.bundle-card{border-radius:8px;box-shadow:0 2px 4px #0000001a}.bundle-content{overflow-y:auto}.bundle-name{font-size:.85rem;margin-bottom:.3rem}.bundle-actions{display:flex;justify-content:space-between;margin-top:.5rem}.bundle-actions button{flex:1 1;margin:0 .25rem;min-height:44px}.home-container{background-color:#f3f4f6;min-height:100vh}.hero-section{align-items:center;background:linear-gradient(to bottom right,#f59e0b,#d97706);color:#fff;display:flex;height:20rem;justify-content:center;overflow:hidden;position:relative}@media (min-width:768px){.hero-section{height:28rem}}@media (max-width:480px){.hero-section{height:18rem}}.hero-overlay{background:linear-gradient(180deg,#0006,#0009);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Ccircle cx='40' cy='40' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");background-size:20px 20px;inset:0;opacity:.7;position:absolute}.language-select-container{position:absolute;right:1rem;top:1rem;z-index:20}.language-select{background:#ffffffe6;border:none;border-radius:9999px;box-shadow:0 2px 6px #0003;color:#d97706;cursor:pointer;font-size:.875rem;font-weight:600;outline:none;padding:.5rem 1rem;transition:transform .2s,box-shadow .2s}@media (max-width:480px){.language-select{font-size:.75rem;padding:.4rem .8rem}}.carousel-container{position:relative}.carousel-container,.carousel-slide{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.carousel-slide{filter:blur(2px);left:0;opacity:0;position:absolute;top:0;transform:translateX(100%) scale(.95) perspective(1000px) rotateY(10deg);transition:opacity .8s ease,transform .8s ease,filter .8s ease;z-index:5}.carousel-slide.active{filter:blur(0);opacity:1;transform:translateX(0) scale(1) perspective(1000px) rotateY(0deg);z-index:10}.carousel-slide.prev{transform:translateX(-100%) scale(.95) perspective(1000px) rotateY(-10deg)}.carousel-content{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border:1px solid #fff3;border-radius:1.5rem;box-shadow:0 8px 24px #0000004d;max-width:90%;padding:1.5rem 2rem;text-align:center;z-index:10}@media (min-width:768px){.carousel-content{max-width:40rem;padding:2rem 3rem}}@media (max-width:480px){.carousel-content{max-width:95%;padding:1rem 1.5rem}}.carousel-image{filter:drop-shadow(0 6px 12px rgba(0,0,0,.4));height:120px;margin-bottom:1rem;margin-left:33%;object-fit:contain;transform:perspective(500px) rotateY(15deg) scale(1);transition:transform .3s ease;width:120px}@media (min-width:768px){.carousel-image{height:180px;width:180px}}@media (max-width:480px){.carousel-image{height:100px;margin-bottom:.75rem;width:100px}}.carousel-image:hover{transform:perspective(500px) rotateY(15deg) scale(1.1)}.carousel-title{animation:fadeIn 1s ease-out;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:-.025em;line-height:1.2;margin-bottom:.5rem;text-shadow:2px 2px 6px #0006}@media (min-width:768px){.carousel-title{font-size:2.25rem}}@media (max-width:480px){.carousel-title{font-size:1.25rem;margin-bottom:.3rem}}.carousel-subtitle{animation:fadeIn 1s ease-out .3s;animation-fill-mode:backwards;font-size:.875rem;line-height:1.4;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:28rem;text-shadow:1px 1px 3px #0000004d}@media (min-width:768px){.carousel-subtitle{font-size:1rem}}@media (max-width:480px){.carousel-subtitle{font-size:.75rem;margin-bottom:.75rem;max-width:20rem}}.get-started-button{align-items:center;animation:pulse 2s infinite;background:linear-gradient(90deg,#fff,#f0f0f0);border-radius:9999px;box-shadow:0 4px 12px #0000004d;color:#d97706;display:inline-flex;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s}@media (min-width:768px){.get-started-button{font-size:1.125rem;padding:1rem 2rem}}@media (max-width:480px){.get-started-button{font-size:.875rem;padding:.6rem 1.2rem}}.get-started-button i{margin-right:.5rem}.carousel-indicators{bottom:1rem;display:flex;gap:.75rem;position:absolute;z-index:20}.carousel-indicator{background-color:#fff6;border:2px solid #fffc;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:14px;transition:background-color .3s,transform .3s;width:14px}@media (max-width:480px){.carousel-indicator{height:12px;width:12px}}.carousel-indicator.active{background-color:#fff}.carousel-indicator:hover{background-color:#ffffffb3;transform:scale(1.2)}.carousel-indicator.active:hover{background-color:#fff}.services-section{padding:3rem 1rem}.services-title{color:#1f2937;font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;max-width:72rem}@media (min-width:768px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.service-card{background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a,0 1px 3px #0000000d;cursor:pointer;height:12rem;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}@media (min-width:768px){.service-card{height:16rem}}.service-card.orange-border{border:2px solid #f59e0b}.service-card.green-border{border:2px solid #10b981}.service-card.blue-border{border:2px solid #3b82f6}.service-image-container{height:100%;position:relative;width:100%}.service-image{border-radius:1rem;height:100%;object-fit:cover;width:100%}.service-overlay{background:linear-gradient(180deg,#00000080,#0000001a);border-radius:1rem;bottom:0;left:0;position:absolute;right:0;top:0}.service-content{bottom:.5rem;justify-content:space-between;left:.5rem;position:absolute;right:.5rem;top:.5rem;z-index:10}.service-content,.service-tags{display:flex;flex-direction:column}.service-tags{gap:.25rem}.service-pricing{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center}.male-price{background:linear-gradient(90deg,#3b82f6,#2563eb)}.female-price,.male-price{align-items:center;border-radius:9999px;box-shadow:0 1px 2px #0003;color:#fff;display:flex;font-size:.625rem;font-weight:600;gap:.25rem;padding:.125rem .5rem}.female-price{background:linear-gradient(90deg,#ec4899,#db2777)}.service-cost{border-radius:9999px;box-shadow:0 1px 2px #0003;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .5rem}.service-cost.green{background:linear-gradient(90deg,#10b981,#059669)}.service-cost.blue{background:linear-gradient(90deg,#3b82f6,#2563eb)}.service-cost.orange{background:linear-gradient(90deg,#f59e0b,#d97706)}.popular-tag-container{display:flex;justify-content:center}.popular-tag{align-items:center;background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:9999px;box-shadow:0 1px 2px #0003;color:#fff;display:flex;font-size:.625rem;font-weight:600;gap:.125rem;margin-top:45%;padding:.125rem .5rem}.popular-tag i{font-size:.5rem}.service-name-container{display:flex;justify-content:center}.service-name{border-radius:9999px;box-shadow:0 2px 4px #0003;color:#fff;font-size:.875rem;font-weight:700;padding:.25rem 1rem;text-align:center}.service-name.orange{background:linear-gradient(90deg,#f59e0b,#d97706)}.service-name.green{background:linear-gradient(90deg,#10b981,#059669)}.service-name.blue{background:linear-gradient(90deg,#3b82f6,#2563eb)}.select-button{border-radius:9999px;bottom:.75rem;color:#fff;font-size:.875rem;font-weight:600;opacity:0;padding:.5rem 1rem;position:absolute;right:.75rem;transition:opacity .3s}.select-button.orange{background:linear-gradient(90deg,#f59e0b,#d97706)}.select-button.green{background:linear-gradient(90deg,#10b981,#059669)}.select-button.blue{background:linear-gradient(90deg,#3b82f6,#2563eb)}.service-card:hover .select-button{opacity:1}.order-section{background:linear-gradient(180deg,#f3f4f6,#e5e7eb);padding:3rem 1rem}.order-container{background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000026;margin-left:auto;margin-right:auto;max-width:28rem;padding:1.5rem;position:relative}.order-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.order-title i{color:#f59e0b;margin-right:.5rem}.error-message{background-color:#fef2f2;color:#dc2626;font-size:.875rem}.error-message,.success-message{border-radius:.5rem;margin-bottom:1rem;padding:.75rem;text-align:center}.success-message{background-color:#d1fae5;color:#059669}.stepper-container{margin-bottom:2rem;position:relative}.stepper{align-items:center;display:flex;gap:.25rem;justify-content:space-between;overflow-x:auto;scrollbar-width:none}.stepper::-webkit-scrollbar{display:none}.step{flex:1 1 20%;min-width:40px;position:relative;text-align:center;z-index:1}.step-icon{align-items:center;background:#e5e7eb;border-radius:50%;color:#6b7280;display:flex;font-size:.875rem;font-weight:600;height:2rem;justify-content:center;margin-left:auto;margin-right:auto;transition:all .3s;width:2rem}.step-icon.active{background:linear-gradient(to bottom right,#f59e0b,#d97706);box-shadow:0 0 0 4px #f59e0b4d;color:#fff}.step-label{color:#4b5563;font-size:.625rem;font-weight:500;margin-top:.25rem}.progress-bar-container{background-color:#e5e7eb;height:.25rem;left:0;position:absolute;top:1rem;width:100%;z-index:0}.progress-bar{background:linear-gradient(90deg,#f59e0b,#d97706);height:100%;transition:width .5s ease-in-out}.step-content{position:relative}.input-group{display:flex;flex-direction:column;gap:1.5rem}.input-wrapper{position:relative}.input-label{background-color:#fff;color:#4b5563;font-size:.875rem;left:.75rem;padding:0 .25rem;position:absolute;top:-.5rem;transition:all .2s}.input-field,.select-field{border:1px solid #d1d5db;border-radius:.5rem;color:#1f2937;font-size:1rem;outline:none;padding:1.5rem .75rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.input-field.readonly{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.textarea-field{border:1px solid #d1d5db;border-radius:.5rem;color:#1f2937;font-size:1rem;min-height:100px;outline:none;padding:1.5rem .75rem .75rem;resize:vertical;transition:border-color .2s,box-shadow .2s;width:100%}.section-title{font-weight:600;margin-bottom:1rem}.review-title,.section-title{color:#1f2937;font-size:1.125rem}.review-title{font-weight:700;text-align:center}.review-details{background:linear-gradient(to bottom right,#f9fafb,#e5e7eb);border-radius:.75rem;box-shadow:0 2px 8px #0000001a;color:#1f2937;font-size:.875rem;max-height:20rem;overflow-y:auto;padding:1rem}.review-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.review-label{color:#f59e0b;font-weight:600}.submit-button{align-items:center;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;justify-content:center;padding:.75rem;transition:background .3s,transform .2s;width:100%}.submit-button:disabled{cursor:not-allowed;opacity:.6}.spinner,.submit-button i{margin-right:.5rem}.spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:1rem;width:1rem}.success-container{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.success-icon-container{align-items:center;animation:checkScale .5s ease-in-out;background:#10b981;border-radius:50%;box-shadow:0 0 0 8px #10b98133;display:flex;height:4rem;justify-content:center;width:4rem}.success-icon{color:#fff;font-size:2rem}.success-title{color:#1f2937;font-size:1.5rem;font-weight:700}.success-message{color:#4b5563;font-size:.875rem;max-width:20rem}.success-details{background:linear-gradient(to bottom right,#f9fafb,#e5e7eb);border-radius:.5rem;box-shadow:0 2px 8px #0000001a;font-size:.75rem;padding:.75rem;width:100%}.back-button{background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s,transform .2s}.confetti-canvas{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.button-group{display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem}.back-button-nav{background:linear-gradient(90deg,#6b7280,#4b5563)}.back-button-nav,.next-button{border-radius:.5rem;color:#fff;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:.75rem;transition:background .3s,transform .2s}.next-button{background:linear-gradient(90deg,#f59e0b,#d97706)}.testimonials-section{background-color:#fff;padding:3rem 1rem}.testimonials-title{color:#1f2937;font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center}.testimonials-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));margin-left:auto;margin-right:auto;max-width:72rem}.testimonial-card{border-radius:1rem;box-shadow:0 4px 6px #0000001a,0 1px 3px #0000000d;padding:1.5rem;transition:transform .3s,box-shadow .3s}.testimonial-card.yellow{background:linear-gradient(to bottom right,#fef3c7,#fde68b)}.testimonial-card.green{background:linear-gradient(to bottom right,#d1fae5,#a7f3d0)}.testimonial-card.blue{background:linear-gradient(to bottom right,#dbeafe,#bfdbfe)}.testimonial-quote{color:#4b5563;font-size:.875rem;margin-bottom:1rem}.testimonial-name{color:#f59e0b;font-size:.875rem;font-weight:600}.testimonial-role{color:#6b7280;font-size:.75rem}.footer{background:linear-gradient(90deg,#f59e0b,#d97706);color:#fff;padding:2rem 1rem}.footer-content{margin-left:auto;margin-right:auto;max-width:72rem;text-align:center}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-tagline{font-size:.875rem;margin-bottom:1rem}.copyright{font-size:.775rem;margin-bottom:1rem}.social-links{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.social-icon{color:#fff;font-size:1.25rem}.contact-info{font-size:.875rem}.contact-info a{color:#fff;text-decoration:underline}@keyframes pulse{0%{box-shadow:0 4px 12px #0003;transform:scale(1)}50%{box-shadow:0 6px 16px #0000004d;transform:scale(1.05)}to{box-shadow:0 4px 12px #0003;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes checkScale{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}a:hover{box-shadow:0 6px 16px #0000004d;transform:scale(1.05)}.services-loader-container{align-items:center;display:flex;justify-content:center;padding:40px 0}.services-loader{animation:spin 1s linear infinite;border:4px solid #f59e0b;border-radius:50%;border-top-color:#0000;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vehicle-info{align-items:center;background:linear-gradient(90deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d;color:#1f2937;display:flex;font-size:16px;margin-bottom:8px;padding:12px 16px}.vehicle-icon{color:#2563eb;font-size:20px;margin-right:12px}.cost-breakdown{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;padding:16px;width:100%}.cost-breakdown p{color:#374151;font-size:14px;margin:8px 0}.total-cost{border-top:1px solid #e5e7eb;color:#15803d;font-size:16px;font-weight:700;margin-top:12px;padding-top:12px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:.75rem;box-shadow:0 4px 20px #0003;max-width:90%;padding:1.5rem;text-align:center;width:20rem}.modal-content h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.modal-content p{color:#4b5563;font-size:.875rem;margin-bottom:.75rem}.modal-button{background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:background .3s,transform .2s}.modal-button:hover{background:linear-gradient(90deg,#d97706,#f59e0b);transform:translateY(-2px)}.app-download-section{background-color:#f9f9f9;padding:40px 20px;text-align:center}.app-download-title{color:#333;font-size:2rem;margin-bottom:10px}.app-download-description{color:#666;font-size:1.2rem;margin-bottom:20px}.app-download-buttons{display:flex;gap:20px;justify-content:center}.app-download-button{display:inline-block}.app-download-button img{height:50px;transition:transform .3s ease}.app-download-button img:hover{transform:scale(1.05)}@media (max-width:768px){.app-download-buttons{align-items:center;flex-direction:column}.app-download-button img{height:40px}}.bundles-section{padding:1.5rem 1rem;text-align:center}.bundles-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin:0 auto;max-width:1200px}@media (max-width:768px){.bundles-grid{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;padding:0 .5rem}.bundle-card{flex:0 0 auto;height:370px;width:160px}}.bundle-card{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.bundle-card:hover{box-shadow:0 4px 10px #00000026;transform:scale(1.05)}.bundle-image-container{display:flex;flex-direction:column;height:155px;overflow:visible}.bundle-image{height:100%;object-fit:cover;width:100%}.bundle-image-container{overflow:hidden;position:relative;width:100%}.bundle-chip-stack{display:flex;flex-direction:column;gap:6px;left:8px;position:absolute;top:8px}.bundle-status-chip{align-items:center;background-color:#10b981;border-radius:12px;color:#fff;display:inline-flex;font-size:.6rem;gap:.3rem;line-height:1.2;max-width:100%;padding:.2rem .5rem;white-space:normal}.bundle-status-chip--unavailable{background-color:#ef4444}.bundle-date-chip{align-items:center;background-color:#3b82f6;border-radius:12px;color:#fff;display:inline-flex;font-size:.6rem;gap:.3rem;line-height:1.2;max-width:100%;padding:.2rem .5rem;white-space:normal}.bundle-content{flex-grow:1;padding:.5rem;text-align:left}.bundle-name-container{margin-bottom:.3rem}.bundle-name{font-size:.75rem;font-weight:600;line-height:1.2}.bundle-details{color:#555;font-size:.65rem;line-height:1.3}.bundle-details-highlight{background-color:#f0f4f8;border-radius:4px;color:#333;font-size:.65rem;line-height:1.3;padding:.2rem}.bundle-price{color:#f59e0b;font-size:.75rem;font-weight:700;margin-top:.3rem}.order-now-button{background-color:#1a3c34;border:none;border-radius:0 0 12px 12px;color:#fff;cursor:pointer;font-size:.85rem;line-height:1.2;min-height:44px;padding:.5rem;transition:background-color .2s ease;width:100%}.order-now-button:hover{background-color:#2a5c4a}.bundle-orange-border{border:2px solid #f59e0b}.bundle-green-border{border:2px solid #10b981}.bundle-blue-border{border:2px solid #3b82f6}.orangee{color:#f59e0b}.greenn{color:#10b981}.bluee{color:#3b82f6}
/*# sourceMappingURL=main.315163ab.css.map*/