.navbar{background-color:#2f5d50;box-shadow:0 2px 8px #00000014;font-family:Poppins,sans-serif;height:130px;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-logo img.logo-img{display:block;max-width:100%;object-fit:contain;transition:transform .3s ease;width:420px}.nav-logo img.logo-img:hover{transform:scale(1.03)}.nav-links{display:flex;gap:36px;list-style:none}.nav-links li a{color:#fff;font-size:1.05rem;font-weight:600;letter-spacing:.5px;text-decoration:none;transition:color .3s ease}.nav-links li a:after{content:none}.nav-links li a:hover{color:#f5c518}.hamburger{cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;transition:all .3s ease;width:28px;z-index:1100}.hamburger div{background-color:#1b5e20;border-radius:3px;height:3px;transition:all .4s ease;width:100%}.hamburger.active div:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active div:nth-child(2){opacity:0}.hamburger.active div:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffd9;box-shadow:-4px 0 25px #00000026;display:flex;flex-direction:column;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .4s ease;width:75%;z-index:1000}.mobile-menu.active{right:0}.mobile-menu li{list-style:none;margin:1.5rem 0}.mobile-menu a{color:#1b5e20;font-size:1.3rem;font-weight:600;letter-spacing:.5px;position:relative;text-decoration:none;transition:color .3s ease}.mobile-menu a:after{background-color:#f5c518;bottom:-5px;content:"";height:3px;left:0;position:absolute;transition:width .3s ease;width:0}.mobile-menu a:hover{color:#f5c518}.mobile-menu a:hover:after{width:100%}@media (max-width:768px){.hamburger{display:flex}}@media (max-width:950px){.nav-links{display:none}.hamburger{display:flex}.nav-logo img.logo-img{width:320px}}@media (max-width:600px){.navbar{height:160px;padding:0 1.2rem}.nav-logo img.logo-img{padding-left:0;width:260px}.mobile-menu{background:linear-gradient(160deg,#17382f,#0f2923);justify-content:center;padding-top:0;width:100%}.mobile-menu li a{font-size:1.15rem;letter-spacing:.5px}}.footer{background:linear-gradient(180deg,#1e3e32,#2f5d50);border-top:3px solid #d4af37;font-family:Poppins,sans-serif;overflow:hidden;padding:4.5rem 2rem 2.5rem;position:relative}.footer:before{animation:shimmer 8s ease-in-out infinite alternate;background:radial-gradient(circle at center,#d4af3733,#0000 70%);content:"";height:300px;left:-100px;pointer-events:none;position:absolute;top:-100px;width:300px}@keyframes shimmer{0%{opacity:.4;transform:translate(0) rotate(0deg)}to{opacity:.8;transform:translate(200px,100px) rotate(180deg)}}.footer-top{grid-gap:2.8rem;align-items:start;display:grid;gap:2.8rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));position:relative;z-index:1}.footer-brand{align-items:flex-start;display:flex;flex-direction:column;padding-left:40px}.footer-logo{filter:drop-shadow(0 0 6px rgba(212,175,55,.4));margin-bottom:1rem;transition:transform .6s ease,filter .6s ease;width:360px}.footer-logo:hover{filter:drop-shadow(0 0 12px rgba(212,175,55,.8));transform:scale(1.05)}.footer-brand h3{color:#d4af37;font-size:1.8rem;letter-spacing:.5px;margin-bottom:.5rem}.footer-brand p{color:#dce6dc;font-size:1rem;line-height:1.8;max-width:360px}.footer-contact h4,.footer-links h4{color:#d4af37;font-size:1.2rem;letter-spacing:.8px;margin-bottom:1rem;position:relative;text-transform:uppercase}.footer-contact h4:after,.footer-links h4:after{background-color:#d4af37;content:"";display:block;height:2px;margin-top:6px;width:40px}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#e9e9e9;font-size:.95rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:after{background-color:#d4af37;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-links a:hover{color:#d4af37}.footer-links a:hover:after{width:100%}.footer-contact{align-items:flex-start;display:flex;flex-direction:column;margin-right:40px;padding-left:110px}.footer-contact p{color:#e9e9e9;font-size:.95rem;margin-bottom:.4rem;transition:color .3s ease}.footer-contact p:hover{color:#d4af37}.footer-socials{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.2rem}.footer-socials a{align-items:center;background:#ffffff14;border:1px solid #d4af3780;border-radius:50%;color:#d4af37;display:flex;font-size:1.3rem;height:45px;justify-content:center;overflow:hidden;position:relative;transition:all .4s ease-in-out;width:45px}.footer-socials a:after{border-radius:50%;box-shadow:0 0 8px #d4af37b3;content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s ease-in-out}.footer-socials a:hover:after{opacity:1}.footer-socials a:hover{background:#d4af37;box-shadow:0 0 15px #d4af37cc;color:#1e3e32;transform:translateY(-3px) scale(1.05)}@media (min-width:993px){.footer-contact{align-items:flex-start;margin-right:80px;text-align:right}.footer-socials{justify-content:flex-end;margin-right:80px}}.footer-bottom{border-top:1px solid #ffffff1a;color:#ccc;font-size:.9rem;letter-spacing:.3px;margin-top:3rem;padding-top:1.5rem;text-align:center}@media (max-width:992px){.footer-brand{align-items:center;padding-left:0;text-align:center}.footer-logo{margin-bottom:1rem;width:210px}.footer-brand p{margin:0 auto;max-width:90%}.footer-contact,.footer-links{align-items:center;margin-right:0;text-align:center}.footer-socials{justify-content:center;margin-right:0}}@media (max-width:576px){.footer{padding:3rem 1.2rem 1rem}.footer-logo{width:180px}.footer-brand h3{font-size:1.5rem}.footer-brand p{font-size:.9rem}}:root{--primary:#1e4620;--secondary:#a5d6a7;--accent:gold;--bg:#fff;--text:#1b1b1b;--muted:#555;--card:#f9faf9;--shadow:#0000001a}[data-theme=dark]{--bg:#0d1b10;--text:#f3f6ff;--muted:#cbd5e1;--card:#15291a;--shadow:#ffffff14}*{box-sizing:border-box;transition:all .3s ease}body{background:#fff;background:var(--bg);color:#1b1b1b;color:var(--text);font-family:Poppins,system-ui,Arial,sans-serif;line-height:1.5;margin:0}.navbar{align-items:center;background:linear-gradient(90deg,#1e4620,#2e7d32);background:linear-gradient(90deg,var(--primary),#2e7d32);border-bottom:2px solid gold;border-bottom:2px solid var(--accent);box-shadow:0 2px 10px #0000001a;box-shadow:0 2px 10px var(--shadow);color:#fff;display:flex;justify-content:space-between;padding:14px 24px}.navbar a{color:#fff;font-weight:500;margin-left:16px;position:relative;text-decoration:none}.navbar a:after{background:gold;background:var(--accent);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar a:hover{color:gold;color:var(--accent)}.navbar a:hover:after{width:100%}.btn{border:none;border-radius:6px;box-shadow:0 2px 5px #0000001a;box-shadow:0 2px 5px var(--shadow);cursor:pointer;font-weight:500;letter-spacing:.3px;padding:px 14px}.btn.primary{background:linear-gradient(135deg,#1e4620,#388e3c)}.btn.primary:hover{background:gold;box-shadow:0 4px 10px #ffd70066}.btn.ghost{background:#0000;border:1px solid #1e4620;border:1px solid var(--primary);color:#1e4620;color:var(--primary)}.btn.ghost:hover{background:#a5d6a7;background:var(--secondary);color:#000}h1,h2,h3{color:#1e4620;color:var(--primary);font-weight:600}h1:after,h2:after{background:gold;background:var(--accent);border-radius:4px;content:"";display:block;height:3px;margin-top:6px;width:50px}.event-card,.testi-card,.venue-card{background:#f9faf9;background:var(--card);border:1px solid #a5d6a7;border:1px solid var(--secondary);border-radius:12px;box-shadow:0 2px 10px #0000001a;box-shadow:0 2px 10px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.event-card:hover,.testi-card:hover,.venue-card:hover{box-shadow:0 6px 18px #d4af374d;transform:translateY(-5px)}.hero{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-top:20px;padding:0 24px}.hero-text h1{color:#1e4620;color:var(--primary);font-size:32px;margin-bottom:8px}.hero-text p{color:#555;color:var(--muted);margin-bottom:12px}.hero-img{border-radius:12px;box-shadow:0 4px 10px #0000001a;box-shadow:0 4px 10px var(--shadow);max-width:45%}.grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:16px}.venue-card img{border-bottom:2px solid gold;border-bottom:2px solid var(--accent);height:180px;object-fit:cover;width:100%}.venue-body{padding:12px}.venue-actions{display:flex;gap:8px;margin-top:8px}.filters{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.filters select{background:#f9faf9;background:var(--card);border:1px solid #a5d6a7;border:1px solid var(--secondary);border-radius:6px;color:#1b1b1b;color:var(--text);padding:8px 10px}.booking-grid{display:flex;gap:20px;margin-top:12px}.booking-form{flex:1 1;gap:10px}.booking-summary{background:#f9faf9;background:var(--card);border:1px solid #a5d6a7;border:1px solid var(--secondary);border-radius:8px;box-shadow:0 2px 8px #0000001a;box-shadow:0 2px 8px var(--shadow);padding:16px;width:300px}.footer{background:linear-gradient(180deg,#1e4620,#2e7d32);background:linear-gradient(180deg,var(--primary),#2e7d32);border-top:3px solid gold;border-top:3px solid var(--accent);color:#fff;margin-top:40px;padding:24px 0;text-align:center}.footer a{color:gold;color:var(--accent);margin:0 8px;text-decoration:none}.footer a:hover{color:#fff;text-shadow:0 0 8px gold;text-shadow:0 0 8px var(--accent)}.admin-table{border-collapse:collapse;margin-top:12px;width:100%}.admin-table td,.admin-table th{border:1px solid #0000000f;padding:8px;text-align:left}.admin-table th{background:#a5d6a7;background:var(--secondary);color:#1e4620;color:var(--primary)}@media (max-width:800px){.hero{flex-direction:column;text-align:center}.hero-img{margin-top:12px;max-width:100%}.booking-grid{flex-direction:column}.navbar{flex-wrap:wrap}}.venue-card{box-shadow:0 6px 18px #0000001f;flex-direction:column;height:100%}.venue-card:hover{box-shadow:0 12px 28px #0003;transform:translateY(-6px)}.venue-image-wrapper{overflow:hidden;width:100%}.venue-image{height:220px;object-fit:cover;transition:transform .4s ease;width:100%}.venue-card:hover .venue-image{transform:scale(1.05)}.venue-card-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:18px 16px;text-align:center}.venue-title{color:#0e4626;font-size:1.35rem;font-weight:600;margin-bottom:6px}.venue-location{color:#3a3a3a;font-size:1rem;margin-bottom:6px}.venue-capacity{color:#555;font-size:.95rem;margin-bottom:16px}.btn.book-btn{align-self:center;background:linear-gradient(90deg,#176533,#2ba84a);border-radius:25px;color:#fff;font-weight:600;padding:10px 22px;text-decoration:none;transition:all .3s ease}.btn.book-btn:hover{background:#d4af37;box-shadow:0 0 15px #d4af3780;color:#0b2717}@media (max-width:1024px){.venue-image{height:200px}.venue-title{font-size:1.25rem}}@media (max-width:768px){.venue-card{border-radius:14px}.venue-image{height:180px}.venue-card-content{padding:16px 14px}.venue-title{font-size:1.15rem}.btn.book-btn,.venue-capacity,.venue-location{font-size:.9rem}.btn.book-btn{padding:8px 18px}}@media (max-width:480px){.venue-image{height:160px}.venue-card-content{padding:14px 12px}.venue-title{font-size:1rem}.btn.book-btn{font-size:.85rem;padding:7px 16px}}.hero-section{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-slider{inset:0;overflow:hidden;position:absolute;z-index:1}.hero-slider .slide{animation:fadeZoom 16s ease-in-out infinite;background-position:50%;background-size:cover;filter:brightness(.9) contrast(1.1) saturate(1.15);inset:0;opacity:0;position:absolute;transform:scale(1.05)}.hero-slider .slide:first-child{animation-delay:0s}.hero-slider .slide:nth-child(2){animation-delay:4s}.hero-slider .slide:nth-child(3){animation-delay:8s}.hero-slider .slide:nth-child(4){animation-delay:12s}.hero-overlay{background:linear-gradient(180deg,#00000073 10%,#000000a6 70%,#000000d9);inset:0;position:absolute;z-index:2}.hero-content{animation:fadeInUp 1.4s ease forwards;max-width:850px;padding:2rem;position:relative;text-align:center;z-index:3}.hero-content h1{color:#f5c518;font-size:3.5rem;font-weight:800;letter-spacing:1px;text-shadow:0 0 10px #f5c518cc,0 0 25px #ffffff80}.hero-content p.hero-sub{color:#c6c5c5;font-size:1.25rem;letter-spacing:.3px;line-height:1.8;margin-top:1.4rem;opacity:.95}.hero-ctas{display:flex;gap:1.3rem;justify-content:center;margin-top:2.2rem}.btn{border-radius:12px;box-shadow:0 3px 15px #00000040;font-size:1.05rem;font-weight:600;letter-spacing:.4px;padding:.9rem 1.8rem;text-decoration:none;transition:all .3s ease}.explore-btn{background:linear-gradient(135deg,#1b5e20,#43a047);border:none;color:#fff}.explore-btn:hover{background:linear-gradient(135deg,#2e7d32,#66bb6a);transform:translateY(-3px) scale(1.03)}.contact-btn{background:#ffffff26;border:2px solid #fff;color:#fff}.contact-btn:hover{background:#ffffff4d;color:#f5c518;transform:translateY(-3px) scale(1.03)}@keyframes fadeZoom{0%,to{opacity:0;transform:scale(1.07)}25%,5%{opacity:1;transform:scale(1)}30%,to{opacity:0;transform:scale(1.05)}}@media (max-width:992px){.hero-content h1{font-size:3rem}.hero-content p.hero-sub{font-size:1.1rem}}@media (max-width:768px){.hero-content h1{font-size:2.4rem}.hero-content p.hero-sub{font-size:1rem}.btn{font-size:.95rem;padding:.7rem 1.3rem}.hero-ctas{flex-direction:column;gap:.8rem}}.about-section{background:linear-gradient(135deg,#f9fafb,#f3f3f3);border-bottom:1px solid #eee;border-top:1px solid #eee;padding:6rem 10%}.about-container{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between}.about-text{animation:fadeInUp 1.2s ease;flex:1 1;min-width:300px;text-align:left}.about-text h2{color:#1b5e20;display:inline-block;font-size:2.6rem;font-weight:700;margin-bottom:1.2rem;position:relative}.about-text h2:after{background:#f5c518;border-radius:2px;content:"";display:block;height:4px;margin-top:.5rem;width:80px}.about-text p{color:#000;font-size:1.2rem;letter-spacing:.3px;line-height:1.8;margin-bottom:1rem}.about-image{animation:fadeIn 1.5s ease;display:flex;flex:1 1;justify-content:center;min-width:300px}.about-image img{border-radius:20px;box-shadow:0 8px 30px #00000026;max-width:500px;transition:transform .5s ease,box-shadow .5s ease;width:100%}.about-image img:hover{box-shadow:0 10px 35px #00000040;transform:scale(1.03)}@media (max-width:900px){.about-container{flex-direction:column}.about-container,.about-text{text-align:center}.about-text h2{font-size:2rem}.about-image img{max-width:400px}}.featured-grid{grid-gap:2.8rem;gap:2.8rem;grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.featured-section{background:#fff;padding:6rem 8%;text-align:center}.section-head{margin-bottom:3rem;position:relative;text-align:center}.section-head h2{color:#1b5e20;display:inline-block;font-size:2.4rem;font-weight:700;position:relative}.section-head h2:after{background:#f5c518;border-radius:2px;content:"";display:block;height:4px;margin:.6rem auto 0;width:70px}.link-sm{color:#f5c518;font-size:1.05rem;font-weight:600;position:absolute;right:8%;text-decoration:none;top:6.5rem;transition:all .3s ease}.link-sm:hover{color:#1b5e20;transform:translateX(4px)}.featured-grid{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));justify-content:center}.venue-card{border:1px solid #e5e5e5;box-shadow:0 6px 22px #00000014;margin:0 auto;max-width:700px;transition:all .4s ease}.venue-card:hover{box-shadow:0 12px 28px #00000026;transform:translateY(-10px)}.venue-img{border-bottom:4px solid #f5c518;height:320px}.venue-content{padding:2.5rem 1.5rem 3rem;text-align:center}.venue-content h3{color:#1b5e20;font-size:1.7rem;font-weight:700;margin-bottom:.8rem}.venue-content p{font-size:1.05rem}.venue-content .btn{background:#1b5e20;border-radius:35px;color:#fff;display:inline-block;font-weight:600;padding:.85rem 2rem;text-decoration:none;transition:all .3s ease}.venue-content .btn:hover{background:#144918;transform:translateY(-2px)}@media (max-width:992px){.featured-grid{grid-template-columns:1fr}.venue-img{height:250px}.venue-content{padding:2rem 1.2rem}.section-head h2{font-size:2rem}.link-sm{display:block;margin-top:1rem;position:static}}.testimonials-section{background:radial-gradient(circle at top left,#1b5e20 0,#0f3a15 100%);color:#fff;overflow:hidden;padding:6rem 10%;position:relative;text-align:center}.testimonials-section:before{background:radial-gradient(circle at 20% 30%,#f5c51814,#0000 70%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.testimonials-section h2{color:#f5c518;font-size:2.6rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;position:relative;text-transform:uppercase;z-index:2}.testimonials-section h2:after{background:#fff;border-radius:2px;box-shadow:0 0 10px #ffffff4d;content:"";display:block;height:4px;margin:.7rem auto 0;width:80px}.testimonials-grid{grid-gap:2.8rem;align-items:stretch;display:grid;gap:2.8rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;position:relative;z-index:2}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;box-shadow:0 8px 25px #00000040;overflow:hidden;padding:2.5rem 1.8rem;position:relative;transition:all .4s ease}.testimonial-card:before{background:linear-gradient(145deg,#f5c5181f,#0000 80%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s ease}.testimonial-card:hover:before{opacity:1}.testimonial-card:hover{background:#ffffff1f;transform:translateY(-8px) scale(1.02)}.testimonial-profile{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.4rem}.testimonial-profile img{border:2.5px solid #f5c518;border-radius:50%;box-shadow:0 0 12px #f5c51866;height:65px;object-fit:cover;width:65px}.testimonial-profile h3{color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:.4px}.testimonial-card p{color:#f1f1f1;font-size:1.05rem;font-style:italic;line-height:1.8;margin-bottom:1.2rem}.testimonial-stars{color:#f5c518;font-size:1.3rem;letter-spacing:2px;text-shadow:0 0 8px #f5c51899}@keyframes floatGlow{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-10px)}}.testimonials-section:after{animation:floatGlow 6s ease-in-out infinite;color:#f5c51826;content:"❀";font-size:3rem;left:10%;position:absolute;top:20%}@media (max-width:992px){.testimonials-section{padding:5rem 8%}.testimonials-section h2{font-size:2.2rem}}@media (max-width:768px){.testimonials-section{padding:4rem 6%}.testimonials-section h2{font-size:2rem}.testimonial-card{padding:2rem 1.3rem}.testimonial-profile img{height:55px;width:55px}}.event-card{background:var(--card);border:1px solid var(--secondary);border-radius:12px;box-shadow:0 2px 10px var(--shadow);cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{box-shadow:0 6px 18px #d4af374d;transform:translateY(-5px)}.event-card img{border-bottom:2px solid var(--accent);height:180px;object-fit:contain;width:100%}.event-card-content{padding:12px 16px}.event-card-content h3{color:var(--primary);font-size:1.2rem;margin-bottom:6px}.event-card-content p{color:var(--muted);font-size:.95rem;line-height:1.4}@media (max-width:768px){.event-card img{height:160px}.event-card-content h3{font-size:1.1rem}.event-card-content p{font-size:.9rem}}@media (max-width:480px){.event-card img{height:140px}.event-card-content h3{font-size:1rem}.event-card-content p{font-size:.85rem}}.events-page{margin:0 auto;max-width:1200px;padding:40px 24px}.page-title{color:var(--primary);font-size:2.5rem}.page-subtitle{color:var(--muted);margin-bottom:36px}.events-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.event-category-card{background:var(--card);border:1px solid var(--secondary);border-radius:12px;box-shadow:0 2px 10px var(--shadow);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-category-card:hover{box-shadow:0 6px 18px #d4af374d;transform:translateY(-5px)}.event-category-card img{border-bottom:2px solid var(--accent);height:180px;object-fit:cover;transition:transform .3s ease;width:100%}.event-category-card:hover img{transform:scale(1.05)}.event-category-card h3{color:var(--primary);font-size:1.2rem;margin:12px 16px 4px}.event-category-card p{color:var(--muted);font-size:.95rem;margin:4px 16px 12px}@media (max-width:900px){.events-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.event-category-card img{height:160px}}@media (max-width:500px){.events-page{padding:20px 12px}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.event-category-card h3{font-size:1.1rem}.event-category-card p{font-size:.9rem}}.venues-page{align-items:center;background:linear-gradient(135deg,#f6f5f2,#e8e5da);display:flex;flex-direction:column;min-height:100vh;padding:4.5rem 1.5rem 6rem;text-align:center}.venues-title{border-bottom:3px solid #d1a74f;color:#1e4620;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:.4rem;padding-bottom:.3rem}.venues-subtitle{color:#666;font-size:1.05rem;font-weight:400;margin-bottom:3rem}.venues-grid{display:flex;flex-wrap:wrap;gap:10rem;justify-content:center;max-width:1100px;width:100%}.venue-card{background:#fff;border-radius:16px;box-shadow:0 4px 14px #00000014;max-width:400px;width:100%}.venue-card:hover{box-shadow:0 10px 24px #00000026;transform:translateY(-4px)}.venue-img-wrapper{height:220px;overflow:hidden;width:100%}.venue-img{border-bottom:3px solid #d1a74f;transition:transform .6s cubic-bezier(.25,1,.5,1);width:100%}.venue-card:hover .venue-img{transform:scale(1.04)}.venue-content{padding:1.2rem 1.3rem 1.8rem}.venue-content h2{color:#2f5d50;font-size:1.15rem;font-weight:600;line-height:1.4;margin:.8rem 0 .4rem}.venue-content p{color:#555;font-size:.95rem;margin-bottom:1rem}.book-btn{background:#2f5d50;border-radius:8px;box-shadow:0 3px 10px #2f5d5040;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;padding:.7rem 1.4rem;text-decoration:none;transition:all .4s cubic-bezier(.25,1,.5,1)}.book-btn:hover{background:linear-gradient(135deg,#2f5d50,#3e7a68);box-shadow:0 6px 16px #2f5d5059;transform:translateY(-3px) scale(1.05)}@media (max-width:768px){.venues-page{padding:3rem 1rem 5rem}.venues-title{font-size:2rem}.venues-subtitle{font-size:.95rem;margin-bottom:2.2rem}.venue-card{max-width:90%}.venue-img-wrapper{height:200px}}.venue-details{margin:0 auto;max-width:1000px;padding:40px 24px}.venue-card{background:var(--card);border:1px solid var(--secondary);border-radius:12px;box-shadow:0 2px 12px var(--shadow);display:flex;flex-wrap:wrap;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.venue-card:hover{box-shadow:0 6px 20px #d4af374d;transform:translateY(-5px)}.venue-img{border-right:2px solid var(--accent);flex:1 1;height:100%;max-width:400px;min-width:300px;object-fit:cover;transition:transform .3s ease}.venue-card:hover .venue-img{transform:scale(1.02)}.venue-info{flex:2 1;padding:24px}.venue-title{color:var(--primary);font-size:2rem;margin-bottom:12px}.venue-desc{color:var(--text);font-size:1.05rem;line-height:1.6;margin-bottom:16px}.venue-info p{color:var(--muted);font-size:1rem;margin-bottom:8px}.btn.primary-btn{background:linear-gradient(135deg,var(--primary),#388e3c);border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin-top:16px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.btn.primary-btn:hover{background:var(--accent);box-shadow:0 4px 12px #ffd70066;color:#000;transform:translateY(-3px)}@media (max-width:900px){.venue-card{flex-direction:column}.venue-img{border-bottom:2px solid var(--accent);border-right:none;height:220px;max-width:100%;width:100%}.venue-info{padding:16px}}@media (max-width:500px){.venue-details{padding:20px 12px}.venue-title{font-size:1.5rem}.venue-desc{font-size:.95rem}}.booking-page{background:var(--card);border-radius:12px;box-shadow:0 4px 20px var(--shadow);font-family:Poppins,sans-serif;margin:40px auto;max-width:700px;padding:20px}.booking-page h2{color:var(--primary);font-size:2rem;margin-bottom:24px;text-align:center}.booking-form{gap:16px}.booking-form,.booking-form label{display:flex;flex-direction:column}.booking-form label{color:var(--text);font-size:.95rem;font-weight:500}.booking-form input[type=date],.booking-form input[type=email],.booking-form input[type=number],.booking-form input[type=tel],.booking-form input[type=text]{border:1px solid var(--secondary);border-radius:8px;font-size:.95rem;margin-top:6px;padding:10px 12px;transition:border .3s ease,box-shadow .3s ease}.booking-form input:focus{border-color:var(--accent);box-shadow:0 0 8px #ffd70066;outline:none}.payment-options{display:flex;flex-direction:column;font-size:.95rem;gap:8px;margin-top:12px}.payment-options p{color:var(--primary);font-weight:600}.payment-options label{align-items:center;cursor:pointer;display:flex;gap:8px}.payment-options input[type=radio]{accent-color:var(--accent);height:18px;width:18px}.btn.primary{background:linear-gradient(135deg,var(--primary),#388e3c);border-radius:8px;cursor:pointer;font-size:1rem;margin-top:16px;padding:12px 20px;transition:all .3s ease}.btn.primary:hover{background:var(--accent);box-shadow:0 4px 12px #ffd70066;color:#000;transform:translateY(-2px)}.btn.primary:disabled{cursor:not-allowed;opacity:.6}.booking-form .error-text,.booking-form .loading-text{color:var(--primary);font-weight:500;margin-top:12px;text-align:center}.booking-form input,.booking-form select{border:1px solid #ccc;border-radius:8px;font-size:1rem;margin-top:6px;outline:none;padding:10px;transition:border .2s ease;width:100%}.booking-form input:focus,.booking-form select:focus{border-color:#0d6b34}@media (max-width:600px){.booking-page{margin:20px;padding:16px}.btn.primary{font-size:.95rem;padding:10px 16px}.booking-form input[type=date],.booking-form input[type=email],.booking-form input[type=number],.booking-form input[type=tel],.booking-form input[type=text]{font-size:.9rem;padding:8px 10px}}.confirmation-container{align-items:center;background:linear-gradient(135deg,#f9f9fb,#eceef5);display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:100vh;padding:40px 20px}.confirmation-card{animation:fadeInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 6px 25px #0000001a;max-width:650px;padding:40px 30px;text-align:center;transition:all .3s ease;width:100%}.confirmation-top h1{color:#2e2e2e;font-size:2.2rem;line-height:1.2;margin-bottom:.3rem}.subtitle{color:#666;font-size:1rem;margin-bottom:30px}.booking-summary{border-top:1px solid #eee;margin-top:10px;padding-top:20px;text-align:left}.summary-row{align-items:center;border-bottom:1px dashed #e0e0e0;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:10px 0}.summary-row .label{color:#333;flex:1 1;font-weight:600}.summary-row .value{color:#555;flex:1 1;font-weight:500;text-align:right;word-break:break-word}.summary-row .value.status{font-weight:600;text-transform:capitalize}.status.paid{color:#27ae60}.status.failed{color:#e74c3c}.status.pending{color:#f39c12}.value.small-json{background:#fafafa;border-radius:6px;color:#666;font-family:monospace;font-size:.8rem;overflow-x:auto;padding:6px 8px}.confirmation-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:30px}.confirmation-actions .btn{border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;padding:10px 22px;transition:transform .2s ease,box-shadow .2s ease}.confirmation-actions .btn.primary{background:linear-gradient(135deg,#ff5f6d,#ffc371);color:#fff}.confirmation-actions .btn.ghost{background:#0000;border:2px solid #ddd;color:#444}.confirmation-actions .btn:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.error-text{color:#e74c3c;font-weight:500;margin-bottom:10px}.muted{color:#888}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.confirmation-card{padding:30px 20px}.confirmation-top h1{font-size:1.8rem}.summary-row{align-items:flex-start;flex-direction:column}.summary-row .label,.summary-row .value{text-align:left;width:100%}.confirmation-actions{flex-direction:column}.confirmation-actions .btn{width:100%}}@media (max-width:480px){.confirmation-top h1{font-size:1.6rem}.subtitle{font-size:.9rem}.confirmation-card{padding:25px 18px}.summary-row{font-size:.9rem}.confirmation-actions .btn{font-size:.9rem;padding:9px 18px}}.gallery-page{margin:0 auto;max-width:1300px;padding:60px 24px}.page-title{color:#1e3e32;font-size:2.6rem;font-weight:700;margin-bottom:12px;position:relative;text-align:center}.page-title:after{background:#d4af37;border-radius:2px;content:"";display:block;height:3px;margin:10px auto 0;width:80px}.page-subtitle{color:#666;font-size:1.1rem;margin-bottom:48px;text-align:center}.gallery-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.gallery-card{background:#fff;border:1px solid #d4af3740;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;position:relative;transition:all .4s ease-in-out}.gallery-card:hover{border-color:#d4af37;box-shadow:0 10px 24px #d4af3740;transform:translateY(-6px) scale(1.02)}.image-wrapper{align-items:center;background:linear-gradient(180deg,#f8f8f8,#fafafa);display:flex;height:250px;justify-content:center;overflow:hidden;width:100%}.image-wrapper img{height:100%;object-fit:contain;transition:transform .4s ease,filter .4s ease;width:100%}.gallery-card:hover img{filter:brightness(1.08);transform:scale(1.05)}.gallery-card p{background:#fafafa;border-top:2px solid #d4af37;color:#1e3e32;font-size:1rem;font-weight:600;padding:14px 16px;text-align:center}.gallery-card:before{background:linear-gradient(180deg,#0000000d,#00000026);content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s ease-in-out}.gallery-card:hover:before{opacity:1}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.image-wrapper{height:200px}}@media (max-width:500px){.gallery-page{padding:30px 12px}.page-title{font-size:2.1rem}.page-subtitle{font-size:1rem}.image-wrapper{height:170px}}.about-page{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:18px;box-shadow:0 6px 30px #00000014;color:#333;font-family:Poppins,sans-serif;line-height:1.9;margin:60px auto;max-width:1100px;padding:80px 20px;transition:all .4s ease}.about-page .page-title{color:#1b5e20;font-size:2.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:2.5rem;position:relative;text-align:center}.about-page .page-title:after{background:linear-gradient(90deg,#f5c518,#ffd84d);border-radius:3px;content:"";display:block;height:5px;margin:.7rem auto 0;width:100px}.about-page .about-text{background:#f5c5180d;border-left:6px solid #f5c518;border-radius:10px;box-shadow:0 4px 15px #1b5e2014;color:#444;font-size:1.15rem;padding:2.5rem;text-align:justify;transition:transform .3s ease,box-shadow .3s ease}.about-page .about-text:hover{box-shadow:0 6px 22px #1b5e201f;transform:scale(1.01)}.about-page .about-text ul{list-style:none;margin-top:1rem;padding-left:1.8rem}.about-page .about-text ul li{color:#2e2e2e;font-weight:500;line-height:1.7;margin:.6rem 0;padding-left:2rem;position:relative}.about-page .about-text ul li:before{color:#1b5e20;content:"🪷";font-size:1.1rem;left:0;opacity:.9;position:absolute;top:.1rem;transition:transform .3s ease}.about-page .about-text ul li:hover:before{transform:scale(1.2) rotate(5deg)}@media (max-width:992px){.about-page{padding:60px 16px}.about-page .page-title{font-size:2.3rem}.about-page .about-text{font-size:1.05rem;padding:1.8rem}}@media (max-width:600px){.about-page{padding:40px 12px}.about-page .page-title{font-size:2rem}.about-page .about-text{font-size:1rem;padding:1.5rem}}.contact-page{margin:0 auto;max-width:900px;padding:60px 20px;text-align:center}.contact-page .page-title{color:var(--primary);font-size:2.4rem;margin-bottom:12px}.contact-page .page-subtitle{color:var(--muted);margin-bottom:32px}.contact-form{background:var(--card);border-radius:12px;box-shadow:0 4px 12px var(--shadow);gap:18px;padding:24px}.contact-form,.contact-form label{display:flex;flex-direction:column}.contact-form label{color:var(--primary);font-weight:500;text-align:left}.contact-form input,.contact-form textarea{background:var(--bg);border:1px solid var(--secondary);border-radius:6px;color:var(--text);font-size:1rem;margin-top:6px;padding:10px 12px;transition:border .3s ease,box-shadow .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 6px #ffd70066;outline:none}.contact-form button.btn{align-self:flex-start;background:var(--accent);border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.contact-form button.btn:hover{background:var(--primary);box-shadow:0 4px 12px #0003;color:#fff}.success-msg{animation:fadeIn .6s ease;color:#25d366;font-weight:600;margin-top:1rem;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.btn.primary{background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:6px;color:#fff;font-weight:600;padding:.8rem 1.5rem;transition:transform .2s ease,background .3s ease}.btn.primary:hover{background:linear-gradient(135deg,#128c7e,#075e54);transform:scale(1.05)}@media (max-width:768px){.contact-page{padding:40px 16px}.contact-form{padding:20px}.contact-page .page-title{font-size:2rem}}.admin-page{font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:40px 20px}.admin-page h1{color:var(--primary);font-size:2.4rem;margin-bottom:8px}.admin-page .subtitle{color:var(--muted);font-weight:500;margin-bottom:24px}.search-bar{display:flex;justify-content:flex-start;margin-bottom:20px}.search-bar input{background:var(--card);border:1px solid var(--secondary);border-radius:6px;color:var(--text);font-size:1rem;max-width:400px;padding:10px 14px;transition:all .3s ease;width:100%}.search-bar input:focus{border-color:var(--accent);box-shadow:0 0 6px #ffd70066;outline:none}.table-wrapper{overflow-x:auto}.bookings-table{border-collapse:collapse;min-width:900px;width:100%}.bookings-table td,.bookings-table th{border:1px solid var(--secondary);font-size:.95rem;padding:12px 16px;text-align:left}.bookings-table th{background:var(--primary);color:#fff;font-weight:600}.bookings-table tbody tr:nth-child(2n){background:var(--card)}.bookings-table tbody tr:hover{background:#ffd7001a}.status{border-radius:6px;color:#fff;font-weight:600;padding:4px 8px;text-transform:capitalize}.status.paid{background-color:var(--accent);color:#000}.status.spot{background-color:orange}.status.pending{background-color:#f44336}.no-data{color:var(--muted);font-weight:500;padding:20px 0;text-align:center}@media (max-width:900px){.bookings-table td,.bookings-table th{font-size:.85rem;padding:10px 12px}.search-bar input{max-width:100%;width:100%}}
/*# sourceMappingURL=main.788a604e.css.map*/