html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) - 1px);
}

.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 48px;
    margin: 0 auto;
}

.elementor-heading-title span {
    color: var(--e-global-color-accent);
}

.businora-header-style3 .site-main .elementor > .elementor-element:first-child {
    padding-top: 180px;
}

.businora-header-style3:not(.home) .site-main {
    padding-top: 180px;
}

.businora-header-style3 .single-post-wrapper .single-post::after {
    height: 600px;
}

@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
    .businora-header-style3:not(.home) .site-main {
        padding-top: 170px;
    }
    .single-post-wrapper .single-post::after {
        height: 600px;
    }
    .businora-header-style3 .single-post-wrapper .single-post::after {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
    .businora-header-style3 .site-main .elementor > .elementor-element:first-child {
        padding-top: 140px;
    }
    .businora-header-style3:not(.home) .site-main {
        padding-top: 130px;
    }
    .businora-header-style3 .single-post-wrapper .single-post::after {
        height: 300px;
    }
}
@media (max-width: 360px) {
    .businora-header-style3 .single-post-wrapper .single-post::after {
        height: 280px;
    }
}


/* Contact Form */
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    border: 0;
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
    resize: none;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 4px;
}

.wpcf7-form .wpcf7-submit {
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    border-radius: 99px 99px 99px 99px;
    padding: 16px 30px 16px 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    transition: all 0.3s linear;
    cursor: pointer;
}

.wpcf7-form .newsletter-form {
    position: relative;
}

.wpcf7-form .newsletter-form .wpcf7-form-control[type="email"] {
    padding-right: 95px;
}

.wpcf7-form .newsletter-form .wpcf7-submit {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 7px 16px;
}

.wpcf7-form .newsletter-form .wpcf7-spinner {
    position: absolute;
    right: 65px;
    top: 14px;
    width: 20px;
    height: 20px;
}
@media(max-width: 767px){
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        font-size: 12px;
    }
}

/* Contact Form */

/* blog post */
.single-post .post-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.single-post .post-tags .post-tag {
    padding: 4px 13px;
    background: var(--e-global-color-background);
    color: var(--e-global-color-text);
    text-decoration: unset;
    border-radius: 30px;
    font-size: 12px;
}

.single-post .page-links {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.single-post .page-links .current,
.page-links a.post-page-numbers:hover {
    color: var(--e-global-color-accent);
}

.single-post .page-links a.post-page-numbers {
    color: var(--e-global-color-text);
    transition: all 0.3s linear;
}

.single-post-wrapper .single-post::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--e-global-color-accent), transparent 30%) 100%);
    z-index: -1;
}

.single-post-wrapper, .archive-page {
    padding: 80px 0;
}

.single-post .container, .archive-page .container {
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}

.single-post .single-post-thumbnail {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0px 0px 40px 10px color-mix(in srgb, var(--e-global-color-text), transparent 85%);
    max-height: 500px;
}

.single-post .single-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post h1, .archive-page h1 {
    margin-bottom: 16px;
}

.single-post .single-post-content a:hover,
.single-post .single-post-content a ,
.archive-page a:hover,
.archive-page a {
    color: var(--e-global-color-text);
    transition: all 0.3s linear;
    text-underline-offset: 2px;
}

.single-post .single-post-content p,
.archive-page p{
    margin-bottom: 16px;
}

