body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@custom-variant dark (&:is(.dark *));:root{--background:#faf8f3;--foreground:#1a1a1a;--card:oklch(1 0 0);--card-foreground:oklch(0.145 0 0);--popover:oklch(1 0 0);--popover-foreground:oklch(0.145 0 0);--primary:oklch(0.205 0 0);--primary-foreground:oklch(0.985 0 0);--secondary:oklch(0.97 0 0);--secondary-foreground:oklch(0.205 0 0);--muted:#666;--muted-foreground:oklch(0.556 0 0);--accent:oklch(0.97 0 0);--accent-foreground:oklch(0.205 0 0);--destructive:oklch(0.577 0.245 27.325);--destructive-foreground:oklch(0.577 0.245 27.325);--border:oklch(0.922 0 0);--input:oklch(0.922 0 0);--ring:oklch(0.708 0 0);--chart-1:oklch(0.646 0.222 41.116);--chart-2:oklch(0.6 0.118 184.704);--chart-3:oklch(0.398 0.07 227.392);--chart-4:oklch(0.828 0.189 84.429);--chart-5:oklch(0.769 0.188 70.08);--radius:0.625rem;--sidebar:oklch(0.985 0 0);--sidebar-foreground:oklch(0.145 0 0);--sidebar-primary:oklch(0.205 0 0);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.97 0 0);--sidebar-accent-foreground:oklch(0.205 0 0);--sidebar-border:oklch(0.922 0 0);--sidebar-ring:oklch(0.708 0 0);--gold:#d4af37;--dark:#0f0f0f;--cream:#faf8f3;--light-gray:#e8e6e1}.dark{--background:#0f0f0f;--foreground:#faf8f3;--card:#1a1a1a;--card-foreground:#faf8f3;--popover:#1a1a1a;--popover-foreground:#faf8f3;--primary:#faf8f3;--primary-foreground:#0f0f0f;--secondary:#2a2a2a;--secondary-foreground:#faf8f3;--muted:#666;--muted-foreground:#999;--accent:#2a2a2a;--accent-foreground:#faf8f3;--destructive:oklch(0.396 0.141 25.723);--destructive-foreground:oklch(0.637 0.237 25.331);--border:#2a2a2a;--input:#2a2a2a;--ring:#666;--chart-1:oklch(0.488 0.243 264.376);--chart-2:oklch(0.696 0.17 162.48);--chart-3:oklch(0.769 0.188 70.08);--chart-4:oklch(0.627 0.265 303.9);--chart-5:oklch(0.645 0.246 16.439);--sidebar:#0f0f0f;--sidebar-foreground:#faf8f3;--sidebar-primary:oklch(0.488 0.243 264.376);--sidebar-primary-foreground:#faf8f3;--sidebar-accent:#2a2a2a;--sidebar-accent-foreground:#faf8f3;--sidebar-border:#2a2a2a;--sidebar-ring:#666;--gold:#d4af37;--dark:#0f0f0f;--cream:#faf8f3;--light-gray:#e8e6e1}@theme inline{--font-sans:"Lora","Lora Fallback";--font-serif:"Playfair Display","Playfair Display Fallback";--color-gold:var(--gold);--color-cream:var(--cream);--color-dark:var(--dark);--color-light-gray:var(--light-gray);--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-destructive-foreground:var(--destructive-foreground);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring);--color-chart-1:var(--chart-1);--color-chart-2:var(--chart-2);--color-chart-3:var(--chart-3);--color-chart-4:var(--chart-4);--color-chart-5:var(--chart-5);--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--color-sidebar:var(--sidebar);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-border:var(--sidebar-border);--color-sidebar-ring:var(--sidebar-ring)}@layer base{*,body,h1,h2,h3,h4,h5,h6{@apply text-2xl md:text-3xl}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,#1a1a1a,#d4af37 50%,#1a1a1a);background-size:1000px 100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#faf8f3}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0f0f0f}.animate-bounce-slow{animation:bounce-slow 3s ease-in-out infinite}.dark ::-webkit-scrollbar-track{background:#1a1a1a}.dark ::-webkit-scrollbar-thumb{background:#d4af37}.dark ::-webkit-scrollbar-thumb:hover{background:#faf8f3}@layer base{*,body{@apply bg-background text-foreground}}.quick-book{animation:fadeInUp .8s ease-out;background:#fcfce193;border:1px solid #ffc400;border-radius:16px;margin:0 auto;max-width:420px;padding:0 2rem 2rem;transition:all .4s ease;width:100%}.quick-book:hover{border-color:#ffc400;box-shadow:0 0 25px #d4af3726}.quick-book h3{color:#00336a;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:800;margin-bottom:.4rem;text-align:center}.quick-book p{color:#000;font-size:.95rem;line-height:1.6;margin-bottom:1.8rem;text-align:left}.quick-book form{display:flex;flex-direction:column}.form-group{position:relative}.form-group input,.form-group select{background:#fff;border:1px solid #d4af374d;border-radius:8px;color:#000;font-family:Lora,serif;font-size:.95rem;outline:none;padding:.9rem .85rem .9rem 2.5rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#ffc400;box-shadow:0 0 10px #d4af3740}.form-group input{color:#000;width:87%}.icon{color:#000;height:18px;left:.9rem;opacity:.9;pointer-events:none;position:absolute;top:63%;transform:translateY(-50%);width:18px}.quick-book button{background:#ffc400;border:none;border-radius:30px;box-shadow:0 6px 18px #d4af374d;color:#121212;cursor:pointer;font-family:Playfair Display,serif;font-size:1rem;font-weight:600;padding:.95rem 1rem;transition:.3s ease;width:100%}.quick-book button:hover{box-shadow:0 10px 22px #d4af3766;transform:translateY(-2px)}.quick-book button:disabled{cursor:not-allowed;opacity:.6}.form-message{font-size:.9rem;font-weight:500;margin-top:.6rem;text-align:center}.form-message.success{color:#22c55e}.form-message.error{color:#ef4444}@media (max-width:768px){.quick-book{border-radius:14px;padding:1.8rem;width:75vw}.quick-book h3{font-size:1.55rem}.form-group input,.form-group select{font-size:.9rem}.quick-book button{font-size:.95rem}}@media (max-width:640px){.quick-book{border-radius:14px;padding:1.4rem;width:75vw}.quick-book h3{font-size:1.45rem}.form-group input,.form-group select{padding-left:2.3rem}}@media (max-width:480px){.quick-book{margin-bottom:70px!important;padding:1.5rem;width:75vw!important}.quick-book h3{font-size:1.35rem}.quick-book p{font-size:.9rem}.form-group input,.form-group select{font-size:.85rem}.quick-book button{font-size:.9rem;padding:.85rem}}@media (max-width:360px){.quick-book{padding:1.3rem;width:92vw}.quick-book h3{font-size:1.2rem}.form-group input,.form-group select{font-size:.8rem;padding-left:2.1rem}.quick-book button{font-size:.85rem}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1) brightness(2)}input[type=date]::-webkit-calendar-picker-indicator:after{background:#fff;border-radius:6px;bottom:125%;box-shadow:0 2px 8px #00000040;color:#000;content:"Pick Date";font-size:.75rem;opacity:0;padding:4px 8px;position:absolute;right:-10px;-webkit-transition:.25s ease;transition:.25s ease}input[type=date]::-webkit-calendar-picker-indicator:hover:after{opacity:1;transform:translateY(-4px)}.form-group label{color:#000;display:block;font-size:14px;font-weight:600;margin-bottom:4px;text-align:left}input[type=date]{color:#000!important}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0)!important;opacity:.8}.form-group input::placeholder,.form-group select::placeholder{color:#000!important;opacity:1}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#bf1e2e;border-bottom:1px solid #d4af3733;left:0;position:fixed;right:0;top:0;transition:background .4s ease,transform .3s ease;z-index:1000}.navbar-container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.navbar-content{align-items:center;color:#f5f5f5;display:flex;font-family:Playfair Display,serif;height:80px;justify-content:space-between}.navbar-brand{color:#d4af37;font-size:1.95rem;font-weight:700;letter-spacing:1.2px;text-decoration:none;transition:transform .3s ease}.navbar-brand:hover{transform:scale(1.05)}.nav-links{align-items:center;display:flex;gap:1.8rem}.nav-item{color:#f5f5f5;font-size:.9rem;font-weight:300;letter-spacing:1.4px;text-decoration:none;transition:color .3s ease}.nav-item:hover{color:#d4af37}.btn-gold-nav{background:#ea041b;border-radius:3px;box-shadow:0 4px 12px #d4af374d;color:#fff;font-weight:600;padding:10px 12px;text-decoration:none;text-transform:uppercase;transition:transform .3s ease,background .3s ease}.btn-gold-nav:hover{background:#ff0019;transform:translateY(-2px)}.mobile-toggle{align-items:center;display:none}.menu-icon{background:#0000;border:none;color:#d4af37;cursor:pointer;font-size:1.8rem;transition:transform .3s ease}.menu-icon:hover{transform:rotate(10deg)}.mobile-menu{animation:slideDown .35s ease-out;background:#a90505;border-radius:20px;border-top:1px solid #d4af3733;margin-bottom:30px;padding-bottom:1rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.mobile-item{background-color:#a90505;border-bottom:1px solid #880303;color:#fff;display:block;padding:.9rem 1.5rem;text-decoration:none;transition:.3s ease}.mobile-item:hover{background:#a90505;color:#d4af37}.mobile-btn{background:#ea041b;border-radius:10px;color:#fff;display:block;font-weight:600;margin:1rem 1.5rem;padding:11px 0;text-align:center;text-decoration:none;transition:.3s ease}.mobile-btn:hover{background:#ff2f44;transform:translateY(-2px)}@media (max-width:1024px){.nav-links{display:none}.mobile-toggle{display:flex}.navbar-brand{font-size:1.7rem}}@media (max-width:768px){.navbar-content{height:72px}.navbar-brand{font-size:1.6rem}.menu-icon{font-size:1.7rem}}@media (max-width:640px){.navbar-content{height:68px}.btn-gold{padding:8px 19px}}@media (max-width:480px){.navbar-brand{font-size:1.5rem}.mobile-item{font-size:.9rem;padding:.85rem 1.2rem}.mobile-btn{padding:10px 0}}@media (max-width:360px){.navbar-brand{font-size:1.35rem}.menu-icon{font-size:1.6rem}.mobile-item{font-size:.85rem}}.navbar-brand{margin:30px}.navbar-logo{height:80px;object-fit:contain;width:auto}.footer-main{background:#f4f3f3;font-family:Georgia,serif;padding:40px 20px 10px;text-align:center}.footer-wrapper{align-items:flex-start;display:flex;gap:40px;justify-content:space-evenly;margin:auto;max-width:1400px;width:100%}.footer-logo-box{width:250px}.footer-logo{width:100%}.footer-section{position:relative;text-align:left;width:260px}.footer-section:not(:first-child){border-left:2px solid #f3e08c;padding-left:35px}.footer-heading{color:#1a1a1a;font-size:28px;font-weight:700;margin-bottom:20px}.footer-contact-list,.footer-list{color:#555;font-family:Georgia;font-size:16px;line-height:20px;list-style:none;margin:0;padding:0}.footer-contact-list li{align-items:flex-start;display:flex;gap:10px;margin-bottom:6px}.footer-social{display:flex;gap:16px;margin-top:5px}.footer-icon{align-items:center;background:#be3a35;border-radius:50%;color:#fff;display:flex;font-size:10px;height:20px;justify-content:center;padding:10px;transition:.25s ease-in-out;width:20px}.footer-icon:hover{background:#9d2c29;transform:scale(1.12)}.footer-bottom{background-color:#ffd000;border-radius:15PX;color:#c03637;font-family:Georgia;font-size:18px;font-weight:600;margin-bottom:0;margin-top:40px}@media (max-width:992px){.footer-wrapper{align-items:center;flex-direction:column;gap:40px;text-align:center}.footer-section{border-left:none!important;padding-left:0!important;width:100%}.footer-logo-box{width:80vw}.footer-heading{font-size:22px}.footer-contact-list,.footer-list{font-size:15px}.footer-contact-list li,.footer-social{justify-content:left}}@media (max-width:600px){.footer-wrapper{align-items:left;flex-direction:column;gap:35px}.footer-logo-box{width:80vw}.footer-section{border-left:none!important;padding-left:0!important;text-align:left;width:100%}.footer-heading{font-size:20px}.footer-contact-list,.footer-list{font-size:14px}.footer-contact-list li,.footer-social{justify-content:left}}#floating-contacts{bottom:1.5rem;left:0;pointer-events:none;position:fixed;right:0;z-index:9999}#floating-contacts .floating-btn{display:none}body.show-floating #floating-contacts .floating-btn{align-items:center;border-radius:50%;bottom:1.5rem;box-shadow:0 6px 18px #0006;color:#fff;cursor:pointer;display:flex;height:3.5rem;justify-content:center;pointer-events:auto;position:fixed;transition:all .3s ease;width:3.5rem;z-index:10000}body.show-floating #floating-contacts .floating-btn.call{background-color:#16a34a;left:1.5rem}body.show-floating #floating-contacts .floating-btn.whatsapp{background-color:#22c55e;right:1.5rem}body.show-floating #floating-contacts .floating-btn:hover{box-shadow:0 0 15px #d4af3740;transform:scale(1.12)}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-bounce-slow{animation:bounce-slow 2.8s ease-in-out infinite}@media (max-width:1024px){body.show-floating #floating-contacts .floating-btn{height:3.4rem;width:3.4rem}body.show-floating #floating-contacts .floating-btn.call{left:1.3rem}body.show-floating #floating-contacts .floating-btn.whatsapp{right:1.3rem}}@media (max-width:768px){body.show-floating #floating-contacts .floating-btn{bottom:1.2rem;height:3.2rem;width:3.2rem}body.show-floating #floating-contacts .floating-btn.call{left:1.2rem}body.show-floating #floating-contacts .floating-btn.whatsapp{right:1.2rem}}@media (max-width:640px){body.show-floating #floating-contacts .floating-btn{bottom:1rem;height:3rem;width:3rem}body.show-floating #floating-contacts .floating-btn.call{left:1rem}body.show-floating #floating-contacts .floating-btn.whatsapp{right:1rem}}@media (max-width:420px){body.show-floating #floating-contacts .floating-btn{bottom:.9rem;height:2.8rem;width:2.8rem}body.show-floating #floating-contacts .floating-btn.call{left:.9rem}body.show-floating #floating-contacts .floating-btn.whatsapp{right:.9rem}}@media (max-width:360px){body.show-floating #floating-contacts .floating-btn{bottom:.8rem;height:2.6rem;width:2.6rem}body.show-floating #floating-contacts .floating-btn.call{left:.8rem}body.show-floating #floating-contacts .floating-btn.whatsapp{right:.8rem}}.home{background-color:#fff;color:#f5f5f5;font-family:Lora,serif;overflow-x:hidden}.hero-section{align-items:center;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-slider{overflow:hidden}.hero-slide,.hero-slider{inset:0;position:absolute}.hero-slide{opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-image{height:100%}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.275),rgba(0,0,0,.275));inset:0;position:absolute}.hero-dots{bottom:2rem;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:5}.hero-dots .dot{background:#ffffff80;border-radius:9999px;cursor:pointer;height:10px;transition:.3s ease;width:10px}.hero-dots .dot.active{background:#ffc400;width:30px}.hero-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:6rem 2rem;position:relative;z-index:10}.hero-left{display:flex;flex-direction:column;justify-content:center}.hero-subtitle{color:#ffc400;font-size:1rem;letter-spacing:.3em;text-transform:uppercase}.hero-subtitle,.hero-title{margin-bottom:1rem;text-shadow:1px 1px 1px #00336a76}.hero-title{color:#fff;font-family:Playfair Display,serif;font-size:4rem;font-weight:700;line-height:1.2}.hero-title span{color:#ffc400}.hero-desc{color:#fff;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px;text-shadow:1.2px 1.2px 1.2px #000}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.btn-gold,.btn-outline{align-items:center;border-radius:30px;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:.3s ease}.btn-gold{background:#ffc400;border:2px solid #fff}.btn-gold:hover{background:red;border:2px solid #fff;color:#fff;transform:translateY(-2px)}.btn-outline{background:#fff;border:2px solid #ffc400;color:#ffc400}.btn-outline:hover{background:red;border:2px solid #fff;color:#fff;transform:translateY(-2px)}.hero-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:1rem;text-align:center}.stat-value{color:#ffc400;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;text-shadow:1.2px 1.2px 1.2px #001e30}.stat-label{color:#fff!important;font-size:.9rem;text-shadow:1.2px 1.2px 1.2px #000}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-right{display:none}.hero-title{font-size:2.8rem}.hero-stats{gap:1.2rem;grid-template-columns:repeat(1,1fr);margin-bottom:60px}}@media (max-width:480px){.hero-left{margin-bottom:70px}.hero-title{font-size:2.2rem}.hero-buttons{justify-content:center}.hero-stats{grid-template-columns:1fr;margin-bottom:60px}}.why-section{padding:6rem 2rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#bf1e2e;font-family:Playfair Display,serif;font-size:2.8rem}.divider{background:#ffc400;height:4px;margin:0 auto 1rem;width:80px}.section-header p{color:#000;font-size:1rem}.why-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.why-card{background:#141414;border:1px solid #d4af3726;border-radius:12px;padding:2rem;text-align:center;transition:.3s ease}.why-card:hover{border-color:#ffc400;transform:translateY(-4px)}.why-icon{color:#ffc400;height:48px;margin-bottom:1rem;transition:.3s ease;width:48px}.why-card:hover .why-icon{transform:scale(1.1)}.gallery-section{background:#111;padding:6rem 2rem}.gallery-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(3,1fr))}.gallery-item{border-radius:10px}.gallery-img{height:100%;object-fit:cover;transition:.5s ease;width:100%}.gallery-item:hover .gallery-img{transform:scale(1.1)}.testimonials-section{background:#141414;padding:6rem 2rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.testimonial-card{background:#1a1a1a;border:1px solid #d4af3726;border-radius:12px;padding:2rem}.star.filled{color:gold}.cta-section{padding:6rem 2rem;text-align:center}.cta-section h2{font-family:Playfair Display,serif;font-size:2.8rem}.cta-section p{color:#ccc;font-size:1rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}@media (max-width:768px){.cta-section h2,.section-header h2{font-size:2.2rem}.testimonial-card,.why-card{padding:1.5rem}.hero-buttons{justify-content:center}}@media (max-width:480px){.cta-section h2,.section-header h2{font-size:1.9rem}.gallery-grid,.why-grid{gap:1.2rem}.testimonial-card p,.why-card p{font-size:.85rem}}.mobile-book{display:none;margin-top:30px}.plan-section{margin-bottom:30px}.plan-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(320px,2fr))}@media (max-width:1024px){.mobile-book{background:#fff;display:block;padding:2rem 1.5rem 3rem}.hero-content{padding-bottom:0}.plan-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:1020px){.plan-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.mobile-book{padding:1.5rem 1.2rem 2rem}}@media (max-width:400px){.mobile-book{padding:1.2rem 1rem 1.6rem}.plan-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.container{margin:0 auto;max-width:1200px;width:92%}.why-section{background:#fff;color:#333;padding:60px 0 40px}.why-inner{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1fr 520px}.why-left .why-title{color:#b72d2d;font-family:Playfair Display,serif;font-size:34px;letter-spacing:.5px;margin:6px 0 14px}.why-left .lead{color:#6d6d6d;font-size:18px;line-height:2}.why-left .more{color:#6d6d6d;font-size:15px;line-height:1.7;margin-bottom:18px}.read-more{color:#b72d2d;display:inline-block;font-weight:700;margin-top:6px;text-decoration:underline}.why-right{position:relative}.hero-image-wrap{border-radius:6px;overflow:hidden;width:100%}.hero-image{border-radius:6px;display:block;object-fit:cover;width:100%}.circle-thumb{background:#fff;border:8px solid #fff;border-radius:50%;bottom:-54px;box-shadow:0 10px 22px #0000001f;height:160px;left:50%;overflow:hidden;position:absolute;transform:translateX(-50%);width:160px}.circle-thumb img{height:100%;object-fit:cover;width:100%}.features-wrap{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:90px}.feature-card{align-items:flex-start;background:#0000;border-radius:10px;display:flex;gap:14px;padding:12px 10px}.icon-circle{border:2px solid;border-radius:12px;box-shadow:0 6px 18px #0000000f;display:grid;min-height:52px;min-width:52px;place-items:center}.feature-icon{height:24px;width:24px}.feature-text h4{color:#2a2a2a;font-size:15px;margin:0 0 4px}.feature-text p{color:#6f6f6f;font-size:13px;line-height:1.45;margin:0}@media (max-width:1000px){.why-inner{grid-template-columns:1fr}.why-right{margin-top:18px}}.yt-section{padding:60px 0 40px;text-align:center}.yt-title{color:#b72d2d;font-family:Playfair Display,serif;font-size:32px;font-weight:700}.yt-divider{background:#b72d2d;border-radius:2px;height:4px;margin:10px auto 25px;width:80px}.yt-video-wrapper{border-radius:12px;box-shadow:0 15px 28px #00000040;margin:0 auto;max-width:1000px;overflow:hidden;width:92%}.yt-video-wrapper iframe{border:none;display:block;height:520px;width:100%}.events-section{background:url(/static/media/destination.a54d0bc250c295cadd3b.png) no-repeat 50%/cover;padding:60px 0 90px;position:relative}.events-overlay{background:#b20000bf;inset:0;position:absolute}.events-container{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1300px;position:relative;width:92%;z-index:2}.events-main-img{border-radius:18px;object-fit:cover}.events-right{color:#fff;max-width:500px;text-align:left}.events-title{font-family:Playfair Display,serif;font-size:34px;font-weight:700;line-height:1.3;margin-bottom:20px}.events-small-img{border-radius:20px;box-shadow:0 8px 20px #00000040;height:140px;margin:20px 0;object-fit:cover;width:190px}.events-subtitle{font-size:20px;font-weight:500;margin-top:10px}.events-footer{position:relative;text-align:center;z-index:3}.events-footer h3{color:#fff;font-family:Playfair Display,serif;font-size:38px}@media(max-width:950px){.events-container{flex-direction:column;text-align:center}.events-right{text-align:center}.events-main-img{height:auto;width:90%}.events-small-img{margin:20px auto}}.event-cards-title{color:#a41a27;font-size:2.4rem;font-weight:700;margin-top:40px;text-align:center}.event-cards-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:20px 40px}.event-card{background:#fff;border-radius:14px;box-shadow:0 3px 10px #00000026;padding:20px;text-align:center;transition:.3s ease}.event-card:hover{box-shadow:0 6px 16px #0003;transform:translateY(-5px)}.event-card-img{border-radius:14px;height:300px;object-fit:cover;width:100%}.event-card-name{color:#a41a27;font-size:1.3rem;font-weight:600;letter-spacing:1px;margin-top:15px}.event-card-btn{background:#c0392b;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:12px;padding:10px 25px;text-decoration:none;transition:background .3s ease}.event-card-btn:hover{background:#a41a27}.events-divider{display:block;margin:10px auto 0;width:320px}.plan-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media (min-width:1400px){.plan-grid{gap:40px;grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.plan-section{margin-top:100px!important;padding:0 20px}.plan-grid{gap:25px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:900px){.plan-grid{grid-template-columns:1fr}}@media (max-width:600px){.plan-section{margin-top:70px!important;padding:0 15px}.hero-content{padding:0 auto}.plan-grid{gap:20px;grid-template-columns:1fr}.section-header h2{font-size:1.9rem!important}.section-header p{font-size:.95rem}.event-cards-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:20px 40px}}@media (max-width:400px){.plan-grid{gap:18px;grid-template-columns:1fr}.plan-section{padding:0 12px}.event-cards-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:20px 10px}.btn-gold,.btn-outline{padding:9px 19px;width:60%}}.btn-gold{background:linear-gradient(135deg,#ffcf40,#ffc400,#d4a017);border-radius:40px;box-shadow:0 6px 20px #d4af3766;color:#fff;cursor:pointer;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;overflow:hidden;padding:12px 30px;position:relative;transition:all .4s ease}.btn-gold:hover{box-shadow:0 12px 28px #ffc4008c;transform:translateY(-4px) scale(1.05)}.btn-gold:after{background:linear-gradient(120deg,#0000,#fff9,#0000);content:"";height:100%;left:-120%;position:absolute;top:0;transform:skewX(-20deg);width:80%}.btn-gold:hover:after{animation:shineMove .9s ease}@keyframes shineMove{0%{left:-120%}50%{left:120%}to{left:120%}}.gallery-container{animation:fadeIn .6s ease-in-out;background-color:#a41a27;min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-content{animation:slideUp .6s ease-in-out;margin:0 auto;max-width:1400px;padding:6rem 1rem 5rem}.gallery-header{margin-bottom:2rem;text-align:center}.gallery-title{color:#ffc400;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);letter-spacing:1px;margin-bottom:.75rem}.gallery-subtitle{color:#fefefe;font-size:clamp(.85rem,2.5vw,1.1rem)}.gallery-filters{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-bottom:2.5rem}.gallery-filter-btn{background:#fff;border:2px solid #ffffffa8;border-radius:6px;color:#1b1b1b;cursor:pointer;font-size:.85rem;font-weight:600;padding:.55rem 1.3rem;transition:.3s ease}.gallery-filter-btn.active,.gallery-filter-btn:hover{background:#ffc400;border-color:#ffc400;color:#1b1b1b;transform:scale(1.07)}.gallery-grid{grid-gap:1.2rem;animation:fadeIn .8s ease-in-out;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.gallery-item{background-color:#ff0;border:4px solid #ff0;border-radius:.5rem;cursor:pointer;height:clamp(220px,30vw,320px);overflow:hidden;position:relative;transition:.4s ease}.gallery-item:hover{box-shadow:0 8px 25px #00000059;transform:translateY(-4px)}.gallery-image{height:100%;object-fit:cover;transition:.6s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.15)}.gallery-play{color:#ffc400;height:clamp(2.5rem,6vw,4rem);opacity:0;transition:.35s ease;width:clamp(2.5rem,6vw,4rem)}.gallery-item:hover .gallery-play{opacity:1;transform:scale(1.15)}.gallery-viewer{align-items:center;animation:fadeInViewer .3s ease;background:#0a0a0af5;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}@keyframes fadeInViewer{0%{opacity:0}to{opacity:1}}.gallery-viewer-content{animation:zoomIn .3s ease;max-height:95vh;max-width:95%;width:100%}@keyframes zoomIn{0%{opacity:.4;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.gallery-full-image{border-radius:.4rem;max-height:85vh;object-fit:contain;width:100%}.nav-arrow{background:#0009;border:1px solid #ffc400;border-radius:10px;color:#ffc400;cursor:pointer;font-size:clamp(1.8rem,5vw,3rem);padding:.35rem .7rem;position:absolute;top:50%;transform:translateY(-50%);transition:.3s ease;z-index:3000}.nav-arrow:hover{background:#ffc400;color:#000}.left-arrow{left:clamp(10px,3vw,30px)}.right-arrow{right:clamp(10px,3vw,30px)}.gallery-close{align-items:center;background:#000000b3;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:45px;justify-content:center;position:fixed;right:20px;top:20px;transition:.3s ease;width:45px;z-index:5000}.gallery-close:hover{background:#fff;color:#000;transform:scale(1.1) rotate(90deg)}.highlight-photos{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:50px}.highlight-img{border:4px solid #fe0;border-radius:10px;height:clamp(600px,75vw,600px);object-fit:cover;transition:.35s ease;width:100%}.highlight-img:hover{box-shadow:0 8px 20px #00000059;transform:scale(1.04)}.animate-item{opacity:0;transform:translateY(40px) scale(.95);transition:.8s ease-out}.animate-item.show{opacity:1;transform:translateY(0) scale(1)}.gallery-item:nth-child(3n+1).show{animation:slideLeft .8s ease-out both}.gallery-item:nth-child(3n+2).show{animation:slideRight .8s ease-out both}.gallery-item:nth-child(3n+3).show{animation:slideUp .8s ease-out both}@keyframes slideLeft{0%{opacity:0;transform:translateX(-60px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideRight{0%{opacity:0;transform:translateX(60px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(60px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery-item.show:hover .gallery-image{transform:scale(1.12);transition:.4s ease}.highlight-img{opacity:0;transform:translateY(50px);transition:.9s ease}.highlight-img:first-child{transition-delay:.1s}.highlight-img:nth-child(2){transition-delay:.2s}.highlight-img:nth-child(3){transition-delay:.3s}.highlight-img:nth-child(4){transition-delay:.4s}.highlight-img.show{opacity:1;transform:translateY(0)}@media (max-width:480px){.gallery-content{padding:4rem .8rem}.gallery-title{font-size:1.8rem}.gallery-subtitle{font-size:.85rem}.gallery-filters{gap:.5rem}.gallery-filter-btn{font-size:.75rem;padding:.45rem .9rem}.gallery-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-item{border-width:3px;height:220px}.gallery-image{object-fit:cover}.gallery-full-image{max-height:70vh}.highlight-photos{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.highlight-img{border:4px solid #fe0;border-radius:10px;height:380px;object-fit:cover;transition:.35s ease;width:98%}}@media (max-width:768px){.gallery-title{font-size:2.2rem}.gallery-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-item{height:260px}.highlight-img{height:450px}.nav-arrow{font-size:2rem;padding:.25rem .6rem}}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.gallery-item{height:300px}.highlight-img{height:500px}.nav-arrow{font-size:2.3rem}}@media (min-width:1600px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.gallery-item{height:350px}.highlight-img{height:650px}}.about-container{background-color:#b43334;color:#fff;min-height:100vh}.about-main{padding-top:5rem}.about-hero{align-items:center;animation:fadeInHero 1.2s ease-in-out;background-image:url(/static/media/banner.01dfc36bcb244ec14b0a.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:30vh;padding:4rem 1.5rem;position:relative;text-align:center}.about-hero-content{max-width:800px;position:relative;z-index:1}.about-title{color:#fff;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px #0009}.about-subtext{color:#e8e8e8;font-family:Lora,serif;font-size:1.15rem;line-height:1.8;margin:0 auto;max-width:650px}@media (max-width:1024px){.about-title{font-size:2.6rem}.about-subtext{font-size:1.05rem}}@media (max-width:768px){.about-hero{min-height:60vh;padding:3rem 1.2rem}.about-title{font-size:2.2rem}.about-subtext{font-size:1rem;line-height:1.6}}@media (max-width:480px){.about-title{font-size:1.9rem}.about-subtext{font-size:.95rem}}@keyframes fadeInHero{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.about-story{padding:5rem 1.5rem}.about-story-content{margin:0 auto;max-width:1100px}@media (min-width:768px){.about-story-grid{align-items:center;gap:4rem;grid-template-columns:1fr 1fr}}.about-heading{display:flex;font-family:Playfair Display,serif;font-size:2.4rem;justify-content:center;margin-bottom:1rem}.about-text{color:#fff;line-height:1.7;margin-bottom:1rem}.about-image-placeholder{background-image:linear-gradient(to bottom right,#0000004d,#0009),url(/static/media/banner.01dfc36bcb244ec14b0a.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;height:22rem;overflow:hidden;transition:.4s ease;width:100%}.about-image-placeholder:hover{box-shadow:0 10px 25px #d4af3740;transform:scale(1.02)}@media (max-width:768px){.about-image-placeholder{border-radius:.75rem;height:16rem}}@media (max-width:480px){.about-image-placeholder{height:14rem}}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:4rem}@media (min-width:768px){.about-stats{grid-template-columns:repeat(4,1fr)}}.about-stat-item{text-align:center}.about-stat-icon{color:#c8a74e;height:2.2rem;margin-bottom:.7rem;width:2.2rem}.about-stat-label{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:.3rem}.about-stat-value{color:#e1be2e;font-size:.9rem}.about-values{background:linear-gradient(90deg,#1b1b1b,#333);border-radius:1rem;padding:3rem 1.5rem;text-align:center}.about-values-heading{font-family:Playfair Display,serif;font-size:2.2rem;margin-bottom:2rem}.about-values-grid{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.about-values-grid{grid-template-columns:repeat(3,1fr)}}.about-value-card{padding:1.2rem}.about-value-title{color:#e4b022;font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:.5rem}.about-value-desc{color:#e8e5e5;font-size:.95rem;line-height:1.6}@media (max-width:480px){.about-value-title{font-size:1.3rem}.about-value-desc{font-size:.9rem}}.services-container{background:#fff}.services-wrapper{margin:auto auto 50px;text-align:center}.services-title{color:#1c1c1c;font-size:2.4rem;font-weight:600;margin-bottom:.5rem}.services-subtitle{color:#555;font-size:1rem;margin:0 auto 3rem}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);padding:0 1.5rem}.service-card{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:20px;transition:.3s ease}.service-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.251);transform:translateY(-5px)}.service-img{border-radius:12px;height:280px;object-fit:cover;width:100%}.service-heading{color:#8b0000;font-size:1.2rem;font-weight:600;margin-top:15px}.service-text{color:#444;font-size:.95rem;line-height:1.5;margin-top:10px}@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services-grid{grid-template-columns:1fr}}.venues-container{background-color:#fff;min-height:100vh}.venues-wrapper{margin:0 auto;max-width:1200px;padding:6rem 1.5rem 5rem}.venues-header{margin-bottom:4rem;text-align:center}.venues-title{color:gold;font-family:Playfair Display,serif;font-size:3rem;margin-bottom:.75rem}.venues-subtitle{color:#000;font-size:1.1rem;line-height:1.6;margin:0 auto}.venues-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.venues-grid{grid-template-columns:repeat(2,1fr)}}.venue-card{background:#fff5cb;border:2px solid gold;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.venue-card:hover{border-color:gold;box-shadow:0 8px 22px #d4af3726;transform:translateY(-5px)}.venue-image-wrapper{height:20rem;overflow:hidden;position:relative}.venue-image{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.venue-card:hover .venue-image{transform:scale(1.1)}.venue-name{color:red;font-family:Playfair Display,serif;font-size:1.8rem;margin:1.5rem 1.5rem .6rem}.venue-meta{color:#0a296b;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem;margin:0 1.5rem 1rem}.venue-meta-item{align-items:center;display:flex;gap:.4rem}.venue-desc,.venue-icon{color:#0a296b}.venue-desc{font-size:.95rem;line-height:1.6;margin:0 1.5rem 1.5rem}.venue-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 1.5rem 1.5rem}.venue-tag{background:#f2cc0f;border-radius:.3rem;color:#1b1b1b;font-size:.75rem;font-weight:600;padding:.3rem .75rem}@media (max-width:768px){.venues-title{font-size:2.4rem}.venue-card{border-radius:.65rem}.venue-image-wrapper{height:18rem}.venue-name{font-size:1.6rem}.venue-desc{font-size:.9rem}}@media (max-width:640px){.venues-wrapper{padding:5rem 1.2rem 4rem}.venues-title{font-size:2rem}.venues-subtitle{font-size:1rem}.venue-image-wrapper{height:16rem}.venue-name{font-size:1.45rem}.venue-meta{gap:.6rem}.venue-desc,.venue-meta{font-size:.85rem}.venue-tag{font-size:.7rem}}@media (max-width:400px){.venues-title{font-size:1.7rem}.venue-image-wrapper{height:14rem}.venue-name{font-size:1.3rem}.venue-meta{font-size:.8rem}.venue-desc{font-size:.82rem}.venue-tag{font-size:.68rem;padding:.25rem .6rem}}.enquiry-container{background-color:#fdfbf6;min-height:100vh}.enquiry-wrapper{padding:6rem 0 5rem}.enquiry-content{margin:0 auto;max-width:900px;padding:0 1.5rem}.enquiry-header{margin-bottom:3rem;text-align:center}.enquiry-title{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1rem}.enquiry-subtitle{color:#6b7280;font-size:1.1rem}@media (max-width:768px){.enquiry-title{font-size:2.3rem}.enquiry-subtitle{font-size:1rem}}@media (max-width:480px){.enquiry-title{font-size:2rem}}.enquiry-form-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 6px #0000000d;padding:2rem}.enquiry-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.form-grid{gap:2rem;grid-template-columns:1fr 1fr}}.form-input{background:#f9f9f6;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;outline:none;padding:.8rem 1rem;transition:border-color .3s ease;width:100%}.form-input:focus{border-color:#c8a74e}.form-icon-input{align-items:center;display:flex;gap:.6rem}.icon-gold{color:#c8a74e}.form-submit{align-items:center;background:#c8a74e;border:none;border-radius:6px;color:#1b1b1b;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.6rem;justify-content:center;padding:1rem;transition:background .3s ease,transform .3s ease;width:100%}.form-submit:hover{background:#b79740;transform:translateY(-2px)}.form-error{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b}.form-error,.form-success{font-weight:500;padding:.75rem;text-align:center}.form-success{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;color:#065f46;font-size:.95rem}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.enquiry-form-wrapper{padding:1.5rem}.form-input{font-size:.95rem;padding:.75rem .9rem}}@media (max-width:480px){.enquiry-form-wrapper{padding:1.2rem}}.enquiry-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:3rem}@media (min-width:768px){.enquiry-stats{grid-template-columns:repeat(3,1fr)}}.enquiry-stat{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem 1.2rem;text-align:center;transition:transform .3s ease}.enquiry-stat:hover{transform:translateY(-3px)}.stat-number{color:#c8a74e;font-family:Playfair Display,serif;font-size:2rem;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.95rem}@media (max-width:480px){.stat-number{font-size:1.6rem}.stat-label{font-size:.85rem}}.contact-container{background-color:#fff;color:#000;font-family:Lora,serif;min-height:100vh}.contact-main{padding:6rem 1.2rem 5rem}.contact-inner{margin:0 auto;max-width:1200px;padding:0 .2rem}.contact-header{margin-bottom:4rem;text-align:center}.contact-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f8e49c,#ffbf00);-webkit-background-clip:text;font-family:Playfair Display,serif;font-size:3rem;margin-bottom:.75rem}.contact-subtitle{color:#000;font-size:1.15rem}@media (max-width:768px){.contact-title{font-size:2.4rem}.contact-subtitle{font-size:1rem}}@media (max-width:480px){.contact-title{font-size:2rem}}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.contact-grid{gap:3.5rem;grid-template-columns:1fr 1fr}}.contact-info{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border:1px solid #d4af3740;border-radius:16px;color:#000;padding:2.5rem 2rem;transition:all .4s ease}.contact-info:hover{border-color:#d4af3780;box-shadow:0 0 35px #d4af3726;transform:translateY(-2px)}.contact-heading{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,gold,gold);-webkit-background-clip:text;font-family:Playfair Display,serif;font-size:2rem;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:1.8rem}.contact-item{align-items:flex-start;border-bottom:1px solid #d4af3726;display:flex;gap:1.2rem;padding-bottom:1rem;transition:transform .3s ease,border-color .3s ease}.contact-item:last-child{border-bottom:none}.contact-item:hover{border-color:#d4af374d;transform:translateX(6px)}.contact-icon{background:#d4af371a;border-radius:10px;color:gold;flex-shrink:0;height:42px;padding:.6rem;transition:all .3s ease;width:42px}.contact-item:hover .contact-icon{background:#d4af3740;transform:scale(1.1)}.contact-item-title{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:.25rem}.contact-item-text{color:#2e2e2e;font-size:.95rem;letter-spacing:.3px}@media (max-width:768px){.contact-info{padding:2rem 1.5rem}.contact-heading{font-size:1.7rem;text-align:center}.contact-item{align-items:center}.contact-item-title{font-size:1rem}}.contact-form-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border:1px solid #d4af3740;border-radius:12px;padding:2rem;transition:border-color .3s ease}.contact-form-container:hover{border-color:rgba(212,175,55,.4 5)}.form-group{margin-bottom:1.2rem}.form-label{display:block;font-family:Playfair Display,serif;font-size:1rem;margin-bottom:.5rem}.form-input,.form-textarea{background:#191919f2;border:1px solid #d4af3740;border-radius:8px;color:#f5f5f5;font-size:1rem;outline:none;padding:.8rem 1rem;transition:all .3s ease;width:100%}.form-textarea{height:150px;resize:none}.form-input:focus,.form-textarea:focus{border-color:gold;box-shadow:0 0 10px #d4af374d}.form-submit-btn{background:linear-gradient(90deg,gold,gold);border:none;border-radius:6px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem;transition:all .3s ease;width:100%}.form-submit-btn:hover{box-shadow:0 4px 14px #d4af374d;transform:translateY(-2px)}.form-success-msg{background-color:#2850324d;border:1px solid #00ff8033;border-radius:4px;color:#a3ffb0;margin-top:1rem;padding:.75rem;text-align:center}@media (max-width:768px){.contact-form-container{padding:1.5rem}.form-input,.form-textarea{font-size:.95rem}}.map-section{animation:fadeInUp .8s ease-in-out;margin-top:4rem;text-align:center}.map-heading{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,gold,gold);-webkit-background-clip:text;font-family:Playfair Display,serif;font-size:2rem;margin-bottom:1.5rem}.map-container{border:1px solid #d4af3740;border-radius:16px;overflow:hidden;transition:all .4s ease}.map-container iframe{border:none;filter:grayscale(.2) brightness(.9);height:450px;width:100%}.map-container:hover iframe{filter:grayscale(0) brightness(1)}@media (max-width:768px){.map-heading{font-size:1.6rem}.map-container iframe{height:300px}}@media (max-width:480px){.contact-items{gap:0}.contact-main{padding:5rem .8rem 4rem}.contact-header{margin-bottom:2.5rem}.contact-title{font-size:1.9rem;line-height:2.4rem}.contact-subtitle{font-size:.95rem;padding:0 .5rem}.contact-form-container{border-radius:12px;padding:1.2rem 1rem}.form-group{margin-bottom:1rem}.form-input,.form-textarea{font-size:.9rem;padding:.75rem .9rem}.form-submit-btn{border-radius:8px;font-size:.95rem;padding:.75rem}.contact-info{border-radius:14px;padding:1.5rem 1rem}.contact-item{gap:1rem;padding-bottom:.8rem}.contact-icon{height:25px;padding:.5rem;width:25px}.contact-item-title{font-size:.95rem}.contact-item-text{font-size:.85rem}.contact-grid{gap:2rem}.map-section{height:420px;margin-top:2.5rem}.map-heading{font-size:1.4rem;margin-bottom:1.2rem}.map-container iframe{height:420px}}.EventDetails_event-details-page__ezrSc{font-family:Poppins,sans-serif;margin:0;margin-top:70px;overflow-x:hidden;padding:0;width:100%}.EventDetails_event-title__7E2U7{color:#333;font-size:42px;font-weight:700;letter-spacing:1px;margin:50px 0 30px;text-align:center}@media (max-width:900px){.EventDetails_event-title__7E2U7{font-size:34px}}@media (max-width:600px){.EventDetails_event-title__7E2U7{font-size:28px}}.EventDetails_event-gallery__cbUE2{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:auto auto 40px;max-width:1100px;padding:0 20px;width:100%}.EventDetails_event-gallery__cbUE2 img{border-radius:12px;box-shadow:0 3px 15px #00000026;height:260px;object-fit:cover;transition:.3s ease;width:100%}@media (max-width:600px){.EventDetails_event-gallery__cbUE2 img{height:200px}}.EventDetails_event-gallery__cbUE2 img:hover{transform:scale(1.04)}.EventDetails_event-info__1v20i{background:#fff;border-left:5px solid #b43334;border-radius:12px;box-shadow:0 3px 12px #0000001a;margin:auto auto 40px;max-width:1100px;padding:25px 30px;width:100%}.EventDetails_event-info__1v20i h2{font-size:26px;font-weight:600;margin-bottom:10px}.EventDetails_event-info__1v20i p{color:#444;font-size:17px;line-height:1.7}@media (max-width:600px){.EventDetails_event-info__1v20i{padding:20px}.EventDetails_event-info__1v20i h2{font-size:22px}.EventDetails_event-info__1v20i p{font-size:15px}}.EventDetails_event-book-btn__iO6Ae{background:#b43334;border-radius:50px;box-shadow:0 3px 10px #0003;color:#fff;display:block;font-size:20px;font-weight:600;margin:20px auto 50px;padding:14px 25px;text-align:center;text-decoration:none;transition:.3s ease;width:260px}.EventDetails_event-book-btn__iO6Ae:hover{background:#8e2627;transform:translateY(-3px)}@media (max-width:600px){.EventDetails_event-book-btn__iO6Ae{font-size:17px;width:200px}}.live-availability{animation:fadeInUp .6s ease;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fcfce1;border:1px solid #ffc400;border-radius:20px;box-shadow:var(--shadow);box-sizing:border-box;color:#000;margin:1rem auto;max-width:550px;padding:2rem;width:100%}@media (hover:hover) and (min-width:801px){.live-availability:hover{border-color:#d4af3773;box-shadow:0 18px 40px #0000002e;transform:translateY(-6px)}}.live-header{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1.2rem}.live-header h3{color:red;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.status{align-items:center;color:#2acd00;display:flex;font-size:.9rem;font-weight:500;gap:.35rem}.status .dot{animation:pulse 1.5s ease infinite;background:#2acd00;border-radius:50%;box-shadow:0 0 6px #2acd00;height:8px;width:8px}.venue-selector{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}.venue-selector label{color:#e02929;font-size:.95rem;font-weight:600}.venue-selector select{background:#fff;border:1px solid #d4af374d;border-radius:8px;font-family:Lora,serif;font-size:.95rem;outline:none;padding:.6rem;transition:.3s}.venue-selector select:focus{border-color:#ffc400;box-shadow:0 0 10px #ffc40066}.calendar-container{background:#f1f2f1;border:1px solid #d4af3740;border-radius:14px;margin-bottom:2rem;padding:1rem}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.calendar-header h4{color:red;font-size:1rem;white-space:nowrap}.nav-btn{background:none;border:1px solid #d4af3766;border-radius:50%;color:#000;cursor:pointer;padding:.35rem;transition:.3s ease}.nav-btn:hover{background:#ffc400}.calendar-grid{grid-gap:.45rem;display:grid;font-size:.9rem;gap:.45rem;grid-template-columns:repeat(7,1fr);text-align:center}.day-name{font-weight:600}.day{background:#8ee26c;border:1px solid #6bc553;border-radius:10px;padding:.55rem 0;transition:.25s ease}.day.today{background:#ffc4004d;box-shadow:0 0 8px #ffc40066}.day:hover{background:#5cff00;transform:scale(1.04)}.day.past{background:#fff;border-color:#ddd;color:#666}.day.booked{background:#ff3c3c;border-color:#b90000;box-shadow:0 0 8px #ff3c3c66;color:#fff}.day.empty{opacity:0}.slot-card{background:#141414e6;border:1px solid #d4af3740;border-radius:14px;color:#fff;margin-bottom:1rem;padding:1rem;transition:.3s}.slot-card.available:hover{border-color:#00ff84;box-shadow:0 0 12px #00ff8466}.slot-header{margin-bottom:.5rem}.slot-details,.slot-header{display:flex;justify-content:space-between}.slot-details{color:#ddd;font-size:.88rem}.live-footer{color:#777;font-size:.8rem;margin-top:1rem;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@media (max-width:1024px){.live-availability{padding:1.6rem}}@media (max-width:820px){.calendar-grid{font-size:.82rem;gap:.35rem}}@media (max-width:640px){.live-availability{padding:1.3rem;width:92vw}.live-header h3{font-size:1.4rem}.calendar-grid{font-size:.75rem;gap:.3rem}.day{padding:.45rem 0}}@media (max-width:480px){.calendar-grid{font-size:.7rem;gap:.25rem}.day{border-radius:8px;padding:.38rem 0}.calendar-header h4{font-size:.85rem}}@media (max-width:360px){.calendar-grid{font-size:.62rem;gap:.2rem}.day{border-radius:6px;padding:.32rem 0}.live-header h3{font-size:1.2rem}}
/*# sourceMappingURL=main.f1bb132b.css.map*/