@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

.kalatak-card-container {
    max-width: 850px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    font-family: 'Vazirmatn', 'IranSans', Tahoma, sans-serif;
    direction: rtl;
    text-align: right;
}

.kalatak-card-header {
    background: linear-gradient(135deg, #1e5128 0%, #2e7d32 100%);
    color: #ffffff;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.kalatak-avatar {
    font-size: 38px;
    background: rgba(255, 255, 255, 0.15);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.kalatak-card-header h2 {
    margin: 0 0 5px 0;
    color: #ffffff !important;
    font-size: 1.4rem;
    font-weight: 700;
}

.kalatak-card-header p {
    margin: 0;
    color: #e8f5e9;
    font-size: 0.95rem;
    opacity: 0.9;
}

.kalatak-card-body {
    padding: 30px;
}

.kalatak-card-body label {
    display: block;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
    font-size: 1rem;
}

textarea#kalatak-input {
    width: 100%;
    min-height: 130px;
    padding: 16px;
    font-size: 1rem;
    border-radius: 10px;
    border: 1.5px solid #cbd5e0;
    background-color: #f8fafc;
    color: #2d3748;
    box-sizing: border-box;
    font-family: inherit;
    transition: all 0.25s ease;
    resize: vertical;
}

textarea#kalatak-input:focus {
    border-color: #2e7d32;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.12);
}

button#kalatak-submit {
    width: 100%;
    background: #2e7d32;
    color: #ffffff;
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.25s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

button#kalatak-submit:hover {
    background: #1b5e20;
    box-shadow: 0 4px 12px rgba(27, 94, 32, 0.25);
}

button#kalatak-submit:disabled {
    background: #a0aec0;
    cursor: not-allowed;
    box-shadow: none;
}

/* نتایج و پاسخ دکتر کالاتک */
#kalatak-result {
    margin-top: 30px;
}

.kalatak-loading-box {
    text-align: center;
    color: #2e7d32;
    background: #f0fdf4;
    padding: 25px;
    border-radius: 10px;
    border: 1px dashed #bbf7d0;
    font-weight: 600;
    font-size: 1.05rem;
}

.kalatak-error-msg {
    background-color: #fef2f2;
    color: #991b1b;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #fecaca;
    text-align: center;
    font-weight: 600;
}

.kalatak-doctor-reply {
    background: #fafafa;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    border-right: 6px solid #2e7d32;
    line-height: 2;
    color: #1a202c;
    font-size: 1.05rem;
}

.kalatak-doctor-reply h3 {
    color: #1e5128;
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 8px;
}

.kalatak-doctor-reply h3:first-child {
    margin-top: 0;
}

.kalatak-doctor-reply ul {
    padding-right: 20px;
    margin-bottom: 20px;
}

.kalatak-doctor-reply li {
    margin-bottom: 10px;
}

.kalatak-doctor-reply strong {
    color: #1b5e20;
}

.kalatak-notice {
    background: #fffbe2;
    border: 1px solid #ffe58f;
    padding: 15px;
    border-radius: 8px;
    color: #856404;
}