* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 180px;
    height: 40px;
    margin-right: 10px;
}

.text {
    display: flex;
    gap: 20px;
}

.container {
    background: url('./photos/image\ 1.png') no-repeat center center;
    background-size: cover;
    padding: 50px 20px;
    text-align: center;
    color: white;
}

.header-text {
    font-size: 67px;
    font-weight: bolder;
    margin-bottom: 22px;
}

.sub-header-text {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 33px;
    font-weight: bold;
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 66px;
    margin-top: -44px;
}

.search-box select,
.search-box input {
    border: none;
    padding: 10px;
    margin: 0 10px;
    font-size: 16px;
    color: #333;
}


.search-button {
    background-color: #6e1cff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.search-button:hover {
    background-color: #5a15cc;
}

.cities {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}

.city {
    text-align: center;
    color: #333;
}

.city img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.city-name {
    margin-top: 10px;
    font-size: 14px;
}

.container-2 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin-left: 285px;
}

.box-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
    gap: 20px;
}

.card {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    width: 50%;
}

.card-left,
.card-right {
    flex: 1;
    padding: 20px;
}

.badge {
    background-color: #e6e1fc;
    color: #8e62f3;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.card-description {
    color: #666;
    font-size: 14px;
    margin: 10px 0;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.btn-purple {
    background-color: #8e62f3;
    color: white;
}

.btn-orange {
    background-color: #ff9f29;
    color: white;
}

.image-placeholder {
    width: 150px;
    height: 150px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.qr-section {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 105%;
}

.qr-section .text {
    font-size: 18px;
    font-weight: bold;
}

.qr-section p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.qr-section .qr-codes {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qr-codes img {
    width: 100px;
    height: 100px;
}

.download-buttons img {
    width: 120px;
    height: 40px;
}

.main {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.container-3 {
    text-align: center;
}

h2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 1070px;
    opacity: 60%;
}

.benefits {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.benefit-item {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.benefit-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.benefit-item p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
}

.image-1 img {
    width: 1259px;
    height: 200px;
    margin-left: 131px;
    margin-top: 90px;
    margin-bottom: 65px;
}

.side-text {
    margin-left: 130px;
    font-size: 18px;
    font-weight: bold;
    opacity: 60%;
}

.testimonials {
    margin-top: 30px;
}

.testimonials img {
    position: absolute;
    height: 400px;
    width: 100%;
}

.middle {
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating {
    display: flex;
    flex-direction: column;
    margin-top: 170px;
    margin-left: 350px;
    font-size: x-large;
    align-items: center;
}

.Great {
    margin-top: 60px;
    margin-left: 460px;
    font-weight: bolder;
    font-size: 30px;
}

.left-arrow img{
    position: absolute;
    height: 70px;
    width: 70px;
    margin-top: 180px;
    margin-left: 150px;
}

.right-arrow img{
    position: absolute;
    height: 70px;
    width: 70px;
    margin-top: 180px;
    margin-left: 1300px;
}

.side-text-2{
    margin-left: 130px;
    font-size: 18px;
    font-weight: bold;
    opacity: 60%;
    margin-top: 500px;
}

.quote-container {
    display: flex;
    gap: 35px;
    margin-left: 130px;
    margin-top: 50px;
}

.quote-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 307px;
    position: relative;
}

.quote-icon {
    width: 30px;
    margin-bottom: 10px;
    margin-left: -194px;
}

.quote-card p {
    font-size: 15px;
    color: #333;
    margin: 11px 0;
}

.source-logo {
    width: 125px;
    margin: 5px 0;
    margin-top: 15px;
    margin-left: -103px;
}

.side-text-3{
    margin-left: 130px;
    font-size: 18px;
    font-weight: bold;
    opacity: 60%;
    margin-top: 100px;
}


.faq-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 44px;
    margin-left: 73px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.dropdown-icon {
    font-size: 18px;
    color: #333;
}

.view-more {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.view-more a {
    text-decoration: none;
    font-size: 16px;
    margin-left: -286px;
}

.hotels-container {
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    margin-top: 45px;
}

.hotels-container h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 42px;
    opacity: 90%;
    margin-right: 747px;
}

.hotels-list {
    display: flex;
    justify-content: center;
    gap: 75px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.column p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.load-more {
    margin-top: 45px;
}

.load-more a {
    font-size: 16px;
    text-decoration: none;
}

.footer {
    background-color: #5f1ccc; /* Purple color */
    color: white;
    padding: 40px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.footer-left, .footer-links, .footer-right {
    flex: 1;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-left p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
}

.social-icons img {
    width: 30px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    margin-left: 180px;
    margin-top: 80px;
    gap: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.footer-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-right p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-right button {
    background-color: white;
    color: #4C1D95;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
}


.payment-icons {
    display: flex;
    gap: 20px;
}

.payment-icons img {
    width: 60px;
    height: 40px;
    object-fit: contain;
    margin-top: 300px;
}

.rupay{
    width: 70px;
}
.hiring-badge {
    background-color: #ffffff;
    color: #4C1D95;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
}

.footer-copyright {
    font-size: 12px;
    margin-top: 20px;
}

