.infintor-blog {
    padding: 60px 0;
    background: #ffffff;
}
.infintor-blog .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}
.blog-search-wrapper {
    margin-bottom: 60px;
}
.blog-search-inner {
    max-width: 88%;
    margin: 0 auto;
    text-align: center;
}
.blog-page-title {
    margin: 0 0 6px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
    letter-spacing: -1px;
}
.blog-page-description {
    margin: 0 auto 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #6b7280;
}
.blog-search-form {
    position: relative;
}
.blog-search-input {
    width: 100%;
    height: 56px;
    padding: 0 60px 0 20px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 200;
    transition: 0.3s;
}
.blog-search-input:focus {
    outline: none;
    border-color: #111111;
}
.blog-search-button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}
.blog-search-button:hover {
    background: #2b2b2b;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.blog-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}
.blog-card-image {
    display: block;
    overflow: hidden;
    background: #f7f7f7;
    aspect-ratio: 15 / 10;
}
.blog-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.blog-card:hover .blog-thumbnail {
    transform: scale(1.06);
}
.blog-thumbnail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 240px;
    background: #f3f4f6;
    color: #999;
    font-size: 15px;
}
.blog-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}
.blog-category {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f4f4f4;
    color: #000000;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    z-index: 1;
}
.blog-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.blog-title a {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
}
.blog-title a:hover {
    color: var(--primary, #1f3773);
}
.blog-meta {
    margin-bottom: 10px;
    color: #66587b;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}
.blog-meta time {
    display: inline-block;
}
.blog-excerpt {
    margin-bottom: 10px;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.blog-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0rem;
}
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--primary, #1f3773);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blog-read-more span {
    transition: transform 0.3s ease;
}
.blog-read-more:hover {
    color: #111111;
}
.blog-read-more:hover span {
    transform: translateX(5px);
}
.blog-pagination {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
.blog-pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-pagination-list .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.blog-pagination-list a.page-numbers:hover {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}
.blog-pagination-list .current {
    background: #25508c;
    color: #ffffff;
    border-color: var(--primary, #1f3773);
}
.blog-no-posts {
    max-width: 600px;
    margin: 100px auto;
    text-align: center;
}
.blog-no-posts-icon {
    color: #c4c4c4;
    margin-bottom: 30px;
}
.blog-no-posts-title {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 700;
    color: #111111;
}
.blog-no-posts-description {
    margin: 0 auto 35px;
    max-width: 480px;
    color: #6b7280;
    line-height: 1.8;
    font-size: 15px;
}
.blog-no-posts-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--primary, #1f3773);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.blog-no-posts-button:hover {
    background: #111111;
}
@media (max-width: 991px) {
    .infintor-blog {
        padding: 60px 0;
    }
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    .blog-page-title {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .infintor-blog {
        padding: 40px 0;
    }
    .infintor-blog .container {
        padding: 0 15px;
    }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blog-page-title {
        font-size: 28px;
    }
    .blog-page-description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .blog-search-input {
        height: 56px;
        font-size: 14px;
        padding: 0 60px 0 18px;
    }
    .blog-search-button {
        width: 42px;
        height: 42px;
    }
    .blog-card-content {
        padding: 20px;
    }
    .blog-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .blog-excerpt {
        font-size: 14px;
    }
    .blog-pagination {
        margin-top: 50px;
    }
    .blog-pagination-list {
        gap: 8px;
    }
    .blog-pagination-list .page-numbers {
        min-width: 40px;
        height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }
    .infintor-blog .container {
        max-width: 100%;
        width: 100%;
        padding: 0 0px;
    }
    .blog-search-inner {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}
:root {
    --share-size: 32px;
    --share-radius: 14px;
    --share-bg: #ffffff;
    --share-border: #e5e7eb;
    --share-hover: #1f3773;
    --share-color: #4b5563;
    --share-hover-color: #ffffff;
    --share-shadow: 0 10px 30px rgba(31, 55, 115, 0.08);
}
.inf-blog-share {
    padding: 30px 0px;
    background: #fff;
}
.inf-blog-share .share-heading {
    margin-bottom: 20px;
}
.inf-blog-share .share-heading span {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}
.share-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 40px;
}
.share-icons a,
.share-icons button {
    width: var(--share-size);
    height: var(--share-size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    background: var(--share-bg);
    border: 1px solid var(--share-border);
    color: var(--share-color);
    cursor: pointer;
    text-decoration: none;
}
.share-icons svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.share-icons a:hover,
.share-icons button:hover {
    background: #29292b;
    color: var(--share-hover-color);
}
.share-icons a:focus-visible,
.share-icons button:focus-visible {
    outline: 3px solid rgba(120, 100, 255, 0.3);
    outline-offset: 3px;
}
.copy-message {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #16a34a;
    opacity: 0;
    transition: 0.3s;
}
.copy-message.show {
    opacity: 1;
}
body.dark-mode .inf-blog-share {
    background: #1e293b;
    border-color: #334155;
}
body.dark-mode .share-heading span {
    color: #f8fafc;
}
body.dark-mode .share-icons a,
body.dark-mode .share-icons button {
    background: #273449;
    border-color: #334155;
    color: #e2e8f0;
}
body.dark-mode .share-icons a:hover,
body.dark-mode .share-icons button:hover {
    background: #7864ff;
    color: #fff;
}
@media (max-width: 991px) {
    .inf-blog-share {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    .inf-blog-share {
        padding: 20px;
        margin: 40px 0;
    }
    .share-icons {
        justify-content: center;
        display: none;
    }
    .share-icons a,
    .share-icons button {
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 480px) {
    .share-icons {
        gap: 10px;
    }
    .share-icons a,
    .share-icons button {
        width: 42px;
        height: 42px;
    }
    .share-icons svg {
        width: 18px;
        height: 18px;
    }
}
.single-blog-hero {
    position: relative;
    padding: 60px 0 40px;
    background: linear-gradient(180deg, #f0e7ff 0% 0%, #faf8ff 40%, #ffffff 100%);
}
.single-blog-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ececec;
}
.single-blog-hero .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}
.single-blog-hero-inner {
    max-width: 960px;
}
.back-to-blog {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #1f3773;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.back-to-blog:hover {
    color: #111111;
}
.back-to-blog svg {
    transition: 0.3s;
}
.back-to-blog:hover svg {
    transform: translateX(-4px);
}
.single-blog-title {
    margin: 0 0 30px;
    color: #111111;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}
.single-blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    color: #5b5b5b;
    font-size: 15px;
}
.single-blog-date,
.single-blog-author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-blog-author a {
    color: #5b5b5b;
    text-decoration: none;
}
.single-blog-author a:hover {
    color: #1f3773;
}
.meta-separator {
    opacity: 0.35;
}
.infintor-single-blog {
    padding: 40px 0;
    background: #ffffff;
}
.infintor-single-blog .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 0 0;
}
.single-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}
.single-blog-content {
    min-width: 0;
}
.blog-single-content {
    width: 100%;
}
.blog-content-wrapper {
    font-size: 17px;
    line-height: 1.9;
    color: #4b5563;
}
.blog-featured-image {
    margin-bottom: 45px;
    overflow: hidden;
    border-radius: 0px;
    height: 400px;
}
.blog-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}
.single-blog-sidebar {
    position: relative;
}
.blog-sidebar {
    position: sticky;
    top: 120px;
}
.blog-widget {
    padding: 28px;
    background: #f9f5f9;
    border: 0.1px solid #ececec;
    border-radius: 10px;
}
.blog-widget:last-child {
    margin-bottom: 0;
}
.blog-widget-title {
    margin: 0 0 22px;
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.2px;
}
.blog-content-wrapper {
    color: #404955;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.blog-content-wrapper > *:first-child {
    margin-top: 0;
}
.blog-content-wrapper > *:last-child {
    margin-bottom: 0;
}
.blog-content-wrapper h1 {
    margin: 34px 0 12px;
    color: #111111;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
}
.blog-content-wrapper h2 {
    margin: 30px 0 12px;
    color: #111111;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
}
.blog-content-wrapper h3,
.blog-content-wrapper h4,
.blog-content-wrapper h5,
.blog-content-wrapper h6 {
    margin: 24px 0 10px;
    color: #111111;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1px;
    word-spacing: 1px;
}
.blog-content-wrapper h1 {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 38px;
}
.blog-content-wrapper h2 {
    font-size: 32px;
}
.blog-content-wrapper h3 {
    font-size: 28px;
}
.blog-content-wrapper h4 {
    font-size: 22px;
}
.blog-content-wrapper h5 {
    font-size: 18px;
}
.blog-content-wrapper h6 {
    font-size: 16px;
}
.blog-content-wrapper p {
    margin: 0 0 24px;
    text-align: justify;
}
.blog-content-wrapper a {
    color: #1f3773;
    text-decoration: none;
    transition: 0.3s;
}
.blog-content-wrapper a:hover {
    color: #7864ff;
}
.blog-content-wrapper ul,
.blog-content-wrapper ol {
    margin: 0 0 30px 24px;
    padding: 0;
}
.blog-content-wrapper li {
    margin-bottom: 12px;
}
.blog-content-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}
.blog-content-wrapper figure {
    margin: 40px 0;
}
.blog-content-wrapper figcaption {
    margin-top: 12px;
    text-align: center;
    color: #888;
    font-size: 14px;
}
.blog-content-wrapper blockquote {
    margin: 40px 0;
    padding: 30px;
    border-left: 5px solid #9f6df3;
    background: #faf8ff;
    border-radius: 12px;
}
.blog-content-wrapper blockquote p {
    margin: 0;
    color: #111111;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
}
.blog-content-wrapper table {
    width: 100%;
    margin: 35px 0;
    border-collapse: collapse;
}
.blog-content-wrapper table th,
.blog-content-wrapper table td {
    padding: 16px;
    border: 1px solid #ececec;
}
.blog-content-wrapper table th {
    background: #f8f8f8;
    color: #111111;
    font-weight: 600;
}
.blog-content-wrapper pre {
    overflow: auto;
    margin: 35px 0;
    padding: 24px;
    border-radius: 14px;
    background: #111827;
}
.blog-content-wrapper code {
    font-family: Consolas, Monaco, monospace;
}
.blog-content-wrapper pre code {
    color: #ffffff;
}
.blog-content-wrapper hr {
    margin: 50px 0;
    border: 0;
    border-top: 1px solid #ececec;
}
.blog-content-wrapper .wp-block-gallery {
    margin: 40px 0;
}
.blog-content-wrapper .wp-block-image {
    margin: 10px 0;
    padding-bottom: 20px;
}

.odoo-partner p{
    margin: 10px 0px;
}

.blog-content-wrapper iframe {
    width: 100%;
    border: 0;
    border-radius: 16px;
    aspect-ratio: 16 / 9;
}
.blog-tags {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ececec;
}
.blog-tags-title {
    margin: 0 0 18px;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
}
.blog-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.blog-tags-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f5f5f5;
    color: #111111;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}
.blog-tags-list a:hover {
    background: #1f3773;
    color: #ffffff;
}
.blog-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
    border-top: 0.1px solid #8e8e8e52;
}
.blog-category-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
}
.blog-category-list li:last-child {
    border-bottom: 0;
}
.blog-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    color: #4b5563;
    font-weight: 200;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blog-category-list a:hover {
    color: #1f3773;
    padding-left: 8px;
}
.blog-category-list span {
    font-size: 15px;
    font-weight: 300;
    color: #5a5a5a;
    letter-spacing: 0.4px;
}
.blog-category-list small {
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 4px;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 500;
}
.blog-contact-form {
    overflow: hidden;
    border-radius: 14px;
}
.blog-contact-form iframe {
    display: block;
    width: 100%;
    min-height: 620px;
    border: 0;
    background: #ffffff;
}
.blog-partner-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    transition: transform 0.35s ease;
}
.blog-widget a:hover .blog-partner-image {
    transform: scale(1.02);
}
.odoo-partner {
    background-color: #5c425c;
    padding: 40px;
    color: white;
    margin-top: 20px;
}
.odoo-partner a {
    font-size: 54px;
    line-height: 44px;
    letter-spacing: -1px;
    padding-bottom: 30px;
    color: white;
    text-decoration: none;
    font-weight: 500;
}
.odoo-partner p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 200;
}
.heading-container {
    padding-bottom: 20px;
    border-bottom: 0.1px solid #8e8e8e52;
}
.contact-box {
    padding: 20px;
    margin-top: 30px;
    background-color: #f9f9f9;
    border: solid 0.1px #c9c9c954;
}
.contact-box h4 {
    font-size: 28px;
    letter-spacing: -1px;
    padding-bottom: 10px;
}
.contact-box p {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: #5b5c5c;
}
.blog-widget + .blog-widget {
    margin-top: 28px;
}
@media (max-width: 1024px) {
    .single-blog-layout {
        grid-template-columns: 1fr 300px;
        gap: 40px;
    }
    .single-blog-title {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .single-blog-hero {
        padding: 70px 0 50px;
    }
    .single-blog-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .blog-sidebar {
        position: static;
    }
    .single-blog-title {
        font-size: 38px;
    }
    .blog-content-wrapper {
        font-size: 16px;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .single-blog-hero {
        padding: 60px 20px 40px;
    }
    .single-blog-hero .container,
    .infintor-single-blog .container {
        max-width: 100%;
        width: 100%;
        padding: 0 0px;
    }
    .single-blog-title {
        font-size: 30px;
        line-height: 1.3;
    }
    .single-blog-meta {
        gap: 10px;
        font-size: 14px;
    }
    .meta-separator {
        display: none;
    }
    .single-blog-date,
    .single-blog-author {
        width: 100%;
    }
    .blog-widget {
        padding: 22px;
    }
    .blog-widget-title {
        font-size: 18px;
    }
    .blog-content-wrapper h1 {
        font-size: 34px;
    }
    .blog-content-wrapper h2 {
        font-size: 28px;
    }
    .blog-content-wrapper h3 {
        font-size: 24px;
    }
    .blog-content-wrapper h4 {
        font-size: 22px;
    }
    .blog-content-wrapper table {
        display: block;
        overflow-x: auto;
    }
    .blog-tags {
        margin-top: 40px;
    }
}
