/* --- Ø§Ø³ØªØ§ÛŒÙ„â€ŒÙ‡Ø§ÛŒ ØµÙØ­Ù‡ Ø·Ø±Ø­â€ŒÙ‡Ø§ÛŒ Ø§Ù‚Ø³Ø§Ø·ÛŒ (Ø¢Ù†ÛŒÙ„) --- */

/* Ù…ØªØºÛŒØ±Ù‡Ø§ÛŒ Ø±Ù†Ú¯ÛŒ */
:root {
    --anil-color: #4A5A8D;
    --anil-dark: #21417C;
    --anil-soft: #eef1f8;
    --gray-soft: #f8f9fa;
}

/* Ø¢ÛŒÚ©ÙˆÙ† Ø¯Ø§ÛŒØ±Ù‡â€ŒØ§ÛŒ */
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Ú©Ø§Ø±Øª Ù¾Ù„ØªÙØ±Ù… (Ø¨Ø²Ø±Ú¯ Ùˆ Ú¯Ø±Ø¯) */
.platform-card {
    transition: all 0.3s ease;
}
.hover-scale:hover {
    transform: scale(1.03);
    border-color: var(--anil-color) !important;
    box-shadow: 0 15px 30px rgba(74, 90, 141, 0.15) !important;
}
.shadow-inner {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

/* Ø¯Ú©Ù…Ù‡ Outline Ø¢Ù†ÛŒÙ„ */
.btn-outline-anil {
    color: var(--anil-color);
    border: 2px solid var(--anil-color);
    background: transparent;
    transition: all 0.3s;
}
.btn-outline-anil:hover {
    background-color: var(--anil-color);
    color: #fff;
}

/* Ú¯ÙˆØ´Ù‡â€ŒÙ‡Ø§ÛŒ Ø®ÛŒÙ„ÛŒ Ú¯Ø±Ø¯ */
.rounded-5 , .rounded-4 {
    border-radius: 2rem !important;
}

/* Ø¹Ù…ÙˆÙ…ÛŒ */
.lh-lg { line-height: 2.2 !important; }
.text-justify { text-align: justify; }
.z-1 { z-index: 1; }

