@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:#f8f9fa;color:#333;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(30,100,130,.95),rgba(40,120,150,.95)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%232E6B82" width="1200" height="600"/><path fill="%23287896" 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(30,100,130,.9),rgba(40,120,150,.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;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.hero-tagline{font-size:1.5rem;margin-bottom:2.5rem;opacity:.95;font-weight:400;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.btn-hero{display:inline-block;background:#5ba3f5;color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(91,163,245,.4)}.btn-hero:hover{background:#4ecdc4;transform:translateY(-2px);box-shadow:0 6px 20px rgba(78,205,196,.6)}.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:#2e8b8b;word-wrap:break-word;overflow-wrap:break-word;position:relative;padding-bottom:1rem}.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-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;border:2px solid transparent;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{width:100%;height:200px;min-height:200px;max-height:200px;max-width:100%;object-fit:cover;background:linear-gradient(135deg,#5ba3f5,#4ecdc4);flex-shrink:0}.travel-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.travel-card h3{font-family:Poppins,sans-serif;color:#2e8b8b;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-card p{line-height:1.6;flex-grow:1;text-align:justify;text-justify:inter-word;font-size:.95rem}.travel-card p,.travel-card-info{color:#666;margin-bottom:1rem;text-decoration:none}.travel-card-info{display:flex;gap:1rem;margin-top:auto;font-size:.9rem;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}.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,#f8f9fa,#e9ecef);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:linear-gradient(135deg,#5ba3f5,#4ecdc4);border-radius:15px;color:#fff;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:#f8f9fa}.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:#f8f9fa}.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:#20b2aa;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:#00ced1;transform:translateY(-2px);box-shadow:0 5px 15px rgba(32,178,170,.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}.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-header{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#5ba3f5,#4ecdc4);color:#fff;border-radius:10px;width:100%;box-sizing:border-box}.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}.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:220px;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 2rem;width:100%;box-sizing:border-box;margin:0 auto}.header{padding:1rem 0;width:100%}.header .container{padding:0 1rem;width:100%;max-width:100%;box-sizing:border-box}.section .container,.travel-detail .container{padding:0 2rem;width:100%;box-sizing:border-box}.section .container:not(.header .container),.travel-detail .container{padding-left:2rem;padding-right:2rem}.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{height:200px;min-height:200px}.travel-card{min-height:auto;margin:0;width:100%;max-width:100%;box-sizing:border-box}.travel-card-image{height:180px;min-height:180px;max-height:180px}.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 2rem;width:100%;box-sizing:border-box}.header{padding:.75rem 0;width:100%}.header .container{padding:0 1rem;width:100%;max-width:100%;box-sizing:border-box}.section .container,.travel-detail .container{padding:0 2rem;width:100%;box-sizing:border-box}.section .container:not(.header .container),.travel-detail .container{padding-left:2rem;padding-right:2rem}.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{height:160px;min-height:160px;max-height:160px}.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{height:180px;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}}