.home-page{width:100%;min-height:100vh;position:relative}.hero-section{position:relative;height:100vh;width:100%;background:linear-gradient(#00000080,#00000080),url(/assets/partymates1-CGo_82y-.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;padding:2rem;text-align:center;animation:fadeIn 1s ease-in}.hero-content h1{font-family:Inter,sans-serif;font-size:4rem;text-transform:uppercase;letter-spacing:4px;font-weight:400;color:#fff;margin:0rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-content .subtitle{font-family:Inter,sans-serif;font-size:2rem;margin:0;letter-spacing:2px;color:#fff;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-content .cta-button{background-color:#007bff;color:#fff;padding:1rem 2.5rem;font-size:1.2rem;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;font-weight:600}.hero-content .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #007bff66}.services-section{padding:4rem 0;background-color:#f8f9fa;overflow:hidden}.services-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem;font-family:Inter,sans-serif}.services-container{width:100%;overflow:hidden;position:relative}.services-track{display:flex;animation:scroll 30s linear infinite;width:fit-content}.services-track:hover{animation-play-state:paused}.service-card{flex:0 0 300px;margin:0 1rem;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-10px)}.service-card .service-image{width:100%;height:200px;overflow:hidden}.service-card .service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card .service-image img:hover{transform:scale(1.1)}.service-card h3{padding:1rem;margin:0;text-align:center;font-family:Inter,sans-serif;color:#333;font-size:1.2rem}.service-card .service-image{border:3px solid #007bff}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-content h1{font-size:3rem}.hero-content .subtitle{font-size:1.2rem}.hero-content .cta-button{padding:.8rem 2rem;font-size:1rem}.services-section{padding:3rem 0}.services-section h2{font-size:2rem}.service-card{flex:0 0 250px}}@media (max-width: 480px){.hero-content h1{font-size:2.5rem}.hero-content .subtitle{font-size:1rem}.hero-content .cta-button{padding:.7rem 1.8rem}.services-section{padding:2rem 0}.services-section h2{font-size:1.8rem}.service-card{flex:0 0 200px}}.testimonials-section{padding:5rem 2rem;background-color:#fff;text-align:center}.testimonials-section h2{font-size:2.5rem;color:#333;margin-bottom:3rem;font-family:Inter,sans-serif}.testimonials-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 1rem}.testimonial-card{background:#f8f9fa;border-radius:15px;padding:2rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-10px)}.testimonial-image{width:100px;height:100px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:3px solid #007bff}.testimonial-image img{width:100%;height:100%;object-fit:cover}.testimonial-content .stars{color:#007bff;font-size:1.5rem;margin-bottom:1rem}.testimonial-content .stars .star{margin:0 2px}.testimonial-content .review{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem;font-style:italic}.testimonial-content .name{font-size:1.2rem;color:#333;font-weight:600;margin:0}@media (max-width: 768px){.testimonials-section{padding:3rem 1rem}.testimonials-section h2{font-size:2rem}.testimonials-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 480px){.testimonials-section{padding:2rem 1rem}.testimonials-section h2{font-size:1.8rem}.testimonial-card{padding:1.5rem}.testimonial-image{width:80px;height:80px}}.features-section{position:relative;height:500px;background:url(https://images.unsplash.com/photo-1511795409834-ef04bbd61622?w=1920&q=80) center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.features-section .features-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0009,#0009);z-index:1}.features-section .features-content{position:relative;z-index:2;max-width:800px;padding:2rem}.features-section .features-content h2{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;line-height:1.3;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.features-section .features-content p{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.features-section .features-content .features-cta{background-color:#007bff;color:#000;padding:1rem 2.5rem;font-size:1.2rem;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;font-weight:600}.features-section .features-content .features-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px #007bff66}@media (max-width: 768px){.features-section{height:400px}.features-section .features-content h2{font-size:2rem}.features-section .features-content p{font-size:1.2rem}.features-section .features-content .features-cta{padding:.8rem 2rem;font-size:1rem}}@media (max-width: 480px){.features-section{height:350px}.features-section .features-content h2{font-size:1.8rem}.features-section .features-content p{font-size:1.1rem}.features-section .features-content .features-cta{padding:.7rem 1.8rem}}.about-section{padding:5rem 2rem;background-color:#fff;text-align:center}.about-section .about-content{max-width:1200px;margin:0 auto}.about-section .about-content h2{font-size:2.5rem;color:#333;margin-bottom:2rem;font-family:Inter,sans-serif;position:relative;display:inline-block}.about-section .about-content h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#007bff}.about-section .about-content .about-description{font-size:1.2rem;line-height:1.8;color:#666;max-width:800px;margin:0 auto 4rem}.about-section .about-content .about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.about-section .about-content .about-features .feature{padding:2rem;background:#f8f9fa;border-radius:15px;transition:transform .3s ease;box-shadow:0 4px 15px #0000001a}.about-section .about-content .about-features .feature:hover{transform:translateY(-10px)}.about-section .about-content .about-features .feature h3{color:#333;font-size:1.5rem;margin-bottom:1rem;font-family:Inter,sans-serif}.about-section .about-content .about-features .feature p{color:#666;line-height:1.6;font-size:1.1rem}@media (max-width: 768px){.about-section{padding:3rem 1rem}.about-section .about-content h2{font-size:2rem}.about-section .about-content .about-description{font-size:1.1rem;margin-bottom:3rem}.about-section .about-content .about-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.about-section .about-content .about-features .feature{padding:1.5rem}.about-section .about-content .about-features .feature h3{font-size:1.3rem}.about-section .about-content .about-features .feature p{font-size:1rem}}@media (max-width: 480px){.about-section{padding:2rem 1rem}.about-section .about-content h2{font-size:1.8rem}.about-section .about-content .about-description{font-size:1rem;margin-bottom:2rem}.about-section .about-content .about-features .feature{padding:1.2rem}.about-section .about-content .about-features .feature h3{font-size:1.2rem}}.review-form-section{padding:5rem 2rem;background-color:#f8f9fa}.review-form-section .review-form-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.review-form-section .review-form-container h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:1rem;font-family:Inter,sans-serif}.review-form-section .review-form-container .form-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.review-form-section .review-form .form-group{margin-bottom:1.5rem}.review-form-section .review-form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.review-form-section .review-form .form-group input,.review-form-section .review-form .form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.review-form-section .review-form .form-group input:focus,.review-form-section .review-form .form-group textarea:focus{outline:none;border-color:#007bff}.review-form-section .review-form .form-group textarea{resize:vertical;min-height:100px}.review-form-section .review-form .star-rating{display:flex;gap:.5rem;justify-content:center;margin:1rem 0}.review-form-section .review-form .star-rating .star{background:none;border:none;font-size:2rem;color:#ddd;cursor:pointer;transition:color .2s ease;padding:0;line-height:1}.review-form-section .review-form .star-rating .star.active,.review-form-section .review-form .star-rating .star:hover{color:#007bff}.review-form-section .review-form .submit-button{display:block;width:100%;padding:1rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.review-form-section .review-form .submit-button:hover{background-color:#0056b3;transform:translateY(-2px)}.review-form-section .review-form .submit-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.review-form-section .review-form .success-message{margin-top:2rem;padding:2rem;background-color:#d4edda;color:#155724;border-radius:8px;text-align:center;animation:slideIn .5s ease-out}.review-form-section .review-form .success-message .success-icon{width:60px;height:60px;background-color:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:2rem;animation:scaleIn .5s ease-out}.review-form-section .review-form .success-message p{margin:0;font-size:1.2rem;font-weight:500}.review-form-section .review-form .success-message p.success-subtitle{margin-top:.5rem;font-size:1rem;color:#0f5132;opacity:.9}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 768px){.review-form-section{padding:3rem 1rem}.review-form-section .review-form-container{padding:2rem}.review-form-section .review-form-container h2{font-size:2rem}.review-form-section .review-form .star-rating .star{font-size:1.8rem}}@media (max-width: 480px){.review-form-section{padding:2rem 1rem}.review-form-section .review-form-container{padding:1.5rem}.review-form-section .review-form-container h2{font-size:1.8rem}.review-form-section .review-form-container .form-subtitle{font-size:1rem}.review-form-section .review-form .form-group{margin-bottom:1rem}.review-form-section .review-form .form-group input,.review-form-section .review-form .form-group textarea{padding:.7rem}.review-form-section .review-form .star-rating .star{font-size:1.5rem}.review-form-section .review-form .submit-button{padding:.8rem;font-size:1rem}}.footer{background-color:#2c3e50;color:#fff;padding:4rem 2rem 1rem;margin-top:4rem}.footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer .footer-section h3{color:#007bff;font-size:1.5rem;margin-bottom:1.5rem;font-family:Inter,sans-serif}.footer .footer-section p{margin:.8rem 0;display:flex;align-items:center;gap:.5rem;color:#ecf0f1}.footer .footer-section p i{color:#007bff;font-size:1.2rem}.footer .footer-section .social-links{display:flex;flex-direction:column;gap:1rem}.footer .footer-section .social-links a{color:#ecf0f1;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.footer .footer-section .social-links a i{color:#007bff;font-size:1.5rem}.footer .footer-section .social-links a:hover{color:#007bff}.footer .footer-section ul{list-style:none;padding:0;margin:0}.footer .footer-section ul li{margin:.8rem 0}.footer .footer-section ul li a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.footer .footer-section ul li a:hover{color:#007bff}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem}.footer .footer-bottom p{color:#bdc3c7;font-size:.9rem}@media (max-width: 768px){.footer{padding:3rem 1rem 1rem}.footer .footer-content{gap:1.5rem}.footer .footer-section h3{font-size:1.3rem}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer .footer-section h3{font-size:1.2rem}.footer .footer-section p,.footer .footer-section .social-links a{font-size:.9rem}}.navbar{position:absolute;top:0;left:0;width:100%;background-color:#007bff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 15px #0000001a;z-index:1000;transition:all .3s ease}.navbar.sticky{position:fixed;background-color:#007bfff2}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{font-family:Inter,sans-serif;font-size:1.8rem;font-weight:600;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-family:Inter,sans-serif;text-decoration:none;color:#fff;font-size:1rem;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#007bff;transition:width .3s ease}.nav-links a:hover{color:#fff;opacity:.8}.nav-links a:hover:after{width:100%}.hamburger{display:none;cursor:pointer;padding:.5rem}.hamburger .bar{width:25px;height:3px;background-color:#007bff;margin:5px 0;transition:all .3s ease}.hamburger .bar.active{background-color:#fff}.hamburger .bar.active:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger .bar.active:nth-child(2){opacity:0}.hamburger .bar.active:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 768px){.hamburger{display:block}.nav-links{display:none;position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background-color:#007bfff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);flex-direction:column;padding:2rem;transition:left .3s ease;gap:2rem}.nav-links.active{display:flex;left:0}.nav-links a{font-size:1.2rem;width:100%;text-align:center;padding:1rem 0;color:#fff}.nav-links a:hover{opacity:.8}.nav-links a:after{bottom:0}}@media (max-width: 480px){.navbar-container{padding:1rem}.logo h1{font-size:1.5rem}}.book-now{max-width:500px;margin:2rem auto;background:#fff;border-radius:1rem;box-shadow:0 4px 24px #2c3e501f;padding:2.5rem 2rem 2rem;font-family:Montserrat,Arial,sans-serif}.book-now h2{text-align:center;margin-bottom:2rem;color:#2c3e50;font-family:Playfair Display,serif;font-size:2rem}.book-now .book-now-form{display:flex;flex-direction:column;gap:1.2rem}.book-now .book-now-form .form-group{display:flex;flex-direction:column}.book-now .book-now-form .form-group label{margin-bottom:.5rem;font-weight:600;color:#2c3e50}.book-now .book-now-form .form-group input,.book-now .book-now-form .form-group textarea{padding:.7rem 1rem;border:1px solid #d4d4d4;border-radius:.5rem;font-size:1rem;transition:border .2s}.book-now .book-now-form .form-group input:focus,.book-now .book-now-form .form-group textarea:focus{border-color:#007bff;outline:none}.book-now .book-now-form .submit-button{background:#007bff;color:#fff;font-weight:700;border:none;border-radius:.5rem;padding:.9rem 0;font-size:1.1rem;cursor:pointer;margin-top:.5rem;transition:background .2s}.book-now .book-now-form .submit-button:hover{background:#0056b3}.book-now .book-now-form .submit-button:disabled{background:#007bff33;cursor:not-allowed}.book-now .success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1.5rem;background:#007bff1a;border:1px solid #007bff;border-radius:.5rem;padding:2rem;text-align:center;color:#2c3e50}.book-now .success-message .success-icon{font-size:6rem;color:#007bff;margin-bottom:1rem;animation:pulse 1.5s infinite}.book-now .success-message .success-subtitle{color:#0056b3;font-size:.95rem;margin-top:.3rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 600px){.book-now{padding:1.2rem .5rem}.book-now .book-now-form{gap:.8rem}.book-now .book-now-form .form-group input,.book-now .book-now-form .form-group textarea{font-size:.95rem}.book-now .book-now-form .submit-button{font-size:1rem;padding:.7rem 0}.book-now h2{font-size:1.3rem}}body{background-color:#f8f9fa;padding:0;margin:0}html{scroll-behavior:smooth}
