@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}:focus{outline:2px solid #22c55e;outline-offset:2px}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#374151;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 15px #22c55e4d}.btn-primary:hover{box-shadow:0 8px 25px #22c55e66}.btn-secondary{border:2px solid #22c55e;color:#22c55e}.btn-secondary:hover{background:#22c55e;color:#fff}.btn-large{font-size:1rem}@media (max-width:768px){.container{padding:0 1rem}}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.loading{font-size:1.1rem;padding:2rem}.info-banner{background:linear-gradient(135deg,#f6a21a,#d6920a);box-shadow:0 2px 4px #0000001a;color:#fff;font-size:.9rem;padding:.75rem 0;position:relative;z-index:1001}.info-banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.info-banner-first-line{display:contents}@media (min-width:769px){.info-expanded-row{display:none}}.info-item{align-items:center;display:flex;gap:.5rem}.info-icon{font-size:1.1rem}.info-icon-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;cursor:pointer;display:flex;padding:0}.info-icon-btn:focus-visible{border-radius:4px;outline:2px solid #fff;outline-offset:2px}.info-link,.info-text{font-weight:500}.info-link{color:#fff;text-decoration:none;transition:opacity .2s ease}.info-link:hover{opacity:.85;text-decoration:underline}@media (max-width:992px){.info-banner-content{gap:.75rem;justify-content:center}.info-item{font-size:.85rem}}@media (max-width:768px){.info-banner{font-size:.8rem;padding:.6rem 0}.info-banner-content{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding:0 .5rem}.info-banner-first-line{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:center;width:100%}.info-item{font-size:.75rem}.info-item-schedule{margin-right:.25rem}.info-item-expandable{flex-direction:row}.info-item-expandable .info-link-desktop{display:none}.info-expanded-row{border-top:1px solid #ffffff4d;padding-top:.25rem;text-align:center;width:100%}.info-expanded-row .info-link{font-size:.75rem;line-height:1.4}.info-icon{font-size:1rem}}.header{background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 2px 10px #0000001a;padding:0;position:-webkit-sticky;position:sticky;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{box-shadow:0 4px 20px #00000026}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;min-height:100px;padding:0 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.header.scrolled .header-container{min-height:70px}.logo{align-items:center;display:flex;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.header.scrolled .logo{left:0;position:relative;transform:translateX(0)}.logo a{align-items:center;color:inherit;display:flex;justify-content:center;text-decoration:none}.logo a,.logo a:active,.logo a:focus,.logo a:hover,.logo-image{border:none;outline:none}.logo-image{height:100px;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1);width:auto}.header.scrolled .logo-image{height:60px}.logo-image:active,.logo-image:focus,.logo-image:hover{border:none;outline:none}.nav-menu{margin-left:auto;opacity:0;pointer-events:none;transform:translateX(20px);transition:opacity .4s cubic-bezier(.4,0,.2,1) .15s,transform .4s cubic-bezier(.4,0,.2,1) .15s,visibility 0s linear .4s;visibility:hidden}.nav-menu.visible{opacity:1;pointer-events:all;transform:translateX(0);transition:opacity .4s cubic-bezier(.4,0,.2,1) .15s,transform .4s cubic-bezier(.4,0,.2,1) .15s,visibility 0s linear 0s;visibility:visible}.nav-list{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{color:#0d3b66;display:flex;flex-direction:column;font-size:1rem;font-weight:600;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-link:after{background:#f6a21a;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#f6a21a}.nav-link:hover:after{width:100%}.nav-subtitle{color:#6b7280;font-size:.7rem;font-weight:400;margin-top:.15rem}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;margin-left:auto;opacity:0;padding:.5rem;transform:translateX(15px);transition:opacity .4s cubic-bezier(.4,0,.2,1) .15s,transform .4s cubic-bezier(.4,0,.2,1) .15s,visibility 0s linear .4s;visibility:hidden}.mobile-menu-toggle.visible{opacity:1;transform:translateX(0);transition:opacity .4s cubic-bezier(.4,0,.2,1) .15s,transform .4s cubic-bezier(.4,0,.2,1) .15s,visibility 0s linear 0s;visibility:visible}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{background:#0d3b66;height:2px;transition:all .3s ease;width:28px}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:#0000}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}.mobile-nav{background:#fff;box-shadow:0 4px 20px #0000001a;left:0;max-height:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:100%;transform:translateY(-20px);transition:all .3s ease;width:100%;z-index:999}.mobile-nav.open{max-height:500px;opacity:1;pointer-events:all;transform:translateY(0)}.mobile-nav-list{list-style:none;margin:0;padding:1rem 2rem}.mobile-nav-item{border-bottom:1px solid #e5e7eb}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link{color:#0d3b66;display:flex;flex-direction:column;font-size:1.1rem;font-weight:600;padding:1rem 0;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover{color:#f6a21a}.mobile-nav-subtitle{color:#6b7280;font-size:.8rem;font-weight:400;margin-top:.25rem}@media (max-width:992px){.nav-menu{display:none!important}.mobile-menu-toggle{display:block}.header .mobile-menu-toggle{opacity:1;transform:translateX(0);transition:none;visibility:visible}.header.scrolled .logo,.logo{left:0;position:relative;transform:translateX(0)}}@media (max-width:768px){.header-container{min-height:80px;padding:0 1rem}.header.scrolled .header-container{min-height:60px}.logo-image{height:70px}.header.scrolled .logo-image{height:50px}.mobile-nav-list{padding:1rem}.mobile-nav-link{font-size:1rem;padding:.75rem 0}}.video-background{height:100%;left:0;top:0;width:100%;z-index:-2}.video-background,.video-iframe{overflow:hidden;position:absolute}.video-iframe{border:none;height:56.25vw;left:50%;min-height:100vh;min-width:177.77vh;object-fit:cover;pointer-events:none;top:50%;transform:translate(-50%,-50%);width:100vw}.video-overlay{background:linear-gradient(135deg,#f6a21ab3,#0d3b66b3);height:0;left:0;position:absolute;top:0;width:0;z-index:1}.video-background *{pointer-events:none}.video-background video{filter:contrast(1.1) brightness(1.1)}.video-background:before{background:#0000;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}@media (max-width:768px){.video-iframe{min-height:100vh;min-width:100vw;object-fit:cover}.video-background,.video-iframe{height:100vh;width:100vw}}@media (max-width:480px){.video-iframe{height:100vh;min-height:100vh;min-width:100vw;width:100vw}}.image-gallery-section{background:#fff;padding:4rem 0}.image-gallery-section h2{color:#0d3b66;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.image-gallery-section p{color:#6b7280;font-size:1.2rem;margin-bottom:3rem;text-align:center}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.gallery-item{border-radius:12px;box-shadow:0 4px 15px #0000001a;cursor:pointer;height:250px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{box-shadow:0 8px 25px #0003;transform:scale(1.05)}.gallery-item img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.gallery-item:hover .gallery-overlay{opacity:1}.view-icon{animation:pulse 1.5s infinite;font-size:3rem}.gallery-modal{align-items:center;animation:fadeIn .3s ease;background:#000000f2;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.gallery-modal-content{animation:zoomIn .3s ease;cursor:default;max-height:90%;max-width:90%;position:relative}.gallery-modal-content img{border-radius:8px;box-shadow:0 10px 40px #00000080;height:100%;max-height:90vh;max-width:90vw;object-fit:contain;width:100%}.gallery-modal-close{align-items:center;background:#f6a21a;border:none;border-radius:50%;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;font-weight:300;height:40px;justify-content:center;line-height:1;position:absolute;right:-15px;top:-15px;transition:all .3s ease;width:40px;z-index:10000}.gallery-modal-close:hover{background:#e6911a;box-shadow:0 6px 20px #0006;transform:rotate(90deg)}.gallery-nav-button{align-items:center;background:#f6a21ae6;border:none;border-radius:50%;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:2.5rem;font-weight:300;height:50px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;-webkit-user-select:none;user-select:none;width:50px;z-index:10001}.gallery-nav-prev{left:-60px}.gallery-nav-next{right:-60px}.gallery-nav-button:hover{background:#f6a21a;box-shadow:0 6px 20px #f6a21a80;transform:translateY(-50%) scale(1.1)}.gallery-nav-button:active{transform:translateY(-50%) scale(.95)}.gallery-title{bottom:-75px;font-size:1.1rem;font-weight:600;max-width:80vw;overflow:hidden;text-align:center;text-overflow:ellipsis;text-shadow:0 2px 8px #00000080;white-space:nowrap}.gallery-counter,.gallery-title{color:#fff;left:50%;position:absolute;transform:translateX(-50%);-webkit-user-select:none;user-select:none}.gallery-counter{background:#f6a21ae6;border-radius:20px;bottom:-110px;box-shadow:0 4px 12px #0000004d;font-size:.9rem;font-weight:500;padding:8px 16px}.gallery-image-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative}.gallery-image-wrapper img{transition:opacity .2s ease,transform .2s ease}.gallery-click-zone{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease;width:45%}.gallery-click-zone-left{background:linear-gradient(90deg,#ffffff14,#0000);cursor:w-resize;left:0}.gallery-click-zone-right{background:linear-gradient(270deg,#ffffff14,#0000);cursor:e-resize;right:0}.gallery-image-wrapper:hover .gallery-click-zone-left,.gallery-image-wrapper:hover .gallery-click-zone-right{opacity:1}.gallery-modal-image{transition:opacity .2s ease,transform .2s ease}.gallery-modal-image.animating-left{opacity:.3;transform:translateX(30px)}.gallery-modal-image.animating-right{opacity:.3;transform:translateX(-30px)}@media (max-width:768px){.image-gallery-section h2{font-size:2rem}.gallery-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.gallery-item{height:180px}.view-icon{font-size:2rem}.gallery-modal-close{font-size:1.5rem;height:35px;right:-10px;top:-10px;width:35px}.gallery-nav-button{font-size:2rem;height:45px;width:45px}.gallery-nav-prev{left:10px}.gallery-nav-next{right:10px}.gallery-title{bottom:-55px;font-size:.95rem;max-width:90vw}.gallery-counter{bottom:-90px;font-size:.8rem;padding:6px 12px}.gallery-click-zone-left,.gallery-click-zone-right{opacity:0!important}}.homepage{min-height:100vh}.container{padding:0 2rem}.hero{color:#fff;height:100vh;overflow:hidden}.hero,.hero-content{align-items:center;display:flex;justify-content:center;position:relative;text-align:center}.hero-content{flex-direction:column;margin:0 auto;max-width:900px;padding:2rem;z-index:2}.hero-text{margin-bottom:2rem}.hero-title{animation:fadeInUp 1s ease;font-family:Arial Black,Arial Bold,Helvetica Neue,Arial,sans-serif;font-size:3.5rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;text-shadow:3px 3px 10px #000c;text-transform:uppercase}.hero-subtitle{animation:fadeInUp 1.2s ease;font-family:Helvetica Neue,Arial,sans-serif;font-size:1.6rem;font-weight:600;letter-spacing:.01em;line-height:1.4;margin-bottom:1.5rem;text-shadow:2px 2px 6px #000c}.hero-highlights{animation:fadeInUp 1.4s ease;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem}.hero-highlight{font-family:Arial,Helvetica Neue,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:.02em;text-shadow:2px 2px 6px #000c}.hero-buttons{animation:fadeInUp 1.6s ease;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.pulse-button{animation:pulse-glow 2s infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 4px 12px #f6a21a4d}50%{box-shadow:0 8px 20px #f6a21a99}}.tours-section{background-color:#f8f9fa;padding:4rem 0}.tours-section h2{color:#0d3b66;font-size:2.5rem;margin-bottom:1rem;text-align:center}.tours-section p{color:#6b7280;font-size:1.2rem;margin-bottom:3rem;text-align:center}.tours-grid{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.tour-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;height:auto;margin:0 auto;max-width:320px;min-height:400px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.tour-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.tour-image{flex-shrink:0;height:200px;overflow:hidden;width:100%}.tour-image img{height:100%;object-fit:cover;width:100%}.no-image-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;display:flex;font-size:.9rem;font-weight:500;height:100%;justify-content:center;width:100%}.no-tours-message{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;grid-column:1/-1;padding:3rem 2rem;text-align:center}.no-tours-message h3{color:#0d3b66;font-size:1.5rem;margin-bottom:1rem}.no-tours-message p{color:#6b7280;font-size:1.1rem}.tour-card .tour-content{display:flex;flex:1 1;flex-direction:column;min-height:0;padding:1.5rem 1.5rem 5rem}.tour-title{color:#0d3b66;font-size:1.3rem;font-weight:600;line-height:1.3;margin:0 0 .75rem}.tour-description{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;flex:1 1;font-size:.9rem;line-height:1.5;margin:0 0 1.5rem;min-height:60px;overflow:hidden;text-overflow:ellipsis}.tour-bottom{bottom:0;height:auto;margin:0;padding:0}.tour-bottom,.tour-info{left:0;position:absolute;right:0}.tour-info{align-items:center;bottom:3.5rem;display:flex;flex-direction:row;gap:.4rem;justify-content:space-between;padding:1rem;z-index:2}.price{color:#f6a21a;font-size:1.8rem;margin:0;text-align:left}.price-dollars{font-size:1.8rem;font-weight:700}.price-cents{font-size:1.2rem;font-weight:600;opacity:.8}.duration{background:#e6f3ff;color:#2c9ed8;padding:.2rem .6rem}.btn{font-size:.85rem;padding:.6rem 1.2rem}.tour-bottom .btn{border-radius:0 0 12px 0;bottom:0;margin:0;position:absolute;right:0;z-index:2}.btn-primary:hover{box-shadow:0 4px 12px #f6a21a4d}.btn-secondary{background:#0000;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#f6a21a}.features-section{background:#fff;padding:4rem 0}.features-section h2{color:#0d3b66;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature{padding:2rem;text-align:center}.feature-image{border-radius:50%;box-shadow:0 4px 15px #0000001a;cursor:pointer;height:200px;margin:0 auto 1.5rem;overflow:hidden;position:relative;transition:all .3s ease;width:200px}.feature-image:after{align-items:center;background:#0009;content:"🔍";display:flex;font-size:2rem;height:100%;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:100%}.feature-image:hover{box-shadow:0 8px 25px #0003;transform:scale(1.1)}.feature-image:hover:after{opacity:1}.feature-image img{display:block;height:100%;object-fit:cover;width:100%}.feature h3{color:#0d3b66;font-size:1.5rem;margin-bottom:1rem}.feature p{color:#6b7280;line-height:1.6}.cta-section{background:linear-gradient(135deg,#f6a21a,#0d3b66);color:#fff;padding:4rem 0}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#0d3b66}.image-modal{align-items:center;animation:fadeIn .3s ease;background:#000000e6;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{animation:zoomIn .3s ease;cursor:default;max-height:90%;max-width:90%;position:relative}.modal-content img{border-radius:8px;box-shadow:0 10px 40px #00000080;height:100%;max-height:90vh;max-width:90vw;object-fit:contain;width:100%}.modal-close{align-items:center;background:#f6a21a;border:none;border-radius:50%;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;font-weight:300;height:40px;justify-content:center;line-height:1;position:absolute;right:-15px;top:-15px;transition:all .3s ease;width:40px;z-index:10000}.modal-close:hover{background:#e6911a;box-shadow:0 6px 20px #0006;transform:rotate(90deg)}@media (max-width:768px){.hero-title{font-size:2.2rem;letter-spacing:-.01em}.hero-subtitle{font-size:1.2rem}.hero-highlights{flex-direction:column;gap:.5rem}.hero-highlight{font-size:1.05rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{max-width:300px;width:100%}.cta-section h2,.features-section h2,.tours-section h2{font-size:2rem}.tours-grid{gap:1.5rem;grid-template-columns:1fr}.tour-card{max-width:100%}.tour-bottom{bottom:0}.tour-bottom,.tour-info{left:0;position:absolute;right:0}.tour-info{align-items:center;bottom:3rem;justify-content:space-between;padding:.8rem}.tour-bottom .btn{bottom:0;font-size:.8rem;padding:.5rem 1rem;position:absolute;right:0}.cta-buttons{align-items:center;flex-direction:column}.feature-image{height:150px;width:150px}.features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature{padding:1rem}.modal-content{max-height:95%;max-width:95%}.modal-close{font-size:1.5rem;height:35px;right:-10px;top:-10px;width:35px}}.lightbox-overlay{animation:fadeIn .2s ease-in;background-color:#000000f2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.lightbox-container,.lightbox-overlay{align-items:center;display:flex;justify-content:center}.lightbox-container{height:100%;padding:60px 80px 120px;position:relative;width:100%}.lightbox-close-btn{align-items:center;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:40px;font-weight:300;height:50px;justify-content:center;line-height:1;padding:0;position:fixed;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:10001}.lightbox-close-btn:hover{background:#fff3;border-color:#ffffff80;transform:rotate(90deg)}.lightbox-counter{background:#00000080;border-radius:20px;font-size:18px;font-weight:500;left:50%;padding:8px 20px;top:30px;transform:translateX(-50%)}.lightbox-counter,.lightbox-nav-btn{color:#fff;position:fixed;z-index:10001}.lightbox-nav-btn{align-items:center;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;font-size:60px;font-weight:300;height:60px;justify-content:center;line-height:1;padding:0;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px}.lightbox-prev-btn{left:20px}.lightbox-next-btn{right:20px}.lightbox-nav-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.lightbox-nav-btn:active{transform:translateY(-50%) scale(.95)}.lightbox-image-container{align-items:center;animation:zoomIn .3s ease-out;display:flex;justify-content:center;max-height:calc(100vh - 180px);max-width:90%}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.lightbox-image{border-radius:8px;box-shadow:0 10px 50px #00000080;cursor:default;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.lightbox-thumbnails{background:#00000080;border-radius:10px;bottom:20px;display:flex;gap:10px;left:50%;max-width:90%;overflow-x:auto;padding:15px;position:fixed;transform:translateX(-50%);z-index:10001}.lightbox-thumbnails::-webkit-scrollbar{height:6px}.lightbox-thumbnails::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.lightbox-thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.lightbox-thumbnails::-webkit-scrollbar-thumb:hover{background:#ffffff80}.lightbox-thumbnail{background:none;border:3px solid #0000;border-radius:6px;cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;padding:0;transition:all .3s ease;width:80px}.lightbox-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.lightbox-thumbnail:hover{border-color:#ffffff80;transform:translateY(-3px)}.lightbox-thumbnail.active{border-color:#fff;box-shadow:0 0 15px #ffffff80}@media (max-width:768px){.lightbox-container{padding:80px 20px 100px}.lightbox-close-btn{font-size:35px;height:45px;right:15px;top:15px;width:45px}.lightbox-counter{font-size:16px;padding:6px 16px;top:20px}.lightbox-nav-btn{font-size:50px;height:50px;width:50px}.lightbox-prev-btn{left:10px}.lightbox-next-btn{right:10px}.lightbox-image-container{max-height:calc(100vh - 160px)}.lightbox-thumbnails{bottom:10px;gap:8px;max-width:95%;padding:10px}.lightbox-thumbnail{border-width:2px;height:45px;width:60px}}@media (max-width:480px){.lightbox-container{padding:70px 10px 90px}.lightbox-close-btn{font-size:30px;height:40px;right:10px;top:10px;width:40px}.lightbox-counter{font-size:14px;padding:5px 12px;top:15px}.lightbox-nav-btn{font-size:45px;height:45px;width:45px}.lightbox-prev-btn{left:5px}.lightbox-next-btn{right:5px}.lightbox-thumbnail{height:38px;width:50px}}.image-carousel{background:#f8f9fa;border-radius:12px;height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.carousel-container{cursor:pointer;height:100%;margin:0;padding:0}.carousel-zoom-hint{background:linear-gradient(#0000,#00000080);bottom:0;left:0;padding:8px 0;right:0;text-align:center}.carousel-zoom-hint span{color:#fff;font-size:.8rem;font-weight:500;letter-spacing:.3px}.carousel-container:hover .carousel-zoom-hint{opacity:1}.carousel-image{transition:opacity .3s ease}.carousel-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}.carousel-indicators{left:50%;position:absolute;transform:translateX(-50%);z-index:10}.indicator{background:#ffffff80;border:none;height:8px;width:8px}.indicator.active{background:#fff}.carousel-counter{background:#000000b3;border-radius:12px;color:#fff;font-size:12px;font-weight:500;padding:4px 8px;position:absolute;right:10px;top:10px;z-index:10}@media (max-width:768px){.image-carousel{height:100%}.carousel-btn{font-size:18px;height:35px;width:35px}.indicator{height:6px;width:6px}}.tour-details{background:#f8fafc;padding:2rem 0}.tour-header{margin-bottom:3rem;text-align:center}.tour-header h1{color:#0d3b66;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.tour-category{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:25px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1.5rem;text-transform:uppercase}.tour-main-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:grid;grid-template-columns:1fr 1fr;min-height:600px;overflow:hidden}.tour-image-section{overflow:hidden;position:relative}.tour-image-section .image-carousel{height:100%}.tour-image-section .carousel-image{transition:transform .3s ease}.tour-image-section:hover .carousel-image{transform:scale(1.05)}.no-image{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280;display:flex;font-size:1.2rem;font-weight:500;height:100%;justify-content:center;width:100%}.description-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.tour-image-section:hover .description-overlay{transform:translateY(0)}.description-overlay h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.description-overlay p{color:#ffffffe6;font-size:.9rem;line-height:1.5;margin:0}.tour-info-section{gap:2rem;padding:2rem}.tour-specs-card{grid-gap:1.5rem;align-items:center;background:#f8f9fa;border-radius:15px;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr 1fr;padding:2rem}.spec-item{align-items:center;display:flex;flex-direction:column;text-align:center}.spec-item.price-item{grid-column:span 1}.spec-label{color:#6b7280;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.spec-value{color:#0d3b66;font-size:1.1rem;font-weight:700}.spec-value.price{color:#22c55e;font-size:2rem}.spec-value.price .price-dollars{font-size:2rem;font-weight:700}.spec-value.price .price-cents{font-size:1.4rem;font-weight:600;opacity:.8}.tour-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.activities-card,.amenities-card{background:#fff;border:1px solid #e5e7eb;border-radius:15px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.activities-card h3,.amenities-card h3{border-bottom:2px solid #e5e7eb;color:#0d3b66;font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.activities-card ul,.amenities-card ul{list-style:none;margin:0;padding:0}.activities-card li,.amenities-card li{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:.95rem;line-height:1.4;padding:.75rem 0 .75rem 1.5rem;position:relative}.activities-card li:before,.amenities-card li:before{color:#22c55e;content:"✓";font-size:.9rem;font-weight:700;left:0;position:absolute}.activities-card li:last-child,.amenities-card li:last-child{border-bottom:none}.btn{border-radius:12px}.btn-primary:hover{box-shadow:0 6px 20px #f6a21a66}.loading{color:#6b7280}.error,.loading{font-size:1.2rem;padding:4rem;text-align:center}@media (max-width:1024px){.tour-main-card{grid-template-columns:1fr;min-height:auto}.tour-image-section{height:400px}.tour-specs-card{gap:1rem;grid-template-columns:1fr}.spec-item.price-item{grid-column:span 1}}@media (max-width:768px){.tour-header h1{font-size:2rem}.tour-main-card{border-radius:15px}.tour-info-section,.tour-specs-card{padding:1.5rem}.tour-details-grid{gap:1.5rem;grid-template-columns:1fr}.booking-actions{flex-direction:column}.btn{font-size:.95rem;padding:.9rem 1.5rem}.btn-large{font-size:1rem;padding:1rem 2rem}}@media (max-width:480px){.container{padding:0 .5rem}.tour-header{margin-bottom:2rem}.tour-header h1{font-size:1.8rem}.tour-category{font-size:.9rem;padding:.4rem 1.2rem}.tour-info-section,.tour-specs-card{padding:1rem}.spec-value.price{font-size:1.5rem}}.booking-calendar-page{background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh;padding:2rem}.error,.loading{color:#6b7280;font-size:1.2rem;padding:4rem;text-align:center}.error{color:#ef4444}.container{max-width:1200px}.back-btn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.5rem 0;transition:color .3s ease}.back-btn:hover{color:#22c55e}.booking-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr;overflow:visible;position:relative}.calendar-section h1{color:#1f2937;font-size:2.5rem;margin-bottom:.5rem}.subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.calendar-container,.time-selection-container{border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2rem}.time-selection-container{background:#fff}.selected-date-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.selected-date-header h2{color:#1f2937;font-size:1.3rem;margin:0}.back-to-calendar-btn{font-size:.9rem;padding:.5rem 1rem}.calendar-header{margin-bottom:2rem}.calendar-navigation{align-items:center;display:flex;gap:1rem}.calendar-navigation h2{color:#1f2937;font-size:1.5rem;margin:0;min-width:150px;text-align:center}.nav-btn{align-items:center;background:none;border-radius:50%;color:#6b7280;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;transition:all .3s ease;width:40px}.nav-btn:hover:not(:disabled){background:#f3f4f6;color:#22c55e}.nav-btn:disabled{color:#d1d5db;cursor:not-allowed}.timezone-selector{color:#6b7280;font-size:.9rem}.calendar-weekdays{margin-bottom:1rem}.weekday-header{color:#6b7280;font-size:.9rem;font-weight:600;padding:.5rem 0;text-align:center}.calendar-grid{grid-gap:.5rem;display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:2rem}.calendar-day{background:#f9fafb;border:2px solid #0000;border-radius:12px;flex-direction:column;transition:all .3s ease}.calendar-day.available:hover{background:#f0fdf4;border-color:#22c55e}.calendar-day.selected{background:#22c55e;border-color:#22c55e}.calendar-day.unavailable{background:#f3f4f6;color:#9ca3af}.calendar-day.other-month{background:#fafafa;color:#d1d5db}.calendar-day.today{border:2px solid #22c55e;font-weight:700}.calendar-day.today.selected{border-color:#fff}.day-number{font-size:1.1rem;font-weight:600}.availability-dot{background:#22c55e;border-radius:50%;bottom:4px;height:6px;margin-top:4px;position:absolute;width:6px}.calendar-day.selected .availability-dot{background:#fff}.time-slots-section{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.time-slots-section h3{color:#1f2937;font-size:1.2rem;margin-bottom:1rem}.time-slots-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.time-slot-btn{border:2px solid #e5e7eb;border-radius:12px;color:#374151;font-weight:500;min-width:100px;padding:.75rem 1rem;transition:all .3s ease}.time-slot-btn .time{font-size:1rem}.time-slot-btn .capacity-info{color:#6b7280;font-size:.75rem;font-weight:400}.time-slot-btn.available:hover{background:#f0fdf4;border-color:#22c55e}.time-slot-btn.selected{background:#22c55e;border-color:#22c55e}.time-slot-btn.unavailable{background:#f3f4f6;color:#9ca3af}.booking-summary{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;gap:1.5rem;min-height:400px;overflow:visible;padding:2rem;position:relative;z-index:1}.booking-summary h2{color:#1f2937;font-size:1.5rem;margin:0}.booking-summary .tour-info{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;position:relative;z-index:1}.booking-summary .tour-info h3{color:#1f2937;font-size:1.2rem;margin:0 0 .5rem}.booking-summary .tour-price{color:#22c55e;margin:0 0 1rem}.booking-summary .tour-price,.booking-summary .tour-price .price-dollars{font-size:1.8rem;font-weight:700}.booking-summary .tour-price .price-cents{font-size:1.2rem;font-weight:600;opacity:.8}.booking-summary .tour-details{background:#fff;border:1px solid #d1d5db;border-radius:8px;margin-top:1rem;padding:1rem;position:relative;z-index:1}.booking-summary .tour-details p{color:#6b7280;font-size:.9rem;margin:.25rem 0}.booking-summary .tour-details strong{color:#374151;font-weight:600}.selected-datetime{background:#f0fdf4;border-left:4px solid #22c55e;border-radius:8px;color:#6b7280;font-size:.9rem;margin:0;padding:1rem}.booking-actions{flex-direction:column;gap:1rem;margin-top:auto}.continue-btn{width:100%}.continue-btn.disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}.continue-btn.disabled:hover{box-shadow:none;transform:none}.btn{border-radius:8px;white-space:nowrap}.btn-primary{box-shadow:0 4px 15px #f6a21a4d}.btn-primary:hover:not(.disabled){background:linear-gradient(135deg,#e6911a,#d17e0a);box-shadow:0 6px 20px #f6a21a66;transform:translateY(-2px)}.btn-secondary{background:#f8f9fa;border:2px solid #e5e7eb;color:#6b7280}.btn-secondary:hover{color:#374151;transform:translateY(-1px)}@media (max-width:768px){.booking-calendar-page{padding:1rem}.booking-layout{gap:2rem;grid-template-columns:1fr}.calendar-section h1{font-size:2rem}.calendar-container{padding:1.5rem}.calendar-header{align-items:flex-start;flex-direction:column;gap:1rem}.calendar-navigation{justify-content:space-between;width:100%}.calendar-navigation h2{font-size:1.2rem;min-width:auto}.nav-btn{font-size:1.2rem;height:35px;width:35px}.weekday-header{font-size:.8rem;padding:.25rem 0}.calendar-grid{gap:.25rem}.calendar-day{aspect-ratio:1;min-height:40px}.day-number{font-size:.9rem}.availability-dot{bottom:2px;height:4px;margin-top:2px;width:4px}.time-slots-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.booking-summary{position:static}.selected-date-header{align-items:flex-start;flex-direction:column;gap:1rem}.selected-date-header h2{font-size:1.1rem}.back-to-calendar-btn{text-align:center;width:100%}}.booking-success{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem 0}.container{max-width:600px}.success-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:3rem 2rem;text-align:center}.success-icon{animation:bounce .6s ease-in-out;margin-bottom:2rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.success-content h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.success-message{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.booking-details{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:left}.booking-details h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem;text-align:center}.next-steps{margin-bottom:2rem;text-align:left}.next-steps h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem;text-align:center}.next-steps ul{list-style:none;margin:0;padding:0}.next-steps li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.next-steps li:before{color:#22c55e;content:"✓";font-weight:700;left:0;position:absolute}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-secondary:hover{background:#7f8c8d}@media (max-width:768px){.success-content{padding:2rem 1rem}.success-content h1{font-size:2rem}.action-buttons{flex-direction:column}.btn{width:100%}}.default-booking-form{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.container{max-width:800px}.booking-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 2fr}.pricing-info{border-radius:12px;box-shadow:0 10px 30px #0003;padding:2rem;top:2rem}.pricing-info h3{font-size:1.3rem;margin-bottom:1.5rem}.pricing-breakdown{gap:1rem}.pricing-item{padding:.75rem 0}.pricing-label{color:#555;font-weight:500}.pricing-value{color:#27ae60;font-size:1.1rem;font-weight:600}.pricing-total{align-items:center;background:#f8f9fa;border-radius:6px;border-top:2px solid #3498db;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem}.total-label{color:#2c3e50;font-size:1.2rem;font-weight:700}.total-value{color:#27ae60;font-size:1.4rem;font-weight:700}.booking-form{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;padding:2rem}.form-section{margin-bottom:2rem}.form-section h3{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.3rem;margin-bottom:1.5rem;padding-bottom:.5rem}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e1e8ed;border-radius:6px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db}.form-group input.readonly,.form-group select.readonly{background:#f8f9fa;color:#666;cursor:not-allowed}.number-input-group{border:2px solid #e1e8ed;border-radius:6px}.number-input-btn{background:#f8f9fa;color:#2c3e50}.number-input-btn:hover:not(:disabled){background:#3498db}.number-input-btn:disabled{background:#e9ecef;color:#adb5bd}.number-input-field{border:2px solid #e1e8ed;color:#2c3e50}.number-input-field:focus{background:#f8fafc}.error-message{border-radius:6px;margin-bottom:1.5rem}.validation-error{background:#fdf2f2;border:1px solid #e74c3c;border-radius:4px;margin-top:.5rem;padding:.5rem}.form-actions{justify-content:center;margin-top:2rem;padding-top:2rem}.btn{font-size:1.1rem;min-width:150px;padding:1rem 2rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px)}.btn-large{font-size:1.2rem;padding:1.2rem 2.5rem}@media (max-width:768px){.booking-content{gap:1.5rem;grid-template-columns:1fr}.pricing-info{position:static}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{width:100%}.booking-header h1{font-size:2rem}.booking-header p{font-size:1rem}}.default-booking-calendar{background:linear-gradient(135deg,#667eea,#764ba2);display:block;min-height:100vh;padding:2rem 0;visibility:visible}.container{margin:0 auto;max-width:1000px;padding:0 1rem}.booking-header{color:#fff;margin-bottom:3rem;text-align:center}.booking-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.booking-header p{font-size:1.2rem;margin:0;opacity:.9}.booking-content{display:block;margin:0 auto;max-width:1000px;position:relative}.tour-info{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-height:none;overflow-y:visible;padding:1.5rem;position:relative}.tour-info h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.tour-info p{color:#666;line-height:1.6;margin-bottom:2rem}.pricing-info{background:#f8f9fa}.pricing-info h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.pricing-breakdown{display:flex;flex-direction:column;gap:.75rem}.pricing-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.5rem 0}.pricing-item:last-of-type{border-bottom:none}.pricing-item span:first-child{color:#555;font-weight:500}.pricing-item span:last-child{color:#27ae60;font-size:1.1rem;font-weight:600}.pricing-note{margin-top:.5rem;text-align:center}.pricing-note small{color:#666;font-style:italic}.activity-selector-section{background:#f0f4ff;border:2px solid #d0d8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.activity-selector-label{border-bottom:none!important;color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:.75rem;padding-bottom:0}.activity-selector-label:before{display:none!important}.activity-selector-wrapper{position:relative}.activity-selector{appearance:none;-webkit-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;border:2px solid #d0d8f0;border-radius:10px;color:#2c3e50;cursor:pointer;font-size:1.05rem;font-weight:500;padding:.85rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.activity-selector:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26;outline:none}.activity-selector:hover{border-color:#667eea}.activity-selector optgroup{color:#0d3b66;font-size:.95rem;font-weight:700}.activity-selector option{color:#333;font-weight:400;padding:8px}.activity-locked,.activity-locked-badge{align-items:center;display:flex}.activity-locked-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;gap:12px;padding:.85rem 1.2rem;width:100%}.activity-locked-name{color:#fff;flex:1 1;font-size:1.1rem;font-weight:600}.activity-locked-tag{background:#ffffff40;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.booking-steps{background:#fff;box-shadow:0 10px 30px #0003;padding:2rem;z-index:1}.booking-steps,.tour-info-section{border-radius:12px;position:relative}.tour-info-section{background:#f8f9fa;border:1px solid #e9ecef;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.tour-description{position:relative;width:100%}.tour-description h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.tour-description p{color:#666;line-height:1.6;margin:0 0 .5rem}.tour-description p:last-child{margin-bottom:0}.carousel-and-pricing{display:flex;flex-direction:column;gap:1.5rem;width:100%}.pricing-info{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1.2rem;padding:1.5rem;width:100%}.step{margin-bottom:2rem}.step h3{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.2rem;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;scroll-margin-top:90px}.step h3,.step h3:before{align-items:center;display:flex}.step h3:before{background:#3498db;border-radius:50%;color:#fff;font-size:.8rem;font-weight:700;height:24px;justify-content:center;width:24px}.step:nth-child(2) h3:before{content:"1"}.step:nth-child(3) h3:before{content:"2"}.calendar-container{background:#fff;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;min-height:350px;padding:1.5rem;position:relative;z-index:1}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.calendar-header h4{color:#2c3e50;font-size:1.2rem;margin:0}.nav-btn{background:#3498db;border:none;border-radius:8px;box-shadow:0 2px 4px #3498db4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.nav-btn:hover{background:#2980b9;box-shadow:0 4px 8px #3498db66;transform:translateY(-1px)}.calendar-grid{display:flex;flex-direction:column;gap:.5rem;width:100%}.calendar-weekdays{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem}.calendar-weekdays div{color:#666;font-size:.9rem;font-weight:600;padding:.5rem;text-align:center}.calendar-days{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);min-height:200px;width:100%}.calendar-day{align-items:center;aspect-ratio:1;background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;justify-content:center;min-height:40px;position:relative;transition:all .2s}.calendar-day:hover:not(:disabled){background:#f8f9fa;border-color:#3498db}.calendar-day.available{background:#fff;color:#2c3e50}.calendar-day.unavailable{color:#ccc;cursor:not-allowed}.calendar-day.selected{background:#3498db;border-color:#2980b9;box-shadow:0 4px 12px #3498db4d;color:#fff;transform:scale(1.05)}.calendar-day.today{border-color:#27ae60;font-weight:600}.calendar-day.past{background:#f8f9fa;color:#ccc;cursor:not-allowed}.calendar-day.other-month{color:#ccc}.time-slots-section{background:#fff;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.time-slots-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);max-height:300px;overflow-y:auto}.time-slot-btn{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;justify-content:center;min-height:60px;padding:.75rem .5rem;transition:all .2s}.time-slot-btn:hover:not(:disabled){background:#f8f9fa;border-color:#3498db}.time-slot-btn.available{color:#2c3e50}.time-slot-btn.unavailable{color:#ccc;cursor:not-allowed}.time-slot-btn.selected{background:#3498db;border-color:#2980b9;box-shadow:0 4px 12px #3498db4d;color:#fff;transform:scale(1.05)}.time-slot-btn .time{font-size:.9rem;font-weight:600}.time-slot-btn .capacity-info{font-size:.8rem;opacity:.8}.selection-summary{background:#fff;border:2px solid #27ae60;border-radius:12px;box-shadow:0 4px 12px #27ae6033;padding:1.5rem}.selected-details{margin-bottom:1.5rem}.detail-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.75rem 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#666;font-weight:500}.detail-item .value{color:#2c3e50;font-weight:600}.btn-primary:hover{background:#2980b9;transform:translateY(-2px)}.btn-large{font-size:1.1rem;padding:1rem 2rem;width:100%}.booking-loading{align-items:center;color:#fff;display:flex;font-size:1.2rem;justify-content:center;min-height:50vh}@media (max-width:768px){.booking-content{padding:0 .5rem}.tour-info-section{gap:1rem;padding:1rem}.carousel-and-pricing{gap:1rem}.booking-header h1{font-size:2rem}.booking-header p{font-size:1rem}.time-slots-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.calendar-container{padding:1rem}.calendar-header{margin-bottom:1rem}.calendar-header h4{font-size:1rem}.nav-btn{font-size:.85rem;padding:.5rem 1rem}.calendar-weekdays{gap:.25rem;margin-bottom:.25rem}.calendar-weekdays div{font-size:.75rem;padding:.25rem}.calendar-days{gap:.25rem}.calendar-day{border-width:1px;font-size:.75rem;min-height:32px}.booking-steps,.time-slots-section{padding:1rem}.step h3{font-size:1.1rem}.activity-selector-section{margin-bottom:1rem;padding:1rem}.activity-selector{font-size:.95rem;padding:.75rem .85rem}.activity-locked-badge{padding:.75rem 1rem}.activity-locked-name{font-size:1rem}}.photo-carousel{margin:20px 0;width:100%}.carousel-container{border-radius:12px;box-shadow:0 4px 6px #0000001a;height:300px;overflow:hidden;position:relative;width:100%}.carousel-image-container{align-items:center;background-color:#f0f0f0;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;transition:all .3s ease;width:100%}.carousel-image-container:hover{transform:scale(1.02)}.carousel-image-container:hover .carousel-zoom-hint{opacity:1}.carousel-image{height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}.carousel-zoom-hint{align-items:center;background:#0009;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;opacity:0;pointer-events:none;position:absolute;right:15px;top:15px;transition:opacity .3s ease;width:40px;z-index:5}.carousel-zoom-hint svg{height:20px;width:20px}.carousel-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#0071c2;cursor:pointer;display:flex;font-size:36px;height:50px;justify-content:center;padding:10px 15px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.carousel-button:hover{background:#fff;box-shadow:0 2px 8px #0003}.carousel-button.prev{left:15px}.carousel-button.next{right:15px}.carousel-indicators{display:flex;gap:8px;justify-content:center;margin-top:15px}.indicator{background:#fff;border:2px solid #0071c2;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.indicator:hover{background:#0071c280}.indicator.active{background:#0071c2;transform:scale(1.2)}@media (max-width:768px){.carousel-container{height:250px}.carousel-button{font-size:28px;height:40px;padding:8px 12px;width:40px}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.indicator{height:10px;width:10px}.carousel-zoom-hint{height:35px;right:10px;top:10px;width:35px}.carousel-zoom-hint svg{height:18px;width:18px}.carousel-zoom-hint{opacity:.7}}@media (max-width:480px){.carousel-container{height:200px}.carousel-button{font-size:24px;height:35px;width:35px}.carousel-zoom-hint{height:30px;width:30px}.carousel-zoom-hint svg{height:16px;width:16px}}.admin-login{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{max-width:400px;width:100%}.login-form{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:2rem}.login-form h1{color:#2c5530;font-size:2rem;margin-bottom:.5rem;text-align:center}.login-form p{color:#6b7280;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem}.form-group input{border:2px solid #e5e7eb;border-radius:8px;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#22c55e}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem;text-align:center}.btn{margin-bottom:1rem;width:100%}.login-footer{margin-top:1rem;text-align:center}.back-link{color:#6b7280;font-size:.9rem;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#22c55e}.checkbox-group{margin-bottom:1rem}.checkbox-item{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.checkbox-item input[type=checkbox]{display:none}.checkbox-item .checkmark{border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;height:18px;position:relative;transition:all .2s ease;width:18px}.checkbox-item input[type=checkbox]:checked+.checkmark{background-color:#f6a21a;border-color:#f6a21a}.checkbox-item input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-item:hover .checkmark{border-color:#f6a21a}@media (max-width:480px){.admin-login{padding:1rem}.login-form{padding:1.5rem}}.booking-form{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:600px}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:#374151}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f6a21a;box-shadow:0 0 0 3px #f6a21a1a;outline:none}.form-actions{border-top:1px solid #e5e7eb}.input-hint{display:block;margin-top:.25rem}.number-input-group{align-items:stretch;border:1px solid #d1d5db;border-radius:8px;display:flex;max-width:200px;overflow:hidden}.number-input-btn{align-items:center;background:#f9fafb;border:none;color:#374151;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;justify-content:center;min-width:48px;padding:.75rem 1rem;transition:all .2s}.number-input-btn:hover:not(:disabled){background:#f6a21a;color:#fff}.number-input-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.number-input-field{border:1px solid #d1d5db;border-bottom:none;border-top:none;color:#374151;flex:1 1;font-size:1.1rem;font-weight:600;min-width:60px;padding:.75rem;text-align:center}.number-input-field:focus{background:#fef3cd;outline:none}@media (max-width:768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}}.pricing-management{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.pricing-header{margin-bottom:2rem;text-align:center}.pricing-header h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.pricing-header p{color:#666;margin:0}.pricing-loading{color:#666;padding:2rem;text-align:center}.error-message{background:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;margin-bottom:1rem;padding:1rem}.pricing-form{gap:1.5rem}.form-group,.pricing-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#2c3e50;font-size:.9rem;font-weight:600}.form-group input{border:2px solid #e1e8ed;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .2s}.form-group input:focus{border-color:#3498db;outline:none}.form-group small{color:#666;font-size:.8rem}.pricing-preview{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:1.5rem}.pricing-preview h4{color:#2c3e50;font-size:1.1rem;margin:0 0 1rem}.pricing-examples{display:flex;flex-direction:column;gap:.75rem}.pricing-example{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.5rem 0}.pricing-example:last-child{border-bottom:none}.example-label{color:#555;font-weight:500}.example-price{color:#27ae60;font-size:1.1rem;font-weight:600}.form-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.btn{border-radius:4px;font-size:1rem;padding:.75rem 1.5rem;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#3498db}.btn-primary:hover:not(:disabled){background:#2980b9}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover:not(:disabled){background:#7f8c8d}@media (max-width:768px){.pricing-management{margin:1rem;padding:1rem}.form-actions{flex-direction:column}.btn{width:100%}}.image-management{padding:20px 0}.image-management-loading{color:#666;padding:40px;text-align:center}.message{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 20px;transition:opacity .2s}.message:hover{opacity:.9}.message .close-btn{background:none;border:none;color:inherit;cursor:pointer;font-size:20px;opacity:.7}.message .close-btn:hover{opacity:1}.error-message{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626}.success-message{background:#dcfce7;border:1px solid #86efac;color:#16a34a}.upload-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.upload-section h3{color:#1e293b;font-size:1.2rem;margin:0 0 16px}.upload-form{display:flex;flex-wrap:wrap;gap:20px}.upload-options{display:flex;flex:1 1;flex-wrap:wrap;gap:16px;min-width:300px}.upload-options .form-group{flex:1 1;min-width:150px}.upload-options label{color:#475569;display:block;font-size:.9rem;font-weight:500;margin-bottom:6px}.upload-options input,.upload-options select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;padding:10px 12px;width:100%}.upload-options input:focus,.upload-options select:focus{border-color:#0d3b66;box-shadow:0 0 0 3px #0d3b661a;outline:none}.upload-area{flex:1 1;min-width:250px;position:relative}.upload-area input[type=file]{cursor:pointer;inset:0;opacity:0;position:absolute;z-index:2}.upload-placeholder{align-items:center;background:#fff;border:2px dashed #cbd5e1;border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:100px;padding:24px;text-align:center;transition:all .2s}.upload-area:hover .upload-placeholder{background:#f8fafc;border-color:#0d3b66}.upload-placeholder .upload-icon{font-size:2rem;margin-bottom:8px}.upload-placeholder span{color:#475569;font-weight:500}.upload-placeholder small{color:#94a3b8;display:block;font-size:.8rem;margin-top:6px}.category-tabs{border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding-bottom:16px}.category-tab{background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 18px;transition:all .2s}.category-tab:hover{background:#e2e8f0;color:#334155}.category-tab.active{background:#0d3b66;color:#fff}.images-container{display:flex;flex-direction:column;gap:32px}.category-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.category-title{align-items:center;color:#1e293b;display:flex;flex-wrap:wrap;font-size:1.1rem;gap:12px;margin:0 0 16px}.category-description{color:#94a3b8;font-size:.85rem;font-weight:400}.images-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.image-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:grab;overflow:hidden;position:relative;transition:all .2s}.image-card:hover{border-color:#0d3b66;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.image-card.inactive{opacity:.6}.image-card.dragging{opacity:.5;transform:scale(.95)}.image-preview{aspect-ratio:4/3;background:#f1f5f9;overflow:hidden;position:relative}.image-preview img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.image-card:hover .image-preview img{transform:scale(1.05)}.inactive-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:absolute}.inactive-overlay span{background:#dc2626;border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 12px}.image-info{padding:12px}.image-info h5{color:#1e293b;font-size:.9rem;margin:0 0 4px}.image-filename,.image-info h5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-filename{color:#94a3b8;display:block;font-size:.75rem}.image-actions{display:flex;flex-wrap:nowrap;gap:6px;justify-content:space-between;padding:8px 12px 12px}.image-actions .btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:1rem;justify-content:center;min-width:0;padding:8px 4px;transition:all .2s}.image-actions .btn-edit{background:#e0f2fe;color:#0284c7}.image-actions .btn-edit:hover{background:#bae6fd}.image-actions .btn-hide{background:#fef3c7;color:#d97706}.image-actions .btn-hide:hover{background:#fde68a}.image-actions .btn-show{background:#d1fae5;color:#059669}.image-actions .btn-show:hover{background:#a7f3d0}.image-actions .btn-delete{background:#fee2e2;color:#dc2626}.image-actions .btn-delete:hover{background:#fecaca}.image-actions .btn.btn-sm{flex:1 1;font-size:1rem;line-height:1;max-width:60px;min-width:36px;padding:8px 4px}.drag-handle{background:#ffffffe6;border-radius:4px;color:#64748b;cursor:grab;font-size:1rem;opacity:0;padding:4px 6px;position:absolute;right:8px;top:8px;transition:opacity .2s;-webkit-user-select:none;user-select:none}.image-card:hover .drag-handle{opacity:1}.modal-overlay{inset:0;padding:20px}.edit-modal{background:#fff;border-radius:16px;max-height:90vh;max-width:500px;overflow-y:auto;padding:24px;width:100%}.edit-modal h3{color:#1e293b;margin:0 0 20px}.edit-preview{background:#f1f5f9;border-radius:8px;margin-bottom:20px;overflow:hidden}.edit-preview img{max-height:200px;object-fit:contain;width:100%}.edit-modal .form-group{margin-bottom:16px}.edit-modal label{color:#475569;display:block;font-weight:500;margin-bottom:6px}.edit-modal input,.edit-modal select,.edit-modal textarea{border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;padding:10px 12px;width:100%}.edit-modal input:focus,.edit-modal select:focus,.edit-modal textarea:focus{border-color:#0d3b66;box-shadow:0 0 0 3px #0d3b661a;outline:none}.modal-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:16px}.modal-actions .btn{border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.modal-actions .btn-secondary{background:#f1f5f9;color:#475569}.modal-actions .btn-secondary:hover{background:#e2e8f0}.modal-actions .btn-primary{background:#0d3b66;color:#fff}.modal-actions .btn-primary:hover{background:#0a2d4d}@media (max-width:768px){.upload-form,.upload-options{flex-direction:column}.images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.category-tabs{flex-direction:column}.category-tab{text-align:left;width:100%}}.safari-pricing-management{max-width:100%}.safari-pricing-loading{color:#777;font-size:1.1rem;padding:40px;text-align:center}.spm-message{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:20px;padding:12px 16px}.spm-message.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.spm-message.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.spm-message .close-btn{background:none;border:none;color:inherit;cursor:pointer;font-size:1.3rem;opacity:.7;padding:0 4px}.spm-page-group{margin-bottom:30px}.spm-page-title{border-bottom:2px solid #f6a21a;color:#0d3b66;font-size:1.3rem;font-weight:700;margin-bottom:16px;padding-bottom:10px}.spm-sections{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.spm-section-card{background:#f8f9fa;border:1px solid #e0e4e8;border-radius:12px;padding:20px;transition:box-shadow .2s ease}.spm-section-card:hover{box-shadow:0 4px 16px #00000014}.spm-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.spm-section-header h4{color:#333;font-size:1.05rem;font-weight:600;margin:0}.spm-fields{gap:12px}.spm-field,.spm-fields{display:flex;flex-direction:column}.spm-field{gap:4px}.spm-field label{color:#666;font-size:.85rem;font-weight:500}.spm-field input{border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;padding:8px 12px;transition:border-color .2s ease,box-shadow .2s ease}.spm-field input:focus{border-color:#0d3b66;box-shadow:0 0 0 3px #0d3b661a;outline:none}.spm-save-all{border-top:1px solid #e0e4e8;margin-top:30px;padding-top:20px;text-align:center}.btn-lg{font-size:1.1rem;padding:14px 40px}@media (max-width:768px){.spm-sections{grid-template-columns:1fr}.spm-section-header{align-items:flex-start;flex-direction:column;gap:10px}}.admin-panel{background-color:#f8f9fa;min-height:100vh}.admin-header{background:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0}.admin-header .container,.admin-header-content{align-items:center;display:flex;justify-content:space-between}.admin-header-content{width:100%}.admin-logo{align-items:center;display:flex;gap:1rem}.admin-logo-image{height:40px;object-fit:contain;width:auto}.admin-logo-image,.admin-logo-image:active,.admin-logo-image:focus,.admin-logo-image:hover{border:none;outline:none}.admin-header h1{color:#0d3b66;font-size:1.5rem;margin:0}.admin-content{padding:2rem 0}.admin-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:1rem;margin-bottom:2rem}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab.active,.tab:hover{color:#f6a21a}.tab.active{border-bottom-color:#f6a21a}.admin-section h2{color:#0d3b66;font-size:1.8rem;margin-bottom:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.section-header h2{margin:0}.booking-actions{display:flex;gap:.5rem}.price{color:#059669}.price,.price .price-dollars{font-size:1.4rem;font-weight:700}.price .price-cents{font-size:1rem;font-weight:600;opacity:.8}.duration{background:#e0f2fe;border-radius:15px;color:#0277bd;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-align:right;width:-webkit-fit-content;width:fit-content}.bookings-table{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.bookings-table table{border-collapse:collapse;width:100%}.bookings-table th{background:#f8f9fa;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:1rem;text-align:left}.bookings-table td{border-bottom:1px solid #e5e7eb;color:#6b7280;padding:1rem}.bookings-table tr:hover{background:#f8f9fa}.status{border-radius:20px;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status-pending{background:#fef3c7;color:#d97706}.status-confirmed{background:#d1fae5;color:#059669}.status-cancelled{background:#fee2e2;color:#dc2626}.btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#f6a21a,#e6911a);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#e6911a,#d17e0a);box-shadow:0 2px 8px #f6a21a4d;transform:translateY(-1px)}.btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626;box-shadow:0 2px 8px #ef44444d;transform:translateY(-1px)}.btn-info{background:#3b82f6;color:#fff}.btn-info:hover{background:#2563eb;box-shadow:0 2px 8px #3b82f64d;transform:translateY(-1px)}.btn-sm{font-size:.8rem;padding:.375rem .75rem}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:90vw;overflow-y:auto;padding:2rem}.modal h3{color:#0d3b66;font-size:1.5rem;margin:0 0 1.5rem}.password-change-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;max-width:480px;padding:2rem}.password-change-card h3{color:#0d3b66;font-size:1.25rem;margin:0 0 1.5rem}.password-form .form-group{margin-bottom:1.25rem}.password-form label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.password-form input[type=password]{border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:.95rem;padding:.65rem .75rem;transition:border-color .2s;width:100%}.password-form input[type=password]:focus{border-color:#f6a21a;box-shadow:0 0 0 3px #f6a21a26;outline:none}.password-form .btn{margin-top:.5rem;padding:.75rem;width:100%}.password-form .btn:disabled{cursor:not-allowed;opacity:.6}.password-message{border-radius:6px;font-size:.9rem;font-weight:500;margin-bottom:1.25rem;padding:.75rem 1rem}.password-message.success{background:#d1fae5;border:1px solid #a7f3d0;color:#059669}.password-message.error{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}@media (max-width:768px){.admin-header .container{flex-direction:column;gap:1rem}.admin-tabs{flex-direction:column;gap:0}.tab{border-bottom:1px solid #e5e7eb;border-radius:0}.bookings-table{overflow-x:auto}.bookings-table table{min-width:600px}}.footer{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-top:1px solid #e5e7eb;margin-top:4rem;padding:3rem 0 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section h3{color:#22c55e;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#6b7280;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#22c55e}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{align-items:center;border:1px solid #d1d5db;border-radius:20px;color:#6b7280;display:inline-flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:#f0fdf4;border-color:#22c55e;color:#22c55e}.social-icon{flex-shrink:0;height:18px;width:18px}.social-link:first-child:hover{background-color:#e7f3ff;border-color:#1877f2;color:#1877f2}.social-link:nth-child(2):hover{background-color:#ffe7ec;border-color:#e4405f;color:#e4405f}.social-link:nth-child(3):hover{background-color:#e7fff5;border-color:#34e0a1;color:#34e0a1}.footer-bottom{border-top:1px solid #e5e7eb;margin:2rem auto 0;max-width:1200px;padding:2rem 2rem 0;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.9rem;margin:0}@media (max-width:768px){.footer-container{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.footer{padding:2rem 0 1rem}}.whatsapp-float-button{align-items:center;background-color:#fff;border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 12px #00000026,0 2px 6px #0000001a;cursor:pointer;display:flex;height:60px;justify-content:center;padding:0;position:fixed;right:30px;transition:all .3s ease;width:60px;z-index:1000}.whatsapp-float-button:hover{background-color:#f0f0f0;box-shadow:0 6px 16px #0003,0 3px 8px #00000026;transform:scale(1.1)}.whatsapp-float-button:active{transform:scale(1.05)}.whatsapp-icon{height:38px;object-fit:contain;width:38px}.whatsapp-float-button{animation:pulse 2s infinite}.whatsapp-float-button:hover{animation:none}@media (max-width:768px){.whatsapp-float-button{bottom:20px;height:56px;right:20px;width:56px}.whatsapp-icon{height:32px;width:32px}}@media (max-width:480px){.whatsapp-float-button{bottom:15px;right:15px}}.about-us-page{background:linear-gradient(135deg,#f6a21a,#0d3b66);min-height:100vh;padding:80px 20px 60px}.about-us-container{animation:fadeIn .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:900px;padding:60px}.about-us-title{color:#2c3e50;font-size:3rem;font-weight:700;margin-bottom:50px;padding-bottom:20px;position:relative;text-align:center}.about-us-title:after{background:linear-gradient(90deg,#f6a21a,#0d3b66);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.about-section{border-bottom:1px solid #e0e0e0;margin-bottom:45px;padding-bottom:35px}.about-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.about-section h2{color:#0d3b66;font-size:1.8rem;font-weight:600;margin-bottom:20px}.about-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.about-section p:last-child{margin-bottom:0}.intro-section .intro-text{color:#333;font-size:1.2rem;font-weight:500}.checklist{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;margin:0;padding:0}.checklist li{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #f6a21a;border-radius:10px;color:#444;font-size:1.1rem;padding:12px 16px;transition:transform .2s ease,box-shadow .2s ease}.checklist li:hover{box-shadow:0 4px 12px #0000001a;transform:translateX(5px)}.info-list{display:flex;flex-direction:column;gap:15px;list-style:none;margin:0;padding:0}.info-list li{align-items:flex-start;background:#f8f9fa;border-radius:12px;color:#444;display:flex;font-size:1.05rem;gap:15px;padding:18px 20px;transition:transform .2s ease,box-shadow .2s ease}.info-list li:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.info-list li .icon{flex-shrink:0;font-size:1.4rem}.cta-section{background:linear-gradient(135deg,#0d3b66,#1a5490);border-radius:15px;margin-top:20px;padding:40px;text-align:center}.cta-section p{color:#ffffffe6;font-size:1.2rem;margin-bottom:20px}.team-link{background:linear-gradient(135deg,#f6a21a,#e6911a);border-radius:50px;color:#fff;display:inline-block;font-size:1.3rem;font-weight:600;padding:15px 35px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.team-link:hover{box-shadow:0 10px 30px #f6a21a66;transform:translateY(-3px)}@media (max-width:768px){.about-us-container{border-radius:15px;padding:40px 30px}.about-us-title{font-size:2.2rem;margin-bottom:35px}.about-section h2{font-size:1.5rem}.about-section p{font-size:1rem}.checklist{grid-template-columns:1fr}.checklist li{font-size:1rem}.info-list li{font-size:.95rem;padding:15px}.cta-section{padding:30px 20px}.team-link{font-size:1.1rem;padding:12px 28px}}@media (max-width:480px){.about-us-page{padding:60px 15px 40px}.about-us-container{padding:30px 20px}.about-us-title{font-size:1.8rem}.about-section h2{font-size:1.3rem}.about-section p{font-size:.95rem}.checklist li{font-size:.9rem;padding:10px 12px}.info-list li{font-size:.9rem;gap:10px;padding:12px}.info-list li .icon{font-size:1.2rem}}.faq-page{background:linear-gradient(135deg,#0d3b66,#2c9ed8);min-height:100vh;padding:80px 20px 60px}.faq-container{animation:fadeIn .6s ease-out;margin:0 auto;max-width:900px}.faq-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:20px;text-align:center;text-shadow:2px 2px 4px #0003}.faq-subtitle{color:#fffffff2;font-size:1.2rem;font-weight:300;margin-bottom:50px;text-align:center}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 6px 25px #00000026;transform:translateY(-2px)}.faq-item.active{box-shadow:0 8px 30px #0003}.faq-question{align-items:center;background:#fff;border:none;color:#2c3e50;cursor:pointer;display:flex;font-size:1.15rem;font-weight:600;justify-content:space-between;padding:25px 30px;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#f8f9fa}.faq-item.active .faq-question{background:linear-gradient(90deg,#f6a21a,#e6911a);color:#fff}.question-text{flex:1 1;padding-right:20px}.toggle-icon{align-items:center;background:#0000000d;border-radius:50%;display:flex;font-size:2rem;font-weight:300;height:35px;justify-content:center;transition:all .3s ease;width:35px}.faq-item.active .toggle-icon{background:#fff3;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-answer.show{max-height:500px;padding:0 30px 25px}.faq-answer p{color:#555;font-size:1.05rem;line-height:1.8;margin:0;padding-top:15px;text-align:justify}@media (max-width:768px){.faq-title{font-size:2.2rem}.faq-subtitle{font-size:1.05rem;margin-bottom:35px}.faq-question{font-size:1.05rem;padding:20px}.toggle-icon{font-size:1.8rem;height:30px;width:30px}.faq-answer.show{padding:0 20px 20px}.faq-answer p{font-size:1rem;text-align:left}}@media (max-width:480px){.faq-page{padding:60px 15px 40px}.faq-title{font-size:1.8rem}.faq-question,.faq-subtitle{font-size:.95rem}.faq-question{padding:18px 15px}.toggle-icon{font-size:1.6rem;height:28px;width:28px}.faq-answer.show{padding:0 15px 15px}.faq-answer p{font-size:.9rem}}.team-page{background:linear-gradient(135deg,#0d3b66,#1a5490 50%,#2c9ed8);min-height:100vh;padding:80px 20px 60px}.team-container{animation:fadeIn .6s ease-out;margin:0 auto;max-width:1000px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.team-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:15px;text-align:center;text-shadow:2px 2px 4px #0003}.team-subtitle{color:#ffffffe6;font-size:1.2rem;font-weight:300;margin-bottom:50px;text-align:center}.team-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:50px}.team-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 15px 50px #0003;display:flex;flex-direction:column;padding:40px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 25px 70px #00000040;transform:translateY(-10px)}.team-avatar{align-items:center;background:linear-gradient(135deg,#f6a21a,#e6911a);border-radius:50%;box-shadow:0 10px 30px #f6a21a4d;display:flex;height:120px;justify-content:center;margin-bottom:25px;width:120px}.avatar-initial{color:#fff;font-size:3rem;font-weight:700}.avatar-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.team-info{width:100%}.member-name{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:5px}.member-nickname{color:#f6a21a;font-size:1.2rem;font-weight:500;margin-left:8px}.member-role{color:#0d3b66;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.member-tagline{background:#2c9ed81a;border-radius:20px;color:#2c9ed8;display:inline-block;font-size:1rem;font-style:italic;margin-bottom:20px;padding:8px 16px}.member-description{margin-top:15px}.member-description p{color:#555;font-size:1.05rem;line-height:1.7;margin-bottom:12px}.member-description p:last-child{margin-bottom:0}.team-cta{background:#fff;border-radius:20px;box-shadow:0 15px 50px #00000026;padding:50px 40px;text-align:center}.team-cta p{color:#2c3e50;font-size:1.4rem;font-weight:500;margin-bottom:25px}.book-button{background:linear-gradient(135deg,#f6a21a,#e6911a);border-radius:50px;color:#fff;display:inline-block;font-size:1.2rem;font-weight:600;padding:18px 45px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.book-button:hover{box-shadow:0 12px 35px #f6a21a66;transform:translateY(-3px)}@media (max-width:768px){.team-title{font-size:2.2rem}.team-subtitle{font-size:1.05rem;margin-bottom:35px}.team-grid{gap:25px;grid-template-columns:1fr}.team-card{padding:30px 25px}.team-avatar{height:100px;width:100px}.avatar-initial{font-size:2.5rem}.member-name{font-size:1.5rem}.member-nickname{display:block;font-size:1rem;margin-left:0;margin-top:5px}.member-description p,.member-role{font-size:1rem}.team-cta{padding:35px 25px}.team-cta p{font-size:1.2rem}.book-button{font-size:1.1rem;padding:15px 35px}}@media (max-width:480px){.team-page{padding:60px 15px 40px}.team-title{font-size:1.8rem}.team-subtitle{font-size:.95rem}.team-card{padding:25px 20px}.team-avatar{height:80px;width:80px}.avatar-initial{font-size:2rem}.member-name{font-size:1.3rem}.member-role{font-size:.9rem}.member-description p{font-size:.95rem}.team-cta p{font-size:1.1rem}.book-button{font-size:1rem;padding:14px 30px}}.booking-sent{align-items:center;background:linear-gradient(135deg,#0a2540,#1a4a7c 50%,#0d3b66);display:flex;justify-content:center;min-height:100vh;padding:20px}.booking-sent-container{animation:slideUp .6s ease-out;background:#fff;border-radius:24px;box-shadow:0 25px 80px #0000004d;max-width:550px;padding:50px 40px;text-align:center;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{display:none}.whatsapp-icon{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;height:100px;justify-content:center;margin:0 auto 30px;width:100px}.whatsapp-icon svg{color:#fff;height:55px;width:55px}@keyframes pulse{0%{box-shadow:0 0 0 0 #25d36680}70%{box-shadow:0 0 0 20px #25d36600}to{box-shadow:0 0 0 0 #25d36600}}.booking-sent h1{color:#1a4a7c;font-size:2.2rem;font-weight:700;margin-bottom:15px}.main-message{color:#555;font-size:1.15rem;line-height:1.7;margin-bottom:35px}.info-box{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #25d366;border-radius:16px;margin-bottom:35px;padding:25px 30px;text-align:left}.info-box h3{color:#1a4a7c;font-size:1.1rem;font-weight:600;margin-bottom:15px}.info-box ul{list-style:none;margin:0;padding:0}.info-box li{color:#444;font-size:.95rem;line-height:1.5;margin-bottom:12px;padding-left:28px;position:relative}.info-box li:last-child{margin-bottom:0}.info-box li:before{color:#25d366;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.actions .btn{border:none;border-radius:30px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s ease}.actions .btn-primary{background:linear-gradient(135deg,#1a4a7c,#0d3b66);color:#fff}.actions .btn-primary:hover{box-shadow:0 8px 25px #1a4a7c59;transform:translateY(-2px)}.actions .btn-secondary{background:#0000;border:2px solid #1a4a7c;color:#1a4a7c}.actions .btn-secondary:hover{background:#1a4a7c;color:#fff}@media (max-width:600px){.booking-sent-container{border-radius:20px;padding:40px 25px}.whatsapp-icon{height:80px;width:80px}.whatsapp-icon svg{height:45px;width:45px}.booking-sent h1{font-size:1.8rem}.main-message{font-size:1rem}.actions{flex-direction:column}.actions .btn{width:100%}}.safari-section{padding:30px 0}.safari-section:first-child{padding-top:0}.safari-section-inner{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr}.safari-section.reversed .safari-section-inner{direction:rtl}.safari-section.reversed .safari-section-inner>*{direction:ltr}.safari-section-images{aspect-ratio:4/3;border-radius:16px;box-shadow:0 8px 30px #00000026;overflow:hidden}.safari-section-images .image-carousel{border-radius:0;height:100%}.safari-images-placeholder{align-items:center;background:linear-gradient(135deg,#e8edf2,#d1d9e0);color:#7a8a9a;display:flex;flex-direction:column;font-size:1rem;gap:12px;height:100%;justify-content:center;width:100%}.safari-no-images-icon{font-size:2.5rem}.safari-images-spinner{animation:safariSpin .8s linear infinite;border:3px solid #d1d9e0;border-radius:50%;border-top-color:#0d3b66;height:36px;width:36px}@keyframes safariSpin{to{transform:rotate(1turn)}}.safari-section-content{padding:10px 0}.safari-section-title{border-bottom:3px solid #f6a21a;color:#0d3b66;display:inline-block;font-size:1.8rem;font-weight:700;margin-bottom:20px;padding-bottom:14px}.safari-pricing-block{background:linear-gradient(135deg,#f8f9fa,#eef1f5);border-left:4px solid #f6a21a;border-radius:12px;margin-bottom:20px;padding:18px 22px}.safari-price-line{align-items:center;display:flex;justify-content:space-between;padding:6px 0}.safari-price-line+.safari-price-line{border-top:1px solid #e0e4e8}.safari-price-label{color:#555;font-size:.95rem;font-weight:500}.safari-price-value{color:#0d3b66;font-size:1.05rem;font-weight:700}.safari-section-description{color:#555;font-size:1.05rem;line-height:1.75;margin-bottom:24px}.safari-book-btn{align-items:center;background:linear-gradient(135deg,#f6a21a,#e6911a);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:8px;letter-spacing:.3px;padding:14px 36px;transition:transform .3s ease,box-shadow .3s ease}.safari-book-btn:hover{box-shadow:0 10px 30px #f6a21a66;transform:translateY(-3px)}.safari-book-btn:active{transform:translateY(-1px)}@media (max-width:900px){.safari-section-inner{gap:24px;grid-template-columns:1fr}.safari-section.reversed .safari-section-inner{direction:ltr}.safari-section-images{aspect-ratio:16/10}.safari-section-title{font-size:1.5rem}}@media (max-width:480px){.safari-section{padding:20px 0}.safari-section-images{aspect-ratio:16/11;border-radius:12px}.safari-section-title{font-size:1.3rem}.safari-pricing-block{padding:14px 16px}.safari-price-label,.safari-price-value{font-size:.9rem}.safari-section-description{font-size:.95rem}.safari-book-btn{justify-content:center;padding:14px 24px;width:100%}}.safari-page{background:linear-gradient(135deg,#f6a21a,#0d3b66);min-height:100vh;padding:80px 20px 60px}.safari-page-container{animation:safariPageFadeIn .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:1100px;padding:50px 60px}@keyframes safariPageFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.safari-page-title{color:#2c3e50;font-size:2.6rem;font-weight:700;margin-bottom:10px;text-align:center}.safari-page-subtitle{color:#777;font-size:1.1rem;line-height:1.5;margin-bottom:40px;text-align:center}.safari-page-divider{background:linear-gradient(90deg,#0000,#d0d5dc,#0000);height:1px;margin:10px 0;width:100%}@media (max-width:900px){.safari-page-container{padding:40px 30px}.safari-page-title{font-size:2rem}}@media (max-width:480px){.safari-page{padding:60px 12px 40px}.safari-page-container{border-radius:15px;padding:30px 18px}.safari-page-title{font-size:1.7rem}.safari-page-subtitle{font-size:.95rem}}
/*# sourceMappingURL=main.8b03eb5e.css.map*/