*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}nav{background:#ffffff;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}nav .logo{font-size:1.6rem;font-weight:600;color:#2c3e50;text-decoration:none}nav ul{list-style:none;display:flex;gap:1.5rem}nav ul li a{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}nav ul li a:hover{color:#007bff}.hero{background:url(../images/hero.png) no-repeat center center / cover;height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;position:relative}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.hero .content{position:relative;z-index:1;max-width:800px;padding:0 1rem}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:600}.hero p{font-size:1.2rem;margin-bottom:2rem}.btn{background:#ffcd00;color:#333;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;cursor:pointer;transition:background .3s ease-in-out}.btn:hover{background:#e0b800}.section{padding:4rem 2rem}.section h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;font-weight:600}.tours{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.tour-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000000d;overflow:hidden;flex:1 1 300px;max-width:350px;display:flex;flex-direction:column}.tour-card img{width:100%;height:200px;object-fit:cover}.tour-card .card-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.tour-card h3{margin-bottom:.75rem;font-size:1.4rem;font-weight:600;color:#2c3e50}.tour-card p{flex-grow:1;margin-bottom:1rem;color:#555;font-size:.95rem}.tour-card .price{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.tour-card .btn{align-self:flex-start}.social-proof{background:#f1f5f8;text-align:center;padding:3rem 2rem}.social-proof .ratings{font-size:2rem;font-weight:600;color:#ffcd00;margin-bottom:1rem}.social-proof p{max-width:700px;margin:0 auto 2rem;font-size:1rem;color:#555}.footer{background:#2c3e50;color:#f8f9fa;padding:2rem;display:flex;flex-wrap:wrap;justify-content:space-between}.footer .column{flex:1 1 200px;margin-bottom:1rem}.footer h4{color:#ffcd00;margin-bottom:.75rem;font-weight:600}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:.5rem}.footer ul li a{color:#f8f9fa;text-decoration:none;transition:color .2s ease-in-out}.footer ul li a:hover{text-decoration:underline}.footer a{color:#ffcd00;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width: 768px){.hero h1{font-size:2.2rem}.hero p{font-size:1rem}.section h2{font-size:2rem}.tour-card{max-width:100%}nav ul{flex-direction:column;gap:1rem}}
