nav{align-items:center;background-color:#007bff;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative}.logo{font-size:1.8rem;font-weight:700}ul{display:flex;list-style:none}ul li{margin-left:2rem}ul li a{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s}ul li a:hover{color:gold}.menu-btn{cursor:pointer;display:none;font-size:2rem;position:absolute;right:2rem;top:1rem;z-index:11}@media(max-width:768px){.menu-btn{display:block}ul{align-items:center;background-color:#007bff;flex-direction:column;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s;width:70%;z-index:10}ul.open{right:0}ul li{margin:1.5rem 0}ul li a{font-size:1.2rem}}.hero{padding:0 1rem}.hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #000000b3}.hero p{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 3px #0009}.hero button{background-color:#25d366;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:background-color .3s,transform .2s}.hero button:hover{background-color:#128c7e;transform:scale(1.05)}.hero button:active{transform:scale(.98)}@media(max-width:768px){.hero{padding:0 1.5rem}.hero h1{font-size:2.2rem}.hero p{font-size:1.2rem}.hero button{font-size:1rem;padding:.8rem 1.5rem}}@media(max-width:480px){.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.hero button{font-size:.9rem;padding:.7rem 1.2rem}}.services{padding:4rem 2rem;text-align:center}.services h2{font-size:2.5rem;margin-bottom:2rem}.services .service-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around}.services .service-card{border-radius:10px;color:#fff;padding:2rem;transition:transform .3s,box-shadow .3s;width:30%}.services .service-card:hover{box-shadow:0 0 10px #0000001a;transform:translateY(-5px)}.services .chardham{background:linear-gradient(135deg,#0d3b66,#1e81b0)}.services .dodham{background:linear-gradient(135deg,coral,#ffb74d)}.services .onedham{background:linear-gradient(135deg,#2e8b57,#98fb98)}.destinations{padding:4rem 2rem;text-align:center}.destinations h2{color:#0b3d91;font-size:2.5rem;margin-bottom:2rem}.destinations .destination-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around}.destinations .destination-card{background-color:#fff;border-radius:10px;box-shadow:0 0 5px #0000001a;padding:1rem;transition:transform .3s,box-shadow .3s;width:22%}.destinations .destination-card:hover{box-shadow:0 0 10px #0003;transform:translateY(-5px)}.destinations .destination-card img{border-radius:10px;height:150px;object-fit:cover;width:100%}.destinations .destination-card h3{font-size:1.5rem;margin-top:1rem}.destinations .destination-card p{color:#555;font-size:1rem}@media(max-width:1200px){.destinations .destination-card{width:30%}}@media(max-width:992px){.destinations .destination-card{width:45%}}@media(max-width:768px){.destinations .destination-card{width:100%}.destinations h2{font-size:2rem}}.contact{background-color:#f0f4f8;border-radius:12px;box-shadow:0 0 10px #0000001a;color:#333;margin:2rem auto;max-width:800px;padding:3rem 1.5rem;text-align:center;width:90%}.contact h2{color:#333;font-size:2.2rem;margin-bottom:1.2rem}.contact .contact-details{background-color:#fff;border:1px solid #ddd;border-radius:8px;color:#333;margin-bottom:2rem;padding:1rem}.contact .contact-details p{color:#555;font-size:1.1rem;margin-bottom:1rem}.contact .contact-details ul{list-style:none;padding:0}.contact .contact-details ul li{word-wrap:break-word;color:#333;font-size:1rem;margin-bottom:.5rem}@media(max-width:768px){.contact{padding:2rem 1rem}.contact h2{font-size:1.8rem}.contact .contact-details{padding:.5rem}.contact .contact-details p{font-size:1rem}.contact .contact-details ul li{font-size:.9rem}}footer{padding:1rem}footer p{font-size:1rem;margin:0}.rajasthan-tour{background-color:#f9f9f9;padding:4rem 2rem;text-align:center}.rajasthan-tour h2{color:#0b3d91;font-size:2.5rem;margin-bottom:1rem}.rajasthan-tour p{color:#333;font-size:1.2rem;margin-bottom:2rem}.rajasthan-tour .tour-packages{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around}.rajasthan-tour .tour-packages .package{border-radius:15px;box-shadow:0 4px 8px #0000001a;color:#fff;padding:2rem;transition:transform .3s,box-shadow .3s;width:30%}.rajasthan-tour .tour-packages .package:hover{box-shadow:0 6px 12px #0003;transform:translateY(-5px)}.rajasthan-tour .tour-packages .package h3{font-size:1.5rem;margin-bottom:1rem}.rajasthan-tour .tour-packages .package p{color:#e0e0e0;font-size:1rem;margin-bottom:.5rem}.rajasthan-tour .tour-packages .package:first-child{background:linear-gradient(135deg,coral,#0b3d91)}.rajasthan-tour .tour-packages .package:nth-child(2){background:linear-gradient(135deg,#6a11cb,#2575fc)}.rajasthan-tour .tour-packages .package:nth-child(3){background:linear-gradient(135deg,#ff4e50,#f9d423)}.rajasthan-tour .tour-packages .package:nth-child(4){background:linear-gradient(135deg,#43cea2,#185a9d)}.rajasthan-tour .tour-packages .package:nth-child(5){background:linear-gradient(135deg,#f12711,#f5af19)}.rajasthan-tour .tour-packages .package:nth-child(6){background:linear-gradient(135deg,#654ea3,#eaafc8)}body{font-family:Arial,sans-serif;margin:0;padding:0}.hero{align-items:center;background:url(/static/media/hero-bg.9c3a64e99bc708b79f16.jpeg) no-repeat 50%/cover;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.contact,.destinations,.services{padding:50px 20px;text-align:center}.destination-list,.service-list{display:flex;flex-wrap:wrap;justify-content:space-around}.destination-list div,.service-list div{border:1px solid #ccc;border-radius:10px;margin:10px;padding:20px;width:30%}.contact-details{margin-bottom:20px}form{align-items:center;display:flex;flex-direction:column}form input,form textarea{border:1px solid #ccc;border-radius:5px;margin:10px 0;padding:10px;width:80%}form button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}footer{background-color:#333;color:#fff;padding:20px;text-align:center}
/*# sourceMappingURL=main.7826b8d0.css.map*/