
/* content  css styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, dd, del, dfn, dl, dt, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Base Typography */
a, h1, h2, h3, ol, ul, p, blockquote, 
.invitation-content-wrapper p, .invitation-content-wrapper ul li, 
.invitation-content-wrapper ol li, .table-of-content-container h3,
.invitation-content-body .button-grid-two .format_cls,
.invitation-content-body .button-grid-two ul li {
    font-family: Inter;
}

/* Links */
a {
    color: #1f2124;
    text-decoration: none;
}

/* Lists */
ul {
    list-style: none;
}
/* Blockquote */
blockquote {
    color: #1f2124;
    font-size: 24px;
    line-height: 34px;
    margin: 10px;
}

blockquote:before {
    content: "\201C";
}

blockquote:after {
    content: "\201D";
}

@media screen and (max-width: 480px) {

    .container-new-header .top-header .btn-actions #btn-pricing-csr a i {
        margin-top: 25px;
    }

}
@media (min-width: 1024px) {

    .body-container .main-content {
        transition: grid-template-columns 0.3s ease-in-out;
        grid-template-columns: 0 1fr;
    }
    .main-content {
        overflow: auto;
        height: 100vh;
        position: relative;
    }
}
@media (max-width: 1023px) {

    .navigation.active #section-user{
        overflow-y: auto;
    }
    .mobileMenu_content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        z-index: 1001;
        padding: 16px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        font-family: Inter, sans-serif;
    }

    .mobileMenu_content.active {
        display: block;
    }

    body.non-scroll {
        overflow: hidden;
    }

    .mobileMenu_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 12px;
    }

    .mobileMenu_title {
        font-size: 18px;
        font-weight: 600;
        color: #1f2937;
        margin: 0;
    }

    .mobileMenu_closeBtn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
    }

    .mobileMenu_tabs {
        list-style: none;
        padding: 0 1rem;
        border-bottom: 1px solid #e1e4e8;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 56px;
        box-sizing: border-box;
        position: relative;
        z-index: 100;
    }

    .mobileMenu_tab {
        flex: 1 1 0%;
        padding: 14px 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        color: rgb(31, 33, 36);
        position: relative;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        opacity: 0.5;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 56px;
    }

    .mobileMenu_tab.active {
        border-bottom: 2px solid #1e0dff;
        color: #1e0dff;
        opacity: 1;

    }

    ul.mobileMenu_tabs li a {
        display: flex;
        gap: 8px;
    }

    .mobileMenu_tabLink {
        font-family: Inter, Arial;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: inherit;
        text-align: left;
        margin: 0px;
        -webkit-font-smoothing: antialiased;
    }

    .mobileMenu_searchBox {
        height: 36px;
        position: relative;
        display: flex;
        gap: 8px;
        box-sizing: border-box;
        margin: 16px;
    }

    .mobileMenu_searchForm {
        width: 100%;
        border-radius: 100px;
        border: 1.5px solid rgb(222, 225, 229);
        background-color: rgb(250, 250, 250);
        padding: 8px 12px;
        display: flex;
        align-items: center;
    }

    .mobileMenu_searchIcon {
        background: none;
        border: none;
        cursor: pointer;
        margin-right: 8px;
    }

    .mobileMenu_searchInput {
        width: 100%;
        border: none;
        font-size: 14px;
        color: #6b7280;
        background: transparent;
        outline: none;
    }

    .mobileMenu_filters {
        display: flex;
        gap: 8px;
        margin-bottom: 16px;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .mobileMenu_filterBtn {
        padding: 4px 8px;
        border-radius: 100px;
        border: 1px solid rgb(222, 225, 229);
        font-size: 12px;
        line-height: 18px;
        color: rgb(31, 33, 36);
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        transition: background 0.3sease-in-out;
        white-space: nowrap;
        margin-right: 0 !important;
    }

    .mobileMenu_filterBtn.active {
        background: rgb(245, 247, 250);
        pointer-events: none;
    }

    .mobileMenu_tabContent {
        margin-top: 16px;
    }

    .mobileMenu_tabPanel {
        display: none;
    }

    .mobileMenu_tabPanel.active {
        display: block;
    }

    .mobileMenu_tabPanelTitle {
        font-family: Inter, Arial;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        color: rgb(97, 106, 124);
        text-align: left;
        margin: 0px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .mobileMenu_generateList {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobileMenu_generateList li {
        display: flex;
        padding: 8px;
        width: 100%;
        box-sizing: border-box;
        gap: 12px;
        max-width: 100%;
        align-items: center;
        cursor: pointer;
        font-family: Inter, Arial;
        font-size: 14px;
        font-weight: 400;
        color: inherit;
        text-align: left;
        margin: 0px;
        -webkit-font-smoothing: antialiased;
    }

    /* Template Card Styles (within templates-panel) */
    .tpl_cards {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    }

    .tpl_card {
        position: relative;
        max-width: inherit;
        display: flex;
        flex-direction: column;
        gap: 6px;
        border-radius: 10px;
        border: 1px solid rgb(244, 246, 249);
        box-shadow: rgba(31, 33, 36, 0.12) 0px 2px 4px 0px;
        overflow: hidden;
        transition: transform 0.3sease-in-out;
        position: relative;
        min-height: 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .tpl_free_label {
        position: absolute;
        left: 6px;
        top: 6px;
        width: fit-content;
        height: 18px;
        padding: 2px 8px;
        border-radius: 50px;
        border: 1px solid rgb(233, 238, 243);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        background-color: white;
        color: #1f2124;
        font-size: 10px;
    }

    .tpl_card_image {
        cursor: pointer;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover;
        object-position: center center;
        background: rgba(0, 0, 0, 0.1);
    }

    .tpl_card_title {
        font-family: Inter, Arial;
        font-size: 10px;
        font-weight: 600;
        line-height: 14px;
        color: rgb(31, 33, 36);
        text-align: left;
        margin: 0px;
        -webkit-font-smoothing: antialiased;
    }

    #header, #footer {
        position: relative;
        z-index: 1000;
    }
    div#section-user a {
        color: #1f2124;
        font-weight: 500;
        align-items: center;
    }

}

@media (max-width: 480px) {
    .mobileMenu_title { font-size: 16px; }
    .mobileMenu_tabLink { font-size: 12px; }
    .mobileMenu_filterBtn { font-size: 12px; padding: 4px 10px; }
    .mobileMenu_tabPanelTitle { font-size: 12px; }
    .mobileMenu_generateList li { font-size: 14px; }
}

@media (min-width: 1024px) {
    .mobileMenu_content {
        display: none !important; /* Hide mobile menu on desktop */
    }

    #body-container {
        display: grid;
        grid-template-columns: 0 1fr; 
        transition: grid-template-columns 0.3s ease-in-out;
    }

    #body-container.has-left-side-bar {
        grid-template-columns: 300px 1fr;
    }

    #btn-show-menu-mobile {
        cursor: pointer;
    }

}

