/*
*******************************************
*******************************************

** - Default 
** - Header Top 
** - Navbar 
** - Home Header 
** - Login Page 
** - Why Choose US 
** - Bus Amenities 
** - Popular Desination 
** - Gallery Section 
** - Footer 


*******************************************
*******************************************
*/


/*===============================
Default 
=================================*/

@media (max-width: 400px) {
    .default-btn {
        padding: 5px 15px 5px 15px;
        font-weight: 600;
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .default-btn {
        padding: 5px 10px 5px 10px;
        font-weight: 600;
        font-size: 14px;
    }
}

/*===============================
Header Top
=================================*/

@media (max-width: 989px) {
    .header-top .contact-info a {
        margin: 2px 5px;
    }
}

@media (max-width: 768px) {
    .header-top .contact-info a {
        margin: 2px 5px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .header-top .contact-info a {
        margin: 2px 3px;
        font-size: 0.7rem;
    }

    .header-top .contact-info a i {
        margin-right: 0px;
    }
}

@media (max-width: 350px) {
    .header-top .contact-info a {
        font-size: 0.6rem;
    }
}

/*===============================
Navbar Area
=================================*/

@media screen and (max-width: 1260px) {
    .navbar-menu-toggle {
        display: block;
    }

    .navbar-menu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .website-name .logo-img img {
        width: 120px;
        height: 50px;
    }
}

/*===============================
Home Header
=================================*/

@media screen and (max-width: 1250px) {
    .service-text {
        font-size: 40px;
    }

    .customer-images img {
        width: 40px;
        height: 40px;
    }

    .customer-images .clients-img {
        margin-left: -20px;
    }
}

@media screen and (max-width: 999px) {
    .customers-section {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .customers-section {
        display: flex;
    }

    .floating-circle img {
        width: 200px;
    }

    .floating-circle {
        bottom: -120px;
        right: 0;
    }
}

@media screen and (max-width: 425px) {
    .customers-section {
        display: grid;
        place-items: center;
    }

    .customer-images img {
        width: 50px;
        height: 50px;
    }

    .service-text {
        font-size: 35px;
    }

    .car-booking-details {
        padding: 20px;
    }

    .booking-form select {
        padding: 7px;
    }

    .bus-right {
        animation: moveRightToLeft 10s linear infinite;
    }

    .bus-left {
        animation: moveLeftToRight 10s linear infinite;
    }

    .ad-text {
        display: none;
    }

}

@media screen and (max-width: 350px) {

    .welcome-text {
        width: auto;
        font-size: 17px;
    }

}

/*===============================
Login Form
=================================*/

@media screen and (max-width: 468px) {
    .login-form-box {
        width: 100%;
        max-width: 350px;
    }
}

@media screen and (max-width: 360px) {
    .login-form-box {
        max-width: 320px;
    }
}

/*===============================
Why Choose US
=================================*/

@media (max-width: 992px) {
    .hero-section {
        padding: 3rem 0;
        min-height: auto;
    }

    .hero-content {
        padding-left: 0;
        margin-top: 2rem;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .services-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .service-cards {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .services-title {
        font-size: 2rem;
    }

    .hero-content {
        padding-left: 0;
    }

    .service-card {
        width: 220px;
        height: 180px;
        padding: 2rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 2rem 0;
    }

    .hero-title {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .hero-description {
        margin-bottom: 0.5rem;
    }

    .services-title {
        font-size: 1.8rem;
    }

    .service-cards {
        padding: 20px 0;
    }

    .services-description {
        margin-bottom: 0.5rem;
    }

    .user-avatars {
        bottom: -10px;
        left: 15px;
        padding: 6px;
    }

    .avatar {
        width: 35px;
        height: 35px;
    }

    .user-count {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .hero-image img {
        height: 200px;
    }
}

/*===============================
Bus Amenities
=================================*/

@media (max-width: 1024px) {
    .section-content {
        display: block;
        flex-direction: column;
        gap: 40px;
    }

    .images-container {
        flex-direction: row;
        gap: 15px;
    }

    .bus-image {
        height: 180px;
    }

    .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .amenities-section {
        padding: 60px 0;
    }

    .images-container {
        flex-direction: column;
    }

    .bus-image {
        height: 160px;
    }

    .section-title {
        font-size: 2rem;
    }

    .amenities-card {
        padding: 24px;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .amenity-item {
        padding: 14px;
    }

    .amenity-icon {
        width: 44px;
        height: 44px;
    }

    .amenity-icon i {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .amenities-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .amenities-card {
        padding: 20px;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .card-description {
        font-size: 0.95rem;
    }
}

/*===============================
Popular Desination 
=================================*/

@media (max-width: 480px){
.destinations_left-panel {
    padding: 20px 15px;
}

.image-container {
    min-height: 200px !important;
}

.image-container img {
    height: 200px !important;
}
}

/*===============================
Gallery Section
=================================*/

@media (max-width: 992px) {
    .gallery-img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .gallery-img {
        height: 160px;
    }
}

@media (max-width: 576px) {
    .gallery-img {
        height: 140px;
    }
}

/*===============================
Footer
=================================*/

@media (max-width: 768px) {
    .top-footer-box .icon-box {
        border-right: none !important;
        margin-bottom: 20px;
    }

    .footer-gallery img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 950px) {
    .footer-car {
        display: none;
    }
}

/*===============================
Whatsapp Shortcut
=================================*/

@media screen and (max-width: 468px) {
    .whatsapp-icon img {
        width: 30px;
        height: 30px;
    }
}