.elementor-558 .elementor-element.elementor-element-302a6c6:not(.elementor-motion-effects-element-type-background), .elementor-558 .elementor-element.elementor-element-302a6c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://wellnesswithharsha.com/wp-content/uploads/2026/08/bg-for-harsha-wellness.png");background-position:top center;background-repeat:repeat;background-size:cover;}.elementor-558 .elementor-element.elementor-element-302a6c6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-558 .elementor-element.elementor-element-302a6c6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .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-558 .elementor-element.elementor-element-80d57bf{padding:50px 0px 50px 20px;text-align:center;}.elementor-558 .elementor-element.elementor-element-80d57bf .elementor-heading-title{font-family:"Merriweather", Sans-serif;font-size:60px;font-weight:600;line-height:80px;letter-spacing:-2.3px;color:#353535;}.elementor-558 .elementor-element.elementor-element-b3c1d5d{padding:30px 0px 30px 0px;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-558 .elementor-element.elementor-element-55e532d{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-558 .elementor-element.elementor-element-55e532d .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.55 * 100% );}.elementor-558 .elementor-element.elementor-element-55e532d:after{content:"0.55";}.elementor-558 .elementor-element.elementor-element-55e532d .elementor-post__thumbnail__link{width:100%;}.elementor-558 .elementor-element.elementor-element-55e532d .elementor-post__meta-data span + span:before{content:"•";}.elementor-558 .elementor-element.elementor-element-55e532d .elementor-post__text{margin-top:20px;}.elementor-558 .elementor-element.elementor-element-55e532d .elementor-post__badge{right:0;}.elementor-558 .elementor-element.elementor-element-55e532d .elementor-post__card .elementor-post__badge{margin:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-558 .elementor-element.elementor-element-55e532d .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-558 .elementor-element.elementor-element-55e532d:after{content:"0.5";}.elementor-558 .elementor-element.elementor-element-55e532d .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-55e532d */@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap");

/* =====================================
   WELLNESS WITH HARSHA — BLOG CARDS
===================================== */

.harsha-blog-grid {
    --wh-bg: #fffdf9;
    --wh-sage: #d8e4d9;
    --wh-dark-sage: #465647;
    --wh-dark: #243129;
    --wh-peach: #e8d1c1;
    --wh-lavender: #c7bcd8;
    --wh-text: #667169;
    --wh-border: rgba(70, 86, 71, 0.14);
}

/* Cards spacing */

.harsha-blog-grid .elementor-posts-container {
    column-gap: 28px !important;
    row-gap: 38px !important;
    align-items: stretch;
}

/* Equal-height articles */

.harsha-blog-grid .elementor-post {
    height: 100%;
}

.harsha-blog-grid .elementor-post__card {
    display: flex !important;
    flex-direction: column;
    height: 100%;

    background: var(--wh-bg) !important;
    border: 1px solid var(--wh-border) !important;
    border-radius: 8px !important;

    overflow: hidden;

    box-shadow:
        0 10px 35px rgba(36, 49, 41, 0.06) !important;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.harsha-blog-grid .elementor-post__card:hover {
    transform: translateY(-7px);

    border-color: rgba(70, 86, 71, 0.25) !important;

    box-shadow:
        0 18px 45px rgba(36, 49, 41, 0.11) !important;
}

/* =====================================
   REMOVE DP / AUTHOR AVATAR
===================================== */

.harsha-blog-grid .elementor-post__avatar,
.harsha-blog-grid .elementor-post-avatar,
.harsha-blog-grid .elementor-post__card .avatar,
.harsha-blog-grid img.avatar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

/* Remove avatar-created spacing */

.harsha-blog-grid .elementor-post__text {
    margin-top: 0 !important;
}

/* =====================================
   FEATURED IMAGE
===================================== */

.harsha-blog-grid .elementor-post__thumbnail__link {
    position: relative;
    display: block;

    width: 100%;
    aspect-ratio: 16 / 10;

    margin: 0 !important;
    overflow: hidden;
}

.harsha-blog-grid .elementor-post__thumbnail {
    position: relative !important;
    top: auto !important;
    left: auto !important;

    width: 100% !important;
    height: 100% !important;

    padding-bottom: 0 !important;
    overflow: hidden;
}

.harsha-blog-grid .elementor-post__thumbnail img {
    position: relative !important;
    top: auto !important;
    left: auto !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
    object-position: center;

    transform: scale(1.01);
    transition: transform 0.65s ease;
}

.harsha-blog-grid .elementor-post__card:hover img {
    transform: scale(1.065);
}

/* Soft image overlay */

.harsha-blog-grid .elementor-post__thumbnail__link::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 58%,
            rgba(36, 49, 41, 0.10) 100%
        );

    pointer-events: none;
}

/* =====================================
   CATEGORY BADGE
===================================== */

