.adv-archive .elementor-widget-container {
    margin: 0 !important;
}

.adv-archive {
    padding: 3% 0 9% 0;
}

.adv-archive .jet-listing-dynamic-field__content {
    text-align: center !important;
}

.taxonomy-tabs-main .ais-cat-btn.cat-btn {
    background: #07070796;
    border: unset;
    color: white;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    padding: 10px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.taxonomy-tabs-main {
    display: flex;
    gap: 20px;
    margin: -89px 0 20px 0;
}

.taxonomy-tabs-main .ais-cat-btn.cat-btn.active {
    background: white;
    color: black;
    text-shadow: none;
}

.ais-cat-btn.cat-btn i {
    color: #fe9106;
}

.taxonomy-tabs-main .ais-cat-btn.cat-btn:hover {
    background: white;
    color: black;
    text-shadow: none;
}

.archive-section-main {
    display: flex;
    justify-content: space-between;
    column-gap: 5%;
    margin-bottom: 5%;
}

.archive-single-blog {
    width: 20%;
    float: left;
    margin-bottom: 20px;
}

.archive-desc-main {
    width: 70%;
    font-family: 'Poppins';
    height: fit-content;
}

.archive-faq-main {
    width: 30%;
    font-family: 'Poppins';
}

.faq-sec-main {
    scrollbar-width: thin;
}

.archive-section-main h3 {
    font-size: 24px;
}

.archive-section-main p {
    color: #545454;
}

.faq-item {
    margin-bottom: 15px;
    background: #f5fafe;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #eaebf7;
    width: 100%;
}

.faq-question {
    background: none;
    border: none;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    text-shadow: unset !important;
    width: 100%;
}

.faq-item:hover .faq-question {
    color: #f69524;
}

.active .faq-question {
    color: #6298ca;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    animation: fadeIn 0.3s ease-in-out;
}

.faq-item.active .faq-answer {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.faq-book-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.country-arch.view-all-for-all-archives {
    padding: 1% 15%;
}

.faq-book-now-btn button {
    width: 60%;
    border: unset;
    padding: 10px;
    text-shadow: unset;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    color: white;
    background: #f69524;
    border-radius: 25px;
    transition: all 0.3s;
}

.faq-book-now-btn button:hover {
    transform: scale(1.1);
}

.archive-tabs:hover {
    background: white;
    color: black;
    text-shadow: none;
}

.archive-tabs.active {
    background: white;
    color: black;
    text-shadow: none;
    font-size: 26px;
}

.archive-tabs {
    background: #07070796;
    border: unset;
    color: white;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    padding: 10px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.archive-tabs i {
    color: #f69524;
}

/*  */
#blog-cards-wrapper,
#certification-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-card {
    width: calc(20% - 20px);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    background: white;
    font-family: 'Poppins';
    transition: all 0.3s;
    cursor: pointer;

}

.blog-card:hover {
    transform: scale(1.05);
}

.blog-card-img {
    position: relative;
}

.blog-card-img img {
    width: 100%;
    height: 160px;
    display: block;
    object-fit: cover;
}

.blog-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #000000b5;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 15px;
}

.blog-card-body h4 {
    color: #345286;
    text-align: center;
    margin: 0;
}

.blog-card-body p,
.blog-card-body a {
    color: #54546f;
    text-align: center;
    font-size: 14px;
}

.blog-card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 160px);
}

#blog-section-heading h3,
#certification-section-heading h3 {
    font-size: 24px;
    font-family: 'Poppins';
}

.read-more-btn {
    margin-top: 10px;
    color: #54546f;
    display: flex;
    justify-content: end;
    font-size: 14px;
    align-items: center;
    gap: 5%;
}

.pagination-buttons {
    text-align: center;
    margin-top: 20px;
    font-family: 'Poppins';
}

.pagination-btn {
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

.pagination-btn {
    border-radius: 25px;
    background: #FF9206;
    transition: all 0.3s;
}

.pagination-btn:hover {
    background: #FF9206;
    transform: scale(1.05);
}

.book-now-bottom button {
    width: 15%;
}

.adv-certif-archive {
    display: block;
    width: 100%;
    padding: 3% 0 9% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.adv-certif-archive .jet-listing-dynamic-field__content {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Poppins';
    color: white;
    text-align: center;
}


.adv-certif-archive::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #5a595973;
    z-index: 0;
}

.adv-certif-archive>* {
    position: relative;
    z-index: 1;
}

.taxonomy-tabs-main.certif-tabs-main {
    margin-top: -89px;
}

.certi-arch-desc {
    font-size: 16px;
    font-family: 'Poppins';
    color: #565656;
    margin: 50px 0;
}

.certif-arch-sylabus {
    font-family: 'Poppins';
    display: flex;
    gap: 4%;
    color: #565656;
}

.sylabus-left-main {
    width: 25%;
}

.sylabus-desc-main {
    width: 75%;
}

.sylabus-tabs {
    background: #f5fafe;
    font-size: 20px;
    font-weight: 600;
    padding: 4%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 5%;
    border: 1px solid #dceeff;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #565656;
}

.sylabus-tabs:hover {
    transform: scale(1.03);
}

.sylabus-data strong {
    color: #202020;
}

.sylabus-active {
    border: 1px solid #81c3fe;
    color: #ee9832;
}

.certi-arch-faqs-main {
    display: flex;
    font-family: 'Poppins';
    margin-top: 50px;
    gap: 10%;
}

.certif-arch-faq-left-head {
    width: 40%;
}

.certi-arch-faqs-main .archive-faq-main {
    width: 60%;
}

.certif-arch-faq-left-head h3 {
    font-size: 30px;
    margin-top: 0;
}

.certif-arch-faq-left-head p {
    font-size: 16px;
    color: #565656;
}

.certif-arch-find-courses {
    margin-top: 30px;
    border: none;
    background: #345286;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all 0.3s;
}

.certif-arch-find-courses:hover {
    background: #e79b3c;
    transform: scale(1.05);
}

.country-archive {
    padding: 1% 0% 6% 0;
}

.country-archive {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
}

.country-archive::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: 0.2;
    z-index: 0;
}


