.elementor-4545 .elementor-element.elementor-element-0d09d42:not(.elementor-motion-effects-element-type-background), .elementor-4545 .elementor-element.elementor-element-0d09d42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://makeithappen.in/wp-content/uploads/2024/01/banner_bg.webp");background-size:cover;}.elementor-4545 .elementor-element.elementor-element-0d09d42{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;overflow:visible;}.elementor-4545 .elementor-element.elementor-element-0d09d42 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-4545 .elementor-element.elementor-element-ad77c9e{text-align:center;}.elementor-4545 .elementor-element.elementor-element-ad77c9e .elementor-heading-title{font-weight:700;color:var( --e-global-color-442dfcba );}.elementor-4545 .elementor-element.elementor-element-2866a09{padding:50px 0px 0px 0px;overflow:visible;}.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-4545 .elementor-element.elementor-element-8272c6f img{border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.4);}.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 );}@media(min-width:768px){.elementor-4545 .elementor-element.elementor-element-3008c4e{width:70%;}.elementor-4545 .elementor-element.elementor-element-fa2d5ea{width:30%;}}@media(max-width:767px){.elementor-4545 .elementor-element.elementor-element-ad77c9e .elementor-heading-title{font-size:18px;}}/* Start custom CSS for section, class: .elementor-element-2866a09 *//* ---------------------------------------
   MIH Blog Single Page Design
--------------------------------------- */

.single-post {
    background: #fff;
}

/* Hide author name globally on single blog */
.single-post .author,
.single-post .byline,
.single-post .posted-by,
.single-post .post-author,
.single-post .elementor-post-info__item--type-author,
.single-post .elementor-icon-list-item:has(.fa-user),
.single-post .elementor-icon-list-item:has(.eicon-user-circle-o) {
    display: none !important;
}

/* Main blog wrapper */
.mih-blog-layout {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 55px;
    align-items: start;
}

/* Blog content */
.mih-blog-content {
    max-width: 760px;
}

.mih-blog-content p {
    font-size: 16px;
    line-height: 1.85;
    color: #3d3d48;
    margin-bottom: 24px;
}

.mih-blog-content h2,
.mih-blog-content h3,
.mih-blog-content h4 {
    color: #171724;
    font-weight: 800;
    margin: 34px 0 16px;
}

.mih-blog-content h2 {
    font-size: 30px;
}

.mih-blog-content h3 {
    font-size: 24px;
}

.mih-blog-content img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(18, 18, 32, 0.12);
    margin: 18px 0 10px;
}

/* Hero featured image */
.single-post .elementor-widget-theme-post-featured-image img,
.single-post .wp-post-image {
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(18, 18, 32, 0.16);
}

/* Post title */
.single-post .elementor-widget-theme-post-title .elementor-heading-title {
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.15;
}

/* Quote block */
.single-post blockquote,
.mih-blog-content blockquote {
    background: linear-gradient(135deg, rgba(255, 0, 128, 0.08), rgba(130, 0, 150, 0.07));
    border-left: 4px solid #ec008c;
    border-radius: 0 16px 16px 0;
    padding: 28px 32px;
    margin: 34px 0;
    color: #20202d;
    font-size: 17px;
    line-height: 1.8;
    font-style: italic;
}

/* Sidebar */
.mih-blog-sidebar {
    position: sticky;
    top: 110px;
}

.mih-sidebar-card {
    background: #fff;
    border: 1px solid rgba(130, 0, 150, 0.10);
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 26px;
    box-shadow: 0 14px 35px rgba(18, 18, 32, 0.06);
}

.mih-sidebar-card h3 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #171724;
    font-weight: 800;
}