.single-post .single-post-content h1,
.single-post .single-post-content h2,
.single-post .single-post-content h3,
.single-post .single-post-content h4,
.single-post .single-post-content h5,
.single-post .single-post-content h6,
.archive-page h1,
.archive-page h2,
.archive-page h3,
.archive-page h4,
.archive-page h5,
.archive-page h6{
    margin-top: 20px;
    margin-bottom: 16px;
}
.single-post .single-post-content h1 > *,
.single-post .single-post-content h2 > *,
.single-post .single-post-content h3 > *,
.single-post .single-post-content h4 > *,
.single-post .single-post-content h5 > *,
.single-post .single-post-content h6 > *,
.archive-page h1 > *,
.archive-page h2 > *,
.archive-page h3 > *,
.archive-page h4 > *,
.archive-page h5 > *,
.archive-page h6 > *{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.single-post .single-post-content ul,
.single-post .single-post-content ol,
.archive-page ul,
.archive-page ol
{
    padding-left: 30px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.single-post .single-post-content table,
.archive-page table{
    margin: 0;
    border-collapse: collapse;
}

.single-post .single-post-content thead,
.archive-page thead{
    border-width: 1px;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.single-post .single-post-content thead th:first-child,
.archive-page thead th:first-child{
    border-radius: 10px 0 0 0;
}

.single-post .single-post-content th:last-child,
.archive-page th:last-child{
    border-radius: 0 10px 0 0;
}

.single-post .single-post-content tbody tr,
.archive-page tbody tr{
    background-color: var(--e-global-color-background);
}

.single-post .single-post-content table th,
.single-post .single-post-content table td,
.archive-page table th,
.archive-page table td{
    border: 0;
    padding: 16px;
    text-align: left;
}

.single-post .single-post-content table tbody td,
.archive-page table tbody td{
    border-bottom: 1px solid var(--e-global-color-primary);
}

.single-post .single-post-content table tbody tr:last-child td,
.archive-page table tbody tr:last-child td{
    border-bottom: 0;
}

.single-post .single-post-content table tbody tr:last-child td:first-child,
.archive-page table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}

.single-post .single-post-content table tbody tr:last-child td:last-child,
.archive-page table tbody tr:last-child td:last-child
{
    border-radius: 0 0 10px 0;
}

.single-post .single-post-meta {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid color-mix(in srgb, var(--e-global-color-text), transparent 81%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.single-post .single-post-meta .post-author {
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 16px;
}

.single-post .single-post-meta .author-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.single-post .single-post-meta .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post .single-post-meta .post-date {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
}

.single-post .single-post-meta .date-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post-wrapper .single-post-pagination {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid color-mix(in srgb, var(--e-global-color-text), transparent 81%);
}

.single-post-wrapper .single-post-pagination .post-navigation {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.single-post-wrapper .single-post-pagination .post-navigation a {
    color: var(--e-global-color-text);
    text-decoration: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s linear;
}

.single-post-wrapper .single-post-pagination .post-navigation a:hover {
    color: var(--e-global-color-accent);
}

.single-post-wrapper .single-post-pagination .post-navigation a .nav-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-wrapper .single-post-pagination .post-navigation a .nav-icon svg {
    width: 16px;
    height: 16px;
}

.single-post-wrapper .comments-area {
    margin-top:60px;
}

.single-post-wrapper .comments-title {
    font-size:24px;
    margin-bottom:20px;
}

.single-post-wrapper .comment-list {
    list-style:none;
    margin:0;
    padding:0;
}

.single-post-wrapper .comment-respond {
    max-width: 660px;
    margin: 50px auto 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 8px;
    background: var(--e-global-color-primary);
}

.single-post-wrapper .comment-respond h2 {
    font-size:22px;
    margin-bottom:20px;
    text-align: center;
}

.single-post-wrapper .comment-respond .comment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.single-post-wrapper .comment-respond .comment-form a {
    color: var(--e-global-color-text);
    transition: all 0.3s linear;
    text-underline-offset: 2px;
}

.single-post-wrapper .comment-respond .comment-form a:hover {
    color: var(--e-global-color-text);
}

.single-post-wrapper .comment-respond .logged-in-as,
.single-post-wrapper .comment-respond .comment-notes {
    grid-column: 1 / span 2;
    text-align: center;
    margin-bottom: 10px;
}

.single-post-wrapper .comment-respond .input-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-post-wrapper .comment-respond .comment-form-comment,
.single-post-wrapper .comment-respond .comment-form-url,
.single-post-wrapper .comment-respond .comment-form-cookies-consent,
.single-post-wrapper .comment-respond .form-submit {
    grid-column: 1 / span 2;
}

.single-post-wrapper .comment-respond .input-field input,
.single-post-wrapper .comment-respond .input-field textarea {
    border: 0;
    width: 100%;
}

.single-post-wrapper .comment-respond .input-field textarea {
    resize: none;
}

.single-post-wrapper .comment-respond .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-post-wrapper .comment-respond .comment-form-cookies-consent label {
    cursor: pointer;
}

.single-post-wrapper .comment-respond .comment-form-cookies-consent input[type="checkbox"] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    cursor: pointer;
}

.single-post-wrapper .comment-respond .comment-form-cookies-consent input[type="checkbox"]:checked {
    accent-color: var(--e-global-color-accent);
}

.single-post-wrapper .comment-respond .form-submit .submit {
    transition: all 0.3s linear;
    margin-top:15px;
    cursor:pointer;
}

.single-post-wrapper .comment-body{
    display: flex;
    gap: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid color-mix(in srgb, var(--e-global-color-text), transparent 80%);
    border-radius: 8px;
    background: var(--e-global-color-primary);
    flex-direction: column;
}

.single-post-wrapper .comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-post-wrapper .comment-author img {
    border-radius:50%;
    width: 32px;
    height: 32px;
}

.single-post-wrapper .comment-author .fn {
    font-weight:600;
    font-style:normal;
}

.single-post-wrapper .comment-author .url {
    color: inherit;
    text-decoration: unset;
}

.single-post-wrapper .comment-author .says {
    display:none;
}

.single-post-wrapper .comment-list a:hover {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}

.single-post-wrapper .comment-list a {
    color: var(--e-global-color-accent);
    transition: all 0.3s linear;
    text-underline-offset: 2px;
    text-decoration: unset;
}

.single-post-wrapper .comment-meta a {
    font-size:14px;
}

.single-post-wrapper .comment-body p {
    margin:10px 0 0;
    line-height:1.6;
}

.single-post-wrapper .comments-area a.comment-reply-link {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .single-post .container, .archive-page .container {
        padding: 0 20px;
    }

    .single-post-wrapper .single-post::after {
        height: 400px;
    }

    .single-post-wrapper, .archive-page {
        padding: 50px 0;
    }

    .single-post .single-post-thumbnail {
        border-radius: 16px;
        margin-bottom: 40px;
    }

    .single-post .single-post-content ul,
    .single-post .single-post-content ol,
    .archive-page ul,
    .archive-page ol{
        padding-left: 22px;
    }

    .single-post .single-post-content table td,
    .archive-page table td{
        padding: 12px;
    }

    .single-post .single-post-meta {
        gap: 20px;
    }

    .single-post-wrapper .comment-respond {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .single-post .container, .archive-page .container {
        padding: 0 16px;
    }

    .single-post-wrapper .single-post::after {
        height: 240px;
    }

    .single-post-wrapper, .archive-page {
        padding: 30px 0;
    }

    .single-post .single-post-thumbnail {
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .single-post h1 ,.archive-page h1{
        margin-bottom: 12px;
    }

    .single-post .single-post-content p,
    .archive-page p{
        margin-bottom: 12px;
    }

    .single-post .single-post-content h1,
    .single-post .single-post-content h2,
    .single-post .single-post-content h3,
    .single-post .single-post-content h4,
    .single-post .single-post-content h5,
    .single-post .single-post-content h6,
    .archive-page h1,
    .archive-page h2,
    .archive-page h3,
    .archive-page h4,
    .archive-page h5,
    .archive-page h6{
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .single-post .single-post-content ul,
    .single-post .single-post-content ol,
    .archive-page ul,
    .archive-page ol{
        margin-bottom: 12px;
    }

    .single-post .single-post-content table thead,
    .archive-page table thead{
        display: none;
    }

    .single-post .single-post-meta {
        padding-bottom: 16px;
        margin-bottom: 16px;
        gap: 16px;
    }

    .single-post .single-post-meta .post-author {
        font-size: 14px;
        gap: 10px;
    }

    .single-post .single-post-meta .author-img {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .single-post .single-post-meta .post-date {
        gap: 10px;
        font-size: 14px;
    }

    .single-post .single-post-meta .date-icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .single-post .single-post-content table,
    .single-post .single-post-content table tbody,
    .archive-page table,
    .archive-page table tbody {
        width: 100%;
    }

    .single-post .single-post-content table tr,
    .archive-page table tr {
        margin-bottom: 15px;
        padding: 10px;
        background: var(--e-global-color-background);
        border-radius: 6px;
        display: block;
    }

    .single-post .single-post-content table tbody td,
    .archive-page table tbody td {
        border-bottom: 0;
        padding: 8px 10px;
        padding-left: 50%;
        position: relative;
        font-size: 14px;
        display: block;
    }

    .archive-page table td::before,
    .single-post .single-post-content table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 8px;
        font-weight: 600;
        color: var(--e-global-color-secondary);
        width: 45%;
    }

    .single-post-wrapper .comment-respond .comment-form {
        gap: 16px;
    }

    .single-post-wrapper .comment-respond .comment-form-author,
    .single-post-wrapper .comment-respond .comment-form-email {
        grid-column: 1 / span 2;
    }

    .single-post-wrapper .comment-respond {
        padding: 20px 16px;
    }
    .single-post-wrapper .comments-area {
        margin-top: 40px;
    }
}

/* blog post */

/**404 page**/
.businora-404-page {
    text-align: center;
    padding: 100px 0px;
}


.businora-404-page h3 {
    margin-top: 10px;
    margin-bottom: 14px;
}

.businora-btn {
    cursor: pointer;
    text-decoration: none;
    margin-top: 30px;
}

.businora-btn:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
}

.error-404 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

@media(max-width: 749px) {
    .businora-404-page {
        padding: 60px 0px;
    }
}

/**404 page**/

/**Footer*/
.businora-footer-widgets {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-widget {
    flex: 1;
}
.businora-footer-menu-links ul {
    list-style: none;
}
/**Footer*/

/* archive css*/
.archive-page .archive-header {
    text-align: center;
    margin-bottom: 40px;
}
.archive-page .archive-title {
    background: var(--e-global-color-accent);
    width: auto;
    display: inline-block;
    text-align: center;
    color: var(--e-global-color-primary);
    padding: 16px 20px;
    font-size: 20px;
    margin: 0;
}
.archive-page .archive-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.archive-page .archive-posts h2 {
    font-size: unset;
    margin: 0;
    text-align: center;
}
.archive-page .archive-posts h2 a {
    font-size: 20px;
    font-weight: 500;
    text-decoration: unset;
}
@media(max-width: 749px) {
    .archive-page .archive-header {
        margin-bottom: 30px;
    }
    .archive-page .archive-title {
        padding: 10px 16px;
        font-size: 16px;
    }
    .archive-page .archive-posts {
        gap: 16px;
    }
    .archive-page .archive-posts h2 a {
        font-size: 16px;
    }
}
/* archive css*/

/* loader */
#businora-preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.businora-loader-inner {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.businora-spinner {
    height: 25px;
    aspect-ratio: 2.5;
    --_g: no-repeat radial-gradient(farthest-side,var(--businora-loader-color) 90%,var(--businora-loader-color));
    background:var(--_g), var(--_g), var(--_g), var(--_g);
    background-size: 20% 50%;
    animation: spin 1s infinite linear; 
}

@keyframes spin {
    0%     {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
    16.67% {background-position: calc(0*100%/3) 0   ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
    33.33% {background-position: calc(0*100%/3) 100%,calc(1*100%/3) 0   ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
    50%    {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 100%,calc(2*100%/3) 0   ,calc(3*100%/3) 50% }
    66.67% {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 100%,calc(3*100%/3) 0   }
    83.33% {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 100%}
    100%   {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
}
/* loader */