.pricing-section{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:2rem;direction:rtl}.package-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px rgb(0 0 0 / .08);overflow:hidden;max-width:320px;width:100%;transition:transform 0.3s ease;display:flex;flex-direction:column;justify-content:space-between}.package-card:hover{transform:translateY(-8px)}.media{width:300px;height:200px;overflow:hidden;border-radius:6px;box-shadow:0 1px 3px rgb(0 0 0 / .1);background-color:#000;display:flex;justify-content:center;align-items:center;margin:0 auto;flex-shrink:0}.media img,.media video{max-width:100%;max-height:100%;display:block;object-fit:contain}.content{padding:1.5rem;text-align:right;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.package-name{font-size:1.4rem;margin-bottom:.5rem;text-align:center;color:#2a9d8f}.package-note{font-size:.8rem;text-align:center;color:#555;margin-bottom:1rem;flex-grow:1}.package-description{font-size:1rem;color:#555;margin-bottom:1rem;flex-grow:1}.price-info{display:flex;flex-direction:column;gap:.3rem;font-weight:700;margin-bottom:1rem}.price{font-size:1.2rem;color:#2a9d8f;display:flex;align-items:center;justify-content:flex-end;width:fit-content}.price svg{width:24px;height:24px;margin-inline-start:4px;margin-inline-end:8px;flex-shrink:0;position:relative;top:2px}.currency-symbol{fill:#2a9d8f}.min-order{font-size:.9rem;color:#6c757d}.order-button{background-color:#2a9d8f;color:#fff;border:none;padding:.6rem 1rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color 0.3s ease;width:100%;margin-top:auto}.order-button:hover{background-color:#21867a}@media (max-width:992px){.pricing-section{flex-direction:column;align-items:center}}