.umrah-card-widget {
    box-sizing: border-box;
}

.umrah-card-widget *,
.umrah-card-widget *::before,
.umrah-card-widget *::after {
    box-sizing: inherit;
}

.umrah-card-widget .card {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.umrah-card-widget .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.umrah-card-widget .image-container {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #1a1a2e;
}

.umrah-card-widget .image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.umrah-card-widget .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.umrah-card-widget .card:hover .image-container img {
    transform: scale(1.08);
}

.umrah-card-widget .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #d4a147;
    letter-spacing: 0.5px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.umrah-card-widget .star {
    color: #d4a147;
    font-size: 14px;
}

.umrah-card-widget .price-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #00a859 0%, #008c4a 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 16px;
    font-size: 32px;
    font-weight: 800;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 168, 89, 0.4);
    line-height: 1;
}

.umrah-card-widget .price-tag.with-symbol::before {
    content: '£';
    font-size: 20px;
    font-weight: 700;
    margin-right: 2px;
    opacity: 0.95;
}

.umrah-card-widget .content {
    padding: 32px 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.umrah-card-widget .title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 28px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.umrah-card-widget .features {
    margin-bottom: 28px;
    flex-grow: 1;
}

.umrah-card-widget .feature-item {
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 14px;
}

.umrah-card-widget .feature-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.umrah-card-widget .icon,
.umrah-card-widget .feature-image {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #d4a147 0%, #c49040 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(212, 161, 71, 0.25);
    overflow: hidden;
    flex-shrink: 0;
}

.umrah-card-widget .feature-image {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.umrah-card-widget .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.umrah-card-widget .icon i,
.umrah-card-widget .icon svg {
    font-size: 18px;
    color: white !important;
    fill: white !important;
}

.umrah-card-widget .card:hover .icon {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(212, 161, 71, 0.35);
}

.umrah-card-widget .feature-text {
    font-size: 15px;
    color: #4a5568;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

.umrah-card-widget .buttons {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.umrah-card-widget .btn {
    flex: 1;
    padding: 16px 20px;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.umrah-card-widget .btn span {
    color: white;
}

.umrah-card-widget .btn i,
.umrah-card-widget .btn svg {
    color: white !important;
    fill: white !important;
    transition: all 0.3s;
}

.umrah-card-widget .btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #20c55a 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
}

.umrah-card-widget .btn-whatsapp:hover {
    background: linear-gradient(135deg, #20c55a 0%, #1db954 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.umrah-card-widget .btn-details {
    background: #1a1a2e;
    color: white;
    box-shadow: 0 4px 16px rgba(26, 26, 46, 0.2);
}

.umrah-card-widget .btn-details:hover {
    background: #2d3748;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 26, 46, 0.3);
}
