body {
    font-family: 'Poppins', sans-serif;
}

.package-image {
    padding: 0.75rem;
    width: 100%;
    height: 192px;
    object-fit: cover;
    border-radius: 1.25rem;
}

.destination {
    font-size: 10px;
    color: #8F8F8F;
    margin-left: 4px;
}

.package-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 140%;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-inline-start: 8px;
}

.duration {
    font-size: 14px;
    color: #636363;
    margin-bottom: 15px;
}

.package-pricing {
    font-size: 14px;
    font-weight: 600;
    color: #FFA500;
}

.social-links {
    transition: all 0.3s ease;
}

.social-links:hover {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.footer-text {
    font-size: 16px;
    font-weight: medium;
    color: #FFF;
}

.footer-links:hover {
    text-decoration: underline;
}

[x-cloak] {
    display: none !important;
}

