@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#cdecff;color:#053047;line-height:1.7;font-size:16px}.container,body{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.container,.header .container{padding:0 1rem}.header{background:linear-gradient(135deg,#1e6482,#287896);color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1);width:100%}.header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative;width:100%;overflow:hidden}.logo-container{display:flex;align-items:center;z-index:1001}.logo-container,.logo-text{text-decoration:none;color:#fff}.logo-text{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:700;margin:0;white-space:nowrap}.logo{height:80px;width:auto;object-fit:contain}.hero-logo{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;width:100%}.hero-logo-img{width:auto;height:200px;max-width:100%;aspect-ratio:16/9;object-fit:contain}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:999}.menu-toggle{display:none;background:none;border:none;padding:.5rem;z-index:1001;color:#fff}.hamburger,.menu-toggle{cursor:pointer;position:relative}.hamburger{display:flex;flex-direction:column;width:25px;height:20px;justify-content:space-between}.hamburger span{display:block;height:3px;width:100%;background:#fff;border-radius:3px;transition:all .3s ease;position:absolute}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger.open span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:translateX(-10px)}.hamburger.open span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.nav{display:flex;gap:2rem;align-items:center;position:relative}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s;padding:.5rem 0}.nav a:hover{opacity:.8}.hero{position:relative;background:linear-gradient(135deg,rgba(205,236,255,.95),rgba(176,223,255,.95)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23cdecff" width="1200" height="600"/><path fill="%23b0dfff" d="M0,300 Q300,200 600,300 T1200,300 L1200,600 L0,600 Z"/></svg>');background-size:cover;background-position:50%;background-attachment:fixed;color:#fff;padding:6rem 0;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(205,236,255,.9),rgba(176,223,255,.9));z-index:1}.hero-container{position:relative;z-index:2}.hero h1{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word;color:#053047;text-shadow:1px 1px 2px hsla(0,0%,100%,.15);line-height:1.2}.hero-tagline{font-size:1.5rem;margin-bottom:2.5rem;color:#074d63;opacity:.98;font-weight:500;text-shadow:none}.btn-hero{display:inline-block;background:#1a54a5;color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .25s ease;box-shadow:0 4px 15px rgba(30,100,130,.35)}.btn-hero:hover{background:#15488d;transform:translateY(-2px);box-shadow:0 6px 20px rgba(21,72,141,.45)}.section{padding:4rem 0}.section-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:3rem;color:#053047}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#5ba3f5,#4ecdc4);border-radius:2px}.section-title-white{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:3rem;color:#fff;word-wrap:break-word;overflow-wrap:break-word;position:relative;padding-bottom:1rem}.section-title-white:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#fff;border-radius:2px}.about{background:#fff;border-radius:10px;padding:3rem;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem;width:100%;box-sizing:border-box}.about h2{font-family:Poppins,sans-serif;color:#2e8b8b;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.about p{font-size:1.1rem;line-height:1.8;margin-bottom:1rem;text-align:justify;text-justify:inter-word}.travel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem;align-items:stretch;width:100%}.travel-grid a{color:inherit}.travel-card,.travel-grid a,.travel-grid a:hover{text-decoration:none}.travel-card{background:#fff;border:1px solid #ddd;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;min-height:450px;width:100%;box-sizing:border-box;color:inherit;position:relative}.travel-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#5ba3f5,#4ecdc4);opacity:0;transition:opacity .3s ease}.travel-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.2);border-color:#4ecdc4}.travel-card:hover:before{opacity:1}.travel-card-image-wrapper{position:relative;width:100%;padding-top:100%;flex-shrink:0;background:#e0e0e0;overflow:hidden}.travel-card-image{object-fit:cover;width:100%;height:100%;display:block}@media (min-width:1024px){.travel-card-image-wrapper{height:400px;padding-top:0}}.travel-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.travel-card h3{font-family:Poppins,sans-serif;color:inherit;margin-bottom:.75rem;font-size:1.4rem;font-weight:600;line-height:1.3;min-height:3.5rem;display:flex;align-items:center;word-wrap:break-word;overflow-wrap:break-word;text-decoration:none}.travel-booking-note{display:flex;align-items:center;justify-content:space-between;gap:.7rem;width:100%;margin-bottom:1rem;padding:.55rem .7rem;border:1px solid rgba(78,205,196,.32);border-radius:8px;background:linear-gradient(135deg,rgba(78,205,196,.12),rgba(255,184,77,.12));color:#12355b;font-size:.78rem;line-height:1.2;box-sizing:border-box}.travel-booking-note span{font-weight:600;color:#2e8b8b}.travel-booking-note strong{color:#1e3c72;font-weight:700;white-space:nowrap}.travel-card p{color:inherit;line-height:1.6;flex-grow:1;text-align:justify;text-justify:inter-word;font-size:.95rem}.travel-card p,.travel-card-info{margin-bottom:1rem;text-decoration:none}.travel-card-info{display:flex;gap:1rem;margin-top:auto;font-size:.9rem;color:#666;flex-wrap:wrap}.travel-card-info span{display:flex;align-items:center;gap:.25rem;text-decoration:none}.travel-card .btn{display:inline-block;background:#2e8b8b;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background .3s;text-align:center;margin-top:auto;width:100%;box-sizing:border-box}.travel-card .btn:hover{background:#4ecdc4}.travel-category-tabs{position:relative;margin:2rem 0;padding:.35rem 0;overflow:hidden}.travel-category-tabs-scroll{display:flex;gap:.85rem;overflow-x:auto;padding:.35rem 2.2rem .7rem;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.travel-category-tabs-scroll::-webkit-scrollbar{display:none}.travel-category-tab{display:inline-flex;align-items:center;gap:.7rem;min-width:max-content;padding:.72rem 1rem .72rem .78rem;border:1px solid rgba(30,60,114,.12);border-radius:999px;background:#fff;color:#243955;cursor:pointer;font-family:Poppins,sans-serif;font-size:.86rem;font-weight:600;line-height:1;white-space:nowrap;box-shadow:0 8px 24px rgba(12,50,94,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.travel-category-tab:hover{transform:translateY(-2px);border-color:rgba(78,205,196,.5);box-shadow:0 14px 32px rgba(12,50,94,.12)}.travel-category-tab:focus-visible{outline:3px solid rgba(78,205,196,.35);outline-offset:3px}.travel-category-tab-active{border-color:transparent;background:linear-gradient(135deg,#1e3c72,#2e8b8b);color:#fff;box-shadow:0 16px 34px rgba(30,60,114,.22)}.travel-category-tab-icon{width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef8f6;color:#1e6f6f;flex:0 0 auto;transition:background .2s ease,color .2s ease}.travel-category-tab-active .travel-category-tab-icon{background:hsla(0,0%,100%,.18);color:#fff}.travel-category-tab-label{padding-right:.15rem}.travel-category-tabs-fade{position:absolute;top:0;bottom:0;width:2rem;z-index:2;display:flex;align-items:center;justify-content:center;color:#1e3c72;font-size:1.2rem;font-weight:700;pointer-events:none}.travel-category-tabs-fade-left{left:0;background:linear-gradient(90deg,#fff 35%,hsla(0,0%,100%,0))}.travel-category-tabs-fade-right{right:0;background:linear-gradient(270deg,#fff 35%,hsla(0,0%,100%,0))}@media (max-width:640px){.travel-category-tabs-scroll{gap:.65rem;padding-left:1.4rem;padding-right:1.4rem}.travel-category-tab{gap:.55rem;padding:.62rem .85rem .62rem .65rem;font-size:.78rem}.travel-category-tab-icon{width:2rem;height:2rem}.travel-category-tab-icon svg{width:22px;height:22px}.travel-booking-note{align-items:flex-start;flex-direction:column;gap:.3rem}.travel-booking-note strong{white-space:normal}}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem;align-items:stretch;width:100%}.review-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;min-height:280px;width:100%;box-sizing:border-box;transition:all .3s ease;border-left:4px solid #4ecdc4;position:relative}.review-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.review-stars{color:#ffc107;font-size:1.2rem;margin-bottom:1rem;flex-shrink:0}.review-text{font-style:italic;margin-bottom:1rem;color:#555;line-height:1.8;text-align:justify;text-justify:inter-word;flex-grow:1}.review-author{font-weight:700;color:#2e8b8b;margin-bottom:1rem}.review-photo{display:flex;justify-content:center;align-items:center;margin-top:auto;padding-top:1rem}.review-photo-img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.why-us-section{background:linear-gradient(135deg,#cdecff,#b0dfff);padding:5rem 0}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:4rem}.why-us-card{background:#fff;padding:2.5rem 2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease;border-top:4px solid #4ecdc4}.why-us-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.why-us-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#5ba3f5,#4ecdc4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.why-us-card h3{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600;color:#2e8b8b;margin-bottom:1rem}.why-us-card p{color:#666;line-height:1.7;font-size:.95rem;text-align:justify;text-justify:inter-word}.why-us-tagline-section{text-align:center;padding:3rem 2rem;background:#cdecff;border-radius:15px;color:#053047;margin-top:2rem}.why-us-tagline-main{font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;margin-bottom:.5rem}.why-us-tagline-sub{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:400;opacity:.95}.faq-section{background:#cdecff}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:10px;margin-bottom:1rem;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#2e8b8b;transition:all .3s ease}.faq-question:hover{background:#cdecff}.faq-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#2e8b8b;transition:transform .3s ease}.faq-icon.open{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;animation:fadeIn .3s ease}.faq-answer p{color:#666;line-height:1.7;margin:0;text-align:justify;text-justify:inter-word}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-section{background:linear-gradient(135deg,#1e6482,#287896);color:#fff;padding:5rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-form-wrapper{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:15px;border:1px solid hsla(0,0%,100%,.2)}.contact-form h3{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;background:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;box-sizing:border-box}.form-group input::placeholder,.form-group textarea::placeholder{color:hsla(0,0%,100%,.7)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#20b2aa;background:hsla(0,0%,100%,.15)}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{width:100%;padding:1rem 2rem;background:#053047;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.btn-submit:hover{background:#074d63;transform:translateY(-2px);box-shadow:0 5px 15px rgba(7,77,99,.4)}.contact-info h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.contact-info p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;opacity:.95;text-align:justify;text-justify:inter-word}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:24px;height:24px;flex-shrink:0;margin-top:.25rem}.contact-item-content{flex:1 1}.contact-item-content h3{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.contact-item-content a,.contact-item-content p{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:1rem;transition:color .3s}.contact-item-content a:hover{color:#fff;text-decoration:underline}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s,transform .3s}.social-link:hover{background:hsla(0,0%,100%,.3);transform:translateY(-3px)}.footer{background:#0d1f3d;color:#fff;padding:2rem 0;text-align:center}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}.legal-page{min-height:100vh;background:linear-gradient(180deg,#f6fbff,#eef5fb);padding:4rem 0}.legal-container{max-width:900px}.legal-header{background:linear-gradient(135deg,#053047,#1e6482);color:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 18px 40px rgba(5,48,71,.18);margin-bottom:2rem}.legal-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;opacity:.85;margin-bottom:.75rem}.legal-header h1{font-family:Poppins,sans-serif;font-size:2.5rem;margin:0 0 1rem}.legal-intro{font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.legal-meta{font-size:.95rem;opacity:.85;margin:0}.legal-body{display:grid;grid-gap:1.25rem;gap:1.25rem}.legal-section{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 10px 28px rgba(13,31,61,.08)}.legal-section h2{font-family:Poppins,sans-serif;color:#053047;margin:0 0 1rem}.legal-section p{margin:0 0 1rem;color:#29485c;line-height:1.8}.legal-section p:last-child{margin-bottom:0}.legal-actions{margin-top:2rem}.legal-back-link{display:inline-block;padding:.9rem 1.4rem;border-radius:999px;background:#053047;color:#fff;text-decoration:none;font-weight:600}.legal-back-link:hover{background:#1e6482}.whatsapp-btn{position:fixed;bottom:2rem;right:2rem;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 12px rgba(37,211,102,.4);z-index:1000;transition:transform .3s,box-shadow .3s;text-decoration:none}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.6)}.travel-detail{padding:2rem 0}.travel-detail-dropdown{margin-top:3rem}.travel-detail-dropdown details{position:relative;overflow:hidden;background:linear-gradient(135deg,hsla(0,0%,100%,.94),rgba(245,251,250,.98)),linear-gradient(135deg,rgba(78,205,196,.22),rgba(255,193,87,.18));border:1px solid rgba(30,60,114,.12);border-radius:14px;padding:0;box-shadow:0 18px 45px rgba(12,50,94,.1);transition:border-color .25s ease,box-shadow .25s ease}.travel-detail-dropdown details:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#4ecdc4,#ffb84d)}.travel-detail-dropdown details[open]{border-color:rgba(78,205,196,.45);box-shadow:0 22px 55px rgba(12,50,94,.13)}.travel-detail-dropdown summary{display:flex;align-items:center;gap:1rem;cursor:pointer;font-size:clamp(1rem,1.7vw,1.18rem);font-weight:700;color:#12355b;list-style:none;padding:1.15rem 1.35rem 1.15rem 1.6rem;min-height:72px;outline:none}.travel-detail-dropdown summary:focus-visible{box-shadow:inset 0 0 0 3px rgba(78,205,196,.35)}.travel-detail-dropdown summary::-webkit-details-marker{display:none}.travel-detail-dropdown-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#4ea0ff,#3ecfd4);color:#fff;font-size:1rem;box-shadow:0 10px 20px rgba(78,160,255,.25)}.travel-detail-dropdown-label{flex:1 1;min-width:0}.travel-detail-dropdown div{margin-top:1rem;line-height:1.8;color:#35475d}.travel-detail-dropdown-title{font-weight:700;margin-bottom:.75rem;color:#1f4f7a}.travel-detail-dropdown-text{margin:0 0 1rem}.travel-detail-dropdown ul{padding-left:1.4rem;margin:0;color:#3c516d}.travel-detail-dropdown li{margin-bottom:.9rem}.travel-detail-dropdown li strong{display:block;margin-bottom:.25rem;color:#103756}.travel-detail-dropdown summary:after{content:"";width:10px;height:10px;border-right:2px solid #12355b;border-bottom:2px solid #12355b;transform:rotate(45deg);transition:transform .25s ease,border-color .25s ease;flex:0 0 auto}.travel-detail-dropdown details[open] summary:after{transform:rotate(225deg);border-color:#0d8179}.travel-detail-dropdown-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#1e3c72,#4ecdc4);font-size:1.05rem;box-shadow:0 10px 22px rgba(30,60,114,.2);flex:0 0 auto}.travel-detail-dropdown-label{line-height:1.35}.travel-detail-dropdown div{margin:0;padding:0 1.6rem 1.45rem;line-height:1.75;color:#37485d}.travel-detail-dropdown-title{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .55rem;color:#0f3f72;font-size:1.02rem}.travel-detail-dropdown-title:before{content:"";width:8px;height:8px;border-radius:999px;background:#4ecdc4;box-shadow:0 0 0 5px rgba(78,205,196,.16)}.travel-detail-dropdown-text{max-width:900px;margin:0 0 1.25rem}.travel-detail-dropdown ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;padding-left:0;list-style:none}.travel-detail-dropdown li{margin:0;padding:1rem;background:hsla(0,0%,100%,.72);border:1px solid rgba(30,60,114,.08);border-radius:10px;box-shadow:0 10px 24px rgba(12,50,94,.06)}.travel-detail-dropdown li strong{margin-bottom:.35rem;font-size:.98rem}@media (max-width:640px){.travel-detail-dropdown details:before{width:4px}.travel-detail-dropdown summary{gap:.75rem;padding:1rem 1rem 1rem 1.25rem;min-height:66px}.travel-detail-dropdown-icon{width:38px;height:38px;border-radius:10px}.travel-detail-dropdown div{padding:0 1rem 1.1rem 1.25rem}.travel-detail-dropdown ul{grid-template-columns:1fr}}.travel-detail-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#f8f9fa;color:#053047;border-radius:10px;width:100%;box-sizing:border-box;box-shadow:0 4px 10px rgba(0,0,0,.08)}.travel-detail-header h1,.travel-detail-header p{color:inherit;text-shadow:none}.travel-detail-header h1{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word}.travel-detail-content{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem;width:100%;box-sizing:border-box}.travel-detail-content h2{font-family:Poppins,sans-serif;color:#2e8b8b;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.travel-detail-content p{margin-bottom:1.5rem;line-height:1.8;font-size:1.1rem;text-align:justify;text-justify:inter-word}.travel-detail-content ul{margin-left:1.5rem;margin-bottom:1.5rem;line-height:2}.travel-detail-content ul li{margin-bottom:.5rem;text-align:justify;text-justify:inter-word}.blog-post-content h2{font-family:Poppins,sans-serif;color:#1e3c72;font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem}.blog-post-content h2:first-of-type{margin-top:0}.blog-post-content p{margin-bottom:1rem;color:#444}.blog-post-content ul{margin-left:1.5rem;margin-bottom:1.5rem}.blog-post-content ul li{margin-bottom:.5rem}.blog-post-content a{color:#2e8b8b;text-decoration:underline}.blog-post-content a:hover{color:#1e3c72}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin:2rem 0}.photo-gallery img{width:100%;height:100%;max-height:700px;min-height:220px;max-width:100%;object-fit:cover;border-radius:8px;background:linear-gradient(135deg,#5ba3f5,#4ecdc4)}.detail-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.btn-brochure{background:#4ecdc4;color:#fff;padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background .3s;display:inline-flex;align-items:center;gap:.5rem}.btn-brochure:hover{background:#5ba3f5}.btn-whatsapp-detail{background:#25d366;color:#fff;padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background .3s;display:inline-flex;align-items:center;gap:.5rem}.btn-whatsapp-detail:hover{background:#20ba5a}@media (max-width:768px){.container{padding:0 1rem;width:100%;box-sizing:border-box;margin:0 auto}.header{padding:.5rem 0;width:100%}.header .container{max-width:100%}.header .container,.section .container,.travel-detail .container{padding:0 1rem;width:100%;box-sizing:border-box}.section .container:not(.header .container),.travel-detail .container{padding-left:1rem;padding-right:1rem}.about,.review-card,.travel-card,.travel-detail-content,.travel-detail-header{margin-left:0;margin-right:0}.menu-toggle{display:block}.menu-overlay{display:block;z-index:1000}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(135deg,#1e6482,#287896);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:2rem;transition:right .3s ease-in-out;box-shadow:-2px 0 10px rgba(0,0,0,.2);z-index:1001;overflow-y:auto;display:flex!important}.nav.nav-open{right:0!important;visibility:visible!important}.nav a{font-size:1.1rem;width:100%;padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.nav a:last-child{border-bottom:none}.hero-logo-img{height:180px;max-width:90%}.hero{padding:4rem 0;min-height:60vh;background-attachment:scroll}.hero h1{font-size:2rem}.hero-tagline{font-size:1.1rem}.btn-hero{padding:.875rem 2rem;font-size:1rem}.why-us-grid{grid-template-columns:1fr;gap:2rem}.why-us-tagline-main{font-size:1.5rem}.why-us-tagline-sub{font-size:1rem}.section-title{font-size:2rem}.travel-grid{grid-template-columns:1fr;gap:1.5rem;width:100%}.whatsapp-btn{width:50px;height:50px;bottom:1rem;right:1rem;font-size:1.5rem}.detail-actions{flex-direction:column}.btn-brochure,.btn-whatsapp-detail{width:100%;justify-content:center;padding:.9rem 1.5rem;font-size:.95rem}.photo-gallery{grid-template-columns:1fr;gap:1rem}.photo-gallery img{min-height:300px}.travel-card{min-height:auto;margin:0;width:100%;max-width:100%;box-sizing:border-box}.travel-card-image-wrapper{position:relative;padding-top:100%;overflow:hidden;display:block;flex-shrink:0}.travel-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.travel-card-content{padding:1.25rem}.travel-card h3{font-size:1.3rem;min-height:auto;line-height:1.4;margin-bottom:.5rem}.travel-card p{font-size:.9rem;line-height:1.5}.travel-card-info{font-size:.85rem;margin-bottom:.75rem}.travel-card .btn{padding:.65rem 1.25rem;font-size:.9rem}.faq-question{font-size:1rem;padding:1.25rem}.faq-answer{padding:0 1.25rem 1.25rem}.header-content{flex-wrap:nowrap}.logo-container{flex-shrink:0}.logo-text{font-size:1.5rem}.about{margin:0;width:100%;max-width:100%;box-sizing:border-box}.travel-detail-content,.travel-detail-header{margin:0 0 1.5rem;width:100%;max-width:100%;box-sizing:border-box}.reviews-grid{gap:1.5rem;width:100%}.review-card{margin:0;width:100%;max-width:100%;box-sizing:border-box}.why-us-section{padding:3rem 0}.why-us-item{font-size:1.5rem;min-width:150px}.why-us-tagline{font-size:1.2rem;text-align:center}.review-photo-img{width:50px;height:50px}.contact-section{padding:3rem 0}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info h2{font-size:1.75rem}.contact-info p{font-size:1rem}.contact-item{gap:.75rem}.contact-icon{width:22px;height:22px}.contact-item-content h3{font-size:1.05rem}.contact-item-content a,.contact-item-content p{font-size:.95rem}.social-link{width:38px;height:38px}.social-link svg{width:19px;height:19px}}@media (max-width:480px){.container{padding:0 1rem;width:100%;box-sizing:border-box}.header{padding:.5rem 0;width:100%}.header .container{max-width:100%}.header .container,.section .container,.travel-detail .container{padding:0 1rem;width:100%;box-sizing:border-box}.section .container:not(.header .container),.travel-detail .container{padding-left:1rem;padding-right:1rem}.about,.review-card,.travel-card,.travel-detail-content,.travel-detail-header{margin-left:0;margin-right:0}.logo{height:60px}.logo-text{font-size:1.3rem}.nav{width:280px;right:-100%}.hero{padding:2rem 0}.hero-logo-img{height:150px;max-width:85%}.hero h1{font-size:1.75rem}.hero p,.hero-tagline{font-size:.9rem}.section{padding:2rem 0}.section-title{font-size:1.75rem}.about{padding:1.5rem;margin:0;width:100%;max-width:100%;box-sizing:border-box}.about h2{font-size:1.5rem}.travel-detail-content,.travel-detail-header{padding:1.5rem;margin:0 0 1.5rem;width:100%;max-width:100%;box-sizing:border-box}.travel-detail-header h1{font-size:2rem}.travel-card-content{padding:1rem}.travel-card{margin:0;width:100%;max-width:100%;box-sizing:border-box;min-height:auto}.travel-card-image-wrapper{position:relative;aspect-ratio:16/9;overflow:hidden;display:block;flex-shrink:0}.travel-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.travel-card h3{font-size:1.1rem;min-height:auto;line-height:1.3;margin-bottom:.5rem}.travel-card p{font-size:.85rem;line-height:1.5;margin-bottom:.75rem}.travel-card-info{font-size:.8rem;margin-bottom:.75rem}.travel-card .btn{padding:.6rem 1rem;font-size:.85rem}.faq-question{font-size:.95rem;padding:1rem}.faq-answer{padding:0 1rem 1rem}.faq-answer p{font-size:.9rem}.review-card{width:100%;max-width:100%;box-sizing:border-box}.reviews-grid,.travel-grid{gap:1.25rem;width:100%}.reviews-grid{grid-template-columns:1fr}.review-card{padding:1.5rem;margin:0}.photo-gallery{grid-template-columns:1fr;gap:1rem}.photo-gallery img{min-height:180px}.btn-brochure,.btn-whatsapp-detail{width:100%;justify-content:center;padding:.85rem 1.25rem;font-size:.9rem}.travel-detail-content h2{font-size:1.5rem}.travel-detail-content p{font-size:1rem}.why-us-section{padding:2.5rem 0}.why-us-line{flex-direction:column;gap:1rem}.why-us-item{font-size:1.3rem;min-width:auto;width:100%;text-align:center}.why-us-tagline{font-size:1.1rem;text-align:center}.review-photo-img{width:50px;height:50px}.contact-section{padding:2.5rem 0}.contact-content{grid-template-columns:1fr;gap:1.5rem}.contact-info h2{font-size:1.5rem}.contact-info p{font-size:.95rem}.contact-details{gap:1.25rem}.contact-item{gap:.75rem}.contact-icon{width:20px;height:20px}.contact-item-content h3{font-size:.95rem}.contact-item-content a,.contact-item-content p{font-size:.85rem}.social-link{width:34px;height:34px}.social-link svg{width:16px;height:16px}}@media (max-width:360px){.container,.section .container,.travel-detail .container{padding:0 1rem}.hero-logo-img{height:120px;max-width:90%}.hero h1{font-size:1.5rem}.hero p{font-size:.85rem}.section-title{font-size:1.5rem}.about,.travel-card-content{padding:1rem}.logo-text,.why-us-item{font-size:1.1rem}.why-us-tagline{font-size:1rem}}@media (max-width:767px){.travel-card{min-height:auto}.travel-card-image-wrapper{padding-top:100%!important;height:auto!important;max-width:100%!important;margin:.5rem auto 0!important}.travel-card-image{object-position:center top}.travel-card-content{position:relative;z-index:2;background:#fff;margin-top:.75rem;padding-top:.25rem}}