/* style.css */
body {
    background-color: #f4f7f6; /* Light background */
}
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); /* Example gradient */
    color: white;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 0 0 10px 10px; /* Rounded bottom corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.hero-section h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.hero-section p {
    font-size: 1.3em;
    line-height: 1.7;
}
#programs {
    padding: 20px;
}
.program-card {
    background-color: #ffffff;
    border: none; /* Remove default border, rely on shadow */
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.program-card h3 {
    color: #4a4a4a;
    font-size: 1.8em;
    margin-bottom: 18px;
    border-bottom: 2px solid #007bff; /* Accent line */
    padding-bottom: 10px;
    display: inline-block; /* To make border-bottom fit the text */
}
.program-card p {
    color: #666;
    font-size: 1.1em;
    line-height: 1.8;
}
.download-button {
    background-color: #28a745; /* Green download button */
    border-color: #28a745;
    font-size: 1.1em;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.download-button:hover {
    background-color: #218838;
    border-color: #1e7e34;
}
footer {
    font-size: 0.9em;
    color: #777;
}
body {
    font-family: IRANYekanX !important;
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:100;
    src:url('woff/IRANYekanX-Thin.woff') format('woff'),
    url('woff2/IRANYekanX-Thin.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:200;
    src:url('woff/IRANYekanX-UltraLight.woff') format('woff'),
    url('woff2/IRANYekanX-UltraLight.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;
    font-weight:300;src:url('woff/IRANYekanX-Light.woff') format('woff'),
    url('woff2/IRANYekanX-Light.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:400;
    src:url('woff/IRANYekanX-Regular.woff') format('woff'),
    url('woff2/IRANYekanX-Regular.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:500;
    src:url('woff/IRANYekanX-Medium.woff') format('woff'),
    url('woff2/IRANYekanX-Medium.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:600;
    src:url('woff/IRANYekanX-DemiBold.woff') format('woff'),
    url('woff2/IRANYekanX-DemiBold.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:700;
    src:url('woff/IRANYekanX-Bold.woff') format('woff'),
    url('woff2/IRANYekanX-Bold.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:800;
    src:url('woff/IRANYekanX-ExtraBold.woff') format('woff'),
    url('woff2/IRANYekanX-ExtraBold.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:900;
    src:url('woff/IRANYekanX-Black.woff') format('woff'),
    url('woff2/IRANYekanX-Black.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:950;
    src:url('woff/IRANYekanX-ExtraBlack.woff') format('woff'),
    url('woff2/IRANYekanX-ExtraBlack.woff2') format('woff2')
}
@font-face{
    font-family:IRANYekanX;font-display:swap;font-style:normal;font-weight:1000;
    src:url('woff/IRANYekanX-Heavy.woff') format('woff'),
    url('woff2/IRANYekanX-Heavy.woff2') format('woff2')
}