@font-face{font-family:YekanBakht;src:url(https://font.infotak.ir/yekanbakhfanum-light.ttf) format("truetype"),url(https://font.infotak.ir/yekanbakhfanum-regular.ttf) format("truetype")}html{scroll-behavior:smooth;scroll-padding-top:150px}
body { font-family: YekanBakht !important; margin: 20px; background-color: #f8f9fa;
    color: #333;
    line-height: 1.7;
}
.container {
    max-width: 960px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.job-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 35px;
    border: 1px solid #e0e0e0;
}
.job-title {
    color: #2c3e50;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}
.company-info p, .meta-info span {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 8px;
}
.company-info strong, .meta-info strong {
    color: #333;
    font-weight: 500;
}
.job-details h2 {
    color: #1a5490; /* A nice blue for headings */
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 18px;
    border-bottom: 2px solid #e0f2f7; /* Light blue underline */
    padding-bottom: 8px;
}
.job-details h3 {
     color: #2c3e50;
     font-size: 1.4rem;
     font-weight: 500;
     margin-top: 25px;
     margin-bottom: 15px;
}
.job-details ul {
    padding-right: 0;
    list-style-type: none; /* Remove default bullets */
}
.job-details ul li {
    margin-bottom: 12px;
    padding-right: 20px; /* Space for custom bullet */
    position: relative;
}
.job-details ul li::before {
    content: '•'; /* Custom bullet */
    color: #1a5490; /* Bullet color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    right: 0; /* Align to the right for RTL */
    top: -2px; /* Adjust position */
}
.job-details ul li strong {
    color: #34495e;
    min-width: 180px; /* Ensure alignment for labels */
    display: inline-block;
}
.meta-info {
    background-color: #f0f8ff; /* Light blue background */
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
    border: 1px dashed #b3e5fc; /* Dashed border */
}
.cta-button {
    background-color: #28a745; /* Green */
    color: white !important; /* Ensure white text */
    font-size: 1.3rem;
    font-weight: 500;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none !important; /* Remove underline */
    display: inline-block;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}
.cta-button:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.4);
}
.seo-friendly-section {
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
}
.seo-friendly-section h2 {
    font-size: 1.7rem;
    color: #1a5490;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.error-message {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    font-size: 1.2rem;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .job-title {
        font-size: 2rem;
    }
    .job-details h2 {
        font-size: 1.6rem;
    }
    .job-details h3 {
        font-size: 1.3rem;
    }
    .cta-button {
        font-size: 1.1rem;
        padding: 12px 25px;
    }
    .job-card {
         padding: 25px;
    }
}