@media (min-width: 768px) {
    .container-footer .footer-contain{
        flex-direction: row;
    }
}


/* Single page CSss */

.post-list-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    padding: 16px 118px;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    background-color: #fff;
    gap: 32px;
}

/* Breadcrumb Section */
.post-custom-breadcrumb-section {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.post-breadcrumb {
    white-space: wrap;
    display: flex;
    align-items:center ;
}

.post-breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 4px;
}

.post-breadcrumb-item {
    display: inline;
}

.post-breadcrumb-item a {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    cursor: pointer;
    color: #1f2124;

}

.post-breadcrumb-item a:hover {
    color:#1e0dff;
}

.post-breadcrumb-item::after {
    content: url('https://images.template.net/images/breadcrumbb.svg');
    vertical-align: middle;
}
.post-breadcrumb-item:last-child::after {
    content: none;
}


.template-cta-section {
width: 100%;
background-color: #fff;
border-radius: 0.5rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: 32px;
}

.template-cta-title {
font-family: Inter;
font-weight: 700;
font-size: 38px;
line-height: 48.41px;
color: #1f2124;
}

.template-cta-content {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 28px;
border-radius: 12px;
padding: 1.25rem;
background: #F9FBFC;
border: 1px solid #CFD6DD
}

.template-cta-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
}

.template-cta-text h2 {
font-family: Inter;
font-weight: 700;
font-size: 26px;
line-height: 39px;
letter-spacing: 0px;
text-align: center;

}

.template-cta-text p {
font-family: Inter;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
color: #1f2124;
}

