.elementor-823 .elementor-element.elementor-element-908360f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-823 .elementor-element.elementor-element-697a7ad .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:var( --e-global-color-f990fe5 );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-823 .elementor-element.elementor-element-3cd067f{color:var( --e-global-color-f990fe5 );}.elementor-823 .elementor-element.elementor-element-ab24390.elementor-element{--align-self:center;}/* Start custom CSS for container, class: .elementor-element-908360f *//* HERO SECTION */
.single-post .elementor-top-section:first-child {
    padding: 120px 20px 80px;
    text-align: center;
    color: #fff;
}

/* TITLE */
.single-post h1 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
}

/* META */
.single-post .elementor-post-info {
    color: #cbd5f5;
    font-size: 14px;
    margin-top: 10px;
}

/* CONTENT AREA */
.single-post .elementor-widget-theme-post-content {
    max-width: 750px;
    margin: 60px auto;
    font-size: 18px;
    line-height: 1.9;
    color: #1f2937;
}

/* PARAGRAPH */
.single-post p {
    margin-bottom: 20px;
}

/* HEADINGS */
.single-post h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #111827;
}

/* LIST */
.single-post li {
    margin-bottom: 10px;
}

/* FEATURED IMAGE */
.single-post .elementor-widget-theme-post-featured-image img {
    border-radius: 16px;
    margin: 30px auto;
}

/* QUOTE STYLE */
.single-post blockquote {
    border-left: 5px solid #22c55e;
    padding-left: 15px;
    font-style: italic;
    color: #374151;
}

/* CTA BOX */
.cta-box {
    background: #f9fafb;
    padding: 30px;
    border-radius: 16px;
    margin-top: 60px;
    text-align: center;
}

.cta-box h3 {
    margin-bottom: 10px;
}

.cta-btn {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

/* HOVER */
.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}/* End custom CSS */