/* 
 * Elysian Page Title Widget CSS
 */

.elysian-page-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 20px;
    width: 100%;
}

.elysian-page-subheading {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #ce982b;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.elysian-page-heading {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.1;
    margin: 0 0 25px 0;
    max-width: 800px;
}

.elysian-page-heading em,
.elysian-page-heading i {
    font-style: italic;
    color: inherit;
}

.elysian-page-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 1.6;
    max-width: 500px;
}

@media(max-width: 1023px) {
    .elysian-page-title-wrapper {
        padding: 70px 20px;
    }

    .elysian-page-heading {
        font-size: 40px;
    }
}

@media(max-width: 767px) {
    .elysian-page-title-wrapper {
        padding: 70px 20px;
    }

    .elysian-page-heading {
        font-size: 32px;
    }
}
