


/* ========== Post Containt Code ========= */






.post-breadcrumb ol li a {
    color: var(--text);
    transition: all .5s ease;
}

.post-breadcrumb ol li a:hover {
    color: var(--extra-color);
    transition: all .5s ease;
}


.post-author a {
    color: var(--text);
    display: flex;
    padding-left: 3px;
    padding-right: 3px;
    transition: all .5s ease;
}

.post-author a:hover {
    color: var(--extra-color);
    transition: all .5s ease;
}

.info-ext {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: start;
    align-items: center;
    font-size: 15px;
}

.post-meta-data {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-meta-data span a {
    color: var(--text);
    transition: all .5s ease;
}

.post-meta-data span a:hover {
    color: var(--extra-color);
    transition: all .5s ease;
}

.pt-featured-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--content-bg);
    border-radius: 10px;
}

.pt-featured-image img {
    border-radius: 10px;
    margin: 0px;
    width: 100%;
    height: auto;
}

.sidebar-section {
    background: var(--content-bg);
    border-top: 4px solid var(--brand);
    border-radius: 10px;
    box-shadow: 0 6px 18px var(--shadow-strong);
    overflow: hidden;
}


/* =========================================================
=========================================================
Old Css Code 
=========================================================
========================================================= */

.post-containt {
    background: var(--content-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 14px 34px var(--shadow-strong);
    line-height: 1.7;
}


/* Post Demo And Doenload Buton  */

.pt-post-action-button {
    border-radius: 10px;
    align-items: center;
    align-content: center;
}

.btn-demo-pt,
.btn-download-pt {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 7px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: all .5s !important;
}

.btn-demo-pt {
    background: var(--btn3-bg);
}

.btn-download-pt {
    background: var(--btn2-bg);
}

.btn-demo-pt:hover {
    color: #fff;
    background: var(--btn5-bg);
    transition: all .5s !important;
}

.btn-download-pt:hover {
    color: #fff;
    background: var(--btn1-bg);
    transition: all .5s !important;
}


/* Post Help Box Containt */

.customization-help-box {
    background: var(--section-bg);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
    margin-top: 60px;
    border: 1px solid var(--brand);
}

.icon {
    border: 3px solid var(--extra);
    border-radius: 100%;
    color: #fff;
    padding: 20px;
    margin-top: -60px;
    background: var(--base);
}

.customization-help-box h3 {
    font-size: 22px;
}

.customization-help-box a {
    background: #003d99;
    color: #fff;
    padding: 5px 25px;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .5s;
    font-weight: 500;
}

.customization-help-box a:hover {
    background: var(--extra);
    transition: all .5s;
    color: #fff;
}

.customization-help-box p {
    font-size: 15px;
    margin-bottom: 0px !important;
    text-align: center;
}

.template-info-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 20px;
}

.post-info-card {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px;
    background: var(--section-bg);
    border-top: 4px solid var(--brand);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}

.post-info-icon {
    background: var(--base);
    color: #fff;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-info-card {
    display: flex;
}

.post-info-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-info-card strong {
    font-size: 19px;
    line-height: 16px;
}

.post-info-card p {
    margin: 0px !important;
    font-size: 16px;
}

.pt-post-img {
    background: var(--section-bg);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* Post Speed Test Result Containt */

.performance-box {
    border-radius: 10px;
    padding: 20px 30px;
}

.performance-box h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px !important;
}

