/* Setări generale pentru conținut */
.content {
    max-width: 900px;
    /* O lățime mai mică este mai potrivită pentru citirea textului */
    margin: 0 auto;
    padding: 0 20px 60px 20px;
    font-family: Arial, sans-serif;
}

.page-title {
    text-align: center;
    font-weight: 700;
    margin: 5% 0 40px 0;
    color: #1a365d;
    font-size: 2.2rem;
}

/* Cardul principal cu informații */
.info-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-top: 5px solid #3b82f6;
    /* Accent albastru */
    border-left: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.info-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.info-card p:last-child {
    margin-bottom: 0;
}

/* Evidențiere text important */
.highlight {
    font-weight: bold;
    color: #1a365d;
}

/* Casetă specială pentru condiția de acordare a serviciilor */
.alert-box {
    background-color: #eff6ff;
    /* Albastru foarte deschis */
    border-left: 4px solid #3b82f6;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.alert-box p {
    margin: 0 !important;
    color: #1e3a8a;
    /* Text albastru închis */
    font-size: 1.05rem;
}

.alert-box strong {
    color: #1e40af;
}

/* Responsivitate pentru ecrane mici */
@media (max-width: 600px) {
    .info-card {
        padding: 25px 15px;
    }

    .info-card p {
        font-size: 1rem;
    }
}

/* Setări generale pentru conținut */
.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
    font-family: Arial, sans-serif;
}

.page-title {
    text-align: center;
    font-weight: 700;
    margin: 5% 0 40px 0;
    color: #1a365d;
    font-size: 2.2rem;
    line-height: 1.3;
}

/* Cardurile pentru servicii */
.service-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 35px;
    margin-bottom: 30px;
    border-top: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    border-left: 5px solid #3b82f6;
    /* Accent albastru standard */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Cardul de transport va avea un accent verde/teal pentru diferențiere */
.card-transport {
    border-left-color: #10b981;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.service-title {
    color: #1a365d;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
}

/* Iconița SVG din titlu */
.service-title svg {
    width: 32px;
    height: 32px;
    fill: #e53e3e;
    /* Roșu medical */
    flex-shrink: 0;
}

.service-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 15px;
}

.service-card p:last-child {
    margin-bottom: 0;
}

/* Caseta pentru detalii operaționale (program/gărzi) */
.info-box {
    background: #f8fafc;
    border-left: 4px solid #94a3b8;
    padding: 15px 20px;
    margin-top: 25px;
    border-radius: 0 8px 8px 0;
    font-size: 1rem !important;
    color: #475569 !important;
}

/* Responsivitate pentru ecrane mici */
@media (max-width: 600px) {
    .service-card {
        padding: 25px 15px;
    }

    .page-title {
        font-size: 1.8rem;
    }

    .service-title {
        font-size: 1.25rem;
    }
}

.page-title {
    text-align: center;
    font-weight: 700;
    margin: 5% 0 40px 0;
    color: #1a365d;
    font-size: 2.2rem;
    line-height: 1.3;
}

/* Cardurile pentru servicii */
.service-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 35px;
    margin-bottom: 30px;
    border-top: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    border-left: 5px solid #e53e3e;
    /* Roșu medical pentru urgențe */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-transport {
    border-left-color: #3b82f6;
    /* Albastru pentru transport */
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Formatarea textului din interior */
.service-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* Evidențierea începutului de paragraf în loc de titlu separat */
.highlight-title {
    color: #1a365d;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbd5e1;
}

.highlight-title svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Responsivitate */
@media (max-width: 600px) {
    .service-card {
        padding: 25px 15px;
    }

    .page-title {
        font-size: 1.8rem;
    }
}

/* Setări generale pentru conținut */
.content {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
    font-family: Arial, sans-serif;
}

/* Cardul central pentru descărcare */
.download-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 50px 30px;
    text-align: center;
    border-top: 5px solid #3b82f6;
    /* Accent albastru sus */
    border-left: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Iconița de document */
.download-icon {
    width: 72px;
    height: 72px;
    fill: #e53e3e;
    /* Roșu tipic pentru PDF */
    margin-bottom: 20px;
}

/* Formatarea textului */
.card-text {
    font-size: 1.25rem;
    color: #1a365d;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.card-subtext {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0 0 35px 0;
}

/* Butonul de descărcare */
.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #3b82f6;
    color: #ffffff !important;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.btn-download:hover {
    background-color: #2563eb;
    box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-download svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* Responsivitate pentru ecrane mici */
@media (max-width: 600px) {
    .download-card {
        padding: 35px 20px;
    }

    .page-title {
        font-size: 1.5rem;
    }

    .btn-download {
        width: 100%;
        justify-content: center;
    }
}