/* ========== AIRPORT TRANSFER PAGE SPECIFIC CSS ========== */

.services-page {
    max-width: 1350px; /* Increased from 1200px to make cards wider */
    margin: 0 auto;
    padding: 60px 5%;
}

.services-page .pk-grid {
    gap: 15px; /* Reduced from 30px to decrease extra space and give more width to cards */
}
