@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,sans-serif;line-height:1.6;color:#1a3c5e;background-color:#f5f5f5}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}body.menu-open{overflow:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:100px 0}.section-title{text-align:center;margin-bottom:60px;color:#1a3c5e;font-size:3rem}@media (max-width: 768px){.section-title{font-size:2.5rem;margin-bottom:40px}}.text-center{text-align:center}.btn{display:inline-block;padding:16px 32px;font-weight:600;font-size:18px;letter-spacing:.5px;transition:all .3s ease;text-align:center}.btn-primary{background-color:#d4af37;color:#1a3c5e}.btn-primary:hover{background-color:#b29126}.btn-secondary{background-color:transparent;border:2px solid #d4af37;color:#1a3c5e}.btn-secondary:hover{background-color:#d4af37;color:#1a3c5e}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:15px 0;transition:all .3s ease;background-color:transparent}.header.scrolled{background-color:#1a3c5e;box-shadow:0 2px 10px #0000001a}.header.hidden{transform:translateY(-100%)}.header .container{display:flex;justify-content:space-between;align-items:center;max-width:1300px}.header .logo img{height:70px;width:auto;transition:height .3s ease}.header .nav{display:flex;align-items:center}.header .nav-menu{display:flex;flex-wrap:wrap}.header .nav-menu li{margin-left:20px;margin-bottom:5px}.header .nav-menu li a{color:#fff;font-weight:500;font-size:15px;letter-spacing:.5px;transition:color .3s ease}.header .nav-menu li a:hover{color:#d4af37}.header .menu-toggle{display:none;background:none;border:none;cursor:pointer}.header .menu-toggle span{display:block;width:25px;height:3px;margin:5px 0;background:#ffffff;transition:all .3s ease}@media (max-width: 768px){.header .logo img{height:60px}.header .menu-toggle{display:block}.header .nav-menu{position:absolute;top:100%;left:0;width:100%;background-color:#1a3c5e;flex-direction:column;padding:20px 0;display:none}.header .nav-menu.active{display:flex}.header .nav-menu li{margin:10px 0;text-align:center}}@media (max-width: 768px){.header .header .nav{position:relative}.header .header .nav-menu{display:none;position:fixed;top:70px;left:0;width:100%;background-color:#1a3c5e;flex-direction:column;padding:20px 0;z-index:1000}.header .header .nav-menu.active{display:flex}.header .header .nav-menu li{margin:10px 0;text-align:center}.header .header .nav-menu li a{display:block;padding:10px 0;font-size:18px}.header .header .nav .menu-toggle{display:block;z-index:1001}.header .header .nav .menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .header .nav .menu-toggle.active span:nth-child(2){opacity:0}.header .header .nav .menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}.hero{position:relative;height:100vh;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%) translateY(-50%);object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d}.hero-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px}.hero-content h1{font-size:5rem;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media (max-width: 768px){.hero-content h1{font-size:3rem}}.hero-content p{font-size:2rem;font-weight:300;margin-bottom:2.5rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width: 768px){.hero-content p{font-size:1.5rem}}.about{background-color:#fff}.about-content{display:flex;gap:60px;align-items:center}@media (max-width: 992px){.about-content{flex-direction:column}}.about-image{flex:1}.about-image img{width:100%;box-shadow:0 10px 30px #0000001a}.about-text{flex:1}.about-text h3{font-size:2rem;margin-bottom:20px;color:#1a3c5e}.about-text p{margin-bottom:20px;line-height:1.8;color:#555}.history{background-color:#f5f5f5}.history-content{display:flex;flex-direction:row-reverse;gap:60px;align-items:center}@media (max-width: 992px){.history-content{flex-direction:column}}.history-image{flex:1}.history-image img{width:100%;box-shadow:0 10px 30px #0000001a}.history-text{flex:1}.history-text h3{font-size:2rem;margin-bottom:20px;color:#1a3c5e}.history-text p{margin-bottom:20px;line-height:1.8;color:#555}.history-text .date{font-weight:700;color:#d4af37}.farm{background-color:#fff}.farm-content{display:flex;flex-direction:column;gap:60px}.farm-intro{text-align:center;max-width:800px;margin:0 auto 40px}.farm-intro p{font-size:1.2rem;line-height:1.8}.farm-features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.farm-features{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.farm-features{grid-template-columns:1fr}}.farm-feature{background-color:#f5f5f5;box-shadow:0 5px 15px #0000000d;overflow:hidden}.farm-feature-image{height:250px;overflow:hidden}.farm-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.farm-feature-content{padding:25px}.farm-feature-content h3{font-size:1.5rem;margin-bottom:15px;color:#1a3c5e}.farm-feature-content p{margin-bottom:15px;line-height:1.6}.farm-feature:hover .farm-feature-image img{transform:scale(1.05)}.farm-map{margin-top:60px}.farm-map h3{text-align:center;font-size:2rem;margin-bottom:30px;color:#1a3c5e}.farm-map-container{height:400px;background-color:#f5f5f5}.farm-map-container iframe{width:100%;height:100%;border:none}.farmhouse{background-color:#f5f5f5}.farmhouse-content{display:flex;flex-direction:column;gap:60px}.farmhouse-intro{text-align:center;max-width:800px;margin:0 auto 40px}.farmhouse-intro p{font-size:1.2rem;line-height:1.8}.farmhouse-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,300px);gap:20px}@media (max-width: 768px){.farmhouse-gallery{grid-template-columns:1fr;grid-template-rows:repeat(4,250px)}}.farmhouse-gallery-item{position:relative;overflow:hidden}.farmhouse-gallery-item:first-child{grid-column:1/3}@media (max-width: 768px){.farmhouse-gallery-item:first-child{grid-column:1}}.farmhouse-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.farmhouse-gallery-item:hover img{transform:scale(1.05)}.farmhouse-gallery-item-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:15px;transform:translateY(100%);transition:transform .3s ease}.farmhouse-gallery-item:hover .farmhouse-gallery-item-caption{transform:translateY(0)}.farmhouse-features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.farmhouse-features{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.farmhouse-features{grid-template-columns:1fr}}.farmhouse-feature{text-align:center;padding:30px;background-color:#fff;box-shadow:0 5px 15px #0000000d}.farmhouse-feature i{font-size:2.5rem;color:#d4af37;margin-bottom:20px;display:block}.farmhouse-feature h3{font-size:1.5rem;margin-bottom:15px;color:#1a3c5e}.farmhouse-feature p{font-size:1rem;line-height:1.6}[class^=icon-]{display:inline-block;width:60px;height:60px;background-color:#d4af37;border-radius:50%;position:relative}[class^=icon-]:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background-color:#1a3c5e;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.icon-bedroom:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6zM7 11h10v2H7z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6zM7 11h10v2H7z'/%3E%3C/svg%3E")}.icon-bathroom:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7c0-1.1.9-2 2-2s2 .9 2 2h2c0-2.21-1.79-4-4-4S5 4.79 5 7h2zm10 10c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2H5c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4h-2zm2-4H5v2h14v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7c0-1.1.9-2 2-2s2 .9 2 2h2c0-2.21-1.79-4-4-4S5 4.79 5 7h2zm10 10c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2H5c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4h-2zm2-4H5v2h14v-2z'/%3E%3C/svg%3E")}.icon-kitchen:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 2.01L6 2c-1.1 0-2 .89-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.11-.9-1.99-2-1.99zM18 20H6v-9.02h12V20zm0-11H6V4h12v5zM8 5h2v3H8zm0 7h2v5H8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 2.01L6 2c-1.1 0-2 .89-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.11-.9-1.99-2-1.99zM18 20H6v-9.02h12V20zm0-11H6V4h12v5zM8 5h2v3H8zm0 7h2v5H8z'/%3E%3C/svg%3E")}.icon-porch:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 12h8v6H8zm2 2v2h4v-2zm11-6h-4c0-2.76-2.24-5-5-5S7 5.24 7 8H3v6h3v6h12v-6h3V8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 12h8v6H8zm2 2v2h4v-2zm11-6h-4c0-2.76-2.24-5-5-5S7 5.24 7 8H3v6h3v6h12v-6h3V8z'/%3E%3C/svg%3E")}.icon-solar:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-14L6 6v2h12V6l-6-5zM6 18h12v-2H6v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-14L6 6v2h12V6l-6-5zM6 18h12v-2H6v2z'/%3E%3C/svg%3E")}.icon-wifi:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z'/%3E%3C/svg%3E")}.icon-calendar:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zm-7 5h5v5h-5v-5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zm-7 5h5v5h-5v-5z'/%3E%3C/svg%3E")}.icon-policy:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E")}.icon-payment:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E")}.icon-cleanliness:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11h-1V3c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v8H8c-2.76 0-5 2.24-5 5v7h18v-7c0-2.76-2.24-5-5-5zm3 10h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H9v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5v-5c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3v5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11h-1V3c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v8H8c-2.76 0-5 2.24-5 5v7h18v-7c0-2.76-2.24-5-5-5zm3 10h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H9v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5v-5c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3v5z'/%3E%3C/svg%3E")}.icon-fire:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.48 12.35c-1.57-4.08-7.16-4.3-5.81-10.23.1-.44-.37-.78-.75-.55C9.29 3.71 6.68 8 8.87 13.62c.18.46-.36.89-.75.59-1.81-1.37-2-3.34-1.84-4.75.06-.52-.62-.77-.91-.34C4.69 10.16 4 11.84 4 14.37c.38 5.6 5.11 7.32 6.81 7.54 2.43.31 5.06-.14 6.95-1.87 2.08-1.93 2.84-5.01 1.72-7.69zm-9.28 5.03c1.44-.35 2.18-1.39 2.38-2.31.33-1.43-.96-2.83-.09-5.09.33 1.87 3.27 3.04 3.27 5.08.08 2.53-2.66 4.7-5.56 2.32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.48 12.35c-1.57-4.08-7.16-4.3-5.81-10.23.1-.44-.37-.78-.75-.55C9.29 3.71 6.68 8 8.87 13.62c.18.46-.36.89-.75.59-1.81-1.37-2-3.34-1.84-4.75.06-.52-.62-.77-.91-.34C4.69 10.16 4 11.84 4 14.37c.38 5.6 5.11 7.32 6.81 7.54 2.43.31 5.06-.14 6.95-1.87 2.08-1.93 2.84-5.01 1.72-7.69zm-9.28 5.03c1.44-.35 2.18-1.39 2.38-2.31.33-1.43-.96-2.83-.09-5.09.33 1.87 3.27 3.04 3.27 5.08.08 2.53-2.66 4.7-5.56 2.32z'/%3E%3C/svg%3E")}.icon-wildlife:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.5 9.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M9 5.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M15 5.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M19.5 9.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.5 9.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M9 5.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M15 5.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M19.5 9.5m-2.5 0a2.5 2.5 0 1 1 5 0a2.5 2.5 0 1 1 -5 0M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z'/%3E%3C/svg%3E")}.icon-vehicle:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.08 3.11H5.77L6.85 7zM19 17H5v-5h14v5z M7.5 14.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z M16.5 14.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.08 3.11H5.77L6.85 7zM19 17H5v-5h14v5z M7.5 14.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z M16.5 14.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z'/%3E%3C/svg%3E")}.icon-location:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E")}.icon-phone:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E")}.icon-email:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E")}.icon-hours:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E")}.icon-facebook:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z'/%3E%3C/svg%3E")}.icon-instagram:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153.509.5.902 1.105 1.153 1.772.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 01-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 01-1.772-1.153 4.904 4.904 0 01-1.153-1.772c-.247-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.218-1.79.465-2.428a4.88 4.88 0 011.153-1.772A4.897 4.897 0 015.45 2.525c.638-.247 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 1.802c-2.67 0-2.986.01-4.04.059-.976.045-1.505.207-1.858.344-.466.182-.8.398-1.15.748-.35.35-.566.684-.748 1.15-.137.353-.3.882-.344 1.857-.048 1.055-.058 1.37-.058 4.04 0 2.67.01 2.986.058 4.04.045.976.207 1.505.344 1.858.182.466.399.8.748 1.15.35.35.684.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.04.058 2.67 0 2.987-.01 4.04-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.684.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.04 0-2.67-.01-2.986-.058-4.04-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.054-.048-1.37-.058-4.04-.058zm0 3.063a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 8.468a3.333 3.333 0 100-6.666 3.333 3.333 0 000 6.666zm6.538-8.469a1.2 1.2 0 11-2.4 0 1.2 1.2 0 012.4 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153.509.5.902 1.105 1.153 1.772.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 01-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 01-1.772-1.153 4.904 4.904 0 01-1.153-1.772c-.247-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.218-1.79.465-2.428a4.88 4.88 0 011.153-1.772A4.897 4.897 0 015.45 2.525c.638-.247 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 1.802c-2.67 0-2.986.01-4.04.059-.976.045-1.505.207-1.858.344-.466.182-.8.398-1.15.748-.35.35-.566.684-.748 1.15-.137.353-.3.882-.344 1.857-.048 1.055-.058 1.37-.058 4.04 0 2.67.01 2.986.058 4.04.045.976.207 1.505.344 1.858.182.466.399.8.748 1.15.35.35.684.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.04.058 2.67 0 2.987-.01 4.04-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.684.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.04 0-2.67-.01-2.986-.058-4.04-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.054-.048-1.37-.058-4.04-.058zm0 3.063a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 8.468a3.333 3.333 0 100-6.666 3.333 3.333 0 000 6.666zm6.538-8.469a1.2 1.2 0 11-2.4 0 1.2 1.2 0 012.4 0z'/%3E%3C/svg%3E")}.icon-twitter:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z'/%3E%3C/svg%3E")}.activities{background-color:#fff}.activities-tabs{display:flex;justify-content:center;margin-bottom:40px;border-bottom:1px solid rgba(26,60,94,.2)}.activities-tabs-button{background:none;border:none;padding:15px 30px;font-size:1.1rem;font-weight:600;color:#1a3c5eb3;cursor:pointer;position:relative;transition:all .3s ease}.activities-tabs-button:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#d4af37;transform:scaleX(0);transition:transform .3s ease}.activities-tabs-button.active{color:#1a3c5e}.activities-tabs-button.active:after{transform:scaleX(1)}.activities-tabs-button:hover{color:#1a3c5e}@media (max-width: 768px){.activities-tabs{flex-wrap:wrap}.activities-tabs-button{padding:10px 20px;font-size:1rem}}.activities-content-panel{display:none}.activities-content-panel.active{display:block;animation:fadeIn .5s ease forwards}.activities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.activities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.activities-grid{grid-template-columns:1fr}}.activities-item{background-color:#f5f5f5;border-radius:4px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.activities-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.activities-item-image{height:200px;overflow:hidden;position:relative}.activities-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.activities-item-image .placeholder-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.7);color:#fff;padding:10px 15px;border-radius:4px;font-size:.9rem;text-align:center}.activities-item-content{padding:25px}.activities-item-content h3{font-size:1.5rem;margin-bottom:15px;color:#1a3c5e}.activities-item-content p{margin-bottom:15px;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.booking{background-color:#f5f5f5;position:relative}.booking:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/booking-background-e67a3d18.jpg);background-size:cover;background-position:center;opacity:.1;z-index:0}.booking .container{position:relative;z-index:1}.booking-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto}.booking-intro{margin-bottom:40px}.booking-intro p{font-size:1.2rem;line-height:1.8;margin-bottom:20px}.booking-options{display:flex;gap:30px;margin-bottom:50px}@media (max-width: 768px){.booking-options{flex-direction:column}}.booking-option{flex:1;background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.booking-option:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.booking-option h3{font-size:1.8rem;color:#1a3c5e;margin-bottom:15px}.booking-option .price{font-size:1.5rem;font-weight:700;color:#d4af37;margin-bottom:20px}.booking-option ul{text-align:left;margin-bottom:25px}.booking-option ul li{margin-bottom:10px;position:relative;padding-left:25px}.booking-option ul li:before{content:"✓";position:absolute;left:0;color:#d4af37;font-weight:700}.booking-cta{margin-top:20px}.booking-cta .btn{margin:0 10px}.booking-details{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.booking-details{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.booking-details{grid-template-columns:1fr}}.booking-detail{background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 5px 15px #0000000d}.booking-detail h3{font-size:1.4rem;color:#1a3c5e;margin-bottom:15px;display:flex;align-items:center}.booking-detail h3 i{margin-right:10px;color:#d4af37}.booking-detail p{line-height:1.6}.booking-detail ul{text-align:left}.booking-detail ul li{margin-bottom:8px}.rules{background-color:#fff}.rules-content{max-width:900px;margin:0 auto}.rules-intro{text-align:center;margin-bottom:50px}.rules-intro p{font-size:1.2rem;line-height:1.8}.rules-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media (max-width: 768px){.rules-categories{grid-template-columns:1fr}}.rules-category h3{font-size:1.8rem;color:#1a3c5e;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #d4af37;display:flex;align-items:center}.rules-category h3 i{margin-right:15px;color:#d4af37}.rules-category ul li{margin-bottom:15px;padding-left:30px;position:relative;line-height:1.6}.rules-category ul li:before{content:"•";position:absolute;left:10px;color:#d4af37;font-size:1.2rem}.rules-category ul li strong{color:#1a3c5e;font-weight:600}.rules-important{margin-top:50px;padding:30px;background-color:#1a3c5e0d;border-left:4px solid #1a3c5e;border-radius:4px}.rules-important h3{font-size:1.5rem;color:#1a3c5e;margin-bottom:15px}.rules-important p{line-height:1.6}.rules-acceptance{margin-top:40px;text-align:center}.rules-acceptance p{font-style:italic;margin-bottom:20px}.contact{background-color:#f5f5f5}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}@media (max-width: 992px){.contact-content{grid-template-columns:1fr}}.contact-info h3{font-size:2rem;color:#1a3c5e;margin-bottom:30px}.contact-info-item{display:flex;margin-bottom:25px}.contact-info-item i{flex-shrink:0;margin-right:15px;color:#d4af37}.contact-info-item .details h4{font-size:1.2rem;color:#1a3c5e;margin-bottom:5px}.contact-info-item .details p,.contact-info-item .details a{line-height:1.6;color:#555}.contact-info-item .details a{transition:color .3s ease}.contact-info-item .details a:hover{color:#d4af37}.contact-directions{margin-top:40px}.contact-directions h4{font-size:1.4rem;color:#1a3c5e;margin-bottom:15px}.contact-directions .direction{margin-bottom:20px}.contact-directions .direction h5{font-size:1.1rem;color:#1a3c5e;margin-bottom:10px;display:flex;align-items:center}.contact-directions .direction h5:before{content:"";display:inline-block;width:8px;height:8px;background-color:#d4af37;border-radius:50%;margin-right:10px}.contact-directions .direction p{padding-left:18px;line-height:1.6}.contact-map{height:100%;min-height:400px}.contact-map iframe{width:100%;height:100%;min-height:400px;border:none;border-radius:8px;box-shadow:0 5px 20px #0000001a}.contact-social{margin-top:50px;text-align:center}.contact-social h3{font-size:1.8rem;color:#1a3c5e;margin-bottom:20px}.contact-social-links{display:flex;justify-content:center;gap:20px}.contact-social-links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#1a3c5e;color:#fff;border-radius:50%;transition:all .3s ease}.contact-social-links a:hover{background-color:#d4af37;transform:translateY(-3px)}.contact-social-links a i{font-size:1.5rem}.direction-link{text-align:center;margin:30px 0}.direction-link .btn{display:inline-flex;align-items:center;gap:10px}.direction-link .btn i{font-size:1.2rem}.footer{background-color:#1a3c5e;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:40px}@media (max-width: 992px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr}}.footer-column h3{color:#d4af37;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#d4af37}.footer-column p{margin-bottom:15px;line-height:1.6}.footer-column .logo{margin-bottom:20px}.footer-column .logo img{max-width:180px}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{font-size:.9rem;color:#ffffffb3}
