.elementor-4481 .elementor-element.elementor-element-52a89ff:not(.elementor-motion-effects-element-type-background), .elementor-4481 .elementor-element.elementor-element-52a89ff > .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-4481 .elementor-element.elementor-element-52a89ff{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;overflow:visible;}.elementor-4481 .elementor-element.elementor-element-52a89ff > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4481 .elementor-element.elementor-element-8375bdc > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4481 .elementor-element.elementor-element-8375bdc .title-section-area{text-align:center;}.elementor-4481 .elementor-element.elementor-element-8375bdc .section-title span{color:var( --e-global-color-442dfcba );font-family:"Roboto", Sans-serif;font-size:14px;font-weight:400;line-height:26px;letter-spacing:1.4px;}.elementor-4481 .elementor-element.elementor-element-8375bdc .section-title{color:var( --e-global-color-442dfcba );font-size:36px;font-weight:800;margin:0px 0px 0px 0px;}.elementor-4481 .elementor-element.elementor-element-8375bdc .title-section-area .title-shape svg{fill:var( --e-global-color-442dfcba );}.elementor-4481 .elementor-element.elementor-element-6b0b848{padding:50px 0px 50px 0px;overflow:visible;}@media(min-width:768px){.elementor-4481 .elementor-element.elementor-element-443ceaf{width:70%;}.elementor-4481 .elementor-element.elementor-element-6a525be{width:30%;}}@media(max-width:767px){.elementor-4481 .elementor-element.elementor-element-8375bdc .section-title{font-size:30px;}}/* Start custom CSS for section, class: .elementor-element-6b0b848 *//* ---------------------------------------
   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;
    }
}

/* ---------------------------------------
   MIH Blog Archive Left Layout
--------------------------------------- */

.mih-blog-archive-left {
    width: 100%;
}

/* Featured Blog */
.mih-featured-blog-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    background: #fff;
    border: 1px solid rgba(143, 10, 138, 0.10);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(18, 18, 32, 0.08);
    margin-bottom: 34px;
    align-items: center;
}

.mih-featured-blog-image {
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.mih-featured-blog-image img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    transition: 0.35s ease;
}

.mih-featured-blog-card:hover .mih-featured-blog-image img {
    transform: scale(1.04);
}

.mih-featured-blog-content {
    padding: 8px 8px 8px 0;
}

.mih-blog-meta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.mih-featured-badge {
    display: inline-flex;
    align-items: center;
    background: #8f0a8a;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 8px 12px;
    border-radius: 7px;
}

.mih-blog-date {
    color: #777789;
    font-size: 13px;
}

.mih-featured-blog-content h2 {
    margin: 0 0 14px;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 800;
    color: #171724;
}

.mih-featured-blog-content h2 a {
    color: inherit;
    text-decoration: none;
}

.mih-featured-blog-content p {
    color: #4d4d5c;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 22px;
}

.mih-read-article-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #8f0a8a;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.mih-read-article-btn:hover {
    background: #ec008c;
    color: #fff;
    transform: translateY(-2px);
}

/* Filter Buttons */
.mih-blog-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 0 0 28px;
}

.mih-filter-btn {
    min-width: 118px;
    text-align: center;
    padding: 12px 22px;
    border: 1px solid rgba(143, 10, 138, 0.45);
    border-radius: 50px;
    color: #171724;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.mih-filter-btn:hover,
.mih-filter-btn.active {
    background: #8f0a8a;
    border-color: #8f0a8a;
    color: #fff;
    box-shadow: 0 12px 26px rgba(143, 10, 138, 0.18);
}

/* Blog Grid */
.mih-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.mih-blog-card {
    background: #fff;
    border: 1px solid rgba(143, 10, 138, 0.10);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(18, 18, 32, 0.07);
    transition: 0.28s ease;
}

.mih-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(18, 18, 32, 0.11);
}

.mih-blog-card-image {
    display: block;
    overflow: hidden;
}

.mih-blog-card-image img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    transition: 0.35s ease;
}

.mih-blog-card:hover .mih-blog-card-image img {
    transform: scale(1.04);
}

.mih-blog-card-content {
    padding: 20px 20px 22px;
}

.mih-blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.mih-blog-card-meta span {
    color: #ec008c;
    font-size: 12px;
    font-weight: 800;
}

.mih-blog-card-meta em {
    font-style: normal;
    color: #777789;
    font-size: 12px;
}

.mih-blog-card h3 {
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 12px;
    color: #171724;
    font-weight: 800;
}

.mih-blog-card h3 a {
    color: inherit;
    text-decoration: none;
}

.mih-blog-card p {
    color: #4d4d5c;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0 0 16px;
}

.mih-blog-read-more {
    color: #8f0a8a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mih-blog-read-more:hover {
    color: #ec008c;
}

/* Pagination */
.mih-blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.mih-blog-pagination a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(143, 10, 138, 0.18);
    border-radius: 9px;
    display: grid;
    place-items: center;
    color: #171724;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    transition: 0.25s ease;
}

.mih-blog-pagination a:hover,
.mih-blog-pagination a.active {
    background: #8f0a8a;
    border-color: #8f0a8a;
    color: #fff;
}

.mih-page-arrow {
    font-size: 17px !important;
}

/* No Posts */
.mih-no-posts {
    background: #fff;
    border: 1px solid rgba(143, 10, 138, 0.12);
    border-radius: 18px;
    padding: 40px 24px;
    text-align: center;
}

.mih-no-posts h3 {
    margin: 0 0 8px;
    color: #171724;
    font-size: 24px;
}

.mih-no-posts p {
    margin: 0;
    color: #666;
}

/* ---------------------------------------
   Responsive
--------------------------------------- */

@media (max-width: 1024px) {
    .mih-featured-blog-card {
        grid-template-columns: 1fr;
    }

    .mih-featured-blog-content {
        padding: 4px 4px 8px;
    }

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

    .mih-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mih-featured-blog-card {
        padding: 14px;
        border-radius: 18px;
        margin-bottom: 28px;
    }

    .mih-featured-blog-image {
        border-radius: 14px;
    }

    .mih-featured-blog-content h2 {
        font-size: 23px;
        line-height: 1.28;
    }

    .mih-featured-blog-content p {
        font-size: 14.5px;
    }

    .mih-read-article-btn {
        width: 100%;
        justify-content: center;
    }

    .mih-blog-filter-wrap {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        margin-bottom: 24px;
        -webkit-overflow-scrolling: touch;
    }

    .mih-blog-filter-wrap::-webkit-scrollbar {
        display: none;
    }

    .mih-filter-btn {
        min-width: auto;
        white-space: nowrap;
        padding: 10px 18px;
        font-size: 13px;
    }

    .mih-blog-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mih-blog-card {
        border-radius: 16px;
    }

    .mih-blog-card-content {
        padding: 18px 18px 20px;
    }

    .mih-blog-card h3 {
        font-size: 20px;
    }

    .mih-blog-card p {
        font-size: 14.5px;
    }
}

@media (max-width: 480px) {
    .mih-featured-blog-content h2 {
        font-size: 22px;
    }

    .mih-blog-card h3 {
        font-size: 19px;
    }

    .mih-blog-card-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .mih-blog-pagination a {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}/* End custom CSS */