body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #fff;
}

.tour-package {
    width: 100%;
}

.tour-banner4 {
    
    position: relative;
    background-image: url('https://testing.theholidaytrips.co.in/assets/img/mp.png') !important ; /* Replace with your image */
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tour-banner3 {
    
    position: relative;
    background-image: url('https://testing.theholidaytrips.co.in/assets/img/Rajasthan%20Destination.png') !important; /* Replace with your image */
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tour-banner5 {
    
    position: relative;
    background-image: url('https://testing.theholidaytrips.co.in/assets/img/Rajasthan%20Package%201.png')!important ; /* Replace with your image */
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tour-banner2 {
    
    position: relative;
    background-image: url('https://testing.theholidaytrips.co.in/assets/img/jk.png')!important ; /* Replace with your image */
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tour-banner1 {
    
    position: relative;
    background-image: url('https://testing.theholidaytrips.co.in/assets/img/hm.png') !important; /* Replace with your image */
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tour-banner {
    
    position: relative;
    background-image: url('../img/rajasthan banner.png') ; /* Replace with your image */
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-text h1 {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    margin: 0;
}

.tour-info {
    display: flex;
    justify-content: space-around;
    background-color: #000;
    padding: 15px 20px;
    text-align: center;
}

.info-item h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.info-item p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    color: #ccc;
}
 






.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-buttons {
    display: flex;
    gap: 10px;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    font-size: 0.9rem;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn.active {
    background-color: #6c757d;
    color: #fff;
}

.filter-btn:hover {
    background-color: #f1f1f1;
}

.help-button {
    display: flex;
}

.help-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #fff;
    background-color: #ff5c57;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.help-btn:hover {
    background-color: #ff3c38;
}

/* Popup Form */
.popup-form {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.form-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.close-btn:hover {
    color: #ff5c57;
}

.form-content h2 {
    margin-bottom: 15px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-size: 0.9rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
}

.submit-btn {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    background-color: #ff5c57;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #ff3c38;
}





.tour-package-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
}

.tour-package-card {
    max-width: 800px;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%; /* Ensures the card is responsive */
}

.package-title {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.package-description {
    margin: 10px 0;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #ff5c57;
}

.hidden {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tour-package-card {
        padding: 15px;
        max-width: 95%; /* Reduce card size on smaller screens */
    }

    .package-title {
        font-size: 1.3rem;
    }

    .package-description {
        font-size: 0.95rem;
    }

    .read-more {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .tour-package-card {
        padding: 10px;
    }

    .package-title {
        font-size: 1.1rem;
    }

    .package-description {
        font-size: 0.85rem;
    }

    .read-more {
        font-size: 0.85rem;
    }
}





         

        .travel-section {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            padding: 20px;
            justify-content: center;
        }
        .package-travel {
            overflow: hidden;
        }    
        /* Form Container */
        .form-container {
            flex: 1;
            max-width: 400px;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            animation: slideIn 1s ease;
        }

        .form-container h2 {
            text-align: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: #ff5c57;
        }

        .form-group {
            margin-bottom: 15px;
        }

        input, select {
            width: 100%;
            padding: 10px;
            font-size: 1rem;
            border: 1px solid #ddd;
            border-radius: 5px;
            transition: 0.3s;
        }

        input:focus, select:focus {
            border-color: #ff5c57;
            box-shadow: 0 0 5px rgba(255, 92, 87, 0.5);
        }

        .phone-group {
            display: flex;
            gap: 10px;
        }

        .phone-group select {
            flex: 1;
        }

        .phone-group input {
            flex: 3;
        }

        .submit-btn {
            width: 100%;
            padding: 10px;
            background-color: #ff5c57;
            color: white;
            font-size: 1rem;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s;
        }

        .submit-btn:hover {
            background-color: #ff3c38;
            transform: scale(1.05);
        }

        .error-message {
            color: red;
            font-size: 0.85rem;
            display: none;
        }

        /* Packages Container */
        .packages-container {
            flex: 2;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .package-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            gap: 15px;
            width: 100%;
            overflow: hidden;
            animation: fadeInUp 1s ease;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom:13px;
        }

        .package-card:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        .package-header {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .badge {
            background-color: #28a745;
            color: white;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 0.75rem;
            margin-bottom: 10px;
            animation: popIn 0.8s ease;
        }

        .package-img {
            width: 120px;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
        }

        .package-details {
            flex: 1;
        }

        .package-details h3 {
            margin: 0;
            font-size: 1.1rem;
            color: #333;
        }

        .package-info {
            font-size: 0.85rem;
            color: #555;
            margin: 5px 0;
        }

        .package-icons {
            font-size: 0.9rem;
            color: #777;
        }

        .package-pricing {
            text-align: center;
        }

        .original-price {
            font-size: 0.85rem;
            color: #888;
        }

        .discounted-price {
            font-size: 1.1rem;
            color: #333;
        }

        .view-btn {
            background: #007bff;
            color: white;
            padding: 5px 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s;
        }

        .view-btn:hover {
            background: #0056b3;
            transform: scale(1.1);
        }
        .enquire-btn {
            background: #ff5c57;
            color: white;
            padding: 5px 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s;
        }

        .enquire-btn:hover {
            background: #ff3c38;
            transform: scale(1.1);
        }

        /* Animations */
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes popIn {
            0% {
                transform: scale(0.8);
                opacity: 0;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .travel-section {
                flex-direction: column;
            }

            .form-container {
                width: 100%;
                box-sizing: border-box;
            }

            .packages-container {
                width: 100%;
            }

            .package-card {
                flex-direction: column;
                align-items: flex-start;
            }

            .package-pricing {
                width: 100%;
                text-align: left;
            }
        }


        /* Pagination controls */
        .pagination-controls {
            text-align: center;
            margin-top: 20px;
        }

        .pagination-controls button {
            margin: 0 5px;
            padding: 8px 16px;
            border: none;
            border-radius: 5px;
            background-color: #007bff;
            color: #fff;
            cursor: pointer;
        }

        .pagination-controls button:disabled {
            background-color: #e0e0e0;
            color: #999;
            cursor: not-allowed;
        }

        .pagination-controls button.active {
            background-color: #0056b3;
        }