.country-archive .jet-listing-dynamic-field__content {
    text-align: left !important;
    padding: 0% 15%;
    color: var(--e-global-color-be6f1ff);
    font-family: "Poppins", Sans-serif;
}

.countrry_archive_title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.4px;
}

.tax-country .only-home-page .home-page-tabs-main,
.tax-region .only-home-page .home-page-tabs-main,
.tax-subregion .only-home-page .home-page-tabs-main {
    margin: -75px 0 20px 0;
}

.for-mobile-only {
    display: none;
}


.add-to-bucket-img {
    display: none;
}

.add-to-bucket-img.active {
    display: inline-block;
}

@media only screen and (max-width: 1599px) {
    .country-arch.view-all-for-all-archives {
        padding: 2% 0 0 2%;
    }

    .country-archive .jet-listing-dynamic-field__content {
        padding: 0 2%;
    }
}

@media (max-width:767px) {
    .adv-certif-archive .jet-listing-dynamic-field__content {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .sylabus-tabs {
        font-size: 14px !important;
        padding: 5px !important;
    }

    .certif-arch-sylabus {
        flex-direction: column !important;
    }

    .sylabus-left-main {
        display: flex !important;
        width: 100% !important;
        overflow-x: scroll !important;
        gap: 5% !important;
    }

    .sylabus-tabs i {
        display: none !important;
    }

    .certi-arch-desc {
        margin-bottom: 10px !important;
    }

    .sylabus-desc-main {
        width: 100% !important;
    }

    .certi-arch-faqs-main {
        margin-top: 10px !important;
        display: block !important;
    }

    .certif-arch-faq-left-head {
        width: 100% !important;
    }

    .certi-arch-faqs-main .archive-faq-main {
        width: 100% !important;
    }

    button.certif-arch-find-courses {
        display: none !important;
    }

    .country-archive .jet-listing-dynamic-field__content {
        font-size: 28px;
    }
}

@media (min-width: 769px) and (max-width:1085px) {
    .archive-tabs {
        width: max-content !important;
        font-size: 18px !important;
        padding: 5px 20px !important;
    }

    .archive-tabs.active {
        font-size: 20px !important;
    }

    .taxonomy-tabs-main {
        margin-top: -70px !important;
    }

    .taxonomy-tabs-main.certif-tabs-main {
        margin-top: -70px !important;
    }

    .sylabus-tabs {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .taxonomy-tabs-main.certif-tabs-main {
        margin-top: -45px !important;
    }

    .adv-archive .jet-listing-dynamic-field__content {
        font-size: 26px !important;
        padding-bottom: 40px !important;
    }

    .archive-tabs {
        width: max-content !important;
        font-size: 16px !important;
        padding: 5px 10px !important;
    }

    .archive-tabs {
        font-size: 14px !important;
        padding: 5px 13px !important;
    }

    .taxonomy-tabs-main {
        margin-top: -45px !important;
    }

    .archive-tabs.active {
        font-size: 16px !important;
    }

    .archive-section-main {
        display: block;
    }

    .archive-desc-main {
        width: 100%;
    }

    .archive-faq-main {
        width: 100%;
    }

    .blog-card {
        width: 100%;
    }

    .book-now-bottom button {
        width: 100%;
    }

    button.certif-arch-find-courses.for-mobile-only {
        display: block !important;
        width: 50%;
        margin: 25px auto;
        margin-bottom: 0;
    }
}

@media (max-width: 1290px) and (min-width: 1035px) {

    .tax-country .only-home-page .home-page-tabs-main,
    .tax-region .only-home-page .home-page-tabs-main,
    .tax-subregion .only-home-page .home-page-tabs-main {
        margin-top: -67px !important;
    }
}

@media (max-width: 1034px) and (min-width: 940px) {

    .tax-country .only-home-page .home-page-tabs-main,
    .tax-region .only-home-page .home-page-tabs-main,
    .tax-subregion .only-home-page .home-page-tabs-main {
        margin-top: -65px !important;
    }
}