.harsha-blog-grid .elementor-post__badge {
    top: 18px !important;
    right: 18px !important;

    padding: 9px 16px !important;

    color: var(--wh-dark) !important;
    background: var(--wh-sage) !important;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 100px !important;

    box-shadow: 0 7px 20px rgba(36, 49, 41, 0.08);

    font-family: "DM Sans", sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* =====================================
   CARD CONTENT
===================================== */

.harsha-blog-grid .elementor-post__text {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;

    padding: 30px 30px 28px !important;
}

/* Blog title */

.harsha-blog-grid .elementor-post__title {
    margin: 0 0 18px !important;
}

.harsha-blog-grid .elementor-post__title,
.harsha-blog-grid .elementor-post__title a {
    color: var(--wh-dark) !important;

    font-family: "Merriweather", Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.4px;

    text-decoration: none !important;

    transition: color 0.3s ease;
}

.harsha-blog-grid .elementor-post__title a:hover {
    color: var(--wh-dark-sage) !important;
}

/* Excerpt, if enabled */

.harsha-blog-grid .elementor-post__excerpt {
    margin: 0 0 24px !important;
}

.harsha-blog-grid .elementor-post__excerpt p {
    margin: 0 !important;

    color: var(--wh-text) !important;

    font-family: "DM Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.75 !important;
}

/* =====================================
   READ MORE
===================================== */

.harsha-blog-grid .elementor-post__read-more {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;

    margin-top: auto !important;
    padding-bottom: 5px;

    color: var(--wh-dark-sage) !important;

    border-bottom: 1px solid rgba(70, 86, 71, 0.38);

    font-family: "DM Sans", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.harsha-blog-grid .elementor-post__read-more:hover {
    color: #bd7f72 !important;
    border-color: #bd7f72;
    transform: translateX(4px);
}

/* =====================================
   DATE AND COMMENTS
===================================== */

.harsha-blog-grid .elementor-post__meta-data {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: auto !important;
    padding: 18px 30px 20px !important;

    color: #899189 !important;
    background: rgba(216, 228, 217, 0.18);

    border-top: 1px solid var(--wh-border) !important;

    font-family: "DM Sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5;
}

.harsha-blog-grid .elementor-post__meta-data span {
    color: inherit !important;
}

/* Meta separator */

.harsha-blog-grid .elementor-post__meta-data span + span::before {
    color: #bd7f72 !important;
}

/* =====================================
   FOCUS ACCESSIBILITY
===================================== */

.harsha-blog-grid a:focus-visible {
    outline: 2px solid var(--wh-dark-sage);
    outline-offset: 4px;
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 1024px) {
    .harsha-blog-grid .elementor-posts-container {
        column-gap: 22px !important;
        row-gap: 30px !important;
    }

    .harsha-blog-grid .elementor-post__text {
        padding: 25px 24px !important;
    }

    .harsha-blog-grid .elementor-post__title,
    .harsha-blog-grid .elementor-post__title a {
        font-size: 20px !important;
    }

    .harsha-blog-grid .elementor-post__meta-data {
        padding: 17px 24px !important;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {
    .harsha-blog-grid .elementor-posts-container {
        row-gap: 25px !important;
    }

    .harsha-blog-grid .elementor-post__card {
        border-radius: 7px !important;
    }

    .harsha-blog-grid .elementor-post__thumbnail__link {
        aspect-ratio: 16 / 10;
    }

    .harsha-blog-grid .elementor-post__text {
        padding: 24px 21px !important;
    }

    .harsha-blog-grid .elementor-post__title,
    .harsha-blog-grid .elementor-post__title a {
        font-size: 20px !important;
        line-height: 1.45 !important;
    }

    .harsha-blog-grid .elementor-post__meta-data {
        padding: 16px 21px !important;
        font-size: 11px !important;
    }

    .harsha-blog-grid .elementor-post__badge {
        top: 14px !important;
        right: 14px !important;
        padding: 8px 13px !important;
    }
}

/* =====================================
   FIX BLOG FEATURED IMAGES
   Paste at the END of previous CSS
===================================== */

.harsha-blog-grid .elementor-post__thumbnail__link {
    position: relative !important;
    display: block !important;

    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    background: #f4f1eb !important;
}

/* Elementor thumbnail wrapper reset */

.harsha-blog-grid .elementor-post__thumbnail {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;

    overflow: hidden !important;
}

/* Image full-width fix */

.harsha-blog-grid .elementor-post__thumbnail img {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;

    display: block !important;

    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;

    height: 100% !important;
    min-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    transform: scale(1) !important;

    transition: transform 0.65s ease !important;
}

/* Remove grey/gradient overlay */

.harsha-blog-grid
.elementor-post__thumbnail__link::after {
    display: none !important;
    content: none !important;
}

/* Image hover effect */

.harsha-blog-grid
.elementor-post__card:hover
.elementor-post__thumbnail img {
    transform: scale(1.045) !important;
}

/* Tablet */

@media (max-width: 1024px) {
    .harsha-blog-grid
    .elementor-post__thumbnail__link {
        aspect-ratio: 16 / 10 !important;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .harsha-blog-grid
    .elementor-post__thumbnail__link {
        aspect-ratio: 16 / 10 !important;
    }
}/* End custom CSS */