.template-cta-buttons {
width: 100%;
display: flex;
gap: 16px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.template-btn-generate {
display: flex;
align-items: center;
justify-content: center;
background: #1E0DFF;
text-decoration: none;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
width: auto;
height: 40px;
gap: 8px;
padding-top: 6px;
padding-right: 20px;
padding-bottom: 6px;
padding-left: 20px;
border-radius: 999px;
font-family: Inter;
font-weight: 600;
font-size: 13px;
line-height: 19.5px;
letter-spacing: 0px;
color: #fff;
}


.template-btn-explore {
display: flex;
align-items: center;
justify-content: center;
background: #E9EEF3;
text-decoration: none;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
width: auto;
height: 40px;
gap: 8px;
padding-top: 6px;
padding-right: 20px;
padding-bottom: 6px;
padding-left: 20px;
border-radius: 999px;
font-family: Inter;
font-weight: 600;
font-size: 13px;
line-height: 19.5px;
color: #1f2124;
}

.template-btn-explore:hover {
background-color: #D1D5DB;
}

@media (max-width: 1024px) {
.post-list-container {
    padding: 20px;
}
}

@media (max-width: 768px) {
.template-cta-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
}

.template-cta-text h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.template-cta-text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.template-btn-generate, .template-btn-explore {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
}
    .post-list-container {
      padding: 30px;  
    }
}

@media (max-width: 480px) {
.template-cta-title {
    font-size: 1.25rem; /* 20px in rem */
    line-height: 1.75rem; /* 28px in rem */
}

.template-cta-content {
    padding: 1rem; /* 16px in rem */
}

.template-cta-text h2 {
    font-size: 1rem; /* 16px in rem */
    line-height: 1.25rem; /* 20px in rem */
}

.template-cta-text p {
    font-size: 0.75rem; /* 12px in rem */
    line-height: 1.125rem; /* 18px in rem */
}

.template-btn-generate, .template-btn-explore {
    padding: 0.5rem 1rem; /* 8px 16px in rem */
    font-size: 0.75rem; /* 12px in rem */
}
}

@media (max-width: 320px) {
.post-breadcrumb {
    font-size: 0.625rem; /* 10px in rem */
    line-height: 0.875rem; /* 14px in rem */
}

.template-cta-title {
    font-size: 1rem; /* 16px in rem */
    line-height: 1.5rem; /* 24px in rem */
}

.template-cta-content {
    padding: 0.75rem; /* 12px in rem */
}

.template-cta-text h2 {
    font-size: 0.875rem; /* 14px in rem */
    line-height: 1rem; /* 16px in rem */
}

.template-cta-text p {
    font-size: 0.625rem; /* 10px in rem */
    line-height: 0.875rem; /* 14px in rem */
}

.template-btn-generate, .template-btn-explore {
    padding: 0.375rem 0.75rem; /* 6px 12px in rem */
    font-size: 0.625rem; /* 10px in rem */
}
}

