*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;background:#f8f6e8;z-index:100;height:100px}.logo{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:700;color:#333;text-decoration:none}.logo img{height:3rem;fill:#51623a}.nav-links{display:flex;gap:2rem}.nav-links a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#4a6741}.hamburger{display:none;background:none;border:none;color:#333;cursor:pointer;padding:.5rem}@media (max-width: 768px){.navbar{padding:1rem 2rem}.logo{font-size:1.2rem;gap:.5rem}.logo img{height:2.5rem}.hamburger{display:block;z-index:101}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#f8f6e8;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a}.nav-links.active{right:0}.nav-links a{font-size:1.2rem}}@media (max-width: 480px){.logo{font-size:1rem}.logo img{height:2rem}}body,html{margin:0;padding:0;width:100%}.hero{min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;color:#fff;width:100%;margin:0;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#0000004d,#0000004d),url(/view9.jpg);background-size:cover;background-position:center;z-index:-1;transform:scale(1.1)}.hero h1{font-size:4rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-text{max-width:600px;font-size:1.25rem;margin-bottom:2rem;line-height:1.6}.cta-button{background-color:#4c5734;color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:500;border-radius:10px;cursor:pointer;transition:background-color .3s ease;width:fit-content}.cta-button:hover{background-color:#769a53}@media (max-width: 768px){.hero{padding:0 2rem;text-align:center;align-items:center}.hero h1{font-size:2.5rem}.hero h1 br{display:none}.hero-text{font-size:1.1rem;margin-bottom:2rem}.cta-button{width:100%;max-width:300px}}@media (max-width: 480px){.hero h1{font-size:2rem}.hero-text{font-size:1rem}}.home{width:100%;min-height:100vh;display:flex;flex-direction:column}.services{padding:6rem 4rem;background-color:#f8f6e8}.services h2{font-size:64px;text-align:center;color:#333;margin-bottom:1.5rem}.services-intro{text-align:center;max-width:800px;margin:0 auto 4rem;font-size:1.2rem;color:#666;line-height:1.6}.service-cards{display:flex;flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto}.popular-trips{max-width:1200px;margin:0 auto 6rem;text-align:center}.popular-trips h3{font-size:36px;color:#333;margin-bottom:3rem}@media (max-width: 768px){.services{padding:4rem 2rem}.popular-trips{margin-bottom:4rem}.popular-trips h3{font-size:28px;margin-bottom:2rem}}.see-more-container{display:flex;justify-content:center;margin-top:4rem}.see-more-button{background-color:#51623a;color:#fff;border:none;padding:1rem 3rem;font-size:1.1rem;border-radius:20px;cursor:pointer;transition:all .2s ease}.see-more-button:hover{background-color:#3d4a2c;transform:translateY(-2px)}@media (max-width: 768px){.services{padding:4rem 2rem}.services h2{font-size:36px}.services-intro{font-size:1rem;margin-bottom:3rem}.see-more-button{width:100%;max-width:300px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content{background-color:#f8f6e8;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;z-index:2}.modal-header{padding:2rem 2rem 1rem}.modal-header h2{font-size:2rem;color:#333;margin:0}.modal-header-with-image{position:absolute;top:0;left:0;right:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);color:#fff}.modal-header-with-image h2{color:#fff}.modal-image{width:100%;height:300px;position:relative;overflow:hidden}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-body{padding:2rem}.main-description{color:#666;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.trip-details{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.detail-item{margin-bottom:0;background-color:#51623a0d;padding:1.5rem;border-radius:10px}.detail-item h3{font-size:1.2rem;color:#51623a;margin-bottom:1rem;border-bottom:2px solid rgba(81,98,58,.2);padding-bottom:.5rem}.detail-item ul{list-style:none;padding:0;margin:0}.detail-item li{color:#666;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.detail-item li:last-child{margin-bottom:0}.book-now-button{background-color:#51623a;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:10px;cursor:pointer;margin-top:2rem;width:100%;transition:background-color .3s ease}.book-now-button:hover{background-color:#3d4a2c}@media (max-width: 768px){.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-body{padding:1.5rem}}.modal-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.book-now-button,.price-estimate-button{width:100%;background-color:#51623a;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:10px;cursor:pointer;transition:background-color .3s ease}.price-estimate-button{order:-1;background-color:transparent;border:2px solid #51623A;color:#51623a}.price-estimate-button:hover{background-color:#51623a1a}.calculator-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1100;padding:2rem}.calculator-content{background-color:#f8f6e8;border-radius:20px;padding:2rem;max-width:500px;width:100%;position:relative}.calculator-content h2{font-size:2rem;color:#333;margin-bottom:.5rem}.calculator-content h3{font-size:1.5rem;color:#51623a;margin-bottom:2rem}.calculator-form{display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1.1rem;color:#333}.duration-buttons{display:flex;gap:1rem}.duration-buttons button{flex:1;padding:.8rem;border:2px solid #51623A;background:none;border-radius:10px;cursor:pointer;color:#51623a;font-size:1rem;transition:all .2s ease}.duration-buttons button.active{background-color:#51623a;color:#fff}.persons-input{display:flex;align-items:center;gap:1rem;background-color:#fff;padding:.8rem 1rem;border-radius:10px;border:2px solid #51623A;justify-content:space-between}.persons-input button{width:32px;height:32px;border:none;background-color:#51623a;color:#fff;border-radius:6px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;padding:0}.persons-input button:disabled{background-color:#ccc;cursor:not-allowed}.persons-input span{font-size:1.2rem;min-width:40px;text-align:center}.price-summary{background-color:#fff;padding:1.5rem;border-radius:10px;display:flex;flex-direction:column;gap:1rem}.price-summary>div{display:flex;justify-content:space-between;font-size:1.1rem}.total-price{font-weight:700;color:#51623a;font-size:1.2rem!important;border-top:1px solid #eee;padding-top:1rem;margin-top:.5rem}.additional-price{color:#666;font-size:.9rem;margin-left:1rem}@media (max-width: 768px){.calculator-overlay{padding:1rem}.calculator-content{padding:1.5rem}}.service-card{display:flex;border-radius:40px;border:4px solid #51623A;box-shadow:0 4px 6px #0000001a;background-color:#f8f6e8;position:relative;height:300px}.service-content{flex:1;padding:6rem 4rem 4rem;display:flex;flex-direction:column;justify-content:space-between;position:relative}.service-content h3{font-size:48px;color:#333;position:absolute;display:inline-block;font-weight:700;background-color:#f8f6e8;padding:0 2rem;top:-2rem;left:4rem;white-space:nowrap}.service-content p{color:#666;line-height:1.6;margin-bottom:1rem;font-size:1.1rem;max-width:600px}.service-image{flex:1;height:100%;overflow:hidden;border-top-right-radius:36px;border-bottom-right-radius:36px;min-width:500px}.service-image img{width:100%;height:100%;object-fit:cover;object-position:center}.more-info{background-color:#4a6741;color:#fff;border:none;padding:1rem 4rem;font-size:1.1rem;border-radius:20px;cursor:pointer;transition:all .2s ease;width:fit-content;position:static;margin-top:auto;margin-bottom:0;left:auto;bottom:auto}@media (max-width: 768px){.service-card{flex-direction:column;height:auto;border-radius:20px;margin:0 1rem;height:560px}.service-image{order:-1;min-width:unset;height:250px;border-radius:16px 16px 0 0;position:relative}.service-content h3{font-size:32px;position:absolute;top:-24px;left:1.4rem;transform:none;padding:0;background-color:transparent;color:#333;z-index:1;text-align:left;width:auto;min-width:0}.service-content{padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:left;margin-top:2rem}.more-info{position:static;width:auto;min-width:260px;margin:2rem auto 0;padding:1rem 4rem}}.additional-services{padding:6rem 4rem;background-color:#f8f6e8;text-align:center}.additional-services h2{font-size:64px;color:#333;margin-bottom:1rem}.services-subtitle{font-size:1.2rem;color:#666;margin-bottom:4rem}.service-icons{display:flex;justify-content:center;gap:8rem;max-width:1200px;margin:0 auto}.service-icon{display:flex;flex-direction:column;align-items:center;gap:1rem}.service-icon img{width:64px;height:64px;color:#51623a}.service-icon span{font-size:1.1rem;color:#333;font-weight:500}@media (max-width: 768px){.additional-services{padding:4rem 2rem}.additional-services h2{font-size:36px}.services-subtitle{font-size:1rem;margin-bottom:3rem}.service-icons{flex-direction:column;gap:2.5rem}.service-icon{gap:.75rem}.service-icon svg{font-size:48px}.service-icon span{font-size:1rem}}.personalised-trips{padding:6rem 4rem;background-color:#4c5734;text-align:center}.personalised-trips h2{font-size:64px;color:#f8f6e8;margin-bottom:2rem}.steps-container{display:flex;justify-content:center;gap:4rem;max-width:1400px;margin:0 auto}.step{flex:1;background-color:#e8e6d8;padding:3rem 2rem;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;transition:all .3s ease;cursor:pointer;transform:translateY(0);box-shadow:0 4px 6px #0000000d}.step:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026;background-color:#f0efe3}.step svg{transition:all .3s ease;color:#51623a}.step:hover svg{transform:scale(1.1);color:#3d4a2c}.step:hover h3{color:#000}.step:hover p{color:#444}.step h3{font-size:24px;color:#333;font-weight:600}.step p{color:#666;line-height:1.6;font-size:1.1rem}.personalised-trips{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.heading-container{text-align:center;margin-bottom:3rem}.heading-container .description{max-width:1000px;margin:.5rem 1rem;color:#f8f6e8;line-height:1.6;font-size:1.2rem}@media (max-width: 768px){.personalised-trips{padding:4rem 2rem}.personalised-trips h2{font-size:36px;margin-bottom:1rem}.heading-container .description{font-size:1rem;margin:.5rem 0 2rem}.steps-container{flex-direction:column;gap:2rem}.step{padding:2rem 1.5rem}.step svg{font-size:48px}.step h3{font-size:20px}.step p{font-size:1rem}}.contact{background-color:#f8f6e8;padding:6rem 4rem}.contact-content{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start;margin-bottom:4rem}.contact-text{flex:1}.contact h2{font-size:64px;color:#333;margin-bottom:1.5rem}.contact h3{font-size:32px;color:#333;margin-bottom:1rem}.contact p{color:#666;line-height:1.6;font-size:1.1rem;max-width:500px}.contact-form{flex:1;display:flex;flex-direction:column;gap:1rem;background-color:#e8e6d8;padding:2rem;border-radius:20px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-family:inherit}.contact-form textarea{resize:vertical}.contact-form select{background-color:#fff;cursor:pointer;color:#666}.contact-form select option{color:#333}.contact-form select option:first-child{color:#666}.submit-button{background-color:#4a6741;color:#fff;border:none;padding:1rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#3d5635}@media (max-width: 768px){.contact{padding:4rem 1rem}.contact-content{flex-direction:column;gap:2rem;margin-bottom:2rem;width:100%}.contact-form{width:100%;padding:1.5rem;margin:0;border-radius:15px}.contact-text{width:100%;padding:0 .5rem}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.875rem;font-size:1rem;border-radius:6px}.contact-form textarea{min-height:120px}.submit-button{width:100%;margin-top:.5rem}.contact h2{font-size:36px;margin-bottom:1rem}.contact h3{font-size:24px;margin-bottom:.75rem}.contact p{font-size:1rem}.success-message,.error-message{font-size:.875rem}}@media (max-width: 480px){.contact{padding:3rem .75rem}.contact-form{padding:1.25rem}.contact h2{font-size:32px}.contact h3{font-size:22px}.contact p{font-size:.95rem}}.input-group{position:relative;width:100%}.error{border:2px solid #ff4444!important}.error-message{color:#f44;font-size:.875rem;margin-top:.25rem;display:block}.success-message{color:#4caf50;text-align:center;margin-top:1rem;font-weight:500}.submit-button.loading{opacity:.7;cursor:not-allowed}.trip-card{background-color:#f8f6e8;border:2px solid #51623A;border-radius:20px;padding:2rem;position:relative;min-height:250px}.trip-card h3{font-size:28px;color:#333;margin-bottom:1rem;position:absolute;top:-1rem;left:2rem;background-color:#f8f6e8;padding:0 1rem}.trip-card p{color:#666;line-height:1.6;margin-top:1.5rem;margin-bottom:4rem;font-size:1rem;max-width:80%}.trip-card .icon{position:absolute;bottom:2rem;right:2rem;color:#51623a}.more-info{background-color:#51623a;color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;border-radius:10px;cursor:pointer;position:absolute;bottom:2rem}.trip-card.wide{grid-column:1 / -1}.trips-page{width:100%}.trips-hero{min-height:60vh;position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;color:#fff;width:100%;margin:0;overflow:hidden}.trips-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;z-index:-1;transform:scale(1.1)}.trips-hero h1{font-size:72px;font-weight:700;text-align:center;line-height:1.2}.trips-content{padding:6rem 4rem;margin:0 auto;background-color:#f8f6e8}.intro{text-align:center;margin-bottom:4rem}.intro h2{font-size:48px;color:#333;margin-bottom:1.5rem}.intro p{max-width:800px;margin:0 auto;font-size:1.1rem;color:#666;line-height:1.6}.trips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.trips-content{padding:4rem 2rem}.trips-grid{grid-template-columns:1fr}.intro h2{font-size:36px}}.image-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.image-viewer-content{position:relative;max-width:90vw;max-height:90vh}.image-viewer-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.close-button{position:absolute;top:-40px;right:-40px;background:none;border:none;color:#fff;font-size:40px;cursor:pointer;padding:10px;transition:transform .3s ease}.close-button:hover{transform:scale(1.1)}.gallery-page{padding-top:100px;background-color:#f8f6e8}.gallery-header{text-align:center;padding:4rem}.gallery-header h1{font-size:64px;color:#333;margin-bottom:1rem}.gallery-header p{color:#666;font-size:1.2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:300px;grid-auto-flow:dense;gap:1.5rem;padding:2rem 4rem}.gallery-item{position:relative;overflow:hidden;cursor:pointer;border-radius:20px;height:100%}.gallery-item.wide{grid-column:span 2}.gallery-item.tall{grid-row:span 2}.gallery-item.large{grid-column:span 2;grid-row:span 2}.image-container{width:100%;height:100%;position:relative}.image-container img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;border-radius:20px}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:20px}.image-overlay span{color:#fff;font-size:1.2rem}.gallery-item:hover .image-container img{transform:scale(1.1)}.gallery-item:hover .image-overlay{opacity:1}@media (max-width: 768px){.gallery-header{padding:2rem}.gallery-header h1{font-size:48px}.gallery-grid{padding:1rem 2rem}.gallery-item.wide,.gallery-item.tall,.gallery-item.large{grid-column:span 1;grid-row:span 1}}#root{width:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.about-page{width:100%}.about-hero{min-height:60vh;background-color:#51623a;color:#f8f6e8;display:flex;align-items:center;padding:8rem 4rem 6rem}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content h1{font-size:64px;margin-bottom:2rem}.about-content p{font-size:1.2rem;line-height:1.8}.about-services{padding:6rem 4rem;background-color:#f8f6e8}.services-content{max-width:1200px;margin:0 auto}.services-content h2{font-size:48px;color:#333;text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.service-item{background-color:#e8e6d8;padding:2rem;border-radius:20px;box-shadow:0 4px 6px #51623a1a}.service-item h3{font-size:24px;color:#51623a;margin-bottom:1rem}.service-item p{color:#666;line-height:1.6}.why-choose-us{padding:6rem 4rem;background-color:#f8f6e8;color:#333}.choose-content{max-width:1200px;margin:0 auto}.choose-content h2{font-size:48px;text-align:center;margin-bottom:4rem}.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.reason{text-align:center;padding:3rem 2rem;background-color:#e8e6d8;border-radius:20px;box-shadow:0 8px 20px #51623a1a;transition:all .3s ease;position:relative;overflow:hidden}.reason:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background-color:#51623a;opacity:.8}.reason:hover{transform:translateY(-5px);box-shadow:0 12px 24px #51623a26;background-color:#f0efe3}.reason h3{font-size:24px;margin-bottom:1.2rem;color:#51623a;font-weight:600}.reason p{line-height:1.6;color:#666;font-size:1.1rem;max-width:280px;margin:0 auto}@media (max-width: 768px){.about-hero{padding:6rem 2rem 4rem}.about-content h1{font-size:48px}.about-services,.why-choose-us{padding:4rem 2rem}.services-grid,.reasons-grid{grid-template-columns:1fr;gap:2rem}.reason{padding:2.5rem 2rem}}.contact-page{width:100%}.contact-hero{min-height:40vh;background-color:#51623a;color:#f8f6e8;display:flex;align-items:center;padding:8rem 4rem 6rem}.contact-hero-content{max-width:800px;margin:0 auto;text-align:center}.contact-hero-content h1{font-size:64px;margin-bottom:1.5rem}.contact-hero-content p{font-size:1.2rem;line-height:1.8;max-width:600px;margin:0 auto}.contact-info{padding:6rem 4rem;background-color:#f8f6e8}.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1200px;margin:0 auto}.info-card{text-align:center;padding:2rem;background-color:#fff;border-radius:20px;box-shadow:0 4px 6px #0000001a}.info-card svg{color:#51623a;margin-bottom:1rem}.info-card h3{font-size:24px;color:#333;margin-bottom:1rem}.info-card p{color:#666;line-height:1.6}@media (max-width: 768px){.contact-hero{padding:6rem 2rem 4rem}.contact-hero-content h1{font-size:48px}.contact-info{padding:4rem 2rem}.contact-info-grid{grid-template-columns:1fr;gap:2rem}}.footer{background-color:#51623a;color:#f8f6e8;padding:4rem 4rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:4rem}.footer-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#f8f6e8}.footer-section p{line-height:1.6;margin-bottom:1.5rem}.footer-section a{color:#f8f6e8;text-decoration:none;display:block;margin-bottom:.8rem;transition:opacity .3s ease}.footer-section a:hover{opacity:.8}.social-links{display:flex;gap:1rem}.social-links a{color:#f8f6e8;transition:transform .3s ease}.social-links a:hover{transform:translateY(-3px)}.contact-item{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.contact-item svg{font-size:1.2rem}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;margin-top:3rem;border-top:1px solid rgba(248,246,232,.2);text-align:center;font-size:.9rem;opacity:.8}@media (max-width: 768px){.footer{padding:3rem 2rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}
