@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--primary:#ff914d;--primary-light:#ffab75;--primary-dark:#af4503;--primary-ultra-light:#fff8f2;--accent-glow:#ff914d26;--text-dark:#2a2a2a;--text-light:#6b6b6b;--text-muted:#999;--bg-color:#fffcf9;--card-bg:#fff;--border-color:#f0e8e0;--font-heading:"Philosopher", sans-serif;--font-body:"Outfit", sans-serif;--font-sub:"PT Serif", serif;--shadow-sm:0 4px 12px #0000000a;--shadow-md:0 8px 30px #0000000f;--shadow-lg:0 20px 50px #0000001a;--shadow-glow:0 8px 30px #ff914d26;--border-radius:14px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-size:1.15rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}.section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-title{text-align:center;color:var(--text-dark);font-size:3rem;font-weight:700;font-family:var(--font-heading);letter-spacing:-.5px;margin-bottom:3.5rem;position:relative}.section-title:after{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);border-radius:50%;width:60px;height:3px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.section-title:before{content:"✦";color:var(--primary);background:var(--bg-color);z-index:1;padding:0 10px;font-size:14px;position:absolute;bottom:-23px;left:50%;transform:translate(-50%)}@media (width<=768px){.section-title{font-size:2.3rem}}.overline{font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;color:var(--primary);margin-bottom:.8rem;font-size:1rem;font-weight:600;display:inline-block}.btn{cursor:pointer;transition:var(--transition);text-align:center;font-weight:500;font-family:var(--font-body);white-space:nowrap;border:none;border-radius:30px;padding:.6rem 1.6rem;display:inline-block}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 15px #ff914d4d}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #ff914d66}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.footer{color:#fffc;background:#1a1a1a;padding:4rem 2rem 1.5rem}.footer-container{text-align:center;flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto 2.5rem;display:flex}.footer-brand h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:.5rem;font-size:1.8rem}.footer-brand p{color:#ffffff80;font-size:.95rem}.footer h4{font-family:var(--font-heading);color:#fff;margin-bottom:1.2rem;padding-bottom:.5rem;font-size:1.1rem;position:relative}.footer h4:after{content:"";background:var(--primary);width:30px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footer-links ul{flex-direction:column;gap:.6rem;display:flex}.footer-links a{color:#fff9;transition:var(--transition);font-size:.9rem}.footer-links a:hover{color:var(--primary);padding-left:5px}.footer-contact p{color:#fff9;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.9rem;display:flex}.footer-contact a{color:var(--primary);font-weight:500}.footer-contact a:hover{color:var(--primary-light)}.footer-bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:1.5rem;font-size:.85rem}.footer-other-venues{width:100%;max-width:700px}.footer-venues-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.footer-venue-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;align-items:center;padding:1rem .75rem;text-decoration:none;transition:all .3s;display:flex}.footer-venue-card:hover{border-color:var(--primary);background:#b89c6414;transform:translateY(-2px)}.footer-venue-name{color:#fff;font-family:var(--font-heading);text-align:center;font-size:.85rem;font-weight:600;line-height:1.3}.footer-venue-sub{color:var(--primary);margin-top:.3rem;font-size:.78rem;font-weight:500}@media (width<=768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-venues-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.footer-venues-grid{grid-template-columns:1fr}}.floating-chat-wrapper{z-index:1000;position:fixed;bottom:2rem;right:2rem}.whatsapp-pulsate-btn{color:#fff;z-index:2;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:transform .3s;display:flex;position:relative;box-shadow:0 4px 15px #25d36666}.whatsapp-pulsate-btn svg{width:35px;height:35px}.whatsapp-pulsate-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-pulsate-btn:before{content:"";z-index:-1;background-color:#25d366;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite pulsate;position:absolute;top:0;left:0}@keyframes pulsate{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (width<=768px){.floating-chat-wrapper{bottom:1.5rem;right:1.5rem}.whatsapp-pulsate-btn{width:60px;height:60px}.whatsapp-pulsate-btn svg{width:32px;height:32px}}.home-nav{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #ff914d1a;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 30px #0000000d}.home-nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.home-nav-logo{font-family:var(--font-heading);color:var(--primary);letter-spacing:1px;font-size:1.6rem;font-weight:700}.home-nav-call{color:var(--text-dark);border:1px solid #ff914d66;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.home-nav-call:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.home-nav-call svg{color:var(--primary);flex-shrink:0}.home-nav-call:hover svg{color:#fff}@media (width<=600px){.home-nav-call span{display:none}.home-nav-call{border-radius:50%;padding:.6rem}}.home-hero{background-image:url(/images/teak-meadows/IMG20251212184603.jpg);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.home-hero-overlay{background:linear-gradient(#000000b3 0%,#00000080 50%,#000c 100%);position:absolute;inset:0}.home-hero-content{z-index:2;text-align:center;padding:2rem;animation:1s fadeIn;position:relative}.home-hero-overline{font-family:var(--font-body);letter-spacing:4px;text-transform:uppercase;color:var(--primary);border:1px solid #ff914d4d;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.home-hero-title{font-family:var(--font-heading);color:#fff;letter-spacing:2px;margin-bottom:.8rem;font-size:5rem;font-weight:700;line-height:1.1}.home-hero-tagline{font-family:var(--font-sub);color:#ffffffb3;margin-bottom:2.5rem;font-size:1.3rem;font-style:italic}.home-hero-stats{justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.home-stat{flex-direction:column;align-items:center;display:flex}.home-stat-number{font-family:var(--font-heading);color:var(--primary);font-size:2.2rem;font-weight:700}.home-stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:2px;margin-top:.2rem;font-size:.8rem}.home-stat-divider{background:#ffffff26;width:1px;height:40px}.home-hero-cta{background:var(--primary);color:#fff;letter-spacing:.5px;border-radius:50px;padding:.9rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #ff914d59}.home-hero-cta:hover{background:var(--primary-light);transform:translateY(-3px);box-shadow:0 8px 30px #ff914d73}@media (width<=768px){.home-hero-title{font-size:3.2rem}.home-hero-tagline{font-size:1.05rem}.home-hero-stats{gap:1.2rem}.home-stat-number{font-size:1.6rem}.home-hero{background-attachment:scroll}}@media (width<=480px){.home-hero-title{font-size:2.5rem}.home-hero-overline{letter-spacing:2px;font-size:.7rem}}.home-venues-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.home-venues-header{text-align:center;margin-bottom:3.5rem}.home-venues-sub{max-width:550px;color:var(--text-light);margin:1.5rem auto 0;font-size:1rem;line-height:1.7}.home-venues-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.home-venue-card{background:var(--card-bg);border:1px solid var(--border-color);color:inherit;box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;text-decoration:none;transition:all .4s;display:flex;overflow:hidden}.home-venue-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-6px)}.home-venue-img-wrap{height:240px;position:relative;overflow:hidden}.home-venue-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-venue-card:hover .home-venue-img{transform:scale(1.06)}.home-venue-tag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.5px;background:#0009;border-radius:50px;padding:.3rem .8rem;font-size:.72rem;font-weight:600;position:absolute;top:12px;right:12px}.home-venue-info{flex-direction:column;gap:.4rem;padding:1.5rem;display:flex}.home-venue-name{font-family:var(--font-heading);color:var(--text-dark);font-size:1.25rem;font-weight:700}.home-venue-location{color:var(--text-light);align-items:center;gap:.4rem;font-size:.88rem;display:flex}.home-venue-location svg{color:var(--primary);flex-shrink:0}.home-venue-capacity{color:var(--text-muted);font-size:.82rem;font-weight:500}.home-venue-cta{color:var(--primary);margin-top:.6rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}.home-venue-card:hover .home-venue-cta{color:var(--primary-dark);letter-spacing:1px}@media (width<=768px){.home-venues-grid{grid-template-columns:1fr;gap:1.5rem}.home-venue-img-wrap{height:200px}}.home-testimonials-section{background:var(--primary-ultra-light);padding:6rem 2rem}.home-testimonials-container{max-width:1200px;margin:0 auto}.home-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;display:grid}.home-testimonial-card{background:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;padding:2rem;transition:all .3s}.home-testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-testimonial-stars{gap:.15rem;margin-bottom:1rem;display:flex}.home-star{color:var(--primary);font-size:1.1rem}.home-testimonial-text{font-family:var(--font-sub);color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.home-testimonial-footer{align-items:center;gap:.8rem;display:flex}.home-testimonial-avatar{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:700;display:flex}.home-testimonial-author{color:var(--text-dark);font-size:.88rem;font-weight:600}.home-testimonial-event{color:var(--text-muted);font-size:.78rem}@media (width<=900px){.home-testimonials-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}.top-bar{background:var(--primary-dark);color:#f5d5b0;letter-spacing:1.5px;text-transform:uppercase;z-index:1001;justify-content:center;align-items:center;width:100%;height:30px;font-size:.8rem;font-weight:600;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.top-bar.hidden{transform:translateY(-100%)}.navbar{z-index:1000;background:#fff;width:100%;padding:1.2rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:30px;left:0;box-shadow:0 1px 15px #0000000d}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #ff914d1a;padding:.8rem 2rem;top:0;box-shadow:0 4px 30px #0000000d}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.navbar-logo{flex-direction:column;flex-shrink:1;line-height:1.1;text-decoration:none;display:flex;overflow:hidden}.navbar-logo-top{font-family:var(--font-body);color:var(--text-light);letter-spacing:1px;text-transform:uppercase;font-size:.85rem;font-weight:500}.navbar-logo-bottom{font-family:var(--font-heading);color:var(--primary-dark);letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;font-size:1.6rem;font-weight:700;overflow:hidden}.nav-links{align-items:center;gap:1.8rem;display:flex}.nav-links a{color:var(--text-dark);font-family:var(--font-body);transition:var(--transition);font-size:.9rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--primary)}.nav-cta{letter-spacing:.5px;border-radius:30px;padding:.55rem 1.6rem;box-shadow:0 4px 15px #ff914d4d;background:linear-gradient(135deg, var(--primary), var(--primary-dark))!important;color:#fff!important;font-weight:600!important;transition:all .3s!important}.nav-cta:after{display:none!important}.nav-cta:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #ff914d66!important}.mobile-phone-btn{background:var(--primary-dark);color:#fff;font-family:var(--font-body);white-space:nowrap;border-radius:30px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s;display:none;box-shadow:0 4px 15px #af45034d}.mobile-phone-btn svg{width:16px;height:16px}.mobile-phone-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #af450366}@media (width<=900px){.nav-links{display:none}.mobile-phone-btn{flex-shrink:0;display:flex}}@media (width<=576px){.navbar-logo-bottom{font-size:1.3rem}.navbar-logo-top{font-size:.75rem}.mobile-phone-btn{padding:.4rem .8rem;font-size:.8rem}}@media (width<=400px){.navbar-logo-bottom{font-size:1.1rem}.navbar-logo-top{font-size:.7rem}.mobile-phone-btn{padding:.35rem .6rem;font-size:.75rem}}.header-title-section{text-align:center;background-image:url(/images/teak-meadows/IMG20251212184603.jpg);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:42vh;padding:160px 2rem 4rem;display:flex;position:relative;overflow:hidden}.header-title-section:before{content:"";z-index:1;background:linear-gradient(135deg,#0009,#1e0f05b3);width:100%;height:100%;position:absolute;top:0;left:0}.header-title-content{z-index:2;flex-direction:column;align-items:center;gap:.8rem;max-width:800px;margin:0 auto;display:flex;position:relative}.header-decorative-line{background:linear-gradient(90deg, transparent, var(--primary), transparent);width:50px;height:2px}.header-main-title{font-family:var(--font-heading);color:#fff;letter-spacing:1px;text-shadow:0 2px 15px #0000004d;white-space:pre-wrap;font-size:3.8rem;font-weight:700;line-height:1.15}.header-tagline{font-family:var(--font-body);color:#ffffffd9;letter-spacing:1px;font-size:1.3rem;font-weight:400}@media (width<=768px){.header-title-section{background-attachment:scroll;min-height:32vh;padding:140px 1.5rem 3rem}.header-main-title{font-size:2.2rem}.header-tagline{font-size:1.1rem}}@media (width<=480px){.header-main-title{font-size:1.6rem}.header-tagline{font-size:.95rem}}.venues-section{background:linear-gradient(180deg, var(--primary-ultra-light) 0%, var(--bg-color) 100%), url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none'/%3E%3Cpath d='M0 0h1v40H0zm0 0h40v1H0z' fill='rgba(255, 145, 77, 0.06)'/%3E%3C/svg%3E");background-size:100% 100%,40px 40px;padding:5rem 2rem}.venues-inner{max-width:1200px;margin:0 auto}.venues-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:0 auto;display:grid}.venue-card-side{background:var(--card-bg);box-shadow:var(--shadow-md);border:1px solid #ff914d14;border-radius:20px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden}.venue-card-side:hover{box-shadow:var(--shadow-glow);transform:translateY(-8px)}.venue-video-wrapper{aspect-ratio:16/9;cursor:pointer;width:100%;position:relative;overflow:hidden}.venue-thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .8s}.venue-iframe{border:none;width:100%;height:100%}.venue-card-side:hover .venue-thumbnail{transform:scale(1.05)}.video-overlay{background:#00000040;justify-content:center;align-items:center;width:100%;height:100%;transition:background .4s;display:flex;position:absolute;top:0;left:0}.venue-video-wrapper:hover .video-overlay{background:#00000059}.glass-play-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#fff3;border:1.5px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;box-shadow:0 8px 32px #0003}.glass-play-btn:hover{background:#ff914dcc;border-color:#ff914d;transform:scale(1.1)}.play-triangle{border-top:9px solid #0000;border-bottom:9px solid #0000;border-left:15px solid #fff;width:0;height:0;margin-left:3px;display:block}.video-duration{color:#fff;letter-spacing:.5px;background:#000000b3;border-radius:4px;padding:3px 10px;font-size:.75rem;font-weight:500;position:absolute;bottom:10px;right:10px}.venue-info-side{text-align:center;flex-direction:column;flex:1;align-items:center;padding:1.5rem;display:flex}.venue-title-side{color:var(--text-dark);margin-bottom:.5rem;font-size:2rem;font-weight:700}.venue-tagline{font-family:var(--font-sub);color:var(--text-light);margin-bottom:1.2rem;font-size:1.25rem;font-weight:500;line-height:1.6}.venue-capacity-badge{background:var(--primary-ultra-light);color:var(--primary-dark);border:1px solid #ff914d33;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.5rem 1.2rem;font-size:1.05rem;font-weight:600;display:inline-flex}.venue-capacity-badge svg{color:var(--primary)}.venue-card-actions{justify-content:center;gap:.8rem;margin-top:auto;display:flex}.btn-venue-learn{color:var(--primary-dark);border:2px solid var(--primary);white-space:nowrap;border-radius:30px;align-items:center;gap:.4rem;padding:.4rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-venue-learn:hover{background:var(--primary);color:#fff}.btn-venue-learn .arrow{transition:transform .3s}.btn-venue-learn:hover .arrow{transform:translateY(3px)}.btn-venue-book{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;white-space:nowrap;border:2px solid #0000;border-radius:30px;align-items:center;gap:.4rem;padding:.4rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #ff914d4d}.btn-venue-book:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff914d66}@media (width<=768px){.venues-section{padding:3rem 1rem}.venues-grid{grid-template-columns:1fr;gap:1.5rem;max-width:500px}.venue-info-side{padding:1.2rem}.venue-title-side{font-size:1.6rem}.venue-tagline{font-size:1rem}.venue-card-actions{flex-direction:column;width:100%}.btn-venue-learn,.btn-venue-book{justify-content:center;padding:.5rem 1rem;font-size:.85rem}.glass-play-btn{width:46px;height:46px}.play-triangle{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:13px solid #fff}}.venue-detail-section{background:var(--card-bg);border-top:1px solid var(--border-color);padding:5rem 2rem}.venue-detail-section:nth-of-type(2n){background:var(--primary-ultra-light) url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none'/%3E%3Cpath d='M0 0h1v40H0zm0 0h40v1H0z' fill='rgba(255, 145, 77, 0.05)'/%3E%3C/svg%3E")}.venue-detail-container{max-width:900px;margin:0 auto}.venue-detail-header{text-align:center;margin-bottom:2rem}.venue-detail-title{margin-bottom:.5rem;font-size:2.8rem}.venue-sections-content{flex-direction:column;gap:4rem;display:flex}.venue-section-block{animation:.5s forwards fadeInUp}.venue-section-heading{text-align:center;font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:2rem;font-size:2.2rem;font-weight:600;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.venue-section-heading:after{content:"";background:var(--primary);border-radius:2px;width:60%;height:3px;position:absolute;bottom:-8px;left:20%}.capacity-showcase{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;max-width:900px;margin:0 auto;display:grid}.capacity-detail-card.highlighted{background:var(--primary-ultra-light);border:2px solid var(--primary);box-shadow:0 8px 20px #ff914d1f}.capacity-detail-card.highlighted h4{color:var(--primary-dark)}.capacity-detail-card.highlighted p{color:var(--primary-dark);font-size:1.3rem;font-weight:700}.capacity-detail-card.highlighted .capacity-detail-icon{background:var(--primary);color:#fff}.capacity-detail-card.highlighted:hover{background:#fff;transform:translateY(-5px);box-shadow:0 12px 30px #ff914d33}.capacity-detail-card{background:#fff;border:1px solid #ff914d33;border-radius:20px;align-items:center;gap:1.2rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000008}.capacity-detail-card:hover{border-color:var(--primary);transform:translate(5px);box-shadow:0 8px 25px #ff914d26}.capacity-detail-icon{background:var(--primary-ultra-light);width:48px;height:48px;color:var(--primary-dark);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.capacity-detail-icon svg{width:24px;height:24px}.capacity-detail-content h4{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:.2rem;font-size:1.4rem;font-weight:600}.capacity-detail-content p{color:var(--text-light);margin:0;font-size:1.1rem;line-height:1.5}.inclusions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.inclusion-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-sm);background:#ffffffd9;border:1px solid #ff914d26;border-radius:18px;align-items:center;gap:1.2rem;padding:1.8rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.inclusion-card:hover{border-color:var(--primary);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.inclusion-card:hover .inclusion-icon{transform:scale(1.1)}.inclusion-icon{width:56px;height:56px;color:var(--primary-dark);background:linear-gradient(135deg,#ff914d1a,#af450314);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.inclusion-icon svg{width:28px;height:28px}.inclusion-name{color:var(--text-dark);font-size:1.35rem;font-weight:600}.timing-cost-container{text-align:center;max-width:600px;margin:0 auto}.timing-cost-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:2rem;font-size:1.9rem;font-weight:600}.timing-slots{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.timing-slot-card{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);text-align:center;background:#fff;border-radius:18px;padding:2rem 1.5rem;transition:all .3s}.timing-slot-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.slot-icon{margin-bottom:1rem;font-size:2rem}.slot-label{color:var(--text-light);margin-bottom:.8rem;font-size:1.1rem;font-weight:500}.slot-price{font-family:var(--font-heading);color:var(--primary-dark);font-size:1.6rem;font-weight:700}.venue-detail-cta-box{background:linear-gradient(135deg,#ff914d0a,#af450314);border:1px solid #ff914d33;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:3.5rem;padding:3rem 2.5rem;display:flex}.cta-box-content{flex:1;min-width:300px}.cta-box-title{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.cta-box-subtitle{color:var(--text-light);font-size:1.05rem}.cta-box-actions{gap:1rem;display:flex}.btn-cta-secondary-dark{cursor:pointer;color:var(--primary-dark);border:2px solid var(--primary);white-space:nowrap;background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-cta-secondary-dark:hover{background:var(--primary-ultra-light);transform:translateY(-2px);box-shadow:0 4px 15px #ff914d26}@media (width<=768px){.venue-detail-section{padding:3rem 1rem}.venue-detail-title{font-size:2.2rem}.inclusions-grid,.capacity-details-grid{grid-template-columns:1fr}.capacity-detail-card.full-width{grid-column:span 1}.timing-slots{grid-template-columns:1fr}.venue-detail-cta-box{text-align:center;flex-direction:column;padding:2.5rem 1.5rem}.cta-box-actions{flex-direction:column;align-items:center;width:100%}.btn-cta-primary,.btn-cta-secondary-dark{justify-content:center;width:fit-content!important}.capacity-showcase{grid-template-columns:1fr}.capacity-main-card{padding:2.5rem 1.5rem}.capacity-big-number{font-size:2.6rem}}.gallery-section{background-color:var(--primary-ultra-light);padding:4rem 2rem}.gallery-header{text-align:center;margin-bottom:3rem}.section-subtitle{color:var(--text-light);margin-top:-2rem;margin-bottom:2rem;font-size:1rem;font-style:italic}.gallery-masonry{grid-template-columns:repeat(3,1fr);gap:.8rem;max-width:1200px;margin:0 auto;display:grid}.gallery-item{cursor:pointer;box-shadow:var(--shadow-sm);aspect-ratio:1;border-radius:10px;position:relative;overflow:hidden}.gallery-large,.gallery-tall,.gallery-wide,.gallery-standard{grid-area:span 1/span 1}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.gallery-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;width:100%;height:100%;transition:var(--transition);background:#ff914d59;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.plus-icon{color:#fff;font-size:3rem;font-weight:300;transition:all .4s;transform:scale(.5)}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover .plus-icon{transform:scale(1)rotate(90deg)}.btn-gold-solid{cursor:pointer;background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 20px #ff914d4d}.btn-gold-solid:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff914d66}@media (width<=992px){.gallery-masonry{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.gallery-masonry{grid-template-columns:repeat(2,1fr);gap:.5rem}}.gallery-modal{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.3s modalFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh;animation:.3s cubic-bezier(.175,.885,.32,1.275) modalZoomIn;box-shadow:0 10px 40px #00000080}@keyframes modalZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gallery-modal-close{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;padding:10px;font-size:3rem;line-height:1;transition:transform .3s;position:absolute;top:20px;right:30px}.gallery-modal-close:hover{color:var(--primary);transform:scale(1.1)rotate(90deg)}.info-map-section{background:var(--primary-ultra-light);padding:5rem 2rem}.info-map-container{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.info-map-left{flex-direction:column;justify-content:center;display:flex}.info-map-header{margin-bottom:2rem}.info-map-title{font-size:2.5rem;text-align:left!important}.info-details-grid{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.info-detail-item{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.2rem;transition:all .3s;display:flex}.info-detail-item:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translate(6px)}.detail-icon{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.detail-icon svg{width:20px;height:20px}.info-detail-item h4{font-family:var(--font-body);color:var(--text-dark);margin-bottom:.3rem;font-size:1rem;font-weight:600}.info-detail-item p{color:var(--text-light);margin:0;font-size:.9rem;line-height:1.5}.info-directions-btn{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #ff914d4d}.info-directions-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff914d66}.info-map-right{min-height:450px;box-shadow:var(--shadow-lg);border:3px solid #fff;border-radius:20px;overflow:hidden}.info-map-right iframe{display:block}@media (width<=992px){.info-map-container{grid-template-columns:1fr;gap:2rem}.info-map-right{min-height:300px}.info-map-title{font-size:2rem}}@media (width<=480px){.info-map-section{padding:3rem 1rem}.info-detail-item{padding:1rem}.info-map-right{min-height:250px}}.testimonials-section{background:var(--bg-color);padding:5rem 2rem}.testimonials-container{max-width:1100px;margin:0 auto}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--card-bg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);border-radius:18px;padding:2rem 1.8rem;transition:all .4s;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-6px)}.testimonial-quote-mark{font-family:var(--font-heading);color:var(--primary);opacity:.35;margin-bottom:.3rem;font-size:3.5rem;line-height:1}.testimonial-text{color:var(--text-dark);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-footer{align-items:center;gap:.8rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;width:40px;height:40px;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.testimonial-author{color:var(--text-dark);font-size:.9rem;font-weight:600}.testimonial-event{color:var(--text-muted);font-size:.8rem}@media (width<=992px){.testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.cta-premium-section{text-align:center;background-image:url(/images/teak-meadows/IMG20251212184603.jpg);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;margin-top:0;padding:7rem 2rem;display:flex;position:relative;overflow:hidden}.cta-premium-section:before{content:"";background:radial-gradient(circle,#ff914d14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-30%}.cta-premium-overlay{z-index:1;background:linear-gradient(135deg,#140a05d9,#2a1a0ab3);width:100%;height:100%;position:absolute;top:0;left:0}.cta-premium-container{z-index:10;color:#fff;width:100%;max-width:1200px;padding:0 2rem;position:relative}.cta-premium-title{color:#fff;font-size:2.5rem;font-weight:600;font-family:var(--font-heading);margin-bottom:1rem}.cta-premium-subtitle{color:#ffffffbf;margin-bottom:2.5rem;font-size:1.1rem;font-weight:400;line-height:1.7}.cta-premium-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.btn-cta-primary{cursor:pointer;background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #ff914d4d}.btn-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #ff914d66}.btn-cta-secondary{cursor:pointer;color:#fff;white-space:nowrap;background:0 0;border:1px solid #fff6;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.6rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-cta-secondary:hover{color:var(--text-dark);background:#fff;transform:translateY(-3px)}.cta-premium-footer{opacity:.6;justify-content:center;align-items:center;gap:1.5rem;display:flex}.decorative-line{background-color:var(--primary);width:50px;height:1px}.cta-premium-footer p{font-size:.9rem;font-style:italic}@media (width<=768px){.cta-premium-container{padding:2.5rem 1.5rem}.cta-premium-title{font-size:1.8rem}.cta-premium-actions{flex-direction:column;justify-content:center;align-items:center}.btn-cta-primary,.btn-cta-secondary{justify-content:center;width:fit-content!important}}
