@import"https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.App{text-align:center}.hero{width:100%;height:75vh;min-height:500px;max-height:800px;position:relative;overflow:hidden}.hero-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a365d,#2d5a87)}.hero-image-wrapper img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}.hero-image-wrapper.loaded img{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#0006);pointer-events:none}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:800px;padding:0 2rem;text-align:center}.hero-text h1{font-size:3.5rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);margin-bottom:1rem;letter-spacing:1px}.hero-text p{font-size:1.25rem;color:#fffffff2;padding:.5rem 0 2rem;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-text .show{display:inline-block;text-decoration:none;background-color:#fff;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:1px;color:#1a365d;transition:all .3s ease;box-shadow:0 4px 15px #0003}.hero-text .show:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background-color:#f8f9fa}@media screen and (max-width:768px){.hero{height:60vh;min-height:400px}.hero-text h1{font-size:2.25rem;padding:0 1rem}.hero-text p{font-size:1rem;padding:.5rem 1rem 1.5rem}.hero-text .show{padding:.875rem 2rem;font-size:.9rem}}.NavbarItems{display:flex;justify-content:space-between;align-items:center;padding:0 30px;box-shadow:0 5px 15px #00000040;width:95%;height:80px;border-radius:13px;position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;background-color:#fff}.navbar-logo{color:#222;font-size:1.6rem;cursor:pointer;font-family:lobster}.logoLink{text-decoration:none}.nav-menu{display:grid;grid-template-columns:repeat(6,auto);grid-gap:10px;list-style:none;align-items:center}.nav-links{text-decoration:none;color:#222;font-size:1.2rem;font-weight:600;padding:.7rem 1rem;white-space:nowrap}.menu-icons{display:none}.nav-links i{padding-right:10px}.nav-links:hover{background-color:#3b82f6;color:#fff;border-radius:4px;transition:all .2s ease-in-out}@media screen and (max-width:850px){.NavbarItems{z-index:9999}.nav-menu{box-shadow:0 5px 15px #00000040;display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:auto;position:absolute;top:0;left:-100%;opacity:0;align-items:stretch;padding:80px 0 30px;margin:0;background:#fff;border-radius:13px;transition:.3s ease-in-out}.nav-menu.active{left:0;opacity:1;z-index:-1;transition:.3s ease-in-out}.nav-links{display:block;width:100%;font-size:1.2rem;padding:2rem 0}.nav-links:hover{background-color:#3b82f6;transition:none}.menu-icons{display:block;cursor:pointer}.menu-icons i{font-size:1.2rem;color:#222}}.information{padding:5rem 6rem;max-width:1400px;margin:0 auto}.information h1{font-size:2.5rem;color:#1e293b;text-align:center;margin-bottom:.5rem}.info-subtitle{text-align:center;font-size:1.1rem;color:#64748b;margin-bottom:0}.first-des{display:flex;align-items:center;justify-content:space-between;margin-top:4rem;gap:4rem}.first-des-reverse{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;margin-top:5rem;gap:4rem}.des-text{width:45%;text-align:start}.des-text h2{font-size:1.75rem;color:#1e293b;margin-bottom:1rem}.des-text p{font-size:1.05rem;line-height:1.8;color:#475569}.image{position:relative;width:50%;display:flex;justify-content:space-between;z-index:1}.image img{width:48%;height:320px;object-fit:cover;border-radius:16px;box-shadow:0 8px 30px #0000001f;transition:transform .3s ease}.image img:hover{transform:scale(1.02)}.image img:nth-child(2){position:absolute;top:-8%;right:0}@media screen and (max-width:1000px){.information{padding:4rem 2rem}.information h1{font-size:2rem}.first-des,.first-des-reverse{flex-direction:column-reverse;gap:2rem;margin-top:3rem}.des-text{width:100%}.des-text h2{font-size:1.5rem}.image{width:100%;margin:0}.image img{height:250px;border-radius:12px}.image img:nth-child(2){top:-5%}}@media screen and (max-width:600px){.information{padding:3rem 1.5rem}.information h1{font-size:1.75rem}.image img{height:180px}}.trip{padding:5rem 6rem;background:linear-gradient(180deg,#f8fafc,#e0f2fe);text-align:center}.trip h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem}.trip-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:0}.tripcard{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.t-card{background:#fff;text-align:start;box-shadow:0 4px 20px #00000014;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.04)}.t-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000026}.t-image{height:180px;overflow:hidden}.t-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.t-card:hover .t-image img{transform:scale(1.1)}.t-card h3{font-size:1.2rem;font-weight:700;color:#1e293b;padding:1.5rem 1.5rem .75rem;margin:0;display:flex;align-items:center;gap:.75rem}.t-card h3:before{content:"";display:inline-block;width:4px;height:1.2em;background:linear-gradient(180deg,#3b82f6,#06b6d4);border-radius:2px;flex-shrink:0}.t-card p{font-size:.9rem;color:#64748b;line-height:1.6;padding:0 1.5rem 1.5rem;margin:0}@media screen and (max-width:1100px){.tripcard{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:650px){.trip{padding:3rem 1.5rem}.trip h1{font-size:1.75rem}.tripcard{grid-template-columns:1fr;gap:1.25rem}.t-image{height:200px}}.footer{background:linear-gradient(180deg,#0f172a,#1e293b);color:#fff;padding:0}.footer-content{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:1rem;color:#94a3b8;margin-bottom:1rem}.footer-location{font-size:.9rem;color:#64748b;display:flex;align-items:flex-start;gap:.5rem}.footer-location i{color:#60a5fa;margin-top:.25rem}.footer-links h4,.footer-social h4{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-links a{display:block;color:#94a3b8;text-decoration:none;font-size:.95rem;padding:.375rem 0;transition:color .2s ease}.footer-links a:hover{color:#60a5fa}.footer-benefit{display:block;font-size:.75rem;color:#22c55e;padding:.25rem 0 .5rem}.footer-divider{height:1px;background:#ffffff1a;margin:.5rem 0}.footer-alt-label{display:block;font-size:.75rem;color:#64748b;padding:.25rem 0;text-transform:uppercase;letter-spacing:.05em}.footer-links a.secondary-link{color:#64748b;font-size:.85rem}.footer-links a.secondary-link:hover{color:#94a3b8}.footer-social{text-align:center}.social-icons{display:flex;justify-content:center;gap:1rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border-radius:12px;color:#fff;font-size:1.25rem;transition:all .2s ease;text-decoration:none}.social-icons a:hover{background:linear-gradient(135deg,#60a5fa,#34d399);transform:translateY(-2px)}.footer-bottom{padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.875rem;color:#64748b;margin:0}.footer-credit{display:flex;align-items:center;gap:.25rem}.footer-credit i{color:#f472b6;font-size:.75rem}@media screen and (max-width:900px){.footer-main{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2}}@media screen and (max-width:600px){.footer-content{padding:3rem 1.5rem 1.5rem}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:span 1;text-align:center}.footer-location{justify-content:center}.footer-links,.footer-social{text-align:center}.social-icons{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-section-wrapper{background:#f8fafc;padding:3rem 2rem}.map-section-header{text-align:center;margin-bottom:2rem}.map-section-header h2{font-size:2.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.map-section-header p{font-size:1.1rem;color:#64748b;margin:0}.map-interactive-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto;align-items:start}.map-sidebar{max-height:600px;overflow-y:auto;padding-right:.5rem}.map-sidebar::-webkit-scrollbar{width:6px}.map-sidebar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.map-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.map-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.map-sidebar-header{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1rem;font-weight:500;font-size:.95rem}.map-sidebar-header i{font-size:1.1rem;animation:point-bounce 1.5s ease-in-out infinite}@keyframes point-bounce{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.map-container-sticky{position:sticky;top:100px}.map-container-inner{width:100%;height:500px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;position:relative;margin-bottom:1rem}.map-hint{position:absolute;bottom:16px;left:16px;z-index:1000;background:#fff;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #0000001a;animation:hint-pulse 2s ease-in-out infinite}.map-hint i{color:#3b82f6;animation:arrow-bounce 1s ease-in-out infinite}@keyframes hint-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes arrow-bounce{0%,to{transform:translate(0)}50%{transform:translate(-4px)}}.map-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem;padding:.75rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b}.legend-item img{height:20px;width:auto}.places-container{width:100%;padding:0;margin:0 auto}.places-heading,.places-subheading{display:none}.places-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.place-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.place-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.place-card-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#1e293b}.place-card-header i{font-size:1rem;opacity:.8}.place-card-header h3{font-size:.9rem;font-weight:600;margin:0}.place-card-list{list-style:none;padding:0;margin:0}.place-card-list li{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;border-bottom:1px solid #f1f5f9;transition:background .2s ease}.place-card-list li:last-child{border-bottom:none}.place-name{font-size:.85rem;color:#334155;font-weight:500}.place-distance{font-size:.75rem;color:#94a3b8;font-weight:500;background:#f1f5f9;padding:.2rem .5rem;border-radius:20px;flex-shrink:0}.place-item.clickable{cursor:pointer}.place-item.clickable:hover{background:#eff6ff}.place-item.clickable:hover .place-name{color:#3b82f6}.place-item.selected{background:#dbeafe!important;border-left:3px solid #3b82f6}.place-item.selected .place-name{color:#1d4ed8;font-weight:600}.place-item.selected .place-distance{background:#3b82f6;color:#fff}.map-clear-btn{position:absolute;top:12px;right:12px;z-index:1000;background:#ef4444;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #ef44444d;transition:all .2s ease}.map-clear-btn:hover{background:#dc2626;transform:scale(1.05)}.map-clear-btn i{font-size:.75rem}@media screen and (max-width:1100px){.map-interactive-layout{grid-template-columns:1fr}.map-sidebar{max-height:none;order:2}.map-container-sticky{position:relative;top:0;order:1}.map-sidebar-header{display:none}.places-heading,.places-subheading{display:block;text-align:center}.places-heading{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.places-subheading{font-size:1rem;color:#64748b;margin-bottom:1.5rem}.places-container{padding-top:1.5rem}.map-hint{display:none}}@media screen and (max-width:700px){.map-section-wrapper{padding:2rem 1rem}.map-section-header h2{font-size:1.75rem}.map-container-inner{height:350px}.places-grid{grid-template-columns:1fr}.map-legend{flex-direction:column;gap:.5rem;align-items:center}}.location-intro{background:linear-gradient(135deg,#f8fafc,#eff6ff);padding:4rem 2rem}.location-intro-content{max-width:800px;margin:0 auto;text-align:center}.intro-tag{display:inline-block;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.025em}.location-intro h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.location-intro p{font-size:1.1rem;color:#64748b;line-height:1.8;max-width:650px;margin:0 auto}.distances-section{background:linear-gradient(135deg,#1e293b,#334155);padding:4rem 2rem}.distances-section h2{text-align:center;font-size:2rem;font-weight:700;color:#fff;margin-bottom:2.5rem}.distances-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.distance-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.distance-item i{font-size:1.5rem;color:#7dd3fc;margin-bottom:.75rem}.distance-label{font-size:.85rem;color:#94a3b8;margin-bottom:.5rem}.distance-value{font-size:1.25rem;font-weight:700;color:#fff}.area-highlights{background:#f8fafc;padding:4rem 2rem}.area-highlights h2{text-align:center;font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2.5rem}.highlights-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.highlight-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .2s ease}.highlight-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}.highlight-card img{width:100%;height:160px;object-fit:cover}.highlight-content{padding:1.25rem}.highlight-content h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.highlight-content p{font-size:.9rem;color:#64748b;line-height:1.5;margin:0}@media screen and (max-width:1024px){.distances-grid{grid-template-columns:repeat(3,1fr)}.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.location-intro h1{font-size:1.75rem}.distances-section h2,.map-header h2,.area-highlights h2{font-size:1.5rem}.distances-grid{grid-template-columns:repeat(2,1fr)}.highlights-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media screen and (max-width:480px){.distances-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}.location-intro,.distances-section,.map-section,.area-highlights{padding:2.5rem 1rem}}.MainDiv{display:flex;justify-content:center;width:100%}.StyledContactForm{width:100%}.StyledContactForm form{display:flex;flex-direction:column;gap:.25rem;width:100%;font-size:.95rem}.StyledContactForm form label{font-weight:500;color:#374151;margin-top:1rem;margin-bottom:.375rem}.StyledContactForm form label:first-child{margin-top:0}.StyledContactForm form input{width:100%;height:44px;padding:.75rem 1rem;outline:none;border-radius:10px;border:1px solid #e2e8f0;font-size:.95rem;transition:all .2s ease;background:#f8fafc}.StyledContactForm form input:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.StyledContactForm form textarea{width:100%;min-height:140px;max-height:300px;padding:.75rem 1rem;outline:none;border-radius:10px;border:1px solid #e2e8f0;font-size:.95rem;font-family:inherit;resize:vertical;transition:all .2s ease;background:#f8fafc}.StyledContactForm form textarea:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.StyledContactForm form input[type=submit]{margin-top:1.5rem;height:48px;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;font-weight:600;font-size:1rem;letter-spacing:.25px;transition:all .2s ease}.StyledContactForm form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.StyledContactForm form input[type=submit]:active{transform:translateY(0)}@media screen and (max-width:640px){.StyledContactForm form input,.StyledContactForm form textarea{font-size:16px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-hero{position:relative;height:320px;margin-top:100px;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0c4a6e);display:flex;align-items:center;justify-content:center;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200) center/cover no-repeat;opacity:.15}.contact-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(15,23,42,.6) 100%)}.contact-hero-content{position:relative;z-index:1;text-align:center;padding:0 2rem;max-width:700px}.hero-tag{display:inline-block;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.contact-hero-content h1{font-size:2.75rem;font-weight:700;color:#fff;margin:0 0 1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.contact-hero-content p{font-size:1.15rem;color:#ffffffe6;line-height:1.7;margin:0}.contact-page{max-width:800px;margin:0 auto;padding:3rem 2rem;min-height:auto}.contact-header{text-align:center;margin-bottom:2.5rem}.header-tag{display:inline-block;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;letter-spacing:.025em}.contact-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.contact-header p{font-size:1.1rem;color:#64748b;max-width:500px;margin:0 auto;line-height:1.6}.contact-main{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #0000000f}.form-card-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.form-card-header i{font-size:2rem;color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:1.25rem;border-radius:50%;box-shadow:0 4px 12px #3b82f626}.form-card-header>div{display:flex;flex-direction:column;align-items:center}.form-card-header h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.form-card-header p{font-size:.95rem;color:#64748b;margin:.5rem 0 0}.booking-options{background:linear-gradient(135deg,#f8fafc,#eff6ff);border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem 2rem;text-align:center}.booking-options h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.booking-options>p{font-size:.9rem;color:#64748b;margin-bottom:1rem}.booking-links-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.booking-link{display:flex;align-items:center;gap:.625rem;padding:.875rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:#1e293b;font-weight:500;font-size:.95rem;transition:all .2s ease}.booking-link:hover{border-color:#3b82f6;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.booking-link i{font-size:1.1rem;color:#3b82f6}.booking-link.booking-com i{color:#003580}.booking-link.booking-com:hover{border-color:#003580;background:#f0f4ff;box-shadow:0 4px 12px #00358026}.booking-options.secondary{background:#f8fafc;border:1px dashed #cbd5e1;margin-top:1rem}.booking-options.secondary h3{font-size:1rem;color:#64748b;font-weight:500}.booking-options.secondary>p{font-size:.85rem;color:#94a3b8}.booking-link.secondary{background:#f8fafc;border-color:#e2e8f0;color:#64748b;font-size:.9rem;padding:.75rem 1.25rem}.booking-link.secondary i{color:#94a3b8}.booking-link.secondary:hover{background:#fff;border-color:#94a3b8;color:#475569}.booking-link.secondary:hover i{color:#64748b}.contact-info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background:linear-gradient(135deg,#1e293b,#334155);padding:2rem;border-radius:20px;margin-top:1rem}.info-strip-item{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem}.info-strip-item i{font-size:1.25rem;color:#7dd3fc;flex-shrink:0;margin-top:.125rem}.info-strip-item h4{font-size:.9rem;font-weight:600;color:#fff;margin:0 0 .25rem}.info-strip-item p{font-size:.85rem;color:#94a3b8;margin:0;line-height:1.4}@media screen and (max-width:1024px){.contact-info-strip{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.contact-hero{height:280px;margin-top:80px}.contact-hero-content h1{font-size:2rem}.contact-hero-content p{font-size:1rem}.contact-page{padding:2rem 1rem}.contact-header h1{font-size:1.75rem}.contact-header p{font-size:1rem}.form-card{padding:1.5rem}.form-card-header{flex-direction:column;text-align:center}.form-card-header i{margin:0 auto}.booking-links-row{flex-direction:column}.booking-link{justify-content:center}.contact-info-strip{grid-template-columns:1fr;padding:1.5rem}.info-strip-item{border-bottom:1px solid #475569;padding-bottom:1rem}.info-strip-item:last-child{border-bottom:none;padding-bottom:.75rem}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media(min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.thumb{height:60px;width:100px;overflow:hidden}.thumb img{width:100%;height:auto}.slide{overflow:hidden}.box{width:100%;margin:0 auto;border-radius:16px;overflow:hidden}.box .carousel .slide img{border-radius:0}.slide img{width:100%;height:auto;max-height:500px;object-fit:cover}@media screen and (max-width:950px){.slide{height:auto}.box{width:100%;border-radius:12px}.slide img{max-height:400px}}@media screen and (max-width:650px){.slide{height:auto}.box{width:100%;border-radius:8px}.slide img{max-height:300px}}.info-area{width:100%}.descriptionDiv{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.infoNav{width:100%;background:#f8fafc;border-bottom:1px solid #e2e8f0}.listWithBorder{display:flex;list-style:none;margin:0;padding:0;gap:0;border-bottom:none;height:auto;overflow-x:auto}.listWithBorder li{padding:1rem 1.5rem;font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap;border-bottom:3px solid transparent;transition:all .2s ease}.listWithBorder li:hover{color:#1e293b;background:#f1f5f9;border-bottom:3px solid #cbd5e1}.itemSelected{color:#1e293b!important;background:#fff!important;border-bottom:3px solid #3b82f6!important}.textDiv{padding:1.5rem;text-align:left;margin:0;line-height:1.7;color:#475569}.textDiv p{margin-bottom:1rem}.textDiv p:last-child{margin-bottom:0}.descList{list-style:none;padding:0;margin:0}.descList li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.descList li:last-child{border-bottom:none}.descList li:before{content:"✓";color:#22c55e;font-weight:600;flex-shrink:0}.matterDiv{margin:0}.iframe-container{display:flex;justify-content:center;align-items:center;width:100%;height:500px;border-radius:12px;overflow:hidden}.iframe-container iframe{width:100%;height:100%;border:none}@media screen and (max-width:768px){.listWithBorder{gap:0}.listWithBorder li{padding:.875rem 1rem;font-size:.875rem}.textDiv{padding:1.25rem}.iframe-container{height:350px}}@media screen and (max-width:480px){.listWithBorder li{padding:.75rem;font-size:.8rem}}.about-hero-banner{position:relative;height:200px;margin-top:100px;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0c4a6e);display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?w=1200) center/cover no-repeat;opacity:.2}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0f172acc,#0f172a66)}.about-hero-content{position:relative;z-index:1;text-align:center;padding:0 2rem}.about-hero-tag{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:500;margin-bottom:.75rem;letter-spacing:.05em;text-transform:uppercase;border:1px solid rgba(255,255,255,.2)}.about-hero-content h2{font-size:1.75rem;font-weight:600;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3)}.listing-page{max-width:1200px;margin:0 auto;padding:2rem}.listing-header{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.listing-title-section h1{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.listing-subtitle{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:1rem}.listing-subtitle i{color:#94a3b8}.listing-quick-info{display:flex;gap:1rem;flex-wrap:wrap}.quick-info-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.9rem;background:#f1f5f9;padding:.625rem 1rem;border-radius:8px;border:1px solid #e2e8f0}.quick-info-item i{color:#3b82f6}.listing-gallery{margin-bottom:2rem}.listing-gallery .box{width:100%;margin-top:0}.listing-content{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:flex-start}.listing-main{min-width:0}.listing-main .houseInfo,.listing-main .bookButtonDiv{display:none}.listing-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.5rem}.booking-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.booking-card-highlight{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:.625rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.booking-card-highlight i{font-size:.9rem}.booking-card-header{display:flex;flex-direction:column;margin-bottom:1.25rem;text-align:center}.price-label{font-size:.85rem;color:#64748b}.price{font-size:1.35rem;font-weight:700;color:#1e293b}.enquiry-btn.primary{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:1rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;text-align:center;text-decoration:none;font-weight:600;font-size:1rem;border-radius:12px;margin-bottom:.75rem;transition:all .2s ease;border:none}.enquiry-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e66}.direct-benefit{text-align:center;font-size:.8rem;color:#64748b;margin:0 0 1rem}.booking-divider{display:flex;align-items:center;margin:1rem 0}.booking-divider:before,.booking-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.booking-divider span{padding:0 1rem;font-size:.8rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.booking-btn-secondary{display:block;width:100%;padding:.875rem;background:#f8fafc;color:#64748b;text-align:center;text-decoration:none;font-weight:500;font-size:.9rem;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.5rem;transition:all .2s ease}.booking-btn-secondary:last-child{margin-bottom:0}.booking-btn-secondary:hover{background:#fff;border-color:#94a3b8;color:#475569}.booking-card-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.stars{display:flex;gap:.125rem}.stars i{color:#fbbf24;font-size:.875rem}.booking-card-rating span{font-size:.875rem;color:#64748b}.booking-btn{display:block;width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;text-align:center;text-decoration:none;font-weight:600;font-size:1rem;border-radius:12px;margin-bottom:.75rem;transition:all .2s ease}.booking-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.booking-btn-alt{display:block;width:100%;padding:1rem;background:#fff;color:#003580;text-align:center;text-decoration:none;font-weight:600;font-size:.95rem;border:2px solid #003580;border-radius:12px;margin-bottom:.75rem;transition:all .2s ease}.booking-btn-alt:hover{background:#003580;color:#fff}.enquiry-btn{display:block;width:100%;padding:1rem;background:#fff;color:#1e293b;text-align:center;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.enquiry-btn:hover{border-color:#cbd5e1;background:#f8fafc}.features-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem}.features-card h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.features-card ul{list-style:none;padding:0;margin:0}.features-card li{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;color:#475569;font-size:.95rem}.features-card li i{color:#22c55e;font-size:.875rem}@media screen and (max-width:1024px){.listing-content{grid-template-columns:1fr}.listing-sidebar{position:static;flex-direction:row;flex-wrap:wrap}.booking-card,.features-card{flex:1;min-width:280px}}@media screen and (max-width:768px){.listing-page{padding:1rem;padding-top:80px}.listing-header{flex-direction:column}.listing-title-section h1{font-size:1.5rem}.listing-quick-info{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.75rem}.quick-info-item{font-size:.85rem;padding:.4rem .75rem}.listing-sidebar{flex-direction:column}.booking-card,.features-card{min-width:100%}}
