.elementor-15812 .elementor-element.elementor-element-c5d9945{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5e50e6b *//* ----------------------------------------------------
   DIVINE HEALTH — PREMIUM SUBTITLE (H2)
   For credibility-driven lines under main titles
-------------------------------------------------------*/

.premium-subtitle,
.elementor-widget-heading.premium-subtitle h2 {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.55;
    text-align: center;
    color: #444;
    max-width: 850px;
    margin: 0 auto 35px auto;
    letter-spacing: 0.2px;

    /* Soft gradient for subtle emphasis */
    background: linear-gradient(90deg, #333 0%, #555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    opacity: 0.95;
}

/* Optional subtle divider line below subtitle */
.premium-subtitle:after,
.elementor-widget-heading.premium-subtitle h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 18px auto 0;
    background: #092b55 ; /* Divine Health green accent */
    border-radius: 2px;
    opacity: 0.75;
}

/* Responsive scaling */
@media (max-width: 768px) {
    .premium-subtitle,
    .elementor-widget-heading.premium-subtitle h2 {
        font-size: 1.2rem;
        line-height: 1.6;
        padding: 0 20px;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-0681ac2 *//* === HERO IMAGE – put this in the Image Widget → Advanced → Custom CSS === */
.elementor-15812 .elementor-element.elementor-element-0681ac2 {
    position: relative;
    overflow: hidden;
    border-radius: 0;                     /* remove any default rounding */
}

.elementor-15812 .elementor-element.elementor-element-0681ac2 img {
    width: 100%;
    height: 780px !important;             /* taller = more dramatic on desktop */
    object-fit: cover;
    object-position: center 12%;             /* perfect face framing for this exact photo */
    display: block;
}

/* Dark gradient overlay only at the bottom – stronger for text readability */
.elementor-15812 .elementor-element.elementor-element-0681ac2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;                              /* increased from 40% */
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
    z-index: 2;
}

/* Very subtle overall vignette – optional but looks premium */
.elementor-15812 .elementor-element.elementor-element-0681ac2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.25) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Responsive height */
@media (max-width: 1024px) {
    .elementor-15812 .elementor-element.elementor-element-0681ac2 img { height: 650px !important; }
}
@media (max-width: 767px) {
    .elementor-15812 .elementor-element.elementor-element-0681ac2 img { height: 520px !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c5d9945 *//* ----------------------------------------------------
   DIVINE HEALTH — DARK NAVY H1 (Hero Title)
   Matches your brand 100% – looks $10M
-------------------------------------------------------*/
.divine-h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: clamp(2.8rem, 7vw, 4.8rem);
    line-height: 1.12;
    text-align: center;
    color: #092b55;                    /* Official Divine Health dark navy */
    max-width: 1200px;
    margin: 0 auto 24px auto;
    letter-spacing: -1.2px;
    text-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.divine-h1 .pipe {
    color: #092b55;                    /* Divine Health green */
    margin: 0 14px;
    font-weight: 400;
    opacity: 0.9;
}

.divine-h1 .highlight-line {
    background: linear-gradient(90deg, #092b55 0%, #222785  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Elegant gold + green underline (your signature combo) */
.divine-h1::after {
    content: "";
    display: block;
    width: 180px;
    height: 5px;
    background: linear-gradient(90deg, #092b55 0%, #222785  70%);
    margin: 32px auto 0;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(212, 175, 55, 0.25);
}

/* Mobile perfection */
@media (max-width: 768px) {
    .divine-h1 {
        font-size: clamp(2.3rem, 7.5vw, 3.6rem);
        letter-spacing: -0.8px;
        margin-bottom: 18px;
    }
    .divine-h1::after {
        width: 140px;
        height: 4px;
        margin: 26px auto 0;
    }
}/* End custom CSS */