*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    scroll-behavior: smooth;
}


nav {
    background-color: #fdb813;
    color: #000;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
nav a {
    color: #000;
    margin: 0 5px;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
nav a:hover {
    background-color: white;
}
nav a:hover .material-symbols-outlined {
    color: #4CAF50;
}
nav .logo{
    border-radius: 5px;
}
header{
    background-color: #4CAF50;
    color: white;
    text-align: center;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1000;
}

#preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-delay: 1s;
    transition: all 0.5s ease;
}
#hero-section{
    background: url('./Assets/hero-section-bg.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-content{
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);

}
h1{
    font-size: 48px;
    margin-bottom: 20px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;

}

p{
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.hero-section-btn{
    background-color: #fdb813;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}
.hero-section-btn:hover{
    background-color: #e0a106;
}

#services{
    padding: 50px;
    text-align: center;

}
#services h2{
    font-size: 36px;
    margin-bottom: 20px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
    color: #e0a106;
    text-decoration: underline;
}
.service-card{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    transition: transform 0.3s ease;
}
.service-card:hover{
    transform: translateY(-10px);
}
.service-card img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
}
.service-card h3{
    font-size: 24px;
    margin-bottom: 10px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;

}
.service-card p{
    font-size: 16px;
    color: #555;
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;

}
.service-card button{
    background-color: #fff;
    color: #45a049;
    border: #45a049 solid 2px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.service-card button:hover{
   background-color: #45a049;
    color: #fff;
}

.service-card ul{
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    color: #555;
}
.service-card .btn-container{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.services-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#packages{
    padding: 50px;
    text-align: center;
}
#packages h2{
    font-size: 36px;
    margin-bottom: 20px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
    color: #e0a106;
    text-decoration: underline;
}

#indore-city-tour{
    background: url('./Assets/indore-city-tour.jpg') no-repeat center center/cover;
    height: 400px;

}
#indore-ujjain-tour{
    background: url('./Assets/indore-ujjain-tour.jpg') no-repeat center center/cover;
    height: 400px;

}
#indore-ratlam-tour{
    background: url('./Assets/indore-ratlam-tour.jpg') no-repeat center center/cover;
    height: 400px;

}
#indore-full-tour{
    background: url('./Assets/indore-city-tour.jpg') no-repeat center center/cover;
    height: 400px;


}

#railway-pick-drop{
    background: url('./Assets/railway-pick-drop.jpeg') no-repeat center center/cover;
    height: 400px;
}
#airport-pick-drop{
    background: url('./Assets/airport-pick-drop.jpg') no-repeat center center/cover;
    height: 400px;
}
div.package{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 20px;
    margin: 20px;
    width: 300px;
    display: flex;
    align-items:center;
    flex-direction: column;
    justify-content: flex-end;
    vertical-align: bottom;
    transition: all 1s ease;
    background-size: cover;
    box-shadow: inset 0 -250px 100px -10px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

div.package:hover{
    box-shadow: inset 0 -250px 100px -10px rgba(0, 0, 0, 0.9);
}

div.package:focus, div.package:active {
    transform: scale(1.02);
}


.package button{
    background-color: #fff;
    color: #45a049;
    border: #45a049 solid 2px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.package button:hover{
   background-color: #45a049;
    color: #fff;
}
#contact{
    padding: 50px;
    text-align: center;
}
#contact h2{
    font-size: 36px;
    margin-bottom: 20px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
    color: #e0a106;
    text-decoration: underline;
}
form{
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}
form label{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
form input, form textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
form button{
    background-color: #fdb813;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
}
.contact-btn{
    background-color: #fdb813;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}
.contact-btn:hover{
    background-color: #e0a106;
}
.contact-btn-container{
    display: flex;
    justify-content: center;
}
footer{
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}
#about{
    padding: 50px;
    text-align: center;
}
#about h2{
    font-size: 36px;
    margin-bottom: 20px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
    color: #e0a106;
    text-decoration: underline;
}
#menu-icon{
    font-size: 36px;
    cursor: pointer;
    display: none;
}
nav ul.responsive-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fdb813;
    position: absolute;
    top: 60px;
    right: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    nav ul{
        display: none;
    }
    #menu-icon{
        display: block;
    }
}

#termsandservices{
    padding: 50px;
    text-align: left;

}
#termsandservices h2{
    font-size: 36px;
    margin-bottom: 20px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
    color: #e0a106;
    text-align: center;
    text-decoration: underline;
}