/* Search */
.mih-search-form {
    display: flex;
    border: 1px solid rgba(130, 0, 150, 0.16);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.mih-search-form input {
    width: 100%;
    border: 0;
    padding: 14px 16px;
    font-size: 14px;
    outline: none;
}

.mih-search-form button {
    width: 52px;
    border: 0;
    background: #8f0a8a;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

/* Recent posts */
.mih-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mih-recent-post {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 14px;
    text-decoration: none;
    align-items: center;
}

.mih-recent-post img {
    width: 78px;
    height: 68px;
    object-fit: cover;
    border-radius: 12px;
}

.mih-recent-post strong {
    display: block;
    color: #171724;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.mih-recent-post small {
    display: block;
    margin-top: 5px;
    color: #777789;
    font-size: 12px;
}

/* Categories */
.mih-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mih-category-list li {
    border-bottom: 1px solid rgba(18, 18, 32, 0.08);
}

.mih-category-list li:last-child {
    border-bottom: 0;
}

.mih-category-list a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    text-decoration: none;
    color: #292936;
    font-size: 14px;
}

.mih-category-list a:before {
    content: "›";
    color: #ec008c;
    font-weight: 800;
    margin-right: 4px;
}

.mih-category-list span {
    flex: 1;
}

.mih-category-list em {
    font-style: normal;
    font-size: 12px;
    color: #777789;
}

/* Sidebar CTA */
.mih-sidebar-cta {
    background: linear-gradient(145deg, #8f0a8a, #620062);
    color: #fff;
    border-radius: 18px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(98, 0, 98, 0.24);
}

.mih-sidebar-cta-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    font-size: 25px;
}

.mih-sidebar-cta h3 {
    color: #fff;
    font-size: 23px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.mih-sidebar-cta p {
    color: rgba(255,255,255,0.86);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.mih-sidebar-cta a {
    display: inline-flex;
    background: #fff;
    color: #8f0a8a;
    text-decoration: none;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

/* Share box */
.mih-share-box {
    text-align: center;
    border-top: 1px solid rgba(18, 18, 32, 0.10);
    margin-top: 20px;
    padding-top: 30px;
}

.mih-share-box h3 {
    font-size: 22px;
    color: #171724;
}

.mih-share-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.mih-share-icons a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(130, 0, 150, 0.22);
    color: #8f0a8a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.mih-share-icons a:hover {
    background: #8f0a8a;
    color: #fff;
    transform: translateY(-3px);
}

/* Previous Next */
.mih-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(18, 18, 32, 0.10);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 30px;
    background: #fff;
}

.mih-post-nav-card {
    min-height: 0px;
    padding: 24px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.25s ease;
}

.mih-post-nav-card:first-child {
    border-right: 1px solid rgba(18, 18, 32, 0.10);
}

.mih-post-nav-card span {
    color: #777789;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.mih-post-nav-card strong {
    color: #171724;
    font-size: 15px;
    line-height: 1.45;
}

.mih-post-nav-card:hover {
    background: rgba(236, 0, 140, 0.04);
}

/* Bottom CTA */
.mih-blog-bottom-cta {
    max-width: 1180px;
    margin: 20px auto 0px;
    padding: 34px 42px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 0, 128, 0.10), rgba(130, 0, 150, 0.08));
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 24px;
}

.mih-bottom-cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(143, 10, 138, 0.10);
    color: #8f0a8a;
    display: grid;
    place-items: center;
    font-size: 30px;
}

.mih-bottom-cta-content h2 {
    margin: 0 0 8px;
    color: #32146d;
    font-size: 27px;
    line-height: 1.25;
}

.mih-bottom-cta-content p {
    margin: 0;
    color: #4c4c5c;
    font-size: 15px;
    line-height: 1.7;
}

.mih-blog-bottom-cta a {
    background: #ec008c;
    color: #fff;
    padding: 15px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

/* Tags */
.single-post .tagcloud a,
.single-post .tags-links a,
.single-post .post-tags a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid rgba(130, 0, 150, 0.16);
    border-radius: 40px;
    color: #5f5f6d;
    text-decoration: none;
    font-size: 13px !important;
    margin: 5px;
}

/* ---------------------------------------
   Mobile Design
--------------------------------------- */

@media (max-width: 767px) {

    .mih-blog-layout {
        display: block;
        padding: 26px 18px 45px;
    }

    .mih-blog-sidebar {
        display: none !important;
    }

    .mih-blog-content {
        max-width: 100%;
    }

    .single-post .elementor-widget-theme-post-title .elementor-heading-title {
        font-size: 30px !important;
        line-height: 1.18 !important;
        text-align: center;
    }

    .single-post .elementor-widget-theme-post-featured-image img,
    .single-post .wp-post-image {
        border-radius: 16px;
        box-shadow: 0 14px 28px rgba(18, 18, 32, 0.13);
    }

    .mih-blog-content p {
        font-size: 15.5px;
        line-height: 1.75;
    }

    .mih-blog-content h2 {
        font-size: 23px;
    }

    .mih-blog-content h3 {
        font-size: 21px;
    }

    .single-post blockquote,
    .mih-blog-content blockquote {
        padding: 22px 22px;
        font-size: 15px;
        border-radius: 0 14px 14px 0;
    }

    .mih-share-box {
        margin-top: 20px;
        padding-top: 20px;
    }

    .mih-share-box h3 {
        font-size: 21px;
    }

    .mih-share-icons a {
        width: 44px;
        height: 44px;
    }

    .mih-post-nav {
        grid-template-columns: 1fr 1fr;
        margin-top: 26px;
    }

    .mih-post-nav-card {
        min-height: 120px;
        padding: 18px 14px;
        text-align: center;
    }

    .mih-post-nav-card strong {
        font-size: 13px;
    }

    .mih-post-nav-card span {
        font-size: 10px;
    }

    .mih-blog-bottom-cta {
        margin: 24px 18px 55px;
        padding: 25px 25px;
        display: block;
        text-align: center;
        border-radius: 18px;
    }

    .mih-bottom-cta-icon {
        margin: 0 auto 16px;
    }

    .mih-bottom-cta-content h2 {
        font-size: 23px;
    }

    .mih-bottom-cta-content p {
        font-size: 14.5px;
        margin-bottom: 22px;
    }

    .mih-blog-bottom-cta a {
        display: inline-flex;
        justify-content: center;
        padding: 14px 24px;
    }
}

@media (max-width: 480px) {
    .single-post .elementor-widget-theme-post-title .elementor-heading-title {
        font-size: 27px !important;
    }

    .mih-post-nav-card {
        padding: 16px 10px;
    }
}/* End custom CSS */