@charset "UTF-8";.btn{text-decoration:none;padding:.625rem 1.25rem;font-weight:600;line-height:normal;cursor:pointer;transition:var(--transition);border-radius:var(--border-radius);border-width:1px;border-style:solid;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.btn-primary{border-color:var(--border-blue);background-color:var(--primary-dark);color:#fff}.btn.btn-secondary{border-color:var(--gray-light);background-color:transparent;color:var(--gray)}.btn.btn-secondary:hover{border-color:var(--gray);background-color:var(--gray-lighter)}.btn.btn-outline{border-color:var(--border-dark);color:var(--border-dark)}.btn.btn-outline:hover{background-color:var(--border-dark);color:var(--white)}header{background:#ffffffeb;box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 0;transition:var(--transition)}header nav{max-width:var(--max-width);display:flex;justify-content:space-between;align-items:center}header nav .logo{font-weight:700;color:var(--primary-dark);text-decoration:none;display:flex;align-items:center;gap:.5rem}header nav picture{display:flex}header nav .nav-links{display:none;gap:1.2rem}header nav .nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:var(--transition);position:relative;padding:.5rem .2rem}header nav .nav-links a.my-booking{background-color:var(--background-blue);color:#fff;border-radius:1.25rem;padding:.5rem 1rem}header nav .nav-links a:not(.my-booking):hover,header nav .nav-links a.active{color:var(--primary-dark)}header nav .nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-dark);transition:var(--transition)}header nav .nav-links a:not(.my-booking):hover:after,header nav .nav-links a.active:after{width:100%}header nav .nav-right{display:flex;align-items:center;gap:1rem}header nav .nav-right .language-toggle{display:flex;gap:.3rem;background:#2563eb14;padding:.3rem;border-radius:50px;align-items:center;box-shadow:var(--shadow)}header nav .nav-right .language-toggle .lang-btn{padding:.4rem .8rem;border-radius:50px;font-size:.9rem;font-weight:600;text-decoration:none;color:var(--primary-color);background:transparent;transition:var(--transition)}header nav .nav-right .language-toggle .lang-btn.active{background:var(--primary-dark);color:#fff;box-shadow:0 4px 10px #2563eb4d}header nav .nav-right .language-toggle .lang-btn:hover{background:var(--primary-dark);color:var(--white)}header nav .nav-right .nav-toggle{display:flex;background:transparent;border:none;cursor:pointer;font-size:1.4rem;color:var(--text-dark);padding:.4rem;transition:var(--transition)}header nav .nav-right .nav-toggle:hover{color:var(--primary-dark)}header .mobile-menu{display:block;position:fixed;top:85px;left:0;right:0;background:var(--white);z-index:999;box-shadow:0 10px 11px #0000001a;max-height:0;overflow:hidden;transition:max-height .5s ease}header .mobile-menu .mobile-links{display:flex;flex-direction:column;padding:1rem}header .mobile-menu .mobile-links a{padding:.7rem 0;text-decoration:none;color:var(--text-dark);font-weight:500;border-bottom:.5px solid rgba(0,0,0,.05);transition:var(--transition);display:flex;align-items:center;gap:.6rem}header .mobile-menu .mobile-links a[href="#blog"]{color:var(--local-color);font-weight:700;background:#8b5cf614;padding:1rem;border-radius:8px;margin-top:.5rem}header .mobile-menu .mobile-links a[href="#blog"]:hover{background:#8b5cf626;color:var(--local-color);padding-left:12px}header .mobile-menu .mobile-links a:hover{color:var(--primary-dark);padding-left:10px}header .mobile-menu.active{max-height:400px}@media(min-width:992px){header nav .nav-right .nav-toggle{display:none}header .mobile-menu{display:none}}@media(min-width:1024px){header nav .nav-links{display:flex}header nav .nav-links{gap:1.8rem}}.breadcrumbs{padding:30px 0 20px;background-color:var(--light)}.breadcrumbs ul{display:flex;list-style:none;gap:10px;flex-wrap:wrap}.breadcrumbs li{display:flex;align-items:center;gap:10px;color:var(--gray);font-size:.9rem}.breadcrumbs a{color:var(--primary-black);text-decoration:none;transition:var(--transition)}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs li:not(:last-child):after{content:"›";color:var(--gray)}.footer{padding-top:2rem;padding-bottom:2rem;border-top:1px solid #c3c5ca}.footer h3,.footer h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer a{color:var(--text-dark);text-decoration:none;display:block}.footer a:hover{color:var(--text-dark);text-decoration:underline}.footer p{display:flex;align-items:center;gap:.5rem}.footer p span.icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.footer p span.icon svg{width:16px;height:16px}.footer .social-links{display:flex;gap:1rem;margin-top:1rem}.footer .social-links .social-link{width:40px;height:40px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;color:var(--white)}.footer .social-links .social-link svg{width:20px;height:20px;fill:#fff;color:#fff}.footer .social-links .social-link svg.tripadvisor{width:25px;height:25px}.footer .social-links .social-link:hover{background:var(--background-blue)}.footer .footer-content{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:40px}.footer .footer-content .footer-section{display:flex;flex-direction:column;gap:.75rem}.footer.single .footer-bottom{border:0;padding:0}.footer .footer-bottom{border-top:1px solid #c3c5ca;padding-top:1.5rem}.footer .footer-bottom>div{display:flex;justify-content:space-between;align-items:center}.footer .footer-bottom>div>div{align-items:center;display:flex;flex-direction:row;justify-content:center;gap:1rem}.footer .footer-bottom>div>div div:first-child{align-items:center;display:flex;flex-direction:row;gap:.5rem}@media(max-width:768px){.footer .footer-bottom>div{gap:.5rem;flex-direction:column}}@media(min-width:768px){.footer .footer-content{grid-template-columns:1fr 1fr}}@media(min-width:1200px){.footer .footer-content{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}}body{background-color:var(--background-main-white-bone)!important}.post-hero{width:100%;position:relative}.post-hero .post-hero-image{position:relative;width:100%;height:60vh;min-height:400px;max-height:400px;overflow:hidden}.post-hero .post-hero-image .hero-banner{width:100%;height:100%;object-fit:cover;object-position:center}.post-hero .post-hero-image .post-hero-overlay{position:absolute;inset:0;background:linear-gradient(#191f2680,#191f2680)}.post-article{margin-top:2rem;margin-bottom:2rem;background:#fff;border-radius:12px;box-shadow:0 5px 12px #00000014;overflow:hidden}.post-article .post-header{padding:1rem;border-bottom:1px solid #eaeaea}.post-article .post-header .post-main-title{font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;text-align:left}@media(min-width:768px){.post-article .post-header .post-main-title{font-size:2rem}}.post-article .post-header .post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.938rem;margin-bottom:1.25rem}.post-article .post-header .post-meta .author-info{display:flex;align-items:center;gap:12px}.post-article .post-header .post-meta .author-info .author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #eaeaea}.post-article .post-header .post-meta .author-info .author-details{display:flex;flex-direction:column}.post-article .post-header .post-meta .author-info .author-details .author-name{font-weight:600;color:#2c3e50;font-size:1.05rem}.post-article .post-header .post-meta .author-info .author-details .author-title{font-size:.85rem;color:#7f8c8d;margin-top:2px}.post-article .post-header .post-meta .publish-date{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;font-size:.9rem;background:#f8f9fa;padding:8px 12px;margin-left:auto;border-radius:20px}@media(max-width:768px){.post-article .post-header .post-meta{flex-direction:column;align-items:flex-start;gap:.625rem}.post-article .post-header .post-meta .publish-date{margin-left:0}}.post-article .post-header .post-tags{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.post-article .post-header .post-tags .post-tag{background:#2c5aa0;color:#fff;padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid white;transition:all .3s ease}@media(max-width:480px){.post-article .post-header .post-tags{gap:.75rem}.post-article .post-header .post-tags .tags-label{flex-basis:100%}}.post-article .post-body{color:#333;font-size:1.125rem;line-height:1.8;padding:1rem}.post-article .post-body h1,.post-article .post-body h2,.post-article .post-body h3,.post-article .post-body h4,.post-article .post-body h5,.post-article .post-body h6{color:#333;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:600;line-height:1.3}.post-article .post-body h1{font-size:2rem;border-bottom:2px solid #2c5aa0;padding-bottom:.5rem}.post-article .post-body h2{font-size:1.75rem;color:#2c5aa0}.post-article .post-body h3{font-size:1.5rem}.post-article .post-body h4{font-size:1.25rem}.post-article .post-body p{margin-bottom:1.5rem;text-align:justify}.post-article .post-body ul,.post-article .post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-article .post-body ul li,.post-article .post-body ol li{margin-bottom:.75rem;line-height:1.6}.post-article .post-body ul{list-style-type:disc}.post-article .post-body ol{list-style-type:decimal}.post-article .post-body blockquote{border-left:4px solid #2c5aa0;padding:1.5rem 2rem;margin:2rem 0;background:#cbdaf1;border-radius:0 8px 8px 0;font-style:italic;color:#545b62}.post-article .post-body blockquote p{margin-bottom:0;font-size:1.1rem}.post-article .post-body code{background:#f8f9fa;padding:.2rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;color:#e53e3e;border:1px solid #e9ecef}.post-article .post-body pre{background:#2d3748;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;border-left:4px solid #2c5aa0}.post-article .post-body pre code{background:none;color:inherit;padding:0;border:none}.post-article .post-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 4px 15px #0000001a}.post-article .post-body img.align-left{float:left;margin-right:2rem;margin-bottom:1rem;max-width:50%}.post-article .post-body img.align-right{float:right;margin-left:2rem;margin-bottom:1rem;max-width:50%}.post-article .post-body img.align-center{display:block;margin-left:auto;margin-right:auto}.post-article .post-body a{color:#2c5aa0;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.post-article .post-body a:hover{color:#1c3864;border-bottom-color:currentColor}.post-article .post-body table{width:100%;border-collapse:collapse;margin:2rem 0}.post-article .post-body table th,.post-article .post-body table td{padding:1rem;border:1px solid #e9ecef;text-align:left}.post-article .post-body table th{background:#2c5aa0;color:#fff;font-weight:600}.post-article .post-body table tr:nth-child(2n){background:#f8f9fa}@media(max-width:768px){.post-article .post-body{font-size:1rem}.post-article .post-body h1{font-size:1.75rem}.post-article .post-body h2{font-size:1.5rem}.post-article .post-body h3{font-size:1.25rem}.post-article .post-body img.align-left,.post-article .post-body img.align-right{float:none;margin:1rem auto;max-width:100%}}.post-article .post-share{margin-top:3rem;border-top:1px solid var(--gray-light);display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem}.post-article .post-share .share-label{font-weight:600;color:#333;font-size:1rem}.post-article .post-share .share-buttons{display:none;gap:.75rem;flex-wrap:wrap}.post-article .post-share .share-button{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid #e9ecef;background:#fff;color:#333;cursor:pointer}.post-article .post-share .share-button svg{width:16px;height:16px}.post-article .post-share .share-button.share-facebook{background:#1877f2;color:#fff;border-color:#1877f2}.post-article .post-share .share-button.share-facebook:hover{background:#0b5fcc;transform:translateY(-2px);box-shadow:0 4px 12px #1877f24d}.post-article .post-share .share-button.share-twitter{background:#1da1f2;color:#fff;border-color:#1da1f2}.post-article .post-share .share-button.share-twitter:hover{background:#0c85d0;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.post-article .post-share .share-button.share-linkedin{background:#0077b5;color:#fff;border-color:#0077b5}.post-article .post-share .share-button.share-linkedin:hover{background:#005582;transform:translateY(-2px);box-shadow:0 4px 12px #0077b54d}.post-article .post-share .share-button.share-whatsapp{background:#25d366;color:#fff;border-color:#25d366}.post-article .post-share .share-button.share-whatsapp:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.post-article .post-share .share-button.share-copy{background:#6c757d;color:#fff;border-color:#6c757d}.post-article .post-share .share-button.share-copy:hover{background:#545b62;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.post-article .post-share .share-button.mobile-share-button{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.post-article .post-share .share-button.mobile-share-button:hover{background:#214478;transform:translateY(-2px);box-shadow:0 4px 12px #2c5aa04d}.post-article .post-share .share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.post-article .post-share .share-button.loading{opacity:.7;pointer-events:none}.post-article .post-share .share-button.success{background:#28a745!important;border-color:#28a745!important}.post-article .post-share .mobile-share-button{padding:.85rem 1.2rem;width:100%;justify-content:center}@media(max-width:768px){.post-article .post-share{flex-direction:column;align-items:flex-start}.post-article .post-share .share-buttons{width:100%}.post-article .post-share .share-buttons .share-button{flex:1;justify-content:center;min-width:120px}}@media(max-width:480px){.post-article .post-share .share-buttons{flex-direction:column}.post-article .post-share .share-buttons .share-button{width:100%}}@media(min-width:768px){.post-article .post-share .share-buttons{display:flex}.post-article .post-share .mobile-share-button{display:none}}@media(min-width:768px){.post-article .post-header,.post-article .post-body,.post-article .post-share{padding:30px 40px 20px}}.share-toast{position:fixed;bottom:20px;right:20px;background:#28a745;color:#fff;padding:1rem 1.5rem;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;transform:translateY(100px);opacity:0;transition:all .3s ease}.share-toast.show{transform:translateY(0);opacity:1}@media(max-width:768px){.share-toast{bottom:10px;right:10px;left:10px}}@media(max-width:768px){.post-hero .post-hero-image{height:40vh;min-height:300px}}@media(max-width:480px){.post-hero .post-hero-image{height:30vh;min-height:250px}}
