.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}}.category-details{max-height:0;overflow:hidden;transition:max-height 0.5s ease-out,opacity 0.5s ease-out;opacity:0;will-change:max-height,opacity;direction:rtl}.category-details.visible{max-height:500px;opacity:1}.services-section{max-width:900px;margin:40px auto;padding:30px;background-color:#fff;border-radius:15px;box-shadow:0 10px 30px rgb(0 0 0 / .1)}.service-category{margin-bottom:30px;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background-color:#f7fafc;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.category-title{padding:20px;background-color:#edf2f7;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center}.category-title h3{font-size:1.8rem;color:#2d3748;margin-bottom:0;text-align:center}.category-details{padding:20px;color:#4a5568;line-height:1.8;direction:rtl;text-align:right}.category-details h4{font-size:1.4rem;font-weight:700;color:#2d3748;margin-top:20px;margin-bottom:15px;border-bottom:1px dashed #cbd5e0;padding-bottom:5px}.category-details ul{list-style-type:none;padding-right:0}.category-details ul li{position:relative;padding-right:25px;margin-bottom:10px}.category-details ul li::before{content:'✓';color:#4299e1;font-weight:700;position:absolute;right:0;top:0}button[id^="toggle-"]{background-color:#2a9d8f;color:#fff;border:none;padding:1rem 1.25rem;font-size:1.2rem;border-radius:8px;cursor:pointer;transition:background-color 0.3s ease,transform 0.2s ease;width:100%;margin-top:auto;font-weight:600;box-shadow:0 4px 8px rgb(0 0 0 / .1)}button[id^="toggle-"]:hover{background-color:#90D1CA}button[id^="toggle-"]:active{transform:scale(.97)}