@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.container{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background-color:#fff;border-bottom:1px solid #e0e0e0}.left-side-nav{display:flex;align-items:center;gap:12px}.logo{width:80px;height:auto}.logo-heading{font-size:26px;font-weight:700;color:#333}.center-side-nav ul{display:flex;gap:26px;list-style:none;padding:0;margin:0}.center-side-nav li{cursor:pointer;font-weight:500;color:#444;font-size:18px;transition:color .2s ease-in-out}.center-side-nav li:hover{color:#007bff}.login-btn{background-color:#007bff;color:#fff;padding:8px 16px;font-size:17px;border:none;border-radius:6px;cursor:pointer}.menuBtn{font-size:28px;margin:0 20px;display:none;cursor:pointer}@media (max-width: 900px){.container{padding:12px 20px}.logo{width:65px}.logo-heading{font-size:22px}.center-side-nav ul{gap:18px}.center-side-nav li{font-size:16px}.login-btn{padding:6px 12px;font-size:15px}}@media (max-width: 600px){.logo{width:55px}.logo-heading{font-size:20px}.center-side-nav ul{gap:12px}.center-side-nav li{font-size:15px}.login-btn{padding:5px 10px;font-size:14px}}@media (max-width:520px){.menuBtn{display:block}.center-side-nav ul{display:none;flex-direction:column;gap:12px;background:#fff;position:absolute;top:70px;left:50%;transform:translate(-50%);padding:15px;border:1px solid #ddd;border-radius:8px}.center-side-nav.active ul{display:flex}}.login-container{max-width:400px;margin:80px auto;padding:32px;background-color:#f9fafb;border-radius:10px;box-shadow:0 0 20px #0000000d;text-align:center}.login-heading{font-size:28px;font-weight:700;margin-bottom:8px;color:#111827}.login-subtext{font-size:16px;color:#6b7280;margin-bottom:24px}.login-form input{width:100%;padding:12px 16px;margin-bottom:16px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;transition:border-color .3s}.login-form input:focus{border-color:#6366f1;outline:none}.login-submit{width:100%;padding:12px;background-color:#6366f1;color:#fff;font-size:16px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.login-submit:hover{background-color:#4f46e5}.signup-link{margin-top:16px;font-size:16px;color:#4b5563}.signup-link span{color:#6366f1;font-weight:500;cursor:pointer}@media (max-width:800px){.login-container{margin:65px auto;padding:25px}.login-heading{font-size:26px;font-weight:600}.login-subtext,.login-form input,.login-submit{font-size:15px}.signup-link{font-size:14px}}@media (max-width:500px){.login-container{max-width:330px;padding:18px;margin:55px auto}.login-heading{font-size:24px;font-weight:500}.login-subtext,.login-form input,.login-submit,.signup-link{font-size:14px}}@media (max-width:400px){.login-container{max-width:310px;padding:14px;margin:50px auto}.login-heading{font-size:23px;font-weight:500}.login-subtext{font-size:12px}.login-form input,.login-submit{font-size:13px}.signup-link{font-size:12px}}.signup-container{max-width:400px;margin:80px auto;padding:32px;background-color:#f9fafb;border-radius:10px;box-shadow:0 0 20px #0000000d;text-align:center}.signup-heading{font-size:28px;font-weight:700;margin-bottom:8px;color:#111827}.signup-subtext{font-size:16px;color:#6b7280;margin-bottom:24px}.signup-form input{width:100%;padding:12px 16px;margin-bottom:16px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;transition:border-color .3s;font-family:Outfit,sans-serif}.signup-form input:focus{border-color:#6366f1;outline:none}.signup-submit{width:100%;padding:12px;background-color:#6366f1;color:#fff;font-size:16px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s;font-family:Outfit,sans-serif}.signup-submit:hover{background-color:#4f46e5}.login-link{margin-top:16px;font-size:16px;color:#4b5563}.login-link span{color:#6366f1;font-weight:500;cursor:pointer;text-decoration:none}@media (max-width: 800px){.signup-container{margin:65px auto;padding:25px}.signup-heading{font-size:26px;font-weight:600}.signup-subtext,.signup-form input,.signup-submit{font-size:15px}.login-link{font-size:14px}}@media (max-width: 500px){.signup-container{max-width:330px;padding:18px;margin:55px auto}.signup-heading{font-size:24px;font-weight:500}.signup-subtext,.signup-form input,.signup-submit,.login-link{font-size:14px}}@media (max-width: 400px){.signup-container{max-width:310px;padding:14px;margin:50px auto}.signup-heading{font-size:23px;font-weight:500}.signup-subtext{font-size:12px}.signup-form input,.signup-submit{font-size:13px}.login-link{font-size:12px}}.home .home-hero{text-align:center;padding:100px 20px;background:linear-gradient(to right,#6366f1,#4f46e5);color:#fff}.home .home-hero h1{font-size:34px}.home .home-hero-btn{margin-top:20px;padding:12px 24px;background-color:#fff;color:#4f46e5;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:.3s}.home .home-hero-btn:hover{background-color:#e0e7ff}.home .home-events-preview{padding:60px 20px;text-align:center;background-color:#f9fafb}.home .home-events-preview h2{font-weight:500}.home .home-event-cards{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:32px}.home .home-event-card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 0 15px #0000000d;width:280px;transition:transform .3s}.home .home-event-image{width:100%;height:180px;object-fit:cover}.home .home-event-card:hover{transform:translateY(-5px)}.home .home-event-card button{margin-top:12px;background-color:#6366f1;color:#fff;padding:10px 16px;border:none;border-radius:6px;cursor:pointer}.home .home-event-info{padding:16px}.home .home-event-title{font-size:20px;font-weight:500;margin-bottom:7px}.home .home-event-date{font-size:14px;color:#6b7280}.home .home-event-desc{font-size:17px;color:#374151;margin-top:7px;max-height:66px;overflow:hidden;text-overflow:ellipsis}.home .home-about{padding:60px 20px;text-align:center;background-color:#fff}.home .home-about h2{margin-bottom:12px;font-weight:600}@media (max-width:950px){.home .home-event-cards{gap:18px}.home .home-event-card{width:255px;padding:22px}.home .home-event-info{padding:14px}.home .home-event-title{font-size:18px}.home .home-event-desc{max-height:64px;font-size:16px}}@media (max-width:860px){.home .home-event-cards{gap:16px}.home .home-event-card{width:240px;padding:20px}.home .home-event-info{padding:13px}.home .home-event-image{width:100%;height:170px;object-fit:cover}.home .home-event-title{font-size:16px}.home .home-event-date{font-size:13px}.home .home-event-desc{max-height:62px;font-size:15px}}@media (max-width:810px){.home .home-events-preview h2{font-weight:400}.home .home-event-cards{gap:14px}.home .home-event-card{width:230px;padding:18px}.home .home-event-info{padding:12px}.home .home-event-image{width:100%;height:160px;object-fit:cover}.home .home-event-title{font-size:15px}.home .home-event-date{font-size:12px}.home .home-event-desc{max-height:60px;font-size:14px}}@media (max-width:775px){.home .home-events-preview h2{font-weight:400}.home .home-event-cards{gap:12px}.home .home-event-card{width:210px;padding:16px}.home .home-event-image{width:100%;height:155px;object-fit:cover}.home .home-event-info{padding:12px}.home .home-event-title{font-size:15px}.home .home-event-date{font-size:11px}.home .home-event-desc{max-height:58px;font-size:14px}}@media (max-width:710px){.home .home-hero h1{font-size:30px;font-weight:600}.home .home-event-cards{justify-content:center}.home .home-event-card{flex:1 1 100%;max-width:425px}.home .home-event-cards{gap:18px}.home .home-event-image{width:100%;height:185px;object-fit:cover}.home .home-event-info{padding:14px}.home .home-event-title{font-size:18px}.home .home-event-date{font-size:12px}.home .home-event-desc{max-height:60px;font-size:16px}.home .home-about h2{font-size:20px;font-weight:500}}@media (max-width:500px){.home .home-hero h1{font-size:28px;font-weight:500}.home .home-hero p{font-size:14px}.home .home-hero-btn{padding:10px 18px}.home .home-event-cards{justify-content:center}.home .home-event-card{flex:1 1 100%;max-width:310px}.home .home-event-cards{gap:18px}.home .home-event-image{width:100%;height:185px;object-fit:cover}.home .home-event-info{padding:14px}.home .home-event-title{font-size:18px}.home .home-event-date{font-size:12px}.home .home-event-desc{max-height:60px;font-size:16px}.home .home-about h2{font-size:18px;font-weight:500}.home .home-about p{font-size:14px}}.footer{background-color:#1f2937;color:#f9fafb;padding:40px 20px 20px}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;padding-bottom:20px;border-bottom:1px solid #374151}.footer-logo h2{font-size:24px;margin-bottom:10px;color:#fff}.footer-logo p{font-size:14px;color:#d1d5db}.footer-links h3,.footer-contact h3{margin-bottom:12px;font-size:18px;color:#fff}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{text-decoration:none;color:#d1d5db;transition:color .3s}.footer-links a:hover{color:#6366f1}.footer-contact p{font-size:14px;margin-bottom:6px;color:#d1d5db}.footer-newsletter form{display:flex;flex-direction:column}.footer-newsletter form input{width:300px;height:35px;border-radius:4px;text-align:center;margin-top:10px;margin-bottom:10px;outline:none;border:none}.footer-newsletter button{background:transparent;border:2px solid #fff;cursor:pointer;color:#fff;padding:10px 30px;border-radius:30px;font-size:15px}.footer-bottom{text-align:center;padding-top:16px;font-size:14px;color:#9ca3af}@media (max-width: 1024px){.footer-top{gap:30px}.footer-newsletter form input{width:250px}}@media (max-width: 800px){.footer-top{flex-direction:column;align-items:center;text-align:center}.footer-logo,.footer-links,.footer-newsletter,.footer-contact{width:100%}.footer-newsletter form{align-items:center}}@media (max-width: 500px){.footer{padding:30px 15px 15px}.footer-logo h2{font-size:20px}.footer-logo p{font-size:13px}.footer-links h3,.footer-contact h3,.footer-newsletter h3{font-size:16px}.footer-newsletter form input{width:100%}.footer-newsletter button{width:100%;padding:10px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.carousel-wrapper{max-width:1200px;margin:60px auto;padding:0 20px}.carousel-heading{font-size:28px;font-weight:600;margin-bottom:30px;color:#111827;text-align:center}.event-carousel-card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 0 15px #0000000d;width:300px;transition:transform .3s}.event-carousel-card:hover{transform:translateY(-5px)}.event-link{text-decoration:none;color:inherit}.event-swiper{padding-left:50px;padding-right:50px}.event-carousel-image{width:100%;height:180px;object-fit:cover;object-position:center}.carousel-event-info{padding:16px}.carousel-event-title{font-size:20px;font-weight:500;margin-bottom:7px}.carousel-event-info .carousel-event-date,.carousel-event-location{font-size:14px;color:#6b7280}.carousel-event-desc{font-size:17px;color:#374151;margin-top:7px;max-height:66px;overflow:hidden;text-overflow:ellipsis}.no-events-msg{text-align:center;margin-top:32px;font-size:18px}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:250px;margin-bottom:30px}.spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.2);border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.spinner-container p{font-size:16px;color:#333}@media (max-width: 640px){.carousel-wrapper{padding:0 10px}.carousel-heading{font-size:20px;margin-bottom:20px;font-weight:400}.event-carousel-card{padding:16px;width:100%}.event-carousel-image{height:245px!important}.carousel-event-title{font-size:18px}.carousel-event-desc{font-size:15px;max-height:50px}.swiper-button-next,.swiper-button-prev{width:28px;height:28px}.swiper-button-next:after,.swiper-button-prev:after{font-size:18px}}@media (max-width: 1024px){.carousel-wrapper{padding:0 15px}.event-carousel-image{height:160px}.swiper-button-next,.swiper-button-prev{width:32px;height:32px}.swiper-button-next:after,.swiper-button-prev:after{font-size:20px}}@media (max-width: 400px){.carousel-heading{font-size:18px;font-weight:400}.event-carousel-image{height:155px!important}.carousel-event-desc{font-size:13px;max-height:50px}.carousel-event-title{font-size:15px}.carousel-event-info .carousel-event-date,.carousel-event-location{font-size:12px}.swiper-button-next,.swiper-button-prev{top:35%}}.single-event-container{max-width:1100px;margin:40px auto;padding:24px;display:flex;flex-direction:column;gap:24px}.single-event-banner{width:100%;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px #0000001a}.single-event-banner img{width:100%;max-height:420px;height:auto;object-fit:contain;border-radius:12px;display:block;transition:transform .4s ease}.single-event-banner img:hover{transform:scale(1.01)}.single-event-details{padding:28px;background-color:#fff;border-radius:14px;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;gap:18px;border:1px solid #e5e7eb;transition:box-shadow .3s ease}.single-event-details:hover{box-shadow:0 10px 28px #0000001f}.single-event-details h1{font-size:30px;font-weight:600;color:#111827;margin-bottom:4px}.event-date,.event-location,.event-time{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f9fafb;border-radius:10px;font-size:16px;color:#374151;border-left:4px solid #6366f1}.event-desc{font-size:15px;color:#4b5563;line-height:1.7;padding:16px;background:#f3f4f6;border-radius:10px;border-left:4px solid #4f46e5}.book-now-btn{align-self:flex-start;margin-top:8px;padding:14px 24px;background:linear-gradient(90deg,#6366f1,#4f46e5);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease}.book-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px #6366f14d}@media (max-width: 768px){.single-event-banner img{max-height:280px}.single-event-details{padding:20px;gap:14px}.single-event-details h1{font-size:24px;font-weight:500}}@media (max-width:500px){.event-date,.event-location,.event-time,.event-desc,.book-now-btn{font-size:14px}.single-event-details h1{font-size:22px;font-weight:500}}.ticket-container{max-width:1200px;margin:40px auto;padding:20px}.ticket-header{text-align:center;margin-bottom:30px}.ticket-header h1{font-size:32px;margin-bottom:8px;color:#1f2937}.ticket-meta{font-size:16px;color:#6b7280}.ticket-main{display:flex;gap:30px}.ticket-left{flex:1.2}.ticket-banner img{width:100%;max-height:350px;object-fit:cover;border-radius:12px;margin-bottom:15px}.ticket-desc{font-size:16px;line-height:1.6;color:#374151}.ticket-right{flex:1;padding:20px;border-radius:12px;background:#f9fafb;box-shadow:0 0 12px #00000014;display:flex;flex-direction:column;gap:20px}.ticket-section h3{margin-bottom:10px;color:#111827}.showtime-options{display:flex;flex-wrap:wrap;gap:10px}.showtime-btn{padding:10px 16px;border:1px solid #d1d5db;background:#fff;border-radius:20px;cursor:pointer;transition:all .3s ease}.showtime-btn:hover{border-color:#6366f1;color:#6366f1}.showtime-btn.active{background:#6366f1;color:#fff;border-color:#4f46e5}.seats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.seat{padding:8px;text-align:center;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:14px}.seat:hover{background:#f3f4f6}.seat.selected{background:#6366f1;color:#fff;border-color:#4f46e5}.seat.booked{background-color:#e56161;color:#fff;border-color:#b91c1c;cursor:not-allowed}.seat.booked:hover{background-color:#ef4444}.seat-legend{margin-top:10px;font-size:14px;color:#6b7280;display:flex;gap:15px}.ticket-summary{border-top:1px solid #e5e7eb;padding-top:15px}.book-btn{margin-top:15px;padding:12px;width:100%;background:#6366f1;color:#fff;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.book-btn:hover{background:#4f46e5}@media (max-width: 1024px){.ticket-banner img{object-fit:contain}.ticket-main{flex-direction:column}.ticket-right{margin-top:20px}.seats-grid{gap:6px}.seat{padding:6px;font-size:13px}.ticket-desc{text-align:center}.ticket-header h1{font-size:30px;font-weight:500}.showtime-btn{padding:8px 12px;font-size:14px}.ticket-section h3{font-weight:500;font-size:20px}}@media (max-width: 800px){.seat{padding:5px;font-size:12px}.showtime-btn{padding:6px 10px;font-size:12px}.ticket-right{padding:15px}.ticket-header h1{font-size:28px;font-weight:600}.ticket-desc{text-align:center}.ticket-section h3{font-weight:500;font-size:18px}}@media (max-width: 500px){.seat{padding:4px;font-size:11px}.showtime-btn{padding:4px 8px;font-size:10px}.ticket-right{padding:10px}.ticket-header h1{font-size:26px;font-weight:600}.ticket-meta{font-size:14px}.ticket-desc{text-align:center}.ticket-section h3{font-weight:500;font-size:16px}.seat-legend{font-size:13px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.modal-box{background-color:#fff;padding:24px;border-radius:10px;max-width:400px;width:90%;box-shadow:0 4px 16px #0003;text-align:center}.modal-actions{margin-top:20px;display:flex;justify-content:space-around}.btn{padding:10px 20px;font-weight:700;border-radius:6px;border:none;cursor:pointer}.cancel-btn{background-color:#ccc}.confirm-btn{background-color:#ff4d4d;color:#fff}@media (max-width: 500px){.modal-box{padding:16px;max-width:300px}.modal-box h3{font-size:16px;font-weight:500;margin-bottom:5px}.modal-box p{font-size:14px}.modal-actions{flex-direction:column;gap:10px}.btn{width:100%;padding:10px;font-size:12px;font-weight:400}}.my-bookings-container{max-width:900px;margin:32px auto 64px;padding:16px}.bookings-title{text-align:center;font-size:32px;font-weight:500;margin-bottom:32px;color:#222}.booking-card{display:flex;align-items:flex-start;gap:24px;border:1px solid #e0e0e0;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 4px 12px #0000000d;background-color:#fff;transition:transform .2s ease}.booking-card:hover{transform:scale(1.01)}.booking-image{width:200px;height:140px;object-fit:cover;border-radius:10px;cursor:pointer}.booking-info{flex:1}.event-title{color:#000;margin-bottom:8px;font-size:22px;font-weight:500}.booking-info p{margin:6px 0;font-size:16px;color:#333}.cancel-button{margin-top:12px;padding:8px 16px;background-color:#ff4d4d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s ease}.cancel-button:hover{background-color:#e60000}.no-booking-msg{text-align:center;margin-top:32px;font-size:18px;margin-bottom:36%}@media (max-width:600px){.bookings-title{font-size:26px}.booking-image{height:185px}.booking-info p{font-size:15px}.event-title{font-size:18px;font-weight:500}.cancel-button{font-weight:500}.no-booking-msg{font-size:16px}}@media (max-width:500px){.bookings-title{font-size:24px}.booking-image{height:155px;width:160px}.booking-info p{font-size:14px}.event-title{font-size:16px}.cancel-button{font-weight:400}.no-booking-msg{font-size:14px}}@media (max-width: 440px){.bookings-title{font-size:22px}.booking-card{flex-direction:column;align-items:center;text-align:center;gap:12px;padding:12px}.booking-image{width:100%;max-width:180px;height:auto;border-radius:10px}.booking-info{width:100%}.booking-info p{font-size:13px}.event-title{font-size:16px}.cancel-button{width:100%;font-weight:400;padding:8px 12px}.no-booking-msg{font-size:12px}}.success-msg{color:green}.error-msg{color:red}.payment-status-page{text-align:center;padding-top:5rem;margin-bottom:13rem;padding-left:1rem;padding-right:1rem}.payment-status-page h2{font-size:2rem}.payment-status-page p{font-size:1rem}@media (max-width: 768px){.payment-status-page{padding-top:4rem;margin-bottom:8rem}.payment-status-page h2{font-size:1.55rem}.payment-status-page p{font-size:.85rem}}@media (max-width: 480px){.payment-status-page{padding-top:3rem;margin-bottom:5rem}.payment-status-page h2{font-size:1.2rem}.payment-status-page p{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body,button,input,input::placeholder{font-family:Outfit,sans-serif}.Link-tag{text-decoration:none}
