.marketing-page-header {

    background-image: url('https://reliqus.com/wp-content/themes/reliqus/images/service-bg-overlay.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.marketing-page-header .breadcrumb {
    background-color: transparent;
}

.marketing-page-header .breadcrumb li a {
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 600;
}

.marketing-page-header .content .section-main-heading {
    font-size: 4rem;
    line-height: 1.2;
    font-family: var(--font-inter);
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.marketing-page-header .content p {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: var(--font-poppins);
    line-height: 160%;
    margin: 0;
}

.marketing-card {
    border-radius: 1rem;
    box-shadow: 0 0.125rem 1.5rem 0 rgba(110, 123, 129, .2);
    padding: 2.1875rem;
    background-color: #fff;
    gap: 0.9375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.marketing-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marketing-card h4 a {
    color: var(--black);
    display: block;
}

.marketing-card h4:hover a {
    color: var(--yellow) !important;
}

.marketing-card .category-name {
    padding: 0.25rem 0;
    color: var(--dark);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
}

.marketing-card p,
.accodion-content-box .scroll-content-box p {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: var(--font-poppins);
    line-height: 160%;
    margin: 0;
}

.marketing-card .card-foot {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    margin-top: auto;
}

.marketing-card .card-foot .card-time {
    display: none;
}

.accodion-content-box h3 {
    line-height: 1.3;
}

.marketing-cards-wrapper .marketing-card-wrapper {
    margin-bottom: 1.875rem;
}

.glossary-post-error {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
}

.pagination-buttons {
    text-align: center;
    margin-top: 1.25rem;
}

.pagination-buttons button {
    margin: 0 0.3125rem;
    padding: 0.3125rem 0.9375rem;
    font-weight: bold;
    border: none;
    background-color: var(--yellow);
    color: var(--dark);
    border-radius: 0.25rem;
    cursor: pointer;
}

.pagination-buttons button.active {
    color: white;
}

.pagination-buttons button.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.responsive-iframe-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.responsive-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.accordion-tabs-box .accordion .card {
    border: 0;
    margin-bottom: 0.9375rem;
    border-radius: 1.875rem !important;
    background: transparent;
}

.accordion-tabs-box .accordion .card .card-header {
    border-bottom: 0;
    background: #f8f9fa;
}

.accordion-tabs-box .accordion .card .card-header h2 button {
    color: var(--dark);
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.3;
}

.accordion-tabs-box .accordion .card .card-header h2 {
    margin: 0 !important;
}

.accordion-tabs-box .accordion .card .collapse {
    border: 1px solid #f8f9fa;
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    margin-top: 0.625rem;
}

.accordion-tabs-box .accordion .card .card-body {
    padding-left: 2.5rem;
}

[id^="item-"] {
    padding-top: 7.5rem;
    margin-top: -6.25rem;
}

.accordion-tabs-box .scroll-spy-tabs ul {
    list-style: disc;
    padding-left: 1.25rem;
}

.accodion-content-box .scroll-content-box h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.9375rem;
    color: var(--black);
    line-height: 1;
    font-family: var(--font-poppins);
}

.marketing-tabs-section .glossary-category-wrapper {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    padding: 0;
}

.marketing-tabs-section .glossary-category-wrapper .glossary-category {
    border-radius: 1rem;
    padding: 1.25rem 1.5625rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    color: var(--black);
    transition: 0.5s ease-in;
    border-radius: 0.5rem;
    background: #F5F5F5;
    cursor: pointer;
}

.marketing-tabs-section .glossary-category-wrapper .glossary-category:hover {
    color: var(--yellow-1);
}

.marketing-tabs-section .glossary-category-wrapper .glossary-category.active {
    box-shadow: 0 0.125rem 1.5rem 0 #6E7B8133;
    color: var(--yellow-1);
    background-color: var(--white);
}

.content-list,
ol {
    padding-left: 1.875rem !important;
}

.content-list li {
    list-style-type: disc !important;
}

.scroll-content-box td,
.scroll-content-box th {
    text-align: left;
    padding: 0.1875rem;
}

.scroll-spy-tabs .nav-pills .nav-link.active {
    color: #777;
    background-color: unset;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #b2b2b2;
    font-size: 0.875rem;
    padding: 4px 10px;
    color: #a3a3a3;
    display: inline-block;
    margin-left: 10px;
}

.wp-pagenavi span.current {
    background-color: #efc337 !important;
    color: #2d2d2d !important;
    border: 1px solid #efc337;
}

/* Single glossary page */
.glossary-posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recent-glossary-post h4 {
    font-size: 2rem;
    line-height: 1.2;
}

.glossary-posts-wrapper .glossary-single-post .category-name {
    padding: 0.25rem 0;
    color: var(--dark);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.glossary-posts-wrapper .glossary-single-post .glossary-single-post-title {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black);
    font-weight: 700;
    line-height: 1.2;
}

.glossary-posts-wrapper .glossary-single-post .glossary-single-post-title:hover {
    color: var(--yellow)
}

.glossary-posts-wrapper .glossary-single-post p {
    font-size: 1rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glossary-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-block: 2rem 0.8rem;
}

.glossary-content p {
    margin-bottom: 0.5rem;
}

.glossary-single.marketing-page-header .content .section-main-heading {
    margin-bottom: 0;
}

/* end */

@media (max-width: 991px) {
    .accordion-content-wrapper .row {
        flex-direction: column-reverse;
    }

    .accordion-tabs-box {
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 768px) {
    .marketing-page-header .content .section-main-heading {
        font-size: 3.4rem;
    }

    .marketing-page-header .content p,
    .marketing-card p {
        font-size: 1rem;
    }

    .marketing-tabs-section .nav-pills {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 0.9375rem;
    }

    .marketing-tabs-section .glossary-category-wrapper .glossary-category {
        padding: 1rem 1.2rem;
        font-size: 1rem;
    }


}

@media (max-width: 480px) {
    .marketing-page-header .content .section-main-heading {
        font-size: 2.5rem;
    }
}