.container-new-header .top-header .btn-actions div>a {
    display: inline-flex;
    color: #fff;
    background: #1e0dff;
    border-radius: 99px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 9px;
    line-height: 9px;
    padding: 6px;
    margin-right: 2px;
}
@media (min-width: 768px) {
    #header .container-new-header .top-header .btn-actions div>a {
        font-size: 13px;
        padding: 8px 16px;
    }
}
.base__icon__svg.icon__trial {
    background-image: url(https://images.template.net/Qa-Images/crown1.svg);
}
@media screen and (max-width: 480px) {
    .container-new-header .top-header .btn-actions #btn-pricing-csr a i {
        margin-top: 0px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main wrapper for content and sidebar */
.invitation-content-wrapper {
    width: 100%;
    padding: 16px 118.4px 100px 118.4px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.invitation-content-main {
    flex: 2;
    background-color: #fff;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 48px;
}

.invitation-main-content {
    display: contents;
}

.social-share-wrapper {
    grid-column: 1;
    align-self: start;
}

.social-share-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.social-share-icon {
    width: 44px;
    height: 44px;
    padding: 6px 16px;
    gap: 8px;
    border-radius: 999px;
    border-width: 1px;
    border: 1px solid #CFD6DD;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.social-share-icon:hover .social-svg {
    filter: brightness(0) invert(1);
}

.social-svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.social-share-facebook:hover {
    background-color: #3b5998; 
}

.social-share-twitter:hover {
    background-color: #1f2124;
}

.social-share-pinterest:hover {
    background-color: #bd081c;
}

.social-share-linkedin:hover {
    background-color: #0e76a8;
}

.social-share-link:hover {
    background-color: #666;
}

/* Main content body (header and text) */
.invitation-content-body {
    width: 100%;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.invitation-content-body p.article-date{
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 19.5px;
    color: #828994;
    margin: 0;
}

.invitation-content-body .image-section img {
    width: 100%;
    height: auto;
}

.image-section {
    margin: 0;
    width: 100%;
}

.invitation-content-body p, .invitation-content-body span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-decoration-style: solid;
    text-decoration-offset: Auto;
    text-decoration-thickness: Auto;
    color: #1F2124;
}

.invitation-content-body a {
    text-decoration: underline;
}
.invitation-content-body a:hover {
    color: #1e0dff;
    cursor: pointer;
}
.invitation-content-body  li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
}

.invitation-content-body h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1F2124;
}

.invitation-content-body h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.invitation-content-body h3, .invitation-content-body h3 span {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1F2124;
    display: inline;
}

.invitation-content-body img, .invitation-content-body video {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px
}

/* Responsive design */
@media (max-width: 1024px) {
    .invitation-content-main {
        grid-template-columns: 1fr; 
    }

    .social-share-wrapper {
        display: none;
    }

    .invitation-content-body {
        grid-column: 1;
    }

    .invitation-sidebar {
        flex: 1;
        margin-top: 20px;
    }
    .invitation-content-wrapper {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .invitation-content-wrapper {
        flex-direction: column;
        padding: 30px;
    }

    .invitation-content-main {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .social-share-wrapper {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    .social-share-icons {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    .social-share-icon {
        margin: 5px;
    }
    .invitation-content-main, .invitation-sidebar {
        width: 100%;
    }
    .invitation-sidebar-grid {
        grid-template-columns: 1fr;
    }
}

.invitation-content-wrapper ul, 
.invitation-content-wrapper ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

.invitation-content-wrapper ul li {
    color:#1F2124;
    font-size: 16px;
    line-height: 28px;
}

.invitation-content-wrapper ul li::before {
    content: url(https://images.template.net/Qa-Images/Ellipse-4.svg);
    width: 10px;
    height: 10px;
    margin-right: 12px;
    display: inline;
}

/* Buttons */
.btn-download, .demo-btn, .download-btn, .source-btn {
    width: 158px;
    height: 32px;
    padding: 6px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #1E0DFF;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 19.5px;
    color: #ffff;

}

/* .btn-download::before, .demo-btn::before, 
.download-btn::before, .source-btn::before {
    content: url(https://images.template.net/Qa-Images/frame.svg);
    margin-top: 2px;
} */

.btn-download:hover, .demo-btn:hover, .download-btn:hover, .source-btn:hover{
    color:#ffffff !important;
}
/* Image Grid */
.invitation-content-body .row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.invitation-content-body .row .image-grid-two {
    width: 490px;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.invitation-content-body .row .image-grid-two img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Button Grid */
.invitation-content-body .button-grid-two {
    max-width: 209px;
    width: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #DEE1E5;
    border-radius: 12px;
    box-sizing: border-box;
    height: fit-content;
}
a.btn.btn-md.download-btn {
    text-decoration: none;
}
.invitation-content-body .button-grid-two .format_cls {
    color: var(--neutral-example-06, #1F2124);
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
}


.invitation-content-body .button-grid-two ul {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    margin: 0;
}

.invitation-content-body .button-grid-two ul li {
    color: #1f2124;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.invitation-content-body .button-grid-two ul li::before {
    content: url(https://images.template.net/Qa-Images/google-doc.svg);
    width: 20px;
    height: 19px;
    margin-right: 5px;
    margin-top: -5px;
}

/* File Formats */
.invitation-content-body .file-format {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--neutral-example-02, #DEE1E5);
    border-radius: 16px;
    box-sizing: border-box;
    margin: 15px 0;
}

.invitation-content-body .file-format ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.invitation-content-body .file-format ul li {
    color: #1f2124;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
}

 tr td {
    width: 50%;
    padding: 15px;
    border: 1px solid #bccce1;
    color: #1e0dff;
    font-family: Inter;
    font-size: 14px;
    line-height: 24.5px;
}


/* Media Queries */
@media (max-width: 1168px) {
    .invitation-content-body .row {
        flex-direction: column;
    }
    .btn-download, .demo-btn, .download-btn, .source-btn {
        width: 100%;
        text-align: center;
    }
}

/* Sidebar styling */
.invitation-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    gap: 72px;
}

.invitation-sidebar .side-top-banner {
    max-width: 385px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.invitation-sidebar-section {
   display: flex;
   flex-direction: column;
   gap: 16px;
   width: 100%;
   height: auto;
}
 
.sidebar-title-all {
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 16px;
    gap: 16px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #CFD6DD;
    justify-content: space-between;
    align-items: center;
}

.sidebar-title-all h3  {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;

}

.sidebar-title-all span {
    display: flex;
    gap: 4px;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.sidebar-title-all span:hover{
    color: #1E0DFF;
}

.invitation-sidebar-link {
    display: flex;
    gap: 4px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.invitation-sidebar-link:hover {
    text-decoration: underline;
    color: #1E0DFF;
}

.invitation-sidebar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.invitation-sidebar-card {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    text-align: start;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 2px 4px 0px #1F21241F;
}

.invitation-sidebar-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.invitation-sidebar-card-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
}

.invitation-sidebar-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.invitation-sidebar-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    font-family: Inter;
    display: flex;
    color: #1f2124;
}
a.invitation-sidebar-link.word::before {
    background-image: url('https://www.template.net/assets/img/tool-word.jpg');
}


    /* Related Articles */
    .container-cards {
        width: 100%;
        padding: 20px 118px;
        display: flex;
        flex-direction: column;
    }

    .cards-title-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-bottom: 16px;
        border-bottom-width: 1px;
        border-bottom: 1px solid #CFD6DD
    }

    .cards-title-section .cards-title {
        font-family: Inter;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        color: #000;
        margin: 0;
        gap: 8px;
    }

    .cards-title-section a {
        font-family: Inter;
        font-size: 14px;
        color: #1F2124;
        text-decoration: none;
        gap: 8px;
        display: flex;
    }

    .cards-title-section a:hover {
        text-decoration: underline;
    }

    .grid-carddss {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 48px;
        padding-top: 20px;
    }

    .singlee-card {
        background: white;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 24px;
        transition: transform 0.3s ease;
    }

    .singlee-card:hover {
        transform: translateY(-5px);
    }

    .singlee-card img {
        display: block;
        border-radius: 12px;
        height: 227px;
        width: 100%;
        object-fit: cover;
    }
    .image-section-gridd {
        display: block;
        border-radius: 12px;
        height: 227px;
        width: 100%;
        object-fit: cover;
        box-shadow: 0px 2px 4px 0px #1F21241F; ;
    }
    .carrdd-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .carrdd-content h3 {
        font-family: Inter;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0;
        color: #1f2124;
    }

    .carrdd-content h3 a {
        color: #1F2124;
        text-decoration: none;
    }

    .carrdd-content h3 a:hover {
        color: #0073e6;
    }

    .carrdd-content p {
        font-family: Inter;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0;
        color: #1F2124;
        margin: 0;
    }

    .carrdd-content .date {
        font-family: Inter;
        font-weight: 500;
        font-size: 13px;
        line-height: 19.5px;
        letter-spacing: 0;
        color: #828994;
    }

@media screen and (max-width: 1024px) {
    #header .container-new-header .top-header .btn-actions {
         margin-top: 0 ;
    }
    .container-cards {
        padding: 30px;
    }
    .grid-carddss {
        gap: 32px; 
    }
    .singlee-card img {
        height: 160px;
    }
    .image-section-gridd {
        height: 160px;
    }
    .invitation-content-body .row .image-grid-two{
        width: 100%;
    }
    .invitation-sidebar {
        width: 100%;
  
    }
    
}

@media screen and (max-width: 768px) {
    .container-cards {
        padding: 20px;
    }

    .cards-title-section {
        padding: 8px;
    }

    .cards-title-section .cards-title {
        font-size: 18px;
        line-height: 28px;
    }
    .grid-carddss {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .singlee-card img {
        height: 140px;
    }
    .image-section-gridd {
        height: 140px;
    }
    .carrdd-content h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .carrdd-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .invitation-content-wrapper {
        padding: 20px;
        flex-direction:column ;
    }

}

@media screen and (max-width: 480px) {
    .container-cards {
        padding: 20px;
    }
    .cards-title-section {
        justify-content:space-between;
        align-items: center;
        gap: 8px;
    }
    .grid-carddss {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .singlee-card {
        gap: 16px;
    }

    .singlee-card img {
        height: 120px;
        border-radius: 8px;
    }

    .image-section-gridd {
        height: 120px;
        border-radius: 8px;
    }
    .carrdd-content {
        padding: 0 12px 12px;
    }

    .carrdd-content h3 {
        font-size: 15px;
        line-height: 24px;
    }

    .carrdd-content p {
        font-size: 13px;
        line-height: 22px;
    }

    .carrdd-content .date {
        font-size: 12px;
        line-height: 18px;
    }
    .invitation-content-body .row .image-grid-two{
        width: 100%;
    }
    .invitation-sidebar {
        width: 100%;
    }
}
aside {
    border-right: 1px solid #dee1e5;
}

.file-formats-section .invitation-sidebar-list li::before {
    content: none; 
}

/* File formats section specific styles (keep icons) */
.file-formats-section .invitation-sidebar-link {
    align-items: center;
    gap: 8px;
}

.file-formats-section .invitation-sidebar-link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Specific icons for each file format */
.file-formats-section .invitation-sidebar-link.word::before {
    background-image: url('https://www.template.net/assets/img/tool-word.jpg');
}

.file-formats-section .invitation-sidebar-link.excel::before {
    background-image: url('https://www.template.net/assets/img/tool-excel.jpg'); 
}

.file-formats-section .invitation-sidebar-link.ppt::before {
    background-image: url('https://www.template.net/assets/img/tool-ppt.jpg'); 
}

.file-formats-section .invitation-sidebar-link.google-docs::before {
    background-image: url('https://www.template.net/assets/img/tool-google-docs.jpg');
}
.file-formats-section .invitation-sidebar-link.google-sheets::before {
    background-image: url('https://www.template.net/assets/img/tool-google-sheets.jpg');
}

.file-formats-section .invitation-sidebar-link.google-slides::before {
    background-image: url('https://www.template.net/assets/img/tool-google-slides.jpg');
}

.file-formats-section .invitation-sidebar-link.pdf::before {
    background-image: url('https://www.template.net/assets/img/tool-pdf.jpg'); 
}

.file-formats-section .invitation-sidebar-link.psd::before {
    background-image: url('https://www.template.net/assets/img/tool-psd.jpg');
}

.file-formats-section .invitation-sidebar-link.illustrator::before {
    background-image: url('https://www.template.net/assets/img/tool-illustrator.jpg');
}

.file-formats-section .invitation-sidebar-link.pages::before {
    background-image: url('https://www.template.net/assets/img/tool-pages.jpg');
}

@media (min-width: 1024px) {
    .body-container.has-left-side-bar .post-list-container {
        padding: 24px;
    }
    .body-container.has-left-side-bar .invitation-content-wrapper {
        padding: 24px;
    }
    .body-container.has-left-side-bar .container-cards {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .social-share-icons {
        justify-content:flex-start;
    }
    .invitation-content-body {
        gap:10px;
    }
    .post-list-container {
        gap	:10px;
    }
}

.note {
    padding: 15px 20px 30px;
    margin: 50px 0;
    border-radius: 5p
    background: #e2edfb
}

.note fieldset {
    padding: 15px;
    border: 1px solid #c8d6e9;
    border-radius: 5px
}

.note legend {
    padding: 10px;
    margin-left: -30px
}

.note legend img {
    vertical-align: middle;
    width: 18px !important
}

.note legend p {
    line-height: 36px;
    margin-bottom: 0
}

.invitation-main-content .steps_wrapper ul li::before {
    content: none !important
}

.invitation-main-content .steps_wrapper ul li {
    list-style-position: none !important;
    text-indent: 0 !important
}

.invitation-main-content .steps_wrapper ul li::before {
    content: none !important
}

.invitation-main-content .steps_wrapper ul li {
    list-style-position: none !important;
    text-indent: 0 !important
}


.invitation-content-body tr th {
    padding: 15px;
    border: 1px solid #fff;
    font-family: Inter;
  width: auto !important;
    font-size: 14px;
    line-height: 12px;
    background-color: #1F2124;
    color: #fff;
    text-align: left;
    font-weight: 600;
}
.invitation-content-body a {
    text-decoration: unset !important;
}
.invitation-content-body tr td {
    padding: 8px;
    width: auto !important;
    border: 1px solid #1F2124;
    font-family: Inter;
    font-size: 14px;
    line-height: 1.3rem;
    color: #040404;
    text-align: left;
    font-weight: 500;
}

.invitation-content-body .button-sec a {
    margin-bottom: 5px;
}


.invitation-content-body table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .invitation-content-body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

#single-popup .new-authen-popup .container * {
    font-family: 'Inter' !important;
}