.progress-group {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.progress-item {
    flex: 1;
    min-width: 250px;
}

.progress-label {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.progress-bar {
    background: #eee;
    border-radius: 50px;
    height: 30px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 0%;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    transition: width 1s ease-in-out;
    white-space: nowrap;
    box-sizing: border-box;
}

.progress-fill span {
    margin-left: auto;
    padding-left: 15px;
}


/* Post Title Css */

.pt-blog-post-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.pt-blog-post-header h1 {
    font-size: 2.2rem;
    font-weight: 700;
}

.pt-post-meta {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

.pt-post-submeta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
}

@media (max-width: 600px) {
    .performance-bars {
        flex-direction: column;
        align-items: center;
    }
    .info-card {
        flex-direction: column;
        text-align: center;
    }
    .info-icon {
        margin-bottom: 10px;
    }
}

@supports (position: sticky) {
    main>aside {
        position: sticky;
        top: 20px;
    }
}


/* ========== Post Sidebar Code ========= */

.post-sidebar-guarantee {
    background: #E6FFFA;
    color: #047481;
    padding: 8px 10px;
}



/* =========================================
=========================================
=========================================
=========================================
=========================================
=========================================
=========================================
=========================================
=========================================
========================================= */
.sidebar-font-max-20 {
    font-size: clamp(18px, calc(24px + 1vw), 20px);
    font-weight: 500;
}

.sidebar-font-max-18 {
    font-size: clamp(16px, calc(24px + 1vw), 18px);
    font-weight: 500;
}

.pt-sidebar-links .cat-links {
    margin: 20px 0px !important;
    text-align: center;
}

.sidebar-box {
    background: var(--sidebar-bg);
    border: 1px solid var(--border);
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 10px 24px var(--shadow-soft);
}



.pricing h3 {
    font-size: 20px;
    font-weight: 500;
}


/* 1. Remove default list styling from your <ul> */

.sidebar-list {
    font-size: 16px;
    padding: 5px;
    list-style-type: none;
    margin: 0 0 0 13px;
}


/* 2. Add padding to each <li> to make room for the icon */

.sidebar-list li {
    position: relative;
    /* Required for positioning the icon */
    padding-left: 1.8em;
    /* Adjust this value to change space between icon and text */
    margin: 0.75em 0;
    /* Optional: adds vertical space between items */
}


/* 3. Create the icon using the ::before pseudo-element */

.sidebar-list li::before {
    content: '';
    display: inline-block;
    /* --- Icon Styling --- */
    width: 1em;
    /* Controls icon size */
    height: 1em;
    /* Controls icon size */
    /* --- Icon Positioning --- */
    position: absolute;
    left: 0;
    top: 0.25em;
    /* Adjust for perfect vertical alignment */
    /* --- Your SVG Icon --- */
    /* I've encoded your SVG and set its color to match the text */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 520' fill='currentColor'%3e%3cpath d='m239.987 460.841a10 10 0 0 1 -7.343-3.213l-197.987-214.165a10 10 0 0 1 7.343-16.788h95.3a10.006 10.006 0 0 1 7.548 3.439l66.168 76.124c7.151-15.286 20.994-40.738 45.286-71.752 35.912-45.85 102.71-113.281 216.994-174.153a10 10 0 0 1 10.85 16.712c-.436.341-44.5 35.041-95.212 98.6-46.672 58.49-108.714 154.13-139.243 277.6a10 10 0 0 1 -9.707 7.6z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.theme-buy-now-url {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 7px;
}

.theme-buy-now-url .sidebar-button {
    background: var(--extra);
    color: #fff;
    font-size: 17px;
}

.theme-buy-now-url .sidebar-button:hover {
    background: var(--base);
    color: #fff;
    transition-duration: .5s;
}

.author-info img {
    width: 60px;
    height: 60px;
    border-radius: 100% !important;
}

.author-info {
    justify-content: start;
    padding: 25px 15px 15px 15px;
    gap: 15px;
}

.sidebar-store-info {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sidebar-store-info h4 {
    font-size: 20px;
    line-height: 0;
}

.sidebar-store-info p {
    font-size: 16px;
    font-family: robot;
    margin: 0px !important;
    line-height: 16px;
}

.store-url-author {
    padding: 0px 20px 10px 20px;
}

.sidebar-button-store {
    background: #074177;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 100%;
    align-content: center;
    border-radius: 3px;
    transition-duration: .5s;
}

.sidebar-button-store:hover {
    background: var(--base);
    color: #fff;
    transition-duration: .5s;
}

.pt-sidebar-links {
    padding: 0px 20px 10px 20px;
    border-radius: 10px;
}

.pt-sidebar-links h4 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid var(--e-global-color-86ad1b4);
    padding: 0 0 8px 0;
}




.color-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.color-palette span {
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}

.color-palette a:hover {
    text-decoration: none;
}


/* 🔹 Mobile (<768px) → stack */

@media (max-width: 767px) {}


/* 🔹 Tablet (768–1023px) */

@media (min-width: 768px) and (max-width: 1023px) {}