@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--color-dark:#233D4D;--color-orange:#FE7F2D;--color-green:#215E61;--color-light:#f8f9fa;--color-white:#ffffff;--color-gray:#6c757d;--color-dark-rgb:35,61,77;--color-orange-rgb:254,127,45;--color-green-rgb:33,94,97}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;color:var(--color-dark);background-color:var(--color-light);line-height:1.6}a{color:var(--color-orange);text-decoration:none;transition:all .3s ease}a:hover{color:var(--color-green)}.bg-dark-custom{background-color:var(--color-dark)!important}.bg-orange{background-color:var(--color-orange)!important}.bg-green{background-color:var(--color-green)!important}.text-orange{color:var(--color-orange)!important}.text-green{color:var(--color-green)!important}.text-dark-custom{color:var(--color-dark)!important}.btn-orange{background-color:var(--color-orange);border-color:var(--color-orange);color:var(--color-white)}.btn-orange:hover{background-color:#e5711f;border-color:#e5711f;color:var(--color-white)}.btn-green{background-color:var(--color-green);border-color:var(--color-green);color:var(--color-white)}.btn-green:hover{background-color:#1a4a4d;border-color:#1a4a4d;color:var(--color-white)}.btn-outline-orange{border-color:var(--color-orange);color:var(--color-orange)}.btn-outline-orange:hover{background-color:var(--color-orange);color:var(--color-white)}.btn-outline-green{border-color:var(--color-green);color:var(--color-green)}.btn-outline-green:hover{background-color:var(--color-green);color:var(--color-white)}.navbar-custom{background-color:var(--color-dark);padding:1rem 0;transition:transform .3s ease,background-color .3s ease;transform:translateY(0)}.navbar-custom.navbar-hidden{transform:translateY(-100%)}.navbar-custom .navbar-brand{font-weight:700;font-size:1.5rem;color:var(--color-white)}.navbar-custom .nav-link{color:rgba(255,255,255,.85);font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.navbar-custom .nav-link.active,.navbar-custom .nav-link:hover{color:var(--color-orange)}.navbar-custom .navbar-toggler{border-color:rgba(255,255,255,.5)}.navbar-custom .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.hero-section{background:url(../images/wae-rebo-village-labuan-bajo-landscape-black-and-white-landscape-1600x1067.webp) no-repeat center center/cover;color:var(--color-white);padding:8rem 0 6rem;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1}.hero-section>*{position:relative;z-index:2}.hero-section .img-fluid{height:218px;width:343px;object-fit:cover}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="3" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="70" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="80" r="2" fill="rgba(255,255,255,0.08)"/></svg>');background-size:100px 100px}.hero-section h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.hero-section p{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--color-gray);margin-bottom:3rem}.card-tour{border:none;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease}.card-tour:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.card-tour .card-img-top{height:200px;object-fit:cover}.card-tour .card-body{padding:1.5rem}.card-tour .card-title{font-weight:600;color:var(--color-dark)}.card-tour .price{font-size:1.5rem;font-weight:700;color:var(--color-orange)}.feature-box{text-align:center;padding:2rem;border-radius:15px;background:var(--color-white);box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease}.feature-box:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.12)}.feature-box .icon{width:80px;height:80px;border-radius:50%;background:var(--color-orange);background-image:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:var(--color-white)}.feature-box h5{font-weight:600;color:var(--color-dark);margin-bottom:1rem}.feature-box p{color:var(--color-gray);margin-bottom:0}.cta-section{background:linear-gradient(135deg,var(--color-orange) 0,#ff9a56 100%);color:var(--color-white);padding:5rem 0}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.1rem;opacity:.95;margin-bottom:2rem}.footer{background-color:var(--color-dark);color:rgba(255,255,255,.8);padding:4rem 0 2rem}.footer h5{color:var(--color-white);font-weight:600;margin-bottom:1.5rem}.footer a{color:rgba(255,255,255,.7)}.footer a:hover{color:var(--color-orange)}.footer .social-icons a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:var(--color-white);margin-right:.5rem;transition:all .3s ease}.footer .social-icons a:hover{background:var(--color-orange);transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-top:3rem}.page-header{background:linear-gradient(135deg,var(--color-dark) 0,var(--color-green) 100%);color:var(--color-white);padding:6rem 0 4rem;text-align:center}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-header .breadcrumb{justify-content:center;background:0 0;margin-bottom:0}.page-header .breadcrumb-item a{color:rgba(255,255,255,.8)}.page-header .breadcrumb-item.active{color:var(--color-orange)}.page-header .breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,.5)}.accordion-custom .accordion-button{font-weight:600;color:var(--color-dark);background-color:var(--color-white)}.accordion-custom .accordion-button:not(.collapsed){color:var(--color-orange);background-color:rgba(254,127,45,.1)}.accordion-custom .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(254,127,45,.25)}.form-control:focus,.form-select:focus{border-color:var(--color-orange);box-shadow:0 0 0 .25rem rgba(254,127,45,.25)}.contact-info-box{background:var(--color-white);border-radius:15px;padding:2rem;box-shadow:0 5px 20px rgba(0,0,0,.08);height:100%}.contact-info-box .icon{width:60px;height:60px;border-radius:50%;background-color:var(--color-orange);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--color-white);margin-bottom:1rem}.tour-card{background:var(--color-white);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease}.tour-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.tour-card .tour-img{height:220px;background-size:cover;background-position:center;position:relative}.tour-card .tour-badge{position:absolute;top:15px;left:15px;background:var(--color-orange);color:var(--color-white);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.tour-card .tour-info{padding:1.5rem}.tour-card .tour-title{font-size:1.25rem;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.tour-card .tour-meta{display:flex;gap:1rem;margin-bottom:1rem;color:var(--color-gray);font-size:.9rem}.tour-card .tour-price{font-size:1.5rem;font-weight:700;color:var(--color-orange)}.tour-card .tour-price span{font-size:.9rem;font-weight:400;color:var(--color-gray)}.booking-form{background:var(--color-white);border-radius:15px;padding:2rem;box-shadow:0 5px 30px rgba(0,0,0,.1)}.booking-form .form-label{font-weight:500;color:var(--color-dark)}.testimonial-card{background:var(--color-white);border-radius:15px;padding:2rem;box-shadow:0 5px 20px rgba(0,0,0,.08);text-align:center}.testimonial-card .avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;object-fit:cover}.testimonial-card .quote{font-style:italic;color:var(--color-gray);margin-bottom:1rem}.testimonial-card .name{font-weight:600;color:var(--color-dark)}.scroll-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:var(--color-orange);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.scroll-top.show{opacity:1;visibility:visible}.scroll-top:hover{background:var(--color-green);transform:translateY(-5px)}@media (max-width:768px){.hero-section{padding:6rem 0 4rem}.hero-section h1{font-size:2rem}.section-title{font-size:2rem}.page-header{padding:5rem 0 3rem}.page-header h1{font-size:2rem}}.accordion-custom .accordion-button{background-color:var(--color-white);color:var(--color-dark);font-weight:500;padding:1.25rem}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(var(--color-orange-rgb),.1);color:var(--color-dark);box-shadow:none}.accordion-custom .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(var(--color-orange-rgb),.25);border-color:var(--color-orange)}.accordion-custom .accordion-button::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE7F2D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-custom .accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE7F2D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-custom .accordion-body{padding:1.25rem;background-color:var(--color-white)}.step-number{width:28px;height:28px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.form-check-custom .form-check-input:checked{background-color:var(--orange);border-color:var(--orange)}.form-check-custom .form-check-label{padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.form-check-custom .form-check-input:checked+.form-check-label{background:rgba(254,127,45,.1);border-color:var(--orange)}.tour-type-radio .form-check-input{width:1.25em;height:1.25em;margin-right:.5rem;border:2px solid #adb5bd;background-color:#fff}.tour-type-radio .form-check-input:checked{background-color:var(--orange);border-color:var(--orange);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.tour-type-radio .form-check-input:focus{border-color:var(--orange);box-shadow:0 0 0 .25rem rgba(254,127,45,.25)}.tour-type-radio .form-check-label{padding:.5rem 1rem .5rem 0;cursor:pointer;transition:color .3s ease}.tour-type-radio .form-check-input:checked+.form-check-label{color:var(--orange);font-weight:500}.icon-box{width:60px;height:60px;background:rgba(254,127,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.social-share-widget{display:flex;align-items:center;gap:1rem;padding:1rem 0;flex-wrap:wrap}.social-share-widget .share-label{font-size:.95rem;font-weight:600;color:#6c757d;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.social-share-widget .share-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.social-share-widget .share-btn{min-width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.1rem;border:2px solid currentColor;background-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1);color:inherit}.social-share-widget .share-btn:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.15)}.social-share-widget .share-btn:active{transform:scale(.95)}.social-share-widget .share-btn-facebook{color:#1877f2}.social-share-widget .share-btn-facebook:hover{background-color:#1877f2;color:#fff;border-color:#1877f2}.social-share-widget .share-btn-twitter{color:#000}.social-share-widget .share-btn-twitter:hover{background-color:#000;color:#fff;border-color:#000}.social-share-widget .share-btn-whatsapp{color:#25d366}.social-share-widget .share-btn-whatsapp:hover{background-color:#25d366;color:#fff;border-color:#25d366}.social-share-widget .share-btn-linkedin{color:#0a66c2}.social-share-widget .share-btn-linkedin:hover{background-color:#0a66c2;color:#fff;border-color:#0a66c2}.social-share-widget .share-btn-telegram{color:#08c}.social-share-widget .share-btn-telegram:hover{background-color:#08c;color:#fff;border-color:#08c}.social-share-widget .share-btn-email{color:#ea4335}.social-share-widget .share-btn-email:hover{background-color:#ea4335;color:#fff;border-color:#ea4335}.social-share-widget .share-btn-copy{color:#6c757d}.social-share-widget .share-btn-copy:hover{background-color:#6c757d;color:#fff;border-color:#6c757d}