:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background-color:#fff}body{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff}.navbar{width:100%;background-color:#e6f8f8;display:flex;justify-content:space-between;align-items:center;padding:16px 40px;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:1000;border-bottom:1px solid #cdeeee}.navbar-logo{display:flex;align-items:center;gap:12px;cursor:pointer}.navbar-logo img{width:50px;height:50px;border-radius:8px}.logo-text{display:flex;flex-direction:column;line-height:1.2}.brand-name{font-weight:700;font-size:1.2rem;color:#0a3c47}.brand-tagline{font-size:.85rem;color:#347b83}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-size:1.05rem;font-weight:500;color:#0a3c47;text-decoration:none;transition:color .3s ease;cursor:pointer}.nav-link:hover{color:#137a7f}.nav-dropdown{position:relative}.dropdown-content{position:absolute;top:36px;right:0;background-color:#fff;padding:16px;border-radius:12px;box-shadow:0 8px 20px #0000001a;min-width:200px;z-index:999;display:flex;flex-direction:column;gap:10px}.dropdown-content strong{color:#0a3c47;font-size:1rem}.contact-option{display:flex;align-items:center;gap:10px}.contact-option a{color:#0a3c47;font-size:.95rem;font-weight:500;text-decoration:none}.contact-option a:hover{color:#137a7f}.contact-option .icon{font-size:1rem}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start;padding:12px 20px}.nav-links{display:none;flex-direction:column;align-items:flex-start;gap:16px;margin-top:10px;width:100%}.nav-links.active{display:flex}.nav-link{font-size:1.2rem;width:100%;text-align:left;padding:10px;border-top:1px solid #cdeeee}.dropdown-content{position:static;margin-top:10px;box-shadow:none}.nav-dropdown{width:100%;padding-left:20px}.hamburger{display:block;font-size:30px;cursor:pointer;padding:10px}}.hamburger{display:none}@media (max-width: 768px){.hamburger{display:block;font-size:30px;cursor:pointer}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,sans-serif;background-color:#f9fefc;color:#2c3e50}.home-wrapper{width:100%;overflow-x:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#c8f4e1;position:sticky;top:0;z-index:10}.navbar-logo{display:flex;align-items:center;cursor:pointer}.navbar-logo img{height:50px;margin-right:10px}.logo-text .brand-name{font-size:1.5rem;font-weight:700;color:#0077b6}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{text-decoration:none;color:#0077b6;font-weight:500;position:relative}.nav-link:hover{color:#023e8a}.nav-dropdown{position:relative;display:inline-block}.dropdown-content{position:absolute;top:130%;right:0;background-color:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:220px;white-space:nowrap;color:#1d3557;font-size:14px;transition:all .3s ease}.dropdown-content a{text-decoration:none;color:#1d3557;font-weight:500}.dropdown-content a:hover{text-decoration:underline}.hero{position:relative;width:100%;height:90vh;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.75)}.hero-text{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;text-shadow:1px 1px 10px rgba(0,0,0,.7);z-index:2}.hero-text h1{font-size:3rem;font-weight:700;margin:0}.hero-text p{font-size:1.25rem;margin-top:.5rem}.google-rating{text-align:center;padding:2rem 0;background-color:#e0f7ef;color:#006d77}.google-rating h2{margin-bottom:.5rem}.what-we-offer{background-color:#f0fbf8;padding:2rem 1.5rem;text-align:center}.what-we-offer h2{color:#0077b6;margin-bottom:1.5rem}.offer-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.offer-icons div{display:flex;flex-direction:column;align-items:center;background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 10px #0077b61a;width:180px}.offer-icons span{font-size:2rem;margin-bottom:.5rem}.destinations{padding:3rem 1.5rem;background-color:#fdfdfd;text-align:center}.destinations h2{color:#023e8a;margin-bottom:2rem}.cards{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.card{width:300px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0077b61a;overflow:hidden;text-align:left}.card img{width:100%;height:180px;object-fit:cover}.card h3{color:#0077b6;margin:1rem}.card p{padding:0 1rem;color:#333}.customer-review{background-color:#e6f5f1;padding:1rem;border-top:1px solid #c4e9de}.customer-img{width:100%;height:120px;object-fit:cover;border-radius:10px;margin-bottom:.5rem}.testimonials{background-color:#f0fdfb;padding:2rem 1.5rem;text-align:center}.testimonials h2{color:#0077b6;margin-bottom:1.5rem}.testimonial-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.testimonial-cards div{background:#fff;border-radius:10px;padding:1rem 1.5rem;max-width:300px;box-shadow:0 2px 8px #0077b61a;color:#2c3e50}.founder{padding:2.5rem 1.5rem;background-color:#e8fdf7;color:#1a535c}.founder h2{margin-bottom:1rem;color:#0077b6}.footer{background-color:#c8f4e1;padding:1rem 2rem;text-align:center}.footer-content{display:flex;flex-direction:column;align-items:center}.footer p{margin-bottom:.5rem;color:#333}.social-icons a{margin:0 .5rem;color:#0077b6;transition:color .3s ease}.social-icons a:hover{color:#023e8a}.featured-experiences-section{background-color:#f0fbf8;padding:3rem 1.5rem;text-align:center;color:#023e8a}.featured-experiences-section h2{font-size:2.5rem;color:#0077b6;margin-bottom:.5rem}.subheading{font-size:1.1rem;color:#4a707a;margin-bottom:2rem}.experience-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.experience-card{background-color:#fff;border:1px solid #d8f3dc;border-radius:12px;padding:1.5rem;width:250px;box-shadow:0 2px 8px #0077b61a;transition:transform .3s ease}.experience-card:hover{transform:translateY(-5px)}.icon{font-size:2rem;margin-bottom:.8rem}.experience-card h3{font-size:1.1rem;color:#0077b6;margin-bottom:.5rem}.experience-card p{font-size:.95rem;color:#444;line-height:1.4}.footer-note{margin-top:2rem;font-style:italic;font-size:1rem;color:#2c3e50}.whatsapp-btn:hover{background-color:#f0f0f0}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start;padding:1rem}.nav-links{flex-direction:column;width:100%;gap:1rem;margin-top:1rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.offer-icons,.cards,.testimonial-cards,.experience-grid{flex-direction:column;align-items:center}.card,.experience-card,.offer-icons div{width:90%}.navbar-logo img{height:40px}.dropdown-content{position:static;transform:none;box-shadow:none;background-color:transparent;padding:0;font-size:1rem}.footer-content{text-align:center}}@media (max-width: 600px){.cards,.testimonial-cards,.offer-icons,.experience-grid{flex-wrap:nowrap;overflow-x:auto;padding-bottom:1rem}.card,.testimonial-cards div,.offer-icons div,.experience-card{flex:0 0 auto;min-width:240px;margin-right:1rem}}.about-container{color:#2d2d2d;background-color:#fffaf6}.top-banner img{width:100%;height:auto;display:block}.intro-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;padding:3rem 2rem;gap:2.5rem;max-width:1200px;margin:auto;background-color:#fff7f2}.intro-text{flex:1;min-width:300px;max-width:600px}.intro-text h2{font-size:1.6rem;margin-bottom:1rem;line-height:1.5;color:#2d2d2d}.intro-text p{font-size:1rem;line-height:1.7;color:#444}.italic-quote{font-style:italic;color:#9e5c3f;font-size:1.05rem;text-align:center;font-weight:500;margin-top:1rem}.intro-img{flex:1;min-width:280px;max-width:400px;display:flex;flex-direction:column;align-items:center}.intro-img img{max-width:100%;border-radius:12px;object-fit:cover;margin-bottom:.8rem}.difference-section{background-color:#f4f2ee;padding:3rem 1rem;text-align:center}.difference-section h3{font-size:1.4rem;margin-bottom:2rem;letter-spacing:1px}.difference-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.card{background-color:#fff;padding:1rem;width:220px;border-radius:8px;box-shadow:0 1px 6px #0000000d}.card h4{margin-top:.5rem;font-size:1rem}.story-testimonial-section{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;padding:3rem 2rem;background-color:#fff7f2;max-width:1200px;margin:auto}.story-box{flex:1;min-width:280px;max-width:500px;display:flex;align-items:center}.story-text{font-size:1.05rem;font-style:italic;color:#5a2d18;line-height:1.7}.testimonial-box{flex:1;min-width:280px;max-width:500px;background-color:#fff;padding:1.8rem;border-radius:10px;border:1px solid #ddd;box-shadow:0 2px 6px #0000000d}.testimonial-box .stars{font-size:1.2rem;color:#f4b400;margin-bottom:.5rem}.testimonial-box p{margin:.5rem 0;font-size:1rem;line-height:1.6}.testimonial-box .author{font-weight:600;text-align:right;margin-top:1rem}.testimonial-box .author span{font-style:italic;color:#9e5c3f}@media (max-width: 768px){.intro-section,.story-testimonial-section,.difference-cards{flex-direction:column;align-items:center}.intro-text,.intro-img,.story-box,.testimonial-box{max-width:90%;text-align:center}.intro-text h2{font-size:1.4rem}.intro-text p,.story-text,.testimonial-box p{font-size:.95rem}.card{width:90%}.difference-section h3{font-size:1.2rem}.testimonial-box{padding:1.2rem}}.vision-section{background-color:#f9f9f9;padding:60px 20px;text-align:center}.vision-section h3{font-size:2rem;margin-bottom:20px;color:#2c3e50;font-weight:600}.vision-text{max-width:800px;margin:0 auto 20px;font-size:1.1rem;line-height:1.7;color:#333}Absolutely! Below is the **cleaned and consolidated `Packages.css` file**,with: * ✅ All duplicate/conflicting rules removed * ✅ Clean responsive behavior for `.steps-container` and `.step-card` * ✅ Consistent styles across desktop and mobile * ✅ Minor font adjustments for better mobile experience --- ### ✅ Final `Packages.css` (Clean Version) ```css :root{--pastel-green: #cfe8d9;--pastel-blue: #cfe5f3;--primary-text: #1d3557;--secondary-text: #457b9d;--highlight: #2a9d8f;--background: #f6fefb}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--background);margin:0;padding:0;color:var(--primary-text)}.packages-page{display:flex;flex-direction:column;align-items:center}.packages-hero{width:100%;height:60vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center}.packages-hero .overlay{background-color:#00000080;padding:2rem;border-radius:10px;text-align:center;color:#fff}.packages-hero h1{font-size:2.8rem;margin-bottom:.5rem}.packages-hero p{font-size:1.2rem}.services{padding:4rem 2rem;background-color:var(--pastel-green);width:100%}.services h2{text-align:center;font-size:2.2rem;margin-bottom:2rem}.service-block{max-width:800px;margin:0 auto 3rem;background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 10px #0000001a}.service-block h3{font-size:1.4rem;color:var(--highlight);margin-bottom:1rem}.service-block ul{list-style:none;padding-left:1rem;line-height:1.8;color:var(--secondary-text)}.service-block li:before{content:"✔️ ";margin-right:.5rem}.step-section{background-color:var(--pastel-blue);padding:4rem 2rem;width:100%}.step-section h2{text-align:center;margin-bottom:3rem;font-size:2.2rem}.step{max-width:800px;margin:0 auto 2.5rem;padding:1.5rem;background-color:#fff;border-left:6px solid var(--highlight);border-radius:10px;box-shadow:0 4px 10px #0000000d}.step h3{font-size:1.3rem;margin-bottom:.8rem}.step p,.step ul{color:var(--secondary-text);font-size:1rem;line-height:1.6}.step ul{padding-left:1.2rem}.step ul li::marker{color:var(--highlight)}.how-it-works{padding:60px 20px;background-color:#f0fdfa;color:#004d61;text-align:center}.how-title{font-size:2rem;margin-bottom:40px;color:#004d61}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}.step-card{background-color:#fff;border:2px solid #cce5e1;border-radius:16px;padding:24px;box-shadow:0 4px 12px #004d611a;transition:transform .3s ease;text-align:left}.step-card:hover{transform:translateY(-5px);border-color:#9edbd1}.step-card h3{color:#007a7a;font-size:1.2rem;margin-bottom:12px}.step-card ul{list-style:disc;margin-left:20px;color:#333}.step-card p{margin-top:12px;font-size:.95rem;color:#444}.free-tag{background-color:#c6f7e9;color:#007a7a;font-size:.8rem;padding:3px 8px;border-radius:12px;margin-left:8px}.no-pressure{margin-top:10px;font-style:italic;color:#666}.why-maps-bags{padding:60px 20px;background-color:#e6f8f7;text-align:center;color:#004d61}.why-maps-bags h2{font-size:2rem;margin-bottom:20px;color:#007a7a}.features-list{list-style:none;padding:0;margin:0 auto 40px;max-width:700px;font-size:1.05rem;text-align:left}.features-list li{background-color:#fff;margin:10px 0;padding:12px 20px;border-radius:10px;border-left:6px solid #6ed3cf;box-shadow:0 2px 5px #004d6114}.call-to-action{background-color:#d4f5ef;padding:20px 30px;border-radius:12px;display:inline-block;color:#004d61;font-size:1rem;line-height:1.6}.call-to-action a{color:#007a7a;text-decoration:underline;font-weight:500}.crafted-hero{width:100%;height:70vh;background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:center;position:relative;padding-top:55px}.crafted-overlay{text-align:center;color:#fff}.crafted-overlay h1{font-size:2.8rem;font-weight:700;margin-bottom:10px;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.crafted-overlay p{font-size:1.2rem;text-shadow:1px 1px 2px rgba(0,0,0,.4)}.whatsapp-cta{background-color:var(--highlight);color:#fff;text-align:center;padding:2.5rem 1rem;width:100%}.whatsapp-cta h3{font-size:1.6rem;margin-bottom:1rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1rem}.whatsapp-btn,.instagram-btn{padding:12px 20px;color:#fff;text-decoration:none;font-weight:700;border-radius:30px;display:inline-flex;align-items:center;justify-content:center;transition:background .3s ease}.whatsapp-btn{background-color:#25d366}.whatsapp-btn:hover{background-color:#1da851}.instagram-btn{background-color:#e1306c}.instagram-btn:hover{background-color:#c42b60}.animate-up{animation:fadeUp .8s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.crafted-hero,.packages-hero{```}}
