body {
    font-family: "Vazirmatn", sans-serif;
    background-color: #f4f4f4;
    padding: 0 10px;
}

.container {
    max-width: 480px;
    margin: 0 auto;
    direction: rtl;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 576px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* ðŸŸ¢ ØªÛŒØªØ±Ù‡Ø§ Ùˆ Ù…ØªÙ† */
h1 {
    background: #34c7cf;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    border-radius: 0 0 20px 20px;
}

h1, h2 {
    font-size: 1rem;
}

p {
    text-align: justify;
    color: var(--bs-secondary-color) !important;
    font-size: 0.86em;
}

.content h3 {
    color: #333;
}

.content p {
    color: #777;
    text-align: right;
    font-size: 0.86em;
}

a{
    color: inherit;
    text-decoration: none;
    
}

/* ðŸŸ¢ Ø³Ø§Ø®ØªØ§Ø± Ø¨Ø®Ø´â€ŒÙ‡Ø§ Ùˆ Ø¨Ø§Ú©Ø³â€ŒÙ‡Ø§ */
.device {
    padding: 5px 0 !important;
}

.device div {
    justify-content: space-between !important;
}

.row {
    --bs-gutter-x: 1rem !important;
    --bs-gutter-y: 1rem !important;
}

.row > * {
    margin-top: 0 !important;
}

.box {
    border: 1px solid #ddd;
	background-color: #FFF;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.box:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.box img {
    width: 100%;
    border-radius: 12px;
}

.box.enmad {
    background-color: #34c7cf;
    border: none;
    box-shadow: none;
}
/* ðŸŸ¢ Ø¯Ú©Ù…Ù‡â€ŒÙ‡Ø§ */
button#verify-btn {
    float: left;
}

/* ðŸŸ¢ Ú©Ù„Ø§Ø³â€ŒÙ‡Ø§ÛŒ Ø¹Ù…ÙˆÙ…ÛŒ */
.radius { border-radius: 20px 0 20px 20px; }
.radius15 { border-radius: 15px; }

.content {
    padding: 5px;
    width: 100%;
}

/* ðŸŸ¢ Ø¨Ø§Ú©Ø³â€ŒÙ‡Ø§ÛŒ Ø§Ø·Ù„Ø§Ø¹Ø§Øª */
.infobox {
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
}

.infobox ul {
    padding: 20px;
    margin: 0;
    text-align: right;
}

.infobox li {
    margin-bottom: 10px;
    font-size: 14px;
}

/* ðŸŸ¢ Ø§Ø³ØªØ§ÛŒÙ„ ÙÙˆÙ†Øª (Ø¯Ø± ØµÙˆØ±Øª Ù†ÛŒØ§Ø² Ø¨Ù‡ Ø³ÙØ§Ø±Ø´ÛŒâ€ŒØ³Ø§Ø²ÛŒ ÙˆØ²Ù†â€ŒÙ‡Ø§) */
.vazirmatn-<uniquifier> {
    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

/* ðŸŸ¢ Ø¨Ø®Ø´ Ø§Ø´ØªØ±Ø§Ú©â€ŒÙ‡Ø§ */
.subscription-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscription-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
}

.subscription-option:hover {
    background-color: #e0e0e0;
}

.subscription-type {
    text-align: right;
    flex-grow: 1;
}

.price-box {
    background-color: #34c7cf;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

/* ðŸŸ¢ Ø±ÙˆØ¨Ø§Ù† ØªØ®ÙÛŒÙ */
.ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff5722;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(15deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.original-price {
    text-decoration: line-through;
    color: #ffffff;
    margin-left: 5px;
    font-size: 0.8em;
    background: #34c7cf;
    padding: 5px;
    border-radius: 25px;
}

.toman-icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-right: 4px;
}

/* ðŸŸ¢ Ø§Ù„Ù…Ø§Ù†â€ŒÙ‡Ø§ÛŒ Ú©Ù…Ú©ÛŒ */
.hidden { display: none; }

code {
    background: #FFF;
    padding: 2px 10px;
    border-radius: 7px;
    font-family: inherit;
    font-size: 12px;
}

code.cur {
    background: #34c7cf !important;
    color: #FFF !important;
}

/* ðŸŸ¢ ÙØ§ØµÙ„Ù‡ Ø¨ÛŒÙ† Ø¨Ø®Ø´â€ŒÙ‡Ø§ */
.section-space {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px;
}
/* ðŸŸ¦ ÙÙˆØªØ± */
.footer-custom {
    background-color: #34c7cf;
    color: #fff;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}

.footer-custom h5 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.footer-custom a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.footer-custom a:hover {
    opacity: 0.8;
}

.footer-links a {
    text-decoration: none;
}

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

/* ðŸ“± Ø­Ø§Ù„Øª Ù…ÙˆØ¨Ø§ÛŒÙ„ */
@media (max-width: 576px) {
    .footer-custom {
        border-radius: 15px 15px 0 0;
        padding: 20px 10px;
    }
}


/* Subtle box style changes â€” non-intrusive */
.top-boxes { max-width:1200px; margin:18px auto; padding:8px; }
.boxes-row { display:flex; gap:14px; flex-wrap:wrap; justify-content:space-between; }
.box { flex:1 1 30%; min-width:220px; border:1px solid rgba(0,0,0,0.06); padding:16px; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,0.04); }
.box h2 { margin-top:0; font-size:1.05rem; }
.box p { line-height:1.6; margin:8px 0 0; color:#222; }
@media (max-width:800px){ .boxes-row{flex-direction:column;} .box{min-width:unset;} }
