
.svp-packages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1200px;
}

.svp-filter-form {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.svp-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.svp-filter-field {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    flex: 1 1 190px;
    font-size: 0.9rem;
}

.svp-filter-field label {
    margin-bottom: 4px;
    font-weight: 600;
    color: #111827;
}

.svp-filter-field input,
.svp-filter-field select {
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 0.9rem;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.svp-filter-field input:focus,
.svp-filter-field select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

.svp-filter-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.svp-filter-submit {
    padding: 8px 18px;
    border-radius: 999px;
    border: none;
    background: #2563eb;
    color: white;
    font-size: 0.9rem;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.svp-filter-submit:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.svp-filter-submit:active {
    transform: translateY(0);
}

.svp-filter-reset {
    font-size: 0.85rem;
    text-decoration: underline;
    color: #6b7280;
}

.svp-filter-reset:hover {
    color: #374151;
}
.svp-package-card {
	cursor: pointer;
    background: #ffffff;
    border-radius: 35px;
	box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.14),
        0 3px 8px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
	height: 600px;
}
.svp-package-body { 	
	padding: 14px 16px 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
}
.svp-package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.svp-package-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.svp-package-title {
	font-family: "Noto Sans Hebrew", Sans-serif;
	color: #fff;
    font-size: 29px;
    font-weight: 900;
    line-height: 26px;
    margin: 0;
}
.svp-package-meta-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 1.0rem;
    /* color: #4b5563; */
    /* margin: 8px 0 6px; */
}
.svp-package-meta-item {
	display: flex;
	gap: 15px;
}
.svp-package-price {
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 8px;
}

.svp-package-excerpt {
	font-family: "מיכל", Sans-serif;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 6px;
}


.svp-package-details{
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
    padding: 10px 20px 10px 20px;
	background-color: transparent;
    background-image: linear-gradient(180deg, #E89F11 0%, #f2295b 100%);
	height: 100%;
}
.svp-contact-btn {
	font-family: "מיכל", Sans-serif;
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    padding: 9px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
	background-color: #000;
    font-size: 1.0rem;
    font-weight: 600;
    border: 1px solid #b8b8b8;
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	width: 100%;
}

.svp-contact-btn:hover {
    transform: translateY(-1px);
}
.svp-pagination {
    max-width: 1200px;
    margin: 8px auto 0;
    direction: rtl;
    text-align: center;
}

.svp-pagination .page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 6px;
}

.svp-pagination .page-numbers li {
    display: inline-block;
}

.svp-pagination .page-numbers a,
.svp-pagination .page-numbers span {
    display: inline-block;
    min-width: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #ffffff;
}

.svp-pagination .page-numbers a:hover {
    border-color: #2563eb;
    color: #1d4ed8;
}

.svp-pagination .page-numbers .current {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

.svp-single-package {
    direction: rtl;
    margin-bottom: 40px;
}

.svp-single-hero {
    position: relative;
    margin-bottom: 28px;
    border-radius: 18px;
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.22);
}

.svp-single-hero-image img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    display: block;
}

.svp-single-hero-overlay {
    position: relative;
    background: radial-gradient(circle at top right, rgba(96, 165, 250, 0.3), transparent 55%),
                linear-gradient(to left, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.94));
    color: #fff;
}

.svp-single-hero-inner {
    padding: 18px 20px 20px;
}

.svp-single-title {
    font-size: 1.9rem;
    margin: 0 0 10px;
    line-height: 1.3;
}

.svp-single-meta-main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 6px;
}

.svp-single-destination {
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.9rem;
    border: 1px solid rgba(251, 251, 251, 0.4);
}

.svp-single-price-chip {
    padding: 4px 11px;
    border-radius: 999px;
    background: #22c55e;
    font-size: 0.9rem;
    font-weight: 600;
}

.svp-single-meta-secondary {
    font-size: 0.9rem;
    opacity: 0.95;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.svp-single-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.svp-single-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.svp-single-main {
    flex: 1 1 60%;
    min-width: 0;
}

.svp-single-sidebar {
    flex: 1 1 32%;
    min-width: 260px;
}

.svp-single-section {
    margin-bottom: 24px;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.svp-single-section-title {
    margin: 0 0 12px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
}

.svp-single-content {
    font-size: 0.96rem;
    line-height: 1.7;
    color: #111827;
}

.svp-single-content p {
    margin-bottom: 0.6em;
}


.svp-single-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.svp-single-details-list li {
    margin-bottom: 6px;
    font-size: 0.95rem;
    color: #111827;
}

.svp-single-details-list strong {
    margin-left: 4px;
}

.svp-single-box {
    background: #f9fafb;
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.10);
    border: 1px solid #e5e7eb;
}

.svp-single-box-title {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

.svp-single-box-text {
    margin: 0 0 12px;
    font-size: 0.9rem;
    color: #4b5563;
}

.svp-single-box-price {
    font-weight: 700;
    font-size: 1rem;
    color: #0b7a2a;
    margin-bottom: 10px;
}

.svp-contact-btn-wide {
    width: 100%;
    margin-top: 6px;
}

.svp-single-box-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    font-size: 0.9rem;
    color: #374151;
}

.svp-single-box-list li {
    margin-bottom: 4px;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin-top: 4px;
  font-size: 16px;
  font-family: "מיכל", Sans-serif;
}
.detail-label {
    color: #fff;
    font-weight: 500;
}
.detail-value {
    color: #fff;
    font-weight: 600;
}
@media (min-width: 768px) {
	.svp-package-card {
		min-height: 306px;
	}
}
@media (max-width: 900px) {
    .svp-filter-row {
        flex-direction: column;
    }

    .svp-filter-field {
        flex: 1 1 100%;
    }
	.svp-packages-grid {
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.svp-packages-grid {
		grid-template-columns: 1fr;
	}
	.svp-package-details {
		flex-direction: column;
	}
	.svp-package-body { min-height: 221px; }
    .svp-single-hero {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 18px;
    }

    .svp-single-hero-inner {
        padding: 12px 14px 16px;
    }

    .svp-single-title {
        font-size: 1.45rem;
    }

    .svp-single-layout {
        flex-direction: column;
        padding: 0 12px;
    }

    .svp-single-main,
    .svp-single-sidebar {
        flex: 1 1 100%;
        min-width: 0;
    }

    .svp-single-section,
    .svp-single-box {
        border-radius: 12px;
    }
}
