/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 0.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.coupon-block .tab-content {
    display: none;
}

/* Show active tab content */
.coupon-block .tab-content.active {
    display: block !important;
}

/* ============================================
   TAB BUTTONS CONTAINER
   ============================================ */
.coupon-block .tabs-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

/* "Filter:" Label */
.coupon-block .tab-lable {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

/* Tabs Container */
.coupon-block .tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* ============================================
   TAB BUTTON STYLING (CUSTOMIZE HERE!)
   ============================================ */
.coupon-block .tab {
    /* Size & Spacing */
    padding: 12px 24px;
    
    /* Colors - Default State */
    background: #fff;
    color: #333;
    border: 2px solid #2762ea !important; /* Yellow border like your screenshot */
    
    /* Shape */
    border-radius: 8px;
    
    /* Text */
    font-size: 16px;
    font-weight: 600;
    
    /* Interaction */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Tab Hover State */
.coupon-block .tab:hover {
    background: #e4ecff !important; /* Light yellow on hover */
    border-color: #2762ea !important; /* Darker yellow border */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(251, 191, 36, 0.2);
}

/* Tab Active State (Currently Selected) */
.coupon-block .tab.active {
    background: #2663eb !important;
    color: #fff !important;
    border-color: #b3cbff !important;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

/* ============================================
   COUPON CODE REVEAL STYLING
   ============================================ */
.code-wrapper {
    position: relative;
}

/* Hidden Coupon Code */
.code-wrapper .code {
    display: none;
    padding: 12px 20px;
    background: #f0f9ff;
    border: 2px dashed #2563eb;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #1e40af;
    letter-spacing: 1px;
}

/* Show Code When Revealed */
.code-wrapper.show .code {
    display: block;
    animation: revealCode 0.3s ease;
}

/* "Show Code" Button */
.code-wrapper a {
    display: inline-block;
    padding: 12px 24px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.code-wrapper a:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Hide Button After Code is Revealed */
.code-wrapper.show a {
    display: none;
}
.product-box-wrapper .box-footer a {
    display: inline-block;
    background: #4ca33d !important;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    margin: 0 10px 15px 10px;
    border-radius: 60px;
    transition: .3s all;
    text-decoration: none;
}

.product-box-wrapper .box-footer a:first-child {
    background: #ff2c0a !important;
}

.product-box-wrapper .box-header {
    display: flex;
    justify-content: space-between;
    background: #f9e2ff;
    padding: 8px 20px;
    font-size: 20px;
    line-height: 36px;
    color: #444;
}
@keyframes revealCode {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hfs-container {
	
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    padding: 80px 0;
    overflow: hidden;
}

.hfs-header {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.hfs-title {
    font-size: 38px !important;
    font-weight: 700;
}

.hfs-subtitle {
    font-size: 15px;
}

.hfs-scroll-container {
    overflow: hidden;
}

.hfs-track {
    display: flex;
    gap: 20px;
    animation: scroll 40s linear infinite;
}

.hfs-card-wrapper {
    width: 320px;
    flex-shrink: 0;
}

.hfs-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
}

.hfs-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
}

.hfs-text {
    font-size: 13px;
    margin-bottom: 15px;
    color: #333;
}

.hfs-card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hfs-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.hfs-author-info h3{
    margin: 0 !important;
    font-size: 16px;
}

.hfs-author-info p {
    margin: 0;
    font-size: 15px;
    color: gray;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ========================================
   In-Post TOC Styling
   ======================================== */
.bp-post-toc-container {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0px 0px 30px 0px;
    padding: 0;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 120px !important;
    z-index: 99;
    align-self: start;
}

.bp-post-toc-container .bp-toc-header {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
    color: #1e293b;
    border-bottom: none;
    padding-bottom: 0;
}

.bp-toc-body {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
    scroll-behavior: smooth;
}

.bp-toc-body::-webkit-scrollbar {
    width: 5px;
}

.bp-toc-body::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 10px;
}

.bp-post-toc-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bp-post-toc-list li {
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
}

.bp-post-toc-list li.toc-level-3 {
    padding-left: 20px !important;
    font-size: 0.95em;
}

.bp-post-toc-list a {
    color: #475569 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    font-size: 14px;
    display: block !important;
    padding: 8px 10px !important;
    border-left: 3px solid transparent !important;
    border-radius: 1px !important;
}

f:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}

.bp-post-toc-list a.active {
    background: rgba(38, 99, 235, 0.08) !important;
    color: #2663EB !important;
    font-weight: 600 !important;
    border-left-color: #2663EB !important;
}

/* ========================================
   No TOC Utility
   ======================================== */

a {
    text-decoration: none !important;
}


.stik {
    position: sticky;
    top: 100px;
}

button,
.ast-button,
.wp-block-button__link {
    border-radius: 6px !important;
    box-shadow: none !important;
}

button:focus,
button:hover {
    box-shadow: none !important;
}

.hns-button {
    border-radius: 999px !important;
}

.ast-menu-toggle {
    border-style: none !important;
}

.ast-menu-toggle:focus,
.ast-menu-toggle:hover,
.ast-menu-toggle:focus-visible {
    border: none !important;
}

.main-header-menu .sub-menu {
    padding: 0;
}

.main-header-menu .sub-menu .menu-link:hover {
    background: #f5f7fb;
    color: #2563eb;
}

.main-header-menu .sub-menu .ast-icon {
    display: none;
}

.ast-mobile-popup-drawer {
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ast-mobile-popup-drawer::-webkit-scrollbar {
    display: none;
}

.ast-mobile-popup-drawer .menu-item a {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    padding: 12px 16px;
    display: block;
}

.ast-mobile-popup-drawer .menu-item a:hover {
    background: #f5f7ff;
    color: #2563eb;
}

.ast-mobile-popup-drawer .menu-item {
    border-bottom: 1px solid #eee;
}

.ast-mobile-popup-drawer .ast-close-toggle {
    background: #2563eb;
    color: #fff;
    border-radius: 6px;
}

.ast-desktop .ast-header-search .slide-search .search-form {
    border: 1px solid #ccc;
}

.ast-search-menu-icon .search-form {
    border: none !important;
}

.ast-search-menu-icon .search-form:focus {
    border: none !important;
}

.search-form svg {
    fill: #fff !important;
}

.search .site-main {
    padding: 40px 20px;
}

.search .ast-row {
    display: flex !important;
    flex-wrap: wrap;
    margin: -12px;
}

.search article {
    width: 33.33%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.search .post {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.search .post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.search .entry-content,
.search .entry-summary {
    padding: 15px;
}

.search .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 !important;
}

.search .entry-title a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

.search .entry-title a:hover {
    color: #2563eb;
}

.search .entry-meta {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
}

.search .page-header {
    padding: 40px 20px;
    text-align: center;
}

.search .page-title {
    font-size: 32px;
    font-weight: 700;
}

.search .page-numbers {
    background: white;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.search .page-numbers:hover {
    background: #2563eb;
}

.search .page-numbers.current {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.search-pagination .next {
    background: white;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.search-pagination .prev {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.current:hover {
    color: white !important;
}

.archive-pagination .current {
    background: #2663EB !important;
}

.archive .page-numbers {
    padding: 15px 15px !important;
    background: white !important;
}

.archive .page-numbers:hover {
    color: #000 !important;
}

.archive .page-numbers.current {
    padding: 15px 15px !important;
    background: #2663EB !important;
}

.uagb-toc__wrap {
    max-height: 80vh;
    overflow: hidden;
}

.uagb-toc__list-wrap {
    max-height: calc(80vh - 50px);
    overflow-y: auto;
    overflow: visible !important;
    scroll-behavior: smooth;
}

.page-template-default .entry-header {
    text-align: left;
}

.product-box-wrapper .box-body {
    border: 1px solid #ddd;
}

#close {
    top: 3.5rem !important;
}

.cat-links {
    display: none;
}

.ast-article-inner {
    border: 1px solid #dddddd;
}

.ast-blog-featured-section {
    margin-bottom: 1rem;
}

.entry-content>.wp-block-group {
    display: flex;
    flex-direction: column;
}

.entry-content>.wp-block-group h2 {
    margin: 20px !important;
}

svg g {
    fill: #4f4f4f !important;
}

#wpadminbar {
    z-index: 999999;
}

.custom-breadcrumbs,
.custom-breadcrumbs a {
    color: #ffffff !important;
    opacity: 1 !important;
}

.custom-breadcrumbs .hss-meta {
    color: #e5e7eb !important;
}

.custom-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.comment-list {
    display: block !important;
    margin-bottom: 30px;
}

.comment {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.comment-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-content {
    margin-top: 10px;
    line-height: 1.6;
}

.hss-meta {
    font-size: 14px;
    color: #6b7280;
    margin-top: 6px;
}

.hss-meta a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.hss-meta a:hover {
    text-decoration: underline;
}

.swiper-pagination,
.swiper-pagination-bullets,
.owl-dots,
.slick-dots,
.uagb-block-carousel .swiper-pagination,
.wp-block-uagb-slider .swiper-pagination,
.wp-block-uagb-slider .swiper-pagination-bullet {
    display: none !important;
}

#ast-scroll-top {
    background: #2563eb !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.wp-block-uagb-container,
.uagb-container,
.sidebar,
.wp-block-uagb-column,
.uagb-container-inner-blocks-wrap,
.uagb-block-column,
.uagb-section__wrap {
    overflow: visible !important;
}

.uagb-container-inner-blocks-wrap ol {
    margin-left: 0 !important;
}

.wp-block-uagb-column {
    display: flex;
    flex-direction: column;
}

.wp-block-uagb-column>* {
    align-self: stretch;
}

.ss-inline-share-wrapper,
.ss-inline-share-wrapper.ss-stretched-inline-content,
.ss-inline-share-wrapper .ss-inline-content,
.ss-inline-share-wrapper .ss-sm-all-icons.ss-with-spacing {
    margin: 0 !important;
    padding: 0 !important;
}

.ss-inline-share-wrapper.ss-stretched-inline-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ss-inline-share-wrapper .ss-sm-all-icons.ss-with-spacing {
    gap: 0 !important;
}

.author-box,
.post-author,
.about-author,
.author-info {
    display: none !important;
}

.author-social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}

.author-social-icons a {
    display: inline-flex;
    transition: transform 0.2s ease;
}

.author-social-icons a:hover {
    transform: translateY(-2px);
}

.author-social-icons img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 10%;
}



.author-social-links {
    display: flex;
    gap: 14px;
    align-items: center;
}

.author-social-links a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease;
}

.author-social-links a:hover {
    background: #e5e7eb;
}

.author-social-links svg {
    width: 18px;
    height: 18px;
    display: block;
}

.asl-linkedin svg {
    fill: #0A66C2;
}

.asl-x svg {
    fill: #000000;
}

.asl-facebook svg {
    fill: #1877F2;
}

.asl-instagram svg {
    fill: #E4405F;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 30px;
    animation: scroll 22s linear infinite;
}

.logo-track a {
    display: flex;
    align-items: center;
}

.logo-track img {
    height: 42px;
    width: auto;
    margin: 0 45px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: all 0.3s ease;
}

.logo-track img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.logo-slider::before,
.logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 140px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(to right,
            #ffffff 0%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0) 100%);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left,
            #ffffff 0%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0) 100%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.hfs-container {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.hfs-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.hfs-header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 0 1rem;
}

.hfs-title {

    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.hfs-subtitle {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
}

.hfs-scroll-container {
    position: relative;
    overflow: hidden;
}

.hfs-gradient-left,
.hfs-gradient-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8rem;
    z-index: 10;
    pointer-events: none;
}

.hfs-gradient-left {
    left: 0;
    background: linear-gradient(to right, #3b82f6, transparent);
}

.hfs-gradient-right {
    right: 0;
    background: linear-gradient(to left, #2563eb, transparent);
}

.hfs-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    animation: hfs-scroll 40s linear infinite;
}

.hfs-track:hover {
    animation-play-state: paused;
}

.hfs-card-wrapper {
    display: inline-block;
    width: 380px;
    margin: 0 1rem;
    flex-shrink: 0;
}

.hfs-card {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid #f3f4f6;
    height: 100%;
    display: flex;
    flex-direction: column;
    white-space: normal;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.hfs-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

.hfs-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
}

.hfs-stars {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.hfs-star {
    width: 1.25rem;
    height: 1.25rem;
    fill: #facc15;
    color: #facc15;
}

.hfs-quote {
    width: 2.5rem;
    height: 2.5rem;
    color: #d1d5db;
}

.hfs-text-content {
    flex: 1;
    margin-bottom: 1.5rem;
}

.hfs-text {
    color: #374151;
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 0.5rem;
}

.hfs-subtext {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.625;
}

.hfs-card-footer {
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hfs-avatar {

    border-radius: 9999px;
    object-fit: cover;

}

.hfs-author-info h3 {
    font-weight: 600;
    color: #111827;

    margin: 0;
    line-height: 1.25;
}

.hfs-author-info p {
    color: #6b7280;
	font-size:16px;
    margin: 0;
    line-height: 1.25;
}

@keyframes hfs-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.hns-container {
    position: relative;
    padding: 3rem 0;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    width: 100vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin: 0;
    box-sizing: border-box;
    color: #ffffff;
}

.hns-content-wrapper {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

.hns-heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.25;
    color: #fff;
}

.hns-italic {
    font-style: italic;
}

.hns-text {
    text-align: center;
    font-size: 1rem;
    color: #dbeafe;
    line-height: 1.625;
    max-width: 42rem;
    margin: 0 auto 2rem auto;
}

.hns-font-medium {
    font-weight: 500;
}

.hns-form {
    max-width: 36rem;
    margin: 0 auto 1.5rem auto;
}

.hns-input-group {
    background-color: #ffffff;
    border-radius: 9999px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hns-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border-radius: 9999px;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #374151;
    background: transparent;
}

.hns-input::placeholder {
    color: #9ca3af;
}

.hns-button {
    padding: 1rem 3rem;
    background-color: #16a34a;
    color: #ffffff;
    font-weight: 600;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.hns-button:hover {
    background-color: #15803d;
	color:white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.hns-social-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #dbeafe;
}

.hns-avatars-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hns-avatars {
    display: flex;
}

.hns-avatar-wrapper {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: 2px solid #ffffff;
    overflow: hidden;
    background-color: #e5e7eb;
    margin-left: -0.5rem;
}

.hns-avatar-wrapper:first-child {
    margin-left: 0;
}

.hns-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hns-stats p {
    margin: 0;
    line-height: 1.25;
}

.hns-stats-count {
    font-weight: 600;
    color: #ffffff;
}

.md-block {
    display: none;
}

.htoc-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    max-width: 800px;
    margin: 2rem 0;
    color: #4b5563;
}

.htoc-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.htoc-title-bar {
    width: 4px;
    height: 32px;
    background-color: #1d4ed8;
    border-radius: 9999px;
    margin-right: 1rem;
}

.htoc-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}

.htoc-list-container {
    position: relative;
    padding-left: 0;
}

.htoc-guide-line {
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e7eb;
}

.htoc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.htoc-item {
    position: relative;
    margin-bottom: 1rem;
}

.htoc-link {
    display: block;
    text-decoration: none;
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 2rem;
    transition: color 0.2s;
}

.htoc-link:hover {
    color: #1d4ed8;
}

.htoc-item.level-1>.htoc-link {
    font-weight: 500;
    color: #4b5563;
}

.htoc-sub-list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.htoc-sub-item {
    margin-bottom: 0.75rem;
    padding-left: 3.5rem;
}

.htoc-sub-link {
    text-decoration: none;
    color: #4b5563;
    font-size: 1rem;
    transition: all 0.2s;
    display: block;
    border-radius: 0.5rem;
    background-color: transparent;
    border-left: 4px solid transparent;
    padding: 0.5rem 0;
    margin-left: 0;
}

.htoc-sub-link:hover {
    color: #1d4ed8;
}

.htoc-sub-link.active,
.htoc-link.active {
    color: #1d4ed8 !important;
    font-weight: 700 !important;
    background-color: #eff6ff !important;
    padding: 1rem 1.5rem !important;
    border-left: 4px solid #1d4ed8 !important;
    margin-left: -1.75rem !important;
}

.htoc-link.active {
    margin-left: -1.25rem !important;
    padding-left: 1.5rem !important;
}

.hss-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.hss-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.hss-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0eaff;
    color: #2563eb;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.hss-badge svg {
    width: 16px;
    height: 16px;
}

.hss-title {
    font-size: 48px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px;
    line-height: 1.2;
}

.hss-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

.hss-marquee-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.hss-marquee-row {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 32px;
    padding: 10px 0;
}

.hss-marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: 32px;
    min-width: 100%;
}

.hss-row-1 .hss-marquee-content {
    animation: hss-scroll-left 40s linear infinite;
}

.hss-row-2 .hss-marquee-content {
    animation: hss-scroll-right 40s linear infinite;
}

.hss-marquee-row:hover .hss-marquee-content {
    animation-play-state: paused;
}

@keyframes hss-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 32px));
    }
}

@keyframes hss-scroll-right {
    from {
        transform: translateX(calc(-100% - 32px));
    }

    to {
        transform: translateX(0);
    }
}

.hss-card {
    width: 320px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 1px solid #f3f4f6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.hss-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.hss-card-image-wrap {
    position: relative;
    aspect-ratio: 16/9;
    background: #f3f4f6;
}

.hss-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hss-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hss-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hss-category {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
}

.hss-category svg {
    width: 14px;
    height: 14px;
}

.hss-author-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hss-author-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.hss-author-name {
    font-size: 12px;
    color: #4b5563;
    font-weight: 500;
}

.hss-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
    line-height: 1.4;
    flex: 1;
}

.hss-read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.hss-read-more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.hss-read-more:hover svg {
    transform: translateX(4px);
}

.hys-section {
    padding: 80px 0;
    background-color: #fafafa;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    overflow: hidden;
}

.hys-header {
    max-width: 1240px;
    margin: 0 auto 50px;
    padding: 0 20px;
    text-align: center;
}

.hys-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin: 0;
    letter-spacing: -0.02em;
}

.hys-marquee-container {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.hys-marquee-content {
    display: flex;
    gap: 32px;
    flex-shrink: 0;
    animation: hys-slide 40s linear infinite;
    padding: 20px;
}

.hys-marquee-container:hover .hys-marquee-content {
    animation-play-state: paused;
}

@keyframes hys-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 32px));
    }
}

.hys-card {
    width: 380px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.hys-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hys-thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
}

.hys-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hys-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 48px;
    background-color: #ff0000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.hys-play-btn::after {
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 2px;
}

.hys-card:hover .hys-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.hys-card-body {
    padding: 24px;
    flex: 1;
    text-align: left;
}

.hys-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-author-review-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    font-family: inherit;
    width: 100%;
}

.carb-column {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.carb-avatar img {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.carb-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.carb-label {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.5px;
}

.carb-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

a.carb-value:hover {
    color: #fff;
    text-decoration: underline;
}

.carb-column:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 30px;
}

@media (min-width: 600px) {

    .logo-slider::before,
    .logo-slider::after {
        box-shadow: none !important;
    }

    .related-posts {
        padding: 0 !important;
    }
}

@media (min-width: 768px) {
  

    .hns-heading {
        font-size: 2.25rem;
        color: #fff;
    }

    .hns-text {
        font-size: 1.125rem;
    }

    .hns-social-proof {
        flex-direction: row;
    }

    .md-block {
        display: block;
    }
}

@media (max-width: 991px) {
    .custom-author-review-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: flex-start;
    }

    .carb-column {
        width: 100%;
        justify-content: flex-start;
        padding: 0;
        border-bottom: none;
    }

    .carb-column:not(:last-child):after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .search article {
        width: 50%;
    }
}

@media (max-width: 768px) {
	
	  .coupon-block .tabs-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .coupon-block .tabs {
        width: 100%;
    }
    
    .coupon-block .tab {
        flex: 1;
        text-align: center;
        min-width: 100px;
    }
    .ast-mobile-popup-drawer {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ast-mobile-popup-drawer::-webkit-scrollbar {
        display: none;
    }

    .ast-mobile-popup-inner,
    .ast-builder-layout-element,
    .ast-header-html-1 {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }

    .ast-mobile-popup-drawer * {
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .search article {
        width: 100%;
    }

    .uagb-slider .swiper-slide::before,
    .uagb-slider .swiper-slide::after,
    .swiper-slide::before,
    .swiper-slide::after {
        opacity: 0.1 !important;
    }

    .uagb-slider .swiper-slide>div {
        background: rgba(0, 0, 0, 0.2) !important;
    }

    .hfs-wrapper {
        background: transparent !important;
    }

    .hfs-wrapper::before,
    .hfs-wrapper::after {
        display: none !important;
    }

    .hfs-wrapper * {
        background-image: none !important;
    }

    .wp-block-column,
    .wp-block-group,
    .wp-block-buttons {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .wp-block-button {
        width: 100% !important;
        text-align: center !important;
    }

    .wp-block-button__link {
        display: inline-block !important;
        margin: 0 auto !important;
    }

    .hss-read-more {
        display: inline-flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    #ast-scroll-top {
        display: none !important;
    }

    .hss-title {
        font-size: 32px;
    }

    .hss-subtitle {
        font-size: 16px;
    }

    .hss-card {
        width: 280px;
    }

    .hss-section {
        padding: 40px 0;
    }

    .hys-title {
        font-size: 32px;
    }

    .hys-card {
        width: 300px;
    }

    .hys-marquee-content {
        gap: 16px;
    }

    @keyframes hys-slide {
        to {
            transform: translateX(calc(-100% - 16px));
        }
    }
}

@media (max-width: 640px) {
    .hns-input-group {
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        gap: 1rem;
    }

    .hns-input {
        width: 100%;
        background-color: #ffffff;
        text-align: center;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .hns-button {
        width: 100%;
    }
}
.logo-slider {

    overflow: hidden;
    position: relative;
    padding: 10px 0;
    /* gives breathing room like image 2 */
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 30px;
    animation: scroll 7s linear infinite;
    /* slower = premium */
}

.logo-track a {

    display: flex;
    align-items: center;
}

/* MAIN FIX */
.logo-track img {
    height: 42px;
    /* bigger logos */
    width: auto;
    margin: 0 45px;
    /* more spacing */
    object-fit: contain;

    filter: grayscale(100%);
    opacity: 0.75;
    /* readable but muted */

    transition: all 0.3s ease;
}

/* Hover = brand clarity */
.logo-track img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* Softer fade edges */
.logo-slider::before,
.logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 140px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(to right,
            #ffffff 0%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0) 100%);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left,
            #ffffff 0%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0) 100%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* ==============================
   Newsletter Section
   ============================== */
/* Scoped styles for the Newsletter Section */

.hns-container {
    position: relative;
    padding: 3rem 0;
    /* py-20 */
    /* bg-gradient-to-br from-blue-600 to-blue-700 */
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    overflow: hidden;
    font-family: 'Inter', sans-serif;

    /* Breakout full width */
    width: 100vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin: 0;
    box-sizing: border-box;
    color: #ffffff;
}

.hns-content-wrapper {
    max-width: 56rem;
    /* max-w-4xl approx */
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

/* Typography */
.hns-heading {
    text-align: center;
    font-size: 1.5rem;
    /* text-2xl */
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.25;
    color: #fff;
}

@media (min-width: 768px) {
    .hns-heading {
        font-size: 2.25rem;
        /* md:text-3xl -> lg:text-4xl */
        color: #fff;
    }

}

.hns-italic {
    font-style: italic;
}

.hns-text {
    text-align: center;
    font-size: 1rem;
    color: #dbeafe;
    /* text-blue-100 */
    line-height: 1.625;
    max-width: 42rem;
    /* max-w-2xl */
    margin: 0 auto 2rem auto;
}

@media (min-width: 768px) {
    .hns-text {
        font-size: 1.125rem;
        /* md:text-lg */
    }
}

.hns-font-medium {
    font-weight: 500;
}

/* Form */
.hns-form {
    max-width: 36rem;
    /* max-w-xl */
    margin: 0 auto 1.5rem auto;
    /* mb-6 */
}

.hns-input-group {
    background-color: #ffffff;
    border-radius: 9999px;
    /* rounded-full */
    padding: 0.5rem;
    /* p-2 */
    display: flex;
    align-items: center;
    gap: 0.25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    /* shadow-lg */
}

.hns-input {
    flex: 1;
    padding: 1rem 1.5rem;
    /* px-6 py-4 */
    border-radius: 9999px;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #374151;
    /* text-gray-700 */
    background: transparent;
}

.hns-input::placeholder {
    color: #9ca3af;
    /* text-gray-400 */
}

.hns-button {
    padding: 1rem 3rem;
    /* px-12 py-4 */
    background-color: #16a34a;
    /* bg-green-600 */
    color: #ffffff;
    font-weight: 600;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.hns-button:hover {
    background-color: #15803d;
    /* hover:bg-green-700 */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive Form */
@media (max-width: 640px) {
    .hns-input-group {
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        gap: 1rem;
    }

    .hns-input {
        width: 100%;
        background-color: #ffffff;
        text-align: center;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .hns-button {
        width: 100%;
    }
}

/* Social Proof */
.hns-social-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    /* gap-6 */
    font-size: 0.875rem;
    /* text-sm */
    color: #dbeafe;
    /* text-blue-100 */
}

@media (min-width: 640px) {
    .hns-social-proof {
        flex-direction: row;
    }
}

.hns-avatars-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hns-avatars {
    display: flex;
}

.hns-avatar-wrapper {
    width: 2.25rem;
    /* w-9 */
    height: 2.25rem;
    /* h-9 */
    border-radius: 9999px;
    border: 2px solid #ffffff;
    overflow: hidden;
    background-color: #e5e7eb;
    /* bg-gray-200 */
    margin-left: -0.5rem;
    /* -space-x-2 */
}

.hns-avatar-wrapper:first-child {
    margin-left: 0;
}

.hns-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hns-stats p {
    margin: 0;
    line-height: 1.25;
}

.hns-stats-count {
    font-weight: 600;
    color: #ffffff;
}


/* ==============================
   Newsletter — .md-block helper
   ============================== */
.md-block {
    display: none;
}

@media (min-width: 768px) {
    .md-block {
        display: block;
    }
}


/* ==============================
   Showcase Section
   ============================== */
.hss-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.hss-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.hss-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0eaff;
    color: #2563eb;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.hss-badge svg {
    width: 16px;
    height: 16px;
}

.hss-title {
    font-size: 48px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px;
    line-height: 1.2;
}

.hss-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* Marquee Container */
.hss-marquee-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.hss-marquee-row {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 32px;
    padding: 10px 0;
}

.hss-marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: 32px;
    min-width: 100%;
}

/* Animation Rows */
.hss-row-1 .hss-marquee-content {
    animation: hss-scroll-left 40s linear infinite;
}

.hss-row-2 .hss-marquee-content {
    animation: hss-scroll-right 40s linear infinite;
}

.hss-marquee-row:hover .hss-marquee-content {
    animation-play-state: paused;
}

@keyframes hss-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 32px));
    }
}

@keyframes hss-scroll-right {
    from {
        transform: translateX(calc(-100% - 32px));
    }

    to {
        transform: translateX(0);
    }
}

/* Card Styling */
.hss-card {
    width: 320px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 1px solid #f3f4f6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.hss-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.hss-card-image-wrap {
    position: relative;
    aspect-ratio: 16/9;
    background: #f3f4f6;
}

.hss-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hss-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hss-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    width: 100%;
}

.hss-author-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.hss-category {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
}

.hss-category svg {
    width: 14px;
    height: 14px;
}

.hss-author-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.hss-author-name {
    font-size: 12px;
    color: #4b5563;
    font-weight: 500;
}

.hss-author-wrap:hover .hss-author-name {
    color: #2563eb;
}

.hss-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0px;
    line-height: 1.4;
    flex: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.hss-card-title:hover {
    color: #2563eb;
}

.hss-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.hss-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.hss-read-more {
    display: none !important;
}

.hss-read-more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.hss-read-more:hover svg {
    transform: translateX(4px);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hss-title {
        font-size: 32px;
    }

    .hss-subtitle {
        font-size: 16px;
    }

    .hss-card {
        width: 280px;
    }

    .hss-section {
        padding: 40px 0;
    }
}


/* ==============================
   Author Review Box
   ============================== */
.custom-author-review-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    font-family: inherit;
    width: 100%;
}

.carb-column {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

/* Avatar adjustments */
.carb-avatar img {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.carb-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.carb-label {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.5px;
}

.carb-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

a.carb-value:hover {
    color: #fff;
    text-decoration: underline;
}

/* Vertical Separator for Desktop */
.carb-column:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 30px;
}

/* Tablet & Mobile Responsiveness (<991px) */
@media (max-width: 991px) {
    .custom-author-review-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* 2 Columns Side-by-Side */
        gap: 20px;
        align-items: flex-start;
    }

    .carb-column {
        width: 100%;
        justify-content: flex-start;
        padding: 0;
        border-bottom: none;
    }

    /* Hide vertical separator on tablet/mobile */
    .carb-column:not(:last-child):after {
        display: none;
    }
}

/* Support for time tag container */
.carb-info time {
    display: flex;
    flex-direction: column;
}


/* ==============================
   Related Posts / Archive Cards
   ============================== */
body {
    overflow-x: hidden;
}

.related-posts {
    padding: 0px !important;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
}

/* Grid Container */
.archive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Card Styling */
.hss-card-archieve {
    width: 390px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 1px solid #f3f4f6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.hss-card-archieve:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.hss-card-archieve-image-wrap {
    position: relative;
    background: #f3f4f6;
}

.hss-card-archieve-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hss-card-archieve-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hss-card-archieve-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    width: 100%;
}

.hss-author-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.hss-author-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.hss-author-name {
    font-size: 12px;
    color: #4b5563;
    font-weight: 500;
}

.hss-author-wrap:hover .hss-author-name {
    color: #2563eb;
}

.hss-card-archieve-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.4;
    flex: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.hss-card-archieve-title:hover {
    color: #2563eb;
}

.hss-card-archieve-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.hss-card-archieve-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hss-card-archieve-info {
        margin-bottom: 7px;
    }

    .hss-card-archieve {
        width: 175px;
    }

    .hss-card-archieve-body {
        padding: 10px;
    }

    .hss-card-archieve-title {
        font-size: 14px !important;
        line-height: 1.3;
    }

    .archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .hss-card-archieve-info span {
        font-size: 8px !important;
    }

    .hss-author-img {
        width: 16px;
        height: 16px;
    }

    .hss-author-name {
        font-size: 9px;
    }
}


/* ==============================
   Comments Display
   ============================== */
.revamp-comments-wrapper {
    //         max-width: 800px;
    //         margin: 10px auto;
}

.revamp-comments-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
}

.revamp-comment {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f1;
    position: relative;
    transition: 0.3s;
}

.revamp-comment:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.revamp-comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.revamp-comment-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.revamp-comment-left img {
    border-radius: 50%;
}

.revamp-comment-author {
    font-weight: 600;
    font-size: 14px;
}

.revamp-comment-date {
    font-size: 12px;
    color: #6c757d;
}

.revamp-comment-text {
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
    margin-top: 6px;
}

.revamp-reply-btn {
    margin-top: 8px;
}

.revamp-reply-btn a {
    font-size: 13px;
    color: #0d6efd;
    text-decoration: none;
}

.revamp-reply-btn a:hover {
    text-decoration: underline;
}


/* ==============================
   Comment Form
   ============================== */
.hitesh-comment-form-wrapper {}

.hitesh-comment-form {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f1;
}

.hitesh-form-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
}

.hitesh-form-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 24px;
}

.hitesh-form-group {
    margin-bottom: 16px;
}

.hitesh-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.hitesh-form-input,
.hitesh-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    color: #495057;
    background: #fff;
    transition: 0.3s;
    box-sizing: border-box;
}

.hitesh-form-input:focus,
.hitesh-form-textarea:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.hitesh-form-textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

.hitesh-form-input::placeholder,
.hitesh-form-textarea::placeholder {
    color: #adb5bd;
}

.hitesh-submit-btn {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 16px;
}

.hitesh-submit-btn:hover {
    background: #0b5ed7;
    transform: translateY(-1px);
}

.hitesh-form-notice {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
}

.hitesh-form-notice a {
    color: #0d6efd;
    text-decoration: none;
}

.hitesh-form-notice a:hover {
    text-decoration: underline;
}

.hitesh-form-success {
    background: #d1edff;
    color: #0c63e4;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.hitesh-form-error {
    background: #f8d7da;
    color: #721c24;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .hitesh-form-row {
        grid-template-columns: 1fr;
    }
}


/* ==============================
   Archives Page
   ============================== */
* {
    box-sizing: border-box;
}

.bp-archives-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

/* Hero Section */
.bp-archives-hero {
    background: #2663EB;
    padding: 60px 30px;
    margin-bottom: 50px;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 10px 40px rgba(38, 133, 253, 0.2);
}

.bp-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.bp-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
    color: #fff;
}

.bp-hero-subtitle {
    font-size: 18px;
    opacity: 0.95;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.bp-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.bp-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-stat-number {
    font-size: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.bp-stat-label {
    font-size: 14px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Layout */
.bp-archives-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    padding: 0 30px 60px;
}

/* Sidebar */
.bp-archives-sidebar {
    position: relative;
}

.bp-sidebar-sticky {
    position: sticky;
    top: 100px;
}

.bp-sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f5f5f5;
}

.bp-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bp-sidebar-title svg {
    color: #2685FD;
    width: 18px;
    height: 18px;
}

.bp-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bp-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.bp-nav-link:hover {
    background: #2685FD;
    color: #fff;
    transform: translateX(3px);
}

.bp-nav-link:hover svg {
    color: #fff;
}

.bp-nav-link svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.bp-popular-cats {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bp-popular-cat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    transition: all 0.2s ease;
}

.bp-popular-cat-item:hover {
    background: #2685FD;
    color: #fff;
}

.bp-popular-cat-item:hover .bp-cat-name {
    color: #fff;
}

.bp-cat-badge {
    background: #2685FD;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.bp-popular-cat-item:hover .bp-cat-badge {
    background: #fff;
    color: #2685FD;
}

.bp-recent-years {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bp-year-badge {
    padding: 6px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.bp-year-badge:hover {
    background: #2685FD;
    color: #fff;
    transform: translateY(-1px);
}

/* Main Content */
.bp-archives-main {
    min-width: 0;
}

.bp-archive-section {
    margin-bottom: 60px;
}

.bp-section-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.bp-section-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #2685FD, #1a6dd4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

.bp-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.bp-section-desc {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Year Grid */
.bp-year-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.bp-year-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    padding: 25px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bp-year-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2685FD, #1a6dd4);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.bp-year-card:hover {
    border-color: #2685FD;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 102, 167, 0.15);
}

.bp-year-card:hover::before {
    transform: scaleX(1);
}

.bp-year-number {
    font-size: 28px;
    font-weight: 800;
    color: #2685FD;
    line-height: 1;
}

.bp-year-info {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.bp-year-count {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.bp-year-label {
    font-size: 14px;
    color: #666;
}

.bp-card-arrow {
    margin-left: auto;
    color: #2685FD;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.bp-year-card:hover .bp-card-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Month Grid */
.bp-month-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
}

.bp-month-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.bp-month-card svg {
    color: #2685FD;
    flex-shrink: 0;
}

.bp-month-card:hover {
    background: #2685FD;
    color: #fff;
    border-color: #2685FD;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(16, 102, 167, 0.2);
}

.bp-month-card:hover svg {
    color: #fff;
}

/* Category Grid */
.bp-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

.bp-category-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px;
    text-decoration: none;
}

.bp-category-card:hover {
    border-color: #2685FD;
    box-shadow: 0 10px 30px rgba(38, 133, 253, 0.15);
    transform: translateY(-3px);
}

.bp-cat-icon {
    width: 50px;
    height: 50px;
    background: #2685FD;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bp-category-card:hover .bp-cat-icon {
    background: #1a6dd4;
    transform: scale(1.05);
}

.bp-cat-info {
    flex: 1;
}

.bp-cat-name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 5px 0;
    transition: color 0.3s ease;
}

.bp-category-card:hover .bp-cat-name {
    color: #2685FD;
}

.bp-cat-count {
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

.bp-category-card:hover .bp-cat-count {
    color: #888;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Responsive */
@media (max-width: 1024px) {
    .bp-archives-layout {
        grid-template-columns: 1fr;
    }

    .bp-archives-sidebar {
        order: 2;
    }

    .bp-archives-main {
        order: 1;
    }

    .bp-sidebar-sticky {
        position: static;
    }

    .bp-sidebar-widget {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 15px;
        vertical-align: top;
    }
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .bp-archives-layout {
        grid-template-columns: 250px 1fr;
        gap: 30px;
    }

    .bp-year-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 1024px) {
    .bp-archives-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bp-archives-sidebar {
        order: 2;
    }

    .bp-archives-main {
        order: 1;
    }

    .bp-sidebar-sticky {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .bp-sidebar-widget {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .bp-archives-hero {
        padding: 40px 20px;
        border-radius: 0 0 20px 20px;
        margin-bottom: 30px;
    }

    .bp-hero-title {
        font-size: 32px;
    }

    .bp-hero-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .bp-hero-stats {
        gap: 25px;
    }

    .bp-stat-number {
        font-size: 28px;
    }

    .bp-stat-label {
        font-size: 12px;
    }

    .bp-archives-layout {
        padding: 0 20px 40px;
        gap: 30px;
    }

    .bp-sidebar-sticky {
        grid-template-columns: 1fr;
    }

    .bp-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .bp-section-icon {
        width: 45px;
        height: 45px;
    }

    .bp-section-title {
        font-size: 24px;
    }

    .bp-section-desc {
        font-size: 13px;
    }

    .bp-year-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }

    .bp-year-card {
        padding: 20px;
    }

    .bp-year-number {
        font-size: 26px;
    }

    .bp-year-count {
        font-size: 20px;
    }

    .bp-month-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .bp-month-card {
        padding: 14px 18px;
    }

    .bp-category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bp-category-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .bp-hero-title {
        font-size: 26px;
    }

    .bp-hero-subtitle {
        font-size: 14px;
    }

    .bp-hero-stats {
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
    }

    .bp-stat-item {
        flex: 1;
    }

    .bp-stat-number {
        font-size: 24px;
    }

    .bp-stat-label {
        font-size: 10px;
    }

    .bp-archives-layout {
        padding: 0 15px 30px;
    }

    .bp-section-title {
        font-size: 20px;
    }

    .bp-year-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .bp-month-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bp-month-card {
        padding: 12px 15px;
        font-size: 13px;
    }

    .bp-month-card svg {
        width: 16px;
        height: 16px;
    }

    .bp-year-card {
        padding: 18px;
    }

    .bp-year-number {
        font-size: 22px;
    }

    .bp-year-count {
        font-size: 18px;
    }

    .bp-year-label {
        font-size: 12px;
    }
}


/* ==============================
   Blog Grid
   ============================== */
body {
    overflow-x: hidden;
}

.blog-grid-section {
    padding: 40px 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    box-sizing: border-box;
}

/* Grid Container */
.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Card Styling - Same as archive */
.hss-card-blog {
    width: 360px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 1px solid #f3f4f6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.hss-card-blog:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.hss-card-blog-image-wrap {
    position: relative;
    background: #f3f4f6;
}

.hss-card-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hss-card-blog-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hss-card-blog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    width: 100%;
}

.hss-author-wrap-blog {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.hss-author-img-blog {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.hss-author-name-blog {
    font-size: 12px;
    color: #4b5563;
    font-weight: 500;
}

.hss-author-wrap-blog:hover .hss-author-name-blog {
    color: #2563eb;
}

.hss-card-blog-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.4;
    flex: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.hss-card-blog-title:hover {
    color: #2563eb;
}

.hss-card-blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.hss-card-blog-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Pagination */
.blog-grid-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 60px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.blog-grid-pagination a,
.blog-grid-pagination span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-grid-pagination a:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.blog-grid-pagination .current {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.blog-grid-pagination .dots {
    border: none;
    background: transparent;
    box-shadow: none;
    color: #9ca3af;
    font-weight: 700;
}

.blog-grid-pagination .prev,
.blog-grid-pagination .next {
    width: auto;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .blog-grid-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hss-card-blog-info {
        margin-bottom: 7px;
    }

    .blog-grid-section {
        padding: 26px 0;
    }

    .hss-card-blog {
        width: 175px;
    }

    .hss-card-blog-body {
        padding: 10px;
    }

    .hss-card-blog-title {
        font-size: 14px !important;
    }

    .blog-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 12px;
    }

    .hss-card-blog {
        border-radius: 12px;
    }

    .hss-card-blog-body {
        padding: 16px;
    }

    .hss-card-blog-title {
        font-size: 14px;
        line-height: 1.3;
        margin: 0;
    }

    .hss-card-blog-info span {
        font-size: 8px !important;
    }

    .hss-author-img-blog {
        width: 16px;
        height: 16px;
    }

    .hss-author-name-blog {
        font-size: 9px;
    }

    .hss-card-blog-info {
        margin-bottom: 12px;
    }

    .hss-card-blog-info span {
        font-size: 10px !important;
    }
}

@media (max-width: 480px) {
    .blog-grid-container {
        gap: 10px;
        padding: 0 10px;
    }

    .hss-card-blog-body {
        padding: 14px;
    }

    .hss-card-blog-title {
        font-size: 13px;
    }

    .hss-author-name-blog {
        font-size: 10px;
    }

    .hss-card-blog-info span {
        font-size: 9px !important;
    }
}





/*  old one*/
.hns-input-group input,
.site-header {
    box-shadow: none !important
}

.col-3,
.col-4,
.col-6 {
    box-sizing: border-box;
    float: left
}

.headline-cta .stars,
.review-box .box-content .left-block .stars,
.stars,
.top-recommendation .products .card .rating {
    --percent: calc(var(--rating) / 5 * 100%)
}

html {
    -webkit-font-smoothing: auto
}

.hns-input-group input {
    border: 0 !important
}

.form-submit input {
    color: #fff !important;
    background: #2663eb !important;
    border-radius: 6px !important;
    padding: 15px 20px !important
}

.custom-breadcrumbs a,
.custom-breadcrumbs span {
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.current:hover,
.custom-breadcrumbs a:hover {
    color: #ff6936;
    cursor: pointer
}

#custom-post .cons .wp-block-group__inner-container,
#custom-post .content-box ul,
#custom-post .features .wp-block-group__inner-container,
#custom-post .pros .wp-block-group__inner-container,
.ast-page-builder-template .comment-respond,
.border-box .wp-block-group__inner-container,
.entry-content .cons .wp-block-group__inner-container,
.entry-content .features .wp-block-group__inner-container,
.entry-content .pros .wp-block-group__inner-container,
.note-box .wp-block-group__inner-container,
.post-template-custom-post-design .related-posts,
.related-posts {
    padding: 0
}

.note-box {
    border-radius: 10px
}

.note-box p {
    margin-bottom: 0;
    font-size: 16px !important
}

#comments .comment-metadata,
#ss-floating-bar.ss-left-sidebar,
.archive .inside-article .entry-summary,
.archive .inside-article footer,
.article-filter .cat-dropdown-m,
.article-filter .cat-filter .item .icon .light,
.article-filter .cat-filter .item.active .icon .dark,
.article-filter .more-button,
.article-filter .tab-content,
.blog .inside-article .entry-summary,
.blog .inside-article footer,
.hidden-inputs,
.latest .wrapper .right-block .more,
.map-box .map-content li:before,
.popular .headline h2:after,
.popular .wrapper .right-block .more,
.post-template-related-links .content-area .site-main .related-links,
.post-template-toc-sidebar .content-area .site-main #toc_container,
.recommends .site-container .headline .right a,
.search .inside-article .entry-summary,
.search .inside-article footer,
.series ul li:before,
.site-footer footer,
.srfm-error-wrap,
.t-box br {
    display: none
}

a:active,
a:focus,
a:hover,
a:link,
a:visited {
    outline: 0 !important
}

.stik {
    position: sticky !important;
    top: 80px !important
}

.z-1,
.z-2,
.z-3,
.z-4 {
    position: sticky
}

.z-1 {
    top: 0;
    z-index: 1
}

.z-2 {
    top: 0;
    z-index: 9
}

.z-3 {
    top: 0;
    z-index: 20
}

.z-4 {
    top: 0;
    z-index: 29
}

.wp-block-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block
}

.wp-block-table table {
    width: 100%;
    min-width: 600px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    font-size: 14px;
    color: #111827;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    border-radius: 8px;
    overflow: hidden
}

.wp-block-table table thead th {
    text-align: center;
    font-weight: 500;
    padding: 12px 16px;
    background: #2563eb;
    color: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 1
}

.wp-block-table table:not(:has(thead)) tbody tr:first-child td {
    background: #2563eb;
    color: #fff;
    font-weight: 500;
    padding: 12px 16px;
    border: none
}

.wp-block-table table td {
    padding: 8px 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center
}

.wp-block-table table tbody tr:hover {
    background: #f3f4f6;
    transition: background .2s
}

.wp-block-table.is-style-stripes {
    border-bottom: none
}

.tablepress thead th {
    background: #2663eb
}

.entry-content>.wp-block-group {
    background: #2f5ce514 !important;
    border-radius: 10px !important;
    border: 2px solid #2f5ce5;
    padding: 20px;
    color: #0a0418 !important
}

.related-posts p {
    margin-bottom: 0 !important
}

.archive-tags,
.ss-inline-share-wrapper {
    margin: 0 !important
}

.col-3,
.col-6,
.t-container>.t-icon img {
    margin-right: 12px
}

#read-post-btn {
    font-size: 9px;
    padding: 7px 10px;
    border-radius: 20px;
    color: #fff !important
}

@media (max-width:768px) {
    .mobile-left-btn {
        display: flex !important;
        justify-content: flex-start !important;
        text-align: left !important
    }
}

.hero .site-container {
    display: flex;
    grid-gap: 50px;
    justify-content: space-between;
    padding-bottom: 30px
}

.bonus-widget .product-img,
.hero .site-container .left-block,
.recommends .site-container .headline .left {
    flex: 0 0 30%
}

.hero .site-container .right-block {
    flex: 1;
    width: 100%;
    min-width: 0;
    overflow: hidden
}

.hero .site-container .right-block h1 {
    margin: 0;
    font-size: 38px;
    line-height: 52px;
    font-weight: 800;
    text-transform: uppercase;
    color: #133753
}

.hero .site-container .right-block .form {
    margin-top: 40px
}

.author-box .right-block .social-links .right,
.hero .site-container .right-block .form .form-container,
.products .site-container .wrapper #courses.active,
.products .site-container .wrapper #ebooks.active,
.single .entry-header .entry-meta .author .avatar {
    display: flex
}

.hero .site-container .right-block .form .form-container input[type=email] {
    flex: 0 0 55%;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 16px;
    width: 100%
}

.hero .site-container .right-block .form .form-container input[type=submit] {
    background: #1066a7;
    font-size: 18px;
    padding: 16px 30px;
    font-weight: 500;
    border-radius: 5px
}

.about .site-container .left-block .social-links .right .group-link:hover,
.coupon-block .coupon .cta a:hover,
.hero .site-container .right-block .form .form-container input[type=submit]:hover,
.main-navigation .btn:hover,
.product-table .pricing .cta:hover,
.products .site-container .wrapper #courses .product a:hover,
.products .site-container .wrapper #ebooks .product a:hover,
.recommends .site-container .headline a:hover {
    opacity: .9
}

#custom-post .toc-container,
.hero .site-container .right-block .featured-in {
    margin-top: 40px;
    text-align: center
}

.hero .site-container .right-block .featured-in span {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1066a7
}

.hero .site-container .right-block .featured-in span:before {
    content: "";
    max-width: 40%;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e6e6e6;
    top: 17px;
    left: 0
}

.hero .site-container .right-block .featured-in span:after {
    content: "";
    max-width: 40%;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e6e6e6;
    top: 17px;
    right: 0
}

.hero .site-container .right-block .featured-in .featured-container {
    margin-top: 25px
}

.hero .site-container .right-block .featured-in .featured-container .logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.hero .site-container .right-block .featured-in .featured-container .logo img {
    display: none;
    height: 30px;
    object-fit: contain;
    margin-bottom: 20px
}

#content .slick-list {
    margin: 0 -20px
}

#content .slick-track {
    margin-left: initial;
    margin-right: initial;
    display: flex
}

#content .slick-slide {
    margin: 0 20px;
    height: initial
}

.bg-white,
.latest,
.popular {
    background: #fff
}

.author-box .right-block .social-links .right a,
.latest .headline,
.popular .headline,
.testimonial-box,
.top-recommendation .products .card {
    display: flex;
    align-items: center
}

.latest .headline h2:after,
.popular .headline h2:after {
    content: "/";
    margin: 0 20px;
    color: #efefef;
    font-size: 28px;
    font-weight: 300
}

.latest .headline .more,
.popular .headline .more {
    color: #1066a7;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #1066a7;
    border-radius: 5px;
    padding: 4px 20px;
    text-align: center
}

.latest .headline .more:hover,
.map-box .map-content li a:hover,
.popular .headline .more:hover,
.series .headline a:hover,
.site-footer .links li a:hover,
.site-footer .menu li a:hover,
.site-footer .wp-block-latest-posts li a:hover {
    text-decoration: underline
}

.about .site-container .left-block .social-links .right .group-link .arrow,
.latest .headline .more .arrow,
.popular .headline .more .arrow {
    position: relative;
    top: -2px;
    left: 3px
}

.latest .wrapper,
.popular .wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.latest .wrapper img,
.popular .wrapper img,
.social-links.shortcode a {
    transition: .3s
}

.archive .inside-article:hover img,
.blog .inside-article:hover img,
.latest .wrapper .post:hover img,
.popular .wrapper .post:hover img,
.search .inside-article:hover img,
.trending .wrapper .post:hover img {
    opacity: .85
}

.latest .wrapper .left-block,
.popular .wrapper .left-block {
    flex: 0 0 45%
}

.latest .wrapper .left-block .post img,
.popular .wrapper .left-block .post img {
    border-radius: 5px;
    margin-bottom: 12px
}

.latest .wrapper .left-block .post h3,
.popular .wrapper .left-block .post h3 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0
}

.archive .inside-article .entry-title a,
.blog .inside-article .entry-title a,
.latest .wrapper .left-block .post h3 a,
.latest .wrapper .right-block .post .right h3 a,
.popular .wrapper .left-block .post h3 a,
.popular .wrapper .right-block .post .right h3 a,
.search .inside-article .entry-title a {
    display: block;
    color: #222
}

.archive .inside-article .entry-title a:hover,
.article-filter .tab-content .posts .post .content .title a:hover,
.blog .inside-article .entry-title a:hover,
.latest .wrapper .left-block .post h3 a:hover,
.latest .wrapper .right-block .post .right h3 a:hover,
.popular .wrapper .left-block .post h3 a:hover,
.popular .wrapper .right-block .post .right h3 a:hover,
.post-template-related-links .content-area .related-links ul li a:hover,
.related-posts .wrapper .post:hover .post-title,
.search .inside-article .entry-title a:hover {
    color: #1066a7
}

.latest .wrapper .left-block .post .date,
.popular .wrapper .left-block .post .date {
    font-size: 14px;
    color: #696969
}

.about .site-container .left-block,
.latest .wrapper .right-block,
.popular .wrapper .right-block {
    flex: 0 0 50%
}

.latest .wrapper .right-block .post,
.popular .wrapper .right-block .post {
    display: flex;
    margin-bottom: 25px
}

.latest .wrapper .right-block .post .left,
.popular .wrapper .right-block .post .left {
    flex: 0 0 142px;
    margin-right: 20px
}

.latest .wrapper .right-block .post .left img,
.popular .wrapper .right-block .post .left img {
    border-radius: 5px
}

.about .site-container .left-block .social-links .right,
.article-filter .right-block,
.author-box .right-block,
.latest .wrapper .right-block .post .right,
.popular .wrapper .right-block .post .right,
.site-footer .footer-area .site-container .social-links .right,
.top-recommendation .products .card .cta {
    flex: 1
}

.latest .wrapper .right-block .post .right h3,
.popular .wrapper .right-block .post .right h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: -4px;
    margin-bottom: -5px
}

.article-filter .tab-content .posts .post .content .date,
.latest .wrapper .right-block .post .right .date,
.popular .wrapper .right-block .post .right .date {
    font-size: 13px;
    color: #696969
}

.about,
.explore,
.related-posts .wrapper .post:hover {
    background: #f7fbfc
}

.about .site-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about .site-container .left-block h2,
.page-template-default .wp-block-image img,
.page-template-full-width .wp-block-image img,
.single .entry-content .wp-block-image {
    margin-bottom: 30px
}

.about .site-container .left-block p,
.recommends .site-container .headline p {
    font-size: 17px
}

.about .site-container .left-block p a {
    color: #1247dc;
    text-decoration: underline
}

.about .site-container .left-block .social-links {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.about .site-container .left-block .social-links .left {
    flex: 0 0 255px
}

.about .site-container .left-block .social-links .left a,
.site-footer .footer-area .site-container .social-links .left a {
    display: inline-block;
    transition: .3s
}

.about .site-container .left-block .social-links .left a:not(:last-child),
.site-footer .footer-area .site-container .social-links .left a:not(:last-child) {
    margin-right: 10px
}

.about .site-container .left-block .social-links .left a:hover,
.site-footer .footer-area .site-container .social-links .left a:hover,
.social-links.shortcode a:hover {
    transform: translateY(-2px)
}

.about .site-container .left-block .social-links .right .group-link {
    display: inline-block;
    background: #1066a7;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    top: -7px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #1066a7
}

.about .site-container .right-block {
    flex: 0 0 44%
}

.explore .site-container,
.products .site-container .headline,
.recommends .site-container .headline,
.review-box .box-content .right-block .parameters {
    display: flex;
    justify-content: space-between
}

.explore .site-container .left-block {
    flex: 0 0 22%
}

.article-filter .cat-filter .item.active .icon .light,
.ebook-bundle a img,
.explore .site-container .left-block img,
.outside-india,
.untoggle-wrap {
    display: block
}

.explore .site-container .right-block {
    flex: 0 0 69%
}

.explore .site-container .right-block .wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.explore .site-container .right-block .wrapper .card {
    flex: 0 0 31%;
    display: block;
    background: #1066a7;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    transition: .3s ease-in-out
}

.explore .site-container .right-block .wrapper .card:hover {
    transform: translateY(-3px);
    box-shadow: none
}

.explore .site-container .right-block .wrapper .card img,
.product-table .pricing .label,
.site-footer .footer-area .site-container .footer-logo,
.site-footer .footer-area.widget .disclaimer,
.two-products .wrapper .box .head {
    margin-bottom: 10px
}

.explore .site-container .right-block .wrapper .card h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0
}

.products .site-container .headline h2 {
    flex: 0 0 37%
}

.products .site-container .headline p {
    font-size: 17px;
    flex: 0 0 57%
}

.products .site-container .toggle {
    display: flex;
    justify-content: space-between;
    border: 1px solid #c3e5ff;
    border-radius: 5px;
    max-width: 260px;
    margin: 40px auto 0;
    padding: 10px
}

.products .site-container .toggle button {
    flex: 0 0 48%;
    background: 0 0;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    border: 1px solid #c3e5ff;
    border-radius: 5px;
    padding: 6px
}

.products .site-container .toggle button:hover {
    border: 1px solid #c3e5ff
}

.products .site-container .toggle button.active {
    background: #c3e5ff
}

.products .site-container .wrapper {
    background: #f7fbfc;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 70px 20px;
    margin-top: 60px
}

@media(max-width:767px) {
    .hero .site-container {
        align-items: center;
        flex-direction: column;
        grid-gap: 0px
    }

    .explore .site-container .right-block,
    .hero .site-container .left-block {
        flex: 1
    }

    .hero .site-container .left-block img {
        width: 200px;
        margin-bottom: 15px
    }

    .hero .site-container .right-block h1 {
        text-align: center;
        font-size: 25px;
        line-height: 33px
    }

    .hero .site-container .right-block .form {
        margin-top: 20px
    }

    .hero .site-container .right-block .featured-in {
        margin-top: 25px
    }

    .hero .site-container .right-block .featured-in span:after,
    .hero .site-container .right-block .featured-in span:before {
        max-width: 30%
    }

    .hero .site-container .right-block .featured-in .featured-container .logo {
        padding: 5px
    }

    #content .slick-list {
        margin: 0 -15px
    }

    #content .slick-slide {
        margin: 0 15px
    }

    .latest .headline h2:after,
    .popular .headline h2:after {
        font-size: 24px
    }

    .latest .headline .more,
    .popular .headline .more {
        font-size: 13px
    }

    .latest .wrapper,
    .popular .wrapper {
        flex-direction: column;
        margin-top: 25px
    }

    .latest .wrapper .left-block,
    .popular .wrapper .left-block {
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
        margin-bottom: 30px
    }

    .latest .wrapper .left-block .post h3,
    .popular .wrapper .left-block .post h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 5px
    }

    .latest .wrapper .right-block .post .right h3,
    .popular .wrapper .right-block .post .right h3 {
        font-size: 15px;
        line-height: 23px
    }

    .about .site-container {
        flex-direction: column-reverse
    }

    .about .site-container .right-block,
    .products .site-container .headline h2 {
        margin-bottom: 20px
    }

    .about .site-container .right-block img {
        width: 100%;
        border-radius: 5px
    }

    .explore .site-container {
        flex-direction: column;
        align-items: stretch
    }

    .explore .site-container .left-block {
        display: none
    }

    .explore .site-container .right-block .wrapper .card h3 {
        font-size: 17px;
        line-height: 27px
    }

    .products .site-container .headline,
    .recommends .site-container .headline {
        flex-direction: column
    }

    .products .site-container .toggle {
        margin-top: 5px
    }

    .products .site-container .wrapper {
        padding: 30px;
        margin-top: 40px
    }
}

.products .site-container .wrapper #courses,
.products .site-container .wrapper #ebooks {
    max-width: 874px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: none
}

.products .site-container .wrapper #courses .product,
.products .site-container .wrapper #ebooks .product {
    flex: 0 0 30%;
    text-align: center
}

#custom-post .content-box .alignright,
.products .site-container .wrapper #courses .product img,
.products .site-container .wrapper #ebooks .product img,
.site-footer .footer-about.widget .widget-title {
    margin-bottom: 20px
}

.products .site-container .wrapper #courses .product a,
.products .site-container .wrapper #ebooks .product a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background: #1066a7;
    border: 1px solid #f5f6f6;
    padding: 12px 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0
}

.post-template-toc-sidebar .content-area .sidebar .toc-content .active,
.products .site-container .wrapper .active {
    background: 0 0
}

.recommends .site-container {
    padding-top: 0
}

.recommends .site-container .headline .right {
    flex: 0 0 63%
}

.recommends .site-container .headline a {
    display: inline-block;
    background: #1066a7;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #f5f6f6;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0
}

.recommends .site-container .headline a .arrow,
.site-footer .footer-area .site-container .social-links .right .group-link .arrow {
    position: relative;
    top: -1px;
    left: 3px
}

.recommends .site-container .wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.recommends .site-container .wrapper .tool {
    flex: 0 0 23%;
    display: flex;
    flex-direction: column;
    border: 1px solid #edebeb;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    transition: .3s ease-in-out
}

@media(max-width:767px) {
    .recommends .site-container .headline .left {
        margin-bottom: 20px
    }

    .recommends .site-container .headline .right a {
        display: inline-block;
        margin-top: 0
    }

    .recommends .site-container .headline a {
        display: none
    }

    .recommends .site-container .wrapper {
        margin-top: 50px;
        flex-wrap: wrap
    }

    .recommends .site-container .wrapper .tool {
        flex: 0 0 48%;
        padding: 20px;
        margin-bottom: 4%
    }
}

.recommends .site-container .wrapper .tool:hover {
    transform: translatey(-3px);
    box-shadow: rgba(50, 50, 93, .18) 0 50px 100px -20px, rgba(0, 0, 0, .2) 0 30px 60px -30px
}

.recommends .site-container .wrapper .tool:hover strong {
    color: #1066a7 !important
}

.recommends .site-container .wrapper .tool img {
    margin: 0 auto
}

.recommends .site-container .wrapper .tool hr {
    background-color: #edebeb;
    margin-top: 20px;
    margin-bottom: 20px
}

.recommends .site-container .wrapper .tool .info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center
}

.recommends .site-container .wrapper .tool .info strong {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px
}

.recommends .site-container .wrapper .tool .info p {
    flex-grow: 1;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    margin-bottom: 25px
}

.recommends .site-container .wrapper .tool .info button {
    background: #1066a7;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 5px
}

.archive .site-container,
.blog .site-container,
.search .site-container {
    padding-top: 50px;
    padding-bottom: 0
}

.archive .site-container h1,
.blog .site-container h1,
.search .site-container h1 {
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
    text-align: center
}

.archive .site-main,
.blog .site-main,
.search .site-main {
    padding: 0 30px 30px;
    margin: 0
}

.archive .site-main .page-header,
.blog .site-main .page-header,
.search .site-main .page-header {
    padding: 50px 0 20px;
    text-align: center
}

.archive .site-main .no-results .entry-title,
.archive .site-main .page-header h1,
.blog .site-main .no-results .entry-title,
.blog .site-main .page-header h1,
.search .site-main .no-results .entry-title,
.search .site-main .page-header h1,
.search-no-results .site-content .entry-title {
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.archive .site-main .no-results,
.blog .site-main .no-results,
.search .site-main .no-results {
    text-align: center;
    padding: 30px 0
}

.archive .site-main .no-results .inside-article,
.blog .site-main .no-results .inside-article,
.search .site-main .no-results .inside-article {
    box-shadow: none
}

.archive .site-main .no-results .entry-header,
.blog .site-main .no-results .entry-header,
.search .site-main .no-results .entry-header {
    padding: 20px 0 0
}

.archive article,
.blog article,
.coupon-block .coupon:not(:last-child),
.search article {
    margin-bottom: 35px
}

.archive .inside-article .post-image,
.blog .inside-article .post-image,
.search .inside-article .post-image,
.showcase .body ul li {
    margin-bottom: 15px !important
}

.archive .inside-article,
.blog .inside-article,
.search .inside-article {
    padding: 0;
    margin: 0 8px;
    box-shadow: rgba(99, 99, 99, .1) 0 2px 8px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.archive .inside-article .post-image img,
.blog .inside-article .post-image img,
.search .inside-article .post-image img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: .3s
}

.archive .inside-article .entry-header,
.blog .inside-article .entry-header,
.search .inside-article .entry-header {
    padding: 0 30px 30px
}

.archive .inside-article .entry-title,
.blog .inside-article .entry-title,
.search .inside-article .entry-title {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    text-align: center
}

.archive .inside-article .entry-meta,
.blog .inside-article .entry-meta,
.search .inside-article .entry-meta {
    font-size: 13px;
    color: #696969;
    text-align: center
}

#custom-page .header,
.archive .nav-links,
.blog .nav-links,
.coupon-block .coupon .code-wrapper.show,
.page-template-archive .entry-header,
.page-template-default .entry-header,
.search .nav-links,
.search-no-results .site-content .entry-content,
.series .image,
.toc-title {
    text-align: center
}

.archive .page-numbers,
.blog .page-numbers,
.search .page-numbers {
    display: inline-block;
    font-size: 16px;
    background: #dff3f6;
    padding: 0 15px !important;
    border-radius: 4px !important;
    margin-bottom: 10px
}

.archive .page-numbers.current,
.blog .page-numbers.current,
.search .page-numbers.current {
    background: #1066a7;
    color: #fff;
    font-weight: 400
}

.archive .page-numbers:hover,
.bg-primary,
.blog .page-numbers:hover,
.headline-cta a:hover,
.search .page-numbers:hover,
.site-footer {
    background: #1066a7
}

.archive a.page-numbers,
.blog a.page-numbers,
.search a.page-numbers {
    color: #222;
    text-decoration: none
}

#custom-post .bg-flamingo h3,
.archive a.page-numbers:hover,
.bg-1 .post-heading,
.bg-1 h3,
.bg-1 h4,
.bg-1 ol li,
.bg-1 p,
.bg-1 ul li,
.bg-2 .post-heading,
.bg-2 h3,
.bg-2 h4,
.bg-2 ol li,
.bg-2 p,
.bg-2 ul li,
.bg-3 .post-heading,
.bg-3 h3,
.bg-3 h4,
.bg-3 ol li,
.bg-3 p,
.bg-3 ul li,
.blog a.page-numbers:hover,
.post-template-custom-post-design #custom-post .content-box h1.post-title,
.search a.page-numbers:hover,
.series .col-2 .sub-heading,
.series .headline a,
.site-footer .footer-area,
.site-footer .footer-area .site-container .credit a {
    color: #fff
}

.archive .page-numbers.dots,
.blog .page-numbers.dots,
.search .page-numbers.dots {
    background: #efefef !important;
    color: #222
}

.search-no-results .site-content {
    margin-top: 40px;
    margin-bottom: 30px
}

.search-no-results .site-content .entry-header {
    padding: 0 !important;
    margin-top: -20px
}

.author .page-header {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.author .page-header .avatar,
.author-box .left-block img,
.single .entry-header .entry-meta .author .avatar img {
    border-radius: 50%
}

.author .page-header .page-title {
    justify-content: center
}

.author .page-header .author-info {
    max-width: 750px;
    margin: 0 auto
}

.archive-tags li {
    display: inline-block;
    background: 0 0 !important;
    padding-left: 0 !important
}

.archive-tags li a {
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    background: #f3f3f3
}

.archive-tags li a:hover {
    background: #1066a7;
    color: #fff;
    text-decoration: none
}

.page-template-archive .site-main,
.page-template-default .site-main,
.single .site-main {
    margin-top: 10px
}

.single .entry-header {
    position: relative
}

.single .inside-article {
    padding: 40px 40px 10px
}

.single .inside-article .breadcrumbs ol {
    list-style: none;
    margin: 0 0 10px
}

.single .inside-article .breadcrumbs ol li {
    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.single .inside-article .breadcrumbs ol li a {
    color: #666;
    text-decoration: none
}

.single .inside-article .breadcrumbs ol li:first-child:after {
    content: "›";
    font-size: 17px;
    margin-left: 8px;
    margin-right: 8px;
    color: #666
}

.page-template-archive #page.grid-container,
.page-template-default #page.grid-container,
.single #page.grid-container {
    max-width: 964px
}

.single .entry-header .entry-meta {
    margin-top: 25px;
    color: #546e7a;
    font-size: 14px;
    font-weight: 300
}

.single .entry-header .entry-meta .divider {
    padding: 0 8px
}

.single .entry-header .entry-meta .top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 35px;
    grid-row-gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef
}

.single .entry-header .entry-meta .bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 10px
}

.single .entry-header .entry-meta .author {
    display: flex;
    align-items: center;
    grid-gap: 12px
}

.bonus-widget .form .flex-form,
.single .entry-header .entry-meta .author .info {
    display: flex;
    flex-direction: column
}

.single .entry-header .entry-meta .why-trust {
    background-color: #f8f8f8;
    padding: 10px 17px;
    border-radius: 20px;
    color: #263238;
    cursor: pointer;
    font-weight: 500;
    line-height: 23px
}

.single .entry-header .entry-meta .why-trust span {
    display: block;
    background: url("/wp-content/themes/bloggerspassion/assets/img/trust-check.svg") 0 0/24px 24px no-repeat;
    padding-left: 30px
}

.single .entry-header .entry-meta .cat-links,
.single .entry-header .entry-meta .comments a,
.single .entry-header .entry-meta .date {
    display: block;
    background-image: url("/wp-content/themes/bloggerspassion/assets/img/icon-clock.svg");
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: 20px 20px;
    padding-left: 27px
}

.single .entry-header .entry-meta .cat-links {
    background-image: url("/wp-content/themes/bloggerspassion/assets/img/icon-tag.svg")
}

.single .entry-header .entry-meta .comments a {
    background-image: url("/wp-content/themes/bloggerspassion/assets/img/icon-comment.svg")
}

.single .entry-header .entry-meta a,
.single .entry-header .entry-meta time span {
    color: #263238;
    font-weight: 500;
    text-decoration: none
}

.single .entry-content p a {
    font-weight: 400
}

.single .entry-content .wp-block-image img {
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.page-template-default.full-width-content #page.grid-container,
.single.full-width-content #page.grid-container {
    max-width: 100%
}

@media(min-width:971px) {
    .post-template-default .inside-article {
        border-radius: 10px;
        padding: 40px 40px 10;
        background: #fff;
        box-shadow: rgba(0, 0, 0, .04) 0 4px 12px
    }
}

.post-template-minimal .site-header {
    position: initial
}

.post-template-minimal .site-header .inside-header {
    position: initial;
    justify-content: center
}

.post-template-minimal #ss-floating-bar {
    display: none !important
}

#review .review-title,
.page-template-archive .entry-content p a,
.page-template-default .entry-content p a,
.t-bold {
    font-weight: 600
}

#custom-post .toc-container h4 {
    font-size: 20px !important;
    font-weight: 400;
    color: #000;
    margin-top: -30px;
    margin-bottom: 20px
}

#comments .comment-metadata a,
#custom-post .toc-container a,
.related-posts a,
.t-box a,
.team-block .card .links a {
    text-decoration: none
}

#custom-post .post-info {
    font-size: 15px;
    color: #eee
}

#custom-post .post-info a {
    color: #eee !important
}

#custom-post .action-btn a,
#custom-post .bg-atoll ol,
#custom-post .bg-atoll p,
#custom-post .bg-atoll ul li,
#custom-post .bg-atoll ul li:before,
#custom-post .bg-big-stone p,
#custom-post .bg-big-stone ul li,
#custom-post .bg-big-stone ul li:before,
#custom-post .bg-bigstone ol,
#custom-post .bg-flamingo ol,
#custom-post .bg-flamingo p,
#custom-post .bg-flamingo ul li,
#custom-post .bg-flamingo ul li:before,
#custom-post .bg-honey-flower ol,
#custom-post .bg-honey-flower p,
#custom-post .bg-honey-flower ul li,
#custom-post .bg-honey-flower ul li:before,
#custom-post .bg-royal-health ol,
#custom-post .bg-royal-health p,
#custom-post .bg-royal-health ul li,
#custom-post .bg-royal-health ul li:before,
#custom-post .bg-section-1 ol,
#custom-post .bg-section-1 p,
#custom-post .bg-section-1 ul li,
#custom-post .bg-section-1 ul li:before,
#custom-post .bg-section-2 ol,
#custom-post .bg-section-2 p,
#custom-post .bg-section-2 ul li,
#custom-post .bg-section-2 ul li:before,
#custom-post .bg-section-3 ol,
#custom-post .bg-section-3 p,
#custom-post .bg-section-3 ul li,
#custom-post .bg-section-3 ul li:before,
#custom-post .bg-section-4 ol,
#custom-post .bg-section-4 p,
#custom-post .bg-section-4 ul li,
#custom-post .bg-section-4 ul li:before,
#custom-post .bg-section-5 ol,
#custom-post .bg-section-5 p,
#custom-post .bg-section-5 ul li,
#custom-post .bg-section-5 ul li:before,
#custom-post .bg-section-6 ol,
#custom-post .bg-section-6 p,
#custom-post .bg-section-6 ul li,
#custom-post .bg-section-6 ul li:before,
#custom-post .bg-tory-blue ol,
#custom-post .bg-tory-blue p,
#custom-post .bg-tory-blue ul li,
#custom-post .bg-tory-blue ul li:before,
#custom-post .bg-venice-blue ol,
#custom-post .bg-venice-blue p,
#custom-post .bg-venice-blue ul li,
#custom-post .bg-venice-blue ul li:before,
.bg-primary p {
    color: #fff !important
}

.toc-links a,
a.toc-untoggle {
    color: #222 !important;
    text-decoration: none
}

.col-6 {
    width: 48%
}

.col-4 {
    width: 25%
}

.col-3 {
    width: 32%
}

#custom-post .toc-container:after {
    content: "";
    display: table;
    clear: both
}

#custom-post .container {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden
}

#custom-post .bg-1 a,
#custom-post .bg-2 a,
#custom-post .bg-3 a,
#custom-post .bg-atoll a,
#custom-post .bg-big-stone a,
#custom-post .bg-flamingo a,
#custom-post .bg-honey-flower a,
#custom-post .bg-royal-health a,
#custom-post .bg-section-1 a,
#custom-post .bg-section-2 a,
#custom-post .bg-section-3 a,
#custom-post .bg-section-4 a,
#custom-post .bg-section-5 a,
#custom-post .bg-section-6 a,
#custom-post .bg-venice-blue a,
#custom-post .dark-section a {
    color: #fff;
    text-decoration: underline
}

#custom-post .content-box,
.content-box {
    max-width: 1000px;
    margin: 0 auto
}

#custom-post h2,
#custom-post h3,
#custom-post h4 {
    text-transform: capitalize
}

#custom-post .content-box h1.post-title {
    font-size: 34px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin: 0
}

#custom-post .content-box h1.post-title strong,
#custom-post .content-box h2.post-heading strong {
    display: block;
    font-weight: 300;
    font-size: 32px;
    text-transform: capitalize
}

#custom-post .content-box h2.post-heading {
    color: #fff;
    font-size: 32px;
    line-height: 54px;
    text-align: center;
    text-transform: capitalize;
    margin: 0
}

#custom-post .content-box h3.post-subheading {
    color: #fff;
    font-size: 30px;
    text-transform: none;
    line-height: 48px;
    text-align: center;
    margin: 0
}

#custom-post .content-box h3.post-subheading strong {
    display: block;
    font-weight: 300;
    font-size: 30px;
    text-transform: capitalize
}

#custom-post .content-box h4 {
    font-size: 26px;
    line-height: 38px
}

#custom-post .content-box hr {
    border: .5px solid #b5b5b5 !important;
    margin-bottom: 40px
}

#custom-post .content-box .entry-content,
.article-filter .cat-filter .item:first-child,
.bonus-widget .form .flex-form .g-recaptcha {
    margin-top: 0
}

#custom-post .content-box p {
    line-height: 35px
}

#custom-post .bg-gray ol,
#custom-post .bg-white ol {
    color: #222
}

#custom-post .bg-white a {
    color: #1247dc
}

#custom-post .bg-gray {
    background: #f2f2f2
}

#custom-post .bg-honey-flower {
    background: #8a4ca5;
    color: #fff !important
}

#custom-post .bg-tory-blue {
    background: #126fa6;
    color: #fff !important
}

#custom-post .bg-tory-blue a {
    color: #edff00;
    text-decoration: underline;
    font-weight: 700
}

#custom-post .bg-royal-health {
    background: #984980;
    color: #fff !important
}

#custom-post .bg-atoll {
    background: #0a6f75;
    color: #fff !important
}

#custom-post .bg-big-stone {
    background: #4f6579;
    color: #fff !important
}

#custom-post .bg-flamingo {
    background: #008674;
    color: #fff !important
}

#custom-post .bg-venice-blue {
    background: #1a73b1;
    color: #fff !important
}

#custom-post .bg-section-1 {
    background: #bf4f5c;
    color: #fff !important
}

#custom-post .bg-section-2 {
    background: #5870a2;
    color: #fff !important
}

#custom-post .bg-section-3 {
    background: #47849d;
    color: #fff !important
}

#custom-post .bg-section-4 {
    background: #a04d4d;
    color: #fff !important
}

#custom-post .bg-section-5 {
    background: #128a5f;
    color: #fff !important
}

#custom-post .bg-section-6 {
    background: #251e4f;
    color: #fff !important
}

#custom-post .bg-1 {
    background: #a04d4d
}

#custom-post .bg-2 {
    background: #47849d
}

#custom-post .bg-3 {
    background: #187755
}

#custom-post .bg-4 {
    background: #dfeaff
}

.mb-50 {
    margin-bottom: 50px
}

.toc-toggle,
a.toc-untoggle {
    background-color: #fafafa;
    font-size: 18px;
    padding: 10px 14px;
    margin-bottom: 4px
}

#custom-post .sub-head {
    display: inline-block;
    padding: 3px 40px 3px 20px;
    margin-bottom: 20px;
    background: #fff;
    color: #222;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

#custom-post .sub-head h4 {
    font-size: 20px !important;
    line-height: 32px !important;
    margin: 5px 0
}

#custom-post .bg-white .inner-heading {
    background: #3c526d;
    border-radius: 4px;
    border-left: 8px solid #f5a52a
}

#custom-post .bg-white .inner-heading h3,
#custom-post .bg-white .inner-heading h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 15px;
    color: #fff
}

#custom-post #review {
    margin-top: 20px
}

#custom-post .review-wrapper {
    background: #fff;
    color: #555
}

#custom-post .review-desc p,
#custom-post .review-title,
#custom-post .reviewed-item p {
    color: #555 !important
}

#custom-post .review-links a {
    text-decoration: none !important
}

#custom-post .review-result-wrapper {
    color: #999
}

#custom-post .review-result {
    color: #f3993e
}

#custom-post .post-info {
    width: 100%;
    margin: -15px 0 0
}

.toc-toggle {
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #dedede;
    transition: .4s
}

a.toc-untoggle {
    display: block;
    border-radius: 5px;
    border: 1px solid #dedede
}
/* 
.active,
.t-container:hover,
.toc-toggle:hover,
.toc-untoggle:hover {
    background-color: #f1f1f1
} */

.showcase .body .btn-wrap a:hover,
.showcase .head {
    background: #667c98
}

.toc-toggle:after {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    float: right;
    margin-left: 5px;
    transition: .3s
}

.toc-active:after {
    transform: rotate(-180deg)
}

.toc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.toc-panel p {
    margin: 6px 0
}

p.toc-links {
    padding: 4px 14px;
    border: 1px solid #ddd;
    border-radius: 5px text-decoration
}

.toc-links a {
    font-weight: 400 !important
}

.quick-info a,
.t-medium {
    font-weight: 500
}

.t-box {
    display: flow-root;
    margin-bottom: 20px
}

.styled-quote p,
.t-box p,
.text-box-sky p,
.text-box-white p,
.toolbox h3,
p.styled-quote p {
    margin: 0
}

.t-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fafafa;
    color: #2a2a2a;
    font-size: 17px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-bottom: 8px;
    transition: .3s
}

.action-btn a,
.toolbox {
    transition: .3s ease-in-out
}

.t-container a {
    display: block;
    text-decoration: none;
    color: #2a2a2a !important;
    padding: 10px
}

.t-container>.t-img img {
    display: block;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid #ddd
}

.t-container>.t-icon {
    position: relative;
    top: 4px
}

@media screen and (max-width:946px) {
    .col-6 {
        box-sizing: border-box;
        float: none;
        width: 100%;
        margin-right: 0
    }

    .t-container {
        font-size: 16px
    }
}

.quick-info {
    background: #d5e9ec;
    border: 2px solid #b5d0d4;
    padding: 25px;
    margin-bottom: 30px
}

.quick-info a {
    color: #e4040e;
    font-size: 20px;
    text-decoration: underline
}

.showcase {
    margin: 40px auto;
    width: 85%
}

.showcase .head {
    display: inline-block;
    color: #fff;
    padding: 10px 30px 10px 10px;
    border-top-right-radius: 150px;
    border-top-left-radius: 20px
}

.showcase .body {
    background: #efefef;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px;
    box-shadow: 8px 8px 0 0 rgba(255, 0, 0, .2784313725)
}

.showcase .body .show-img {
    float: left;
    margin: 7% 55px 15% 15px
}

.showcase .body .show-img img {
    border-radius: 50%;
    border: 5px solid #fff
}

.showcase .body ul {
    list-style: disclosure-closed !important;
    padding-left: 20px !important;
    margin: 0 0 40px !important
}

.showcase .body ul li {
    background: 0 0 !important;
    padding-left: 5px !important
}

.showcase .body ul li:before {
    color: rgba(249, 98, 98, .7882352941)
}

.showcase .body .btn-wrap {
    text-align: right;
    margin-bottom: 10px
}

.showcase .body .btn-wrap a {
    background: rgba(255, 23, 23, .6509803922);
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .5px;
    border-radius: 5px;
    transition: .3s
}

@media(max-width:1000px) {

    #custom-post .content-box,
    .content-box {
        width: 90%
    }

    .showcase {
        margin: 40px auto;
        width: 97%
    }
}

@media screen and (max-width:650px) {
    .showcase .body {
        padding: 20px;
        box-shadow: 8px 8px 0 0 rgba(255, 0, 0, .2784313725)
    }

    .showcase .body .show-img {
        float: none;
        text-align: center;
        margin: 20px
    }

    .showcase .head {
        display: inline-block;
        background: #667c98;
        color: #fff;
        padding: 10px 30px 10px 10px;
        border-top-right-radius: 150px;
        border-top-left-radius: 20px
    }

    .showcase .body .btn-wrap {
        text-align: center;
        margin-bottom: 20px
    }

    .showcase .body ul {
        padding: 0
    }
}

.post-template-custom-post-design .ss-inline-share-wrapper,
.space-60 {
    padding: 30px 0
}

.post-template-custom-post-design .author-box {
    margin-right: 0;
    margin-left: 0
}

.post-template-custom-post-design #comments {
    padding: 50px 0
}

#custom-page img {
    max-width: 100%;
    height: auto
}

#custom-page p a {
    color: #00468d;
    text-decoration: none
}

#custom-page hr {
    border: .5px solid #e0e0e0;
    margin: 0
}

.h-full {
    height: 100vh
}

.t-center {
    text-align: center !important
}

.t-white {
    color: #fafafa !important
}

.t-black {
    color: #333
}

.t-primary {
    color: #004677
}

.t-shadow-primary {
    text-shadow: 5px 5px #004677
}

.t-shadow-gray {
    text-shadow: 5px 5px #ebebeb
}

.t-shadow-white {
    text-shadow: 5px 5px #f5f5f5
}

.bg-gray {
    background: #f3f3f3
}

.bg-pink {
    background: #fff8ec;
    border: 1px solid #f3eadb
}

.bg-pattern-1,
.bg-pattern-2,
.bg-pattern-3 {
    background-size: auto
}

.border-white {
    border: 1px solid #eee
}

.border-primary {
    border: 2px solid #085387
}

.bg-pattern-1 {
    background-image: url(/wp-content/uploads/2020/02/bg-1.jpg);
    background-position: center;
    background-repeat: repeat
}

.bg-pattern-2 {
    background-image: url(/wp-content/uploads/2020/02/bg-2.jpg);
    background-repeat: repeat-x;
    background-position: bottom
}

.bg-pattern-3 {
    background-image: url(/wp-content/uploads/2020/02/bg-3.jpg);
    background-position: center;
    background-repeat: repeat
}

.bg-fixed {
    background-attachment: fixed
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

#review .review-links,
.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.space-50 {
    padding: 25px 0
}

.space-80 {
    padding: 40px 0
}

.box-shadow {
    box-shadow: 0 3px 5px 2px #e0e0e0
}

#custom-page .header img {
    margin-top: 30px
}

.page-container {
    max-width: 1100px;
    margin: 0 auto
}

.page-content {
    padding: 50px
}

.list,
.list-2,
.page-content p {
    font-size: 19px;
    line-height: 32px;
    letter-spacing: .5px;
    margin: 36px 0
}

.list ul li {
    list-style-image: url(/wp-content/uploads/2020/02/right.svg)
}

.list-2 ul li {
    list-style-image: url(/wp-content/uploads/2020/02/right-white.svg)
}

.bg-gray p,
.bg-white p {
    color: #222 !important
}

.list ul li p,
.list-2 ul li p {
    margin: 15px 0 15px 12px;
    position: relative;
    top: -2px
}

h1.page-heading,
h2.page-heading {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    margin: 0;
    text-transform: uppercase
}

div.page-subheading {
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    margin: 0 auto
}

.big-cta-button a,
.cta-button a {
    background: #4e9f3f;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-decoration: none
}

.cta-button a {
    font-size: 24px;
    line-height: 32px;
    padding: 20px 40px
}

.big-cta-button a {
    font-size: 30px;
    line-height: 38px;
    padding: 20px 60px
}

.big-cta-button a:hover,
.cta-button a:hover {
    background: #3d8e2e
}

.base-price {
    text-decoration: line-through;
    font-size: 36px;
    font-weight: 500;
    color: #e80707;
    margin-right: 20px
}

.offer-price {
    font-size: 40px;
    font-weight: 600;
    color: #4e9f3f
}

.testimonial-box .person {
    float: left;
    text-align: center;
    width: 20%;
    margin-right: 10px
}

.testimonial-box .person .person-img img {
    border-radius: 100%
}

.testimonial-box .person .person-name {
    font-size: 20px;
    font-weight: 500
}

.main-navigation .icon-search,
.testimonial-box .person .person-bio {
    font-size: 16px
}

.testimonial-box .testimonial {
    float: left;
    width: 70%;
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 1rem;
    box-shadow: 0 .125rem .5rem rgba(51, 51, 51, .26), 0 .0625rem .125rem rgba(189, 189, 189, .2)
}

.testimonial-box .testimonial p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #444 !important
}

.text-box-sky {
    padding: 40px;
    background: #f0f5ff;
    border: 1px solid #d3dff7
}

.text-box-white {
    padding: 40px;
    background: #fff;
    border: 4px dashed #07a71b
}

#custom-page sup {
    font-size: 16px;
    font-weight: 500
}

.outside-india a {
    color: #1000ff;
    font-weight: 500;
    text-decoration: none
}

.toolbox {
    font-family: Poppins, sans-serif
}

.toolbox:hover {
    transform: translateY(-5px)
}

.toolbox .tool-body {
    width: 470px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto
}

.toolbox .tool-body .tool-left {
    width: 32%;
    float: left
}

.toolbox .tool-body .tool-right {
    width: 68%;
    float: left
}

.toolbox .tool-body .tool-left .content {
    padding: 15px 0 15px 15px
}

.toolbox .tool-body .tool-right .content {
    padding: 15px
}

.toolbox .tool-body .content .rating {
    font-size: 22px;
    text-align: center;
    margin-top: 15px
}

.toolbox .tool-body .content .rating-text {
    font-size: 16px;
    text-align: center;
    margin-top: 5px
}

.toolbox .tool-body .content .tool-cta a {
    display: inline-block;
    background: #02af4d;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    margin-top: 20px;
    border-radius: 4px;
    transition: .3s
}

.toolbox .tool-body .content .tool-cta a:hover {
    background: #009842
}

.toolbox .tool-body .content .tool-title {
    font-size: 22px;
    color: #444
}

.toolbox .tool-body .content p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
    margin: 12px 0
}

.toolbox .tool-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 470px;
    background: #dfdfdf;
    color: #444;
    font-size: 18px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto
}

@media(max-width:768px) {
    #custom-page .header img {
        width: 200px
    }

    .h-full {
        height: 95vh
    }

    .page-container {
        max-width: 100%
    }

    .page-content {
        padding: 20px 25px
    }

    .list,
    .page-content p {
        font-size: 17px;
        line-height: 28px
    }

    h1.page-heading,
    h2.page-heading {
        font-size: 28px;
        line-height: 36px
    }

    div.page-subheading {
        font-size: 20px;
        line-height: 30px;
        width: 100% !important;
        margin: 0 auto
    }

    .t-shadow-primary {
        text-shadow: 3px 3px #004677
    }

    .t-shadow-gray {
        text-shadow: 3px 3px #ebebeb
    }

    .t-shadow-white {
        text-shadow: 3px 3px #f5f5f5
    }

    .flex-col-1 .ebook,
    .secure-payment,
    .testimonial-box .testimonial p {
        text-align: center
    }

    .ebook img,
    .secure-payment img {
        width: 300px
    }

    .big-cta-button a,
    .cta-button a {
        display: inline-block;
        background: #4e9f3f;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        text-decoration: none;
        text-align: center;
        padding: 16px 30px;
        margin-bottom: 20px;
        border-radius: 10px
    }

    .base-price {
        font-size: 30px;
        margin-right: 10px
    }

    .offer-price {
        font-size: 34px
    }

    .testimonial-box {
        display: block
    }

    .testimonial-box .person {
        float: none;
        text-align: center;
        width: 100%;
        margin-right: 0
    }

    .testimonial-box .testimonial {
        float: none;
        width: auto;
        margin-top: 30px;
        position: relative;
        background-color: #fff;
        padding: 40px;
        border-radius: 1rem;
        box-shadow: 0 .125rem .5rem rgba(51, 51, 51, .26), 0 .0625rem .125rem rgba(189, 189, 189, .2)
    }

    .testimonial-box .testimonial:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: 100%;
        left: 50%;
        border: .75rem solid transparent;
        border-top: none;
        border-bottom-color: #fff;
        filter: drop-shadow(0 -.0625rem .0625rem rgba(0, 0, 0, .1))
    }

    .m-none {
        display: none
    }

    .toolbox .tool-body {
        width: 100%;
        margin-top: 50px
    }

    .toolbox .tool-foot {
        width: 100%;
        font-size: 14px
    }
}

@media(min-width:350px) {
    .toolbox .tool-body {
        height: 440px
    }
}

@media(min-width:450px) {
    .toolbox .tool-body {
        height: 350px
    }
}

@media(min-width:650px) {
    .toolbox .tool-body {
        height: 300px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    #custom-page .header img {
        width: 300px
    }

    .page-container {
        width: 90%
    }

    .page-content {
        padding: 20px
    }

    h1.page-heading,
    h2.page-heading {
        font-size: 36px;
        line-height: 44px
    }

    div.page-subheading {
        font-size: 26px;
        line-height: 34px;
        width: 100% !important;
        margin: 0 auto
    }

    .t-shadow-primary {
        text-shadow: 4px 4px #004677
    }

    .t-shadow-gray {
        text-shadow: 4px 4px #ebebeb
    }

    .t-shadow-white {
        text-shadow: 4px 4px #f5f5f5
    }

    .flex-col-1 .ebook {
        text-align: center
    }

    .testimonial-box .testimonial {
        width: 65%
    }

    .toolbox .tool-body {
        width: 100%;
        margin-top: 50px
    }

    .toolbox .tool-foot {
        width: 100%
    }
}

@media(min-width:1025px) {
    .flex-container {
        display: flex;
        justify-content: space-evenly;
        align-items: center
    }

    .flex-col-1 {
        margin-right: 10px
    }
}

@media(min-width:769px) {
    .testimonial-box .testimonial:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 100%;
        top: 5em;
        border: .75rem solid transparent;
        border-left: none;
        border-right-color: #fff;
        filter: drop-shadow(0 -.0625rem .0625rem rgba(0, 0, 0, .1))
    }

    .p-none {
        display: none
    }

    .toolbox .tool-body {
        height: 322px
    }
}

.clr {
    clear: both
}

.entry-content .glossary-links {
    position: sticky;
    top: 75px;
    background: #1066a7;
    padding: 15px 20px 7px;
    border-radius: 5px;
    margin-bottom: 35px;
    z-index: 100
}

.entry-content .glossary-links ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    overflow: scroll hidden;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.entry-content .glossary-links ul::-webkit-scrollbar {
    height: 2px;
    border-radius: 10px
}

.entry-content .glossary-links ul::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px
}

.entry-content .glossary-links ul::-webkit-scrollbar-thumb:hover {
    background: #888
}

.entry-content .glossary-links ul li {
    background: 0 0;
    padding-left: 0;
    margin-bottom: 0
}

.entry-content .glossary-links ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 8px
}

.entry-content .glossary-links ul li a:hover,
.entry-content .glossary-links ul li.active a {
    color: #fff50f
}

.section-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    scroll-margin-top: 90px
}

.section-head .section-title,
.section-head strong {
    flex: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 59px;
    font-weight: 700;
    color: #1066a7
}

.section-head .section-title:after,
.section-head strong:after {
    content: "";
    flex: 1;
    border-top: 3px solid #1066a7;
    margin-left: 18px
}

.post-template-related-links #page.grid-container,
.post-template-related-links .inside-header.grid-container,
.post-template-toc-sidebar #page.grid-container,
.post-template-toc-sidebar .inside-header.grid-container {
    max-width: 1300px
}

.post-template-related-links .content-area,
.post-template-toc-sidebar .content-area {
    display: grid;
    grid-gap: 0px;
    grid-template-areas: "sidebar main";
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr);
    margin-bottom: 70px
}

.post-template-related-links .content-area .sidebar {
    grid-area: sidebar;
    height: 100vh;
    overflow: auto;
    position: sticky;
    top: -20px;
    padding: 40px
}

.post-template-related-links .content-area .related-links {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .12) 0 1px 4px
}

.post-template-related-links .content-area .related-links:not(:last-child) {
    margin-bottom: 25px
}

.post-template-related-links .content-area .related-links .title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px
}

.post-template-related-links .content-area .related-links .title:after,
.post-template-toc-sidebar .content-area .sidebar .toc-content .widget-title:after {
    content: "";
    display: block;
    width: 30%;
    border-bottom: 2px solid #1066a7;
    margin-top: 5px
}

.post-template-related-links .content-area .related-links ul {
    list-style-type: none;
    margin: 0
}

.post-template-related-links .content-area .related-links ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}

.post-template-related-links .content-area .related-links ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    text-decoration: none;
    color: #333
}

.post-template-related-links .content-area .related-links ul li span {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    text-decoration: none;
    color: #777
}

.post-template-related-links .content-area .site-main,
.post-template-toc-sidebar .content-area .site-main {
    grid-area: main;
    margin: 0
}

.post-template-related-links #comments,
.post-template-toc-sidebar #comments {
    padding: 40px
}

.post-template-toc-sidebar .content-area .sidebar {
    grid-area: sidebar;
    height: 100vh;
    overflow: auto;
    position: sticky;
    top: -20px;
    padding: 40px 20px 40px 40px
}

@media(max-width:1050px) {
    .post-template-related-links .content-area {
        display: flex;
        flex-direction: column-reverse
    }

    .post-template-related-links .content-area .sidebar {
        display: none;
        position: relative;
        height: auto
    }

    .post-template-related-links .content-area .site-main .related-links {
        display: block;
        margin: 40px
    }

    .post-template-toc-sidebar .content-area {
        display: flex;
        flex-direction: column
    }

    .post-template-toc-sidebar .content-area .site-main #toc_container {
        display: block
    }

    .post-template-toc-sidebar .content-area .sidebar {
        display: none
    }
}

.post-template-toc-sidebar .content-area .sidebar .toc-content {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .12) 0 1px 4px
}

.post-template-toc-sidebar .content-area .sidebar .toc-content .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    margin-left: 20px
}

.post-template-toc-sidebar .content-area .sidebar .toc-content ul {
    margin: 5px 0;
    list-style: none
}

.post-template-toc-sidebar .content-area .sidebar .toc-content li {
    margin-bottom: 2px
}

.post-template-toc-sidebar .content-area .sidebar .toc-content li ul {
    margin-left: 20px
}

.post-template-toc-sidebar .content-area .sidebar .toc-content a {
    display: block;
    font-size: 16px;
    line-height: 27px;
    padding: 6px 20px;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    text-decoration: none
}

.post-template-toc-sidebar .content-area .sidebar .toc-content .active>a,
.post-template-toc-sidebar .content-area .sidebar .toc-content a:hover {
    background: #ecf4ff;
    color: #222
}

@media(max-width:1370px) {

    .post-template-related-links #ss-floating-bar.ss-left-sidebar,
    .post-template-toc-sidebar #ss-floating-bar.ss-left-sidebar {
        display: none !important
    }
}

.site-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 80px 40px
}

.flex-three-columns,
.flex-two-columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.flex-three-columns .col {
    flex: 0 0 32%
}

.flex-two-columns .col {
    flex: 0 0 48%
}

.site-header {
    background: #fff;
    box-shadow: rgba(99, 99, 99, .15) 0 2px 8px 0;
    position: sticky;
    top: 0;
    z-index: 99999
}

.menu-toggle {
    font-size: 17px !important;
    padding: 0 15px
}

.main-navigation .main-nav ul ul li a {
    font-size: 15px;
    line-height: 23px
}

.main-navigation .btn {
    background: #1066a7;
    border-radius: 5px;
    margin-right: 10px
}

.main-navigation .btn a {
    color: #fff !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

.navigation-search input[type=search] {
    height: 36px
}

.has-inline-mobile-toggle #site-navigation.toggled,
.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:focus,
.mobile-menu-control-wrapper .menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0)
}

.site-footer .footer-widgets .footer-widget-1 {
    flex-basis: 12%
}

.site-footer .widget-title,
.site-footer h3,
.site-footer h4 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee
}

.site-footer .links li,
.site-footer .menu li,
.site-footer .wp-block-latest-posts li {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/list-icon-right-2.svg") 0 7px/12px 12px no-repeat;
    padding-left: 20px;
    line-height: 0;
    margin-bottom: 10px
}

.site-footer .links li a,
.site-footer .menu li a,
.site-footer .wp-block-latest-posts li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    text-decoration: none
}

.site-footer .footer-about p {
    color: #fff;
    font-size: 16px;
    line-height: 29px
}

.site-footer .footer-about img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #ededed
}

.site-footer .footer-area .site-container {
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px
}

.site-footer .footer-area .site-container hr {
    max-width: 820px;
    margin: 0 auto 50px;
    background-color: #89ade6
}

.site-footer .footer-area .site-container .copyright {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px
}

.site-footer .footer-area .site-container .credit {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px
}

.site-footer .footer-area .site-container .disclaimer {
    font-size: 14px;
    line-height: 23px;
    max-width: 700px;
    margin: 0 auto 20px
}

.site-footer .footer-area .site-container .footer-menu {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.site-footer .footer-area .site-container .footer-menu li a {
    font-size: 14px;
    line-height: 23px;
    color: #fff
}

.site-footer .footer-area .site-container .footer-menu li:not(:last-child):after {
    content: "/";
    padding: 0 20px;
    color: #dedede
}

.site-footer .footer-area .site-container .social-links {
    display: flex;
    max-width: 380px;
    margin: 20px auto 0;
    align-items: center
}

.site-footer .footer-area .site-container .social-links .left {
    flex: 0 0 190px
}

.site-footer .footer-area .site-container .social-links .right .group-link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -7px;
    border-bottom: 1px solid #fff
}

.site-footer .footer-area .site-container .social-links .right .group-link:hover {
    border: none
}

.site-footer .footer-area.widget .site-container {
    padding: 0;
    text-align: left
}

.site-footer .footer-area.widget .footer-menu {
    justify-content: initial
}

.site-footer .footer-area.widget .social-links {
    margin: 20px 0 0
}

.why-trust-popup {
    opacity: 0;
    z-index: -2;
    transition: .3s
}

.why-trust-popup .content {
    display: none;
    width: 100%;
    max-width: 345px;
    background-color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
    position: absolute;
    left: 26%;
    top: 78%;
    z-index: 9999999
}

.why-trust-popup .content a {
    display: inline-block;
    text-decoration: underline
}

.why-trust-popup .content .close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #eaeaea;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer
}

#custom-post ol li,
#custom-post ul li,
.entry-content ol li,
.entry-content ul li,
.product-table .features p:not(:last-child),
.rank-math-list-item .rank-math-answer p,
.why-trust-popup .content p {
    margin-bottom: 15px
}

.fixed-btn-wrapper .action-btn,
.why-trust-popup .content p:last-child {
    margin-bottom: 0
}

.why-trust-popup .overlay {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0
}

.heading-box,
.series .two-columns {
    display: flex
}

.why-trust-popup.active {
    opacity: 1;
    z-index: 9999;
    transition: .3s
}

.aff-disc {
    background: #f7f8f9;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #555;
    margin: 25px 0
}

.rank-math-list-item {
    background: #fff;
    padding: 15px 20px 2px;
    box-shadow: 0 0 8px #d1d8dd, 0 0 40px #fff;
    margin-bottom: 1rem;
    border-radius: 5px
}

.deal-box,
.review-box {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.rank-math-list-item .rank-math-question {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #f0f4f8;
    padding-bottom: .825rem;
    margin-top: 5px;
    margin-bottom: .825rem;
    position: relative;
    padding-right: 40px
}

.styled-quote,
p.styled-quote {
    font-size: 21px;
    line-height: 1.6;
    margin: 30px auto;
    font-style: italic;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #1066a7;
    position: relative;
    background: #e6eff6
}

.styled-quote:before,
p.styled-quote:before {
    font-family: Arial, Open Sans, sans-serif;
    content: "“";
    color: #1066a7;
    font-size: 5em;
    position: absolute;
    left: 10px;
    top: -10px
}

.series .headline,
.series.style2 .headline {
    color: #fff;
    font-size: 24px;
    line-height: 33px
}

.styled-quote strong,
p.styled-quote strong {
    font-weight: 600;
    font-style: normal;
    font-size: 21px
}

#custom-post ul,
.entry-content ul {
    list-style-type: none;
    padding-left: 22px;
    margin: 0 0 30px
}

#custom-post ul li,
.entry-content ul li {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/list-icon-right.svg") 0 9px/17px 17px no-repeat;
    padding-left: 28px
}

#custom-post .features li,
.entry-content .features li {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/list-icon-feature.svg") 0 9px/18px 18px no-repeat;
    padding-left: 28px
}

#custom-post .pros li,
.entry-content .pros li {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/list-icon-pros-2.svg") 0 9px/17px 17px no-repeat;
    padding-left: 28px
}

#custom-post .cons li,
.entry-content .cons li {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/list-icon-cons-2.svg") 0 9px/17px 17px no-repeat;
    padding-left: 28px
}

.read {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-right-hand.svg") 0 9px/20px 17px no-repeat;
    padding-left: 28px
}

p .read {
    background-position: 0 4px
}

.entry-content ul li .read::before,
.post-template-custom-post-design ul li .read::before {
    content: none;
    margin-right: 0
}

.note-box {
    background: #f1f9ff;
    padding: 35px;
    margin-bottom: 40px;
    border: 1px solid #dfe8ec
}

.border-box {
    border: 2px dashed #6a6a6a;
    padding: 35px;
    margin-bottom: 40px
}

.note {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/note-icon.png") 10px 50% no-repeat #fff;
    border: 1px solid #1066a7;
    text-align: left;
    padding: 10px 10px 10px 55px;
    border-radius: 2px
}

.tablepress thead th {
    background-color: #04528e;
    color: #fff !important
}

.tablepress tbody td {
    vertical-align: middle
}

@media(min-width:451px) {
    .rank-math-list-item .rank-math-question:after {
        content: "?";
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        line-height: 30px;
        text-align: center;
        color: #bec8d4;
        font-size: 19px;
        background: #f0f4f8;
        border-radius: 40px
    }

    .tablepress tbody td .deal-btn {
        padding: 8px 12px;
        line-height: 26px;
        font-size: 16px;
        min-width: 100px
    }
}

.tablepress tbody span,
.two-products .wrapper .box .footer .price {
    font-weight: 700
}

#review .review-links li,
.series ul li {
    padding-left: 0 !important
}

.tablepress div.live {
    display: inline
}

.tablepress .odd td {
    background-color: #ffefef
}

.heading-box {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

.heading-box h2 {
    font-size: 28px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0
}

.heading-box hr {
    width: 50%
}

.map-box {
    border: 2px solid #ddd;
    margin-bottom: 12px;
    background: #fafafa
}

.map-box .map-head {
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding: 10px
}

.map-box .map-head h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0
}

.article-filter .tab-content .posts .post .content,
.map-box .map-content {
    padding: 20px
}

.map-box .map-content li {
    background: 0 0;
    list-style-image: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/right.png");
    margin-bottom: 5px;
    padding-left: 5px;
    margin-left: 20px
}

.map-box .map-content li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: -2px;
    text-decoration: none
}

#toc_container {
    margin-bottom: 30px;
    padding: 40px
}

#toc_container .toc_title {
    font-size: 20px
}

#toc_container li {
    margin-bottom: 6px
}

#toc_container li ul {
    margin-top: 10px;
    position: relative
}

#toc_container li ul li:before {
    content: "»";
    color: #1066a7;
    position: absolute;
    left: -18px;
    font-size: 19px
}

@media(min-width:768px) {
    .main-navigation .menu-bar-item>a:last-child {
        padding-right: 0
    }

    .main-navigation ul ul {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .site-footer .footer-widget-1 .menu {
        display: flex;
        flex-wrap: wrap
    }

    .site-footer .footer-widget-1 .menu li:not(:last-child) {
        margin-right: 20px
    }

    .two-column-list {
        column-count: 2;
        column-gap: 150px;
        column-rule: 1px solid #ddd;
        margin-bottom: 25px
    }

    .tablepress tfoot th,
    .tablepress thead th {
        font-size: 16px;
        line-height: 26px
    }

    .tablepress tbody td {
        font-size: 15px
    }

    .tablepress tbody span {
        background: #ff8100;
        color: #fff;
        font-size: 14px;
        padding: 4px 6px;
        border-radius: 5px;
        margin-left: 10px
    }

    .tablepress div.live {
        background: #e2ebf3;
        color: #333;
        border-radius: 4px;
        padding: 2px 4px
    }

    #toc_container .toc_list {
        column-count: 2;
        column-gap: 60px;
        column-rule: 1px solid #ddd
    }
}

.series-top {
    display: inline-block;
    margin: 20px auto 0;
    background: #fff;
    text-align: center;
    font-size: 18px;
    padding: 4px 20px;
    border: 1px solid #dadada
}

.series,
.series.style2 {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.series {
    border-bottom: 1px solid #eee;
    padding: 0 0 40px;
    margin: 40px 0
}

.series .headline {
    background: #1066a7;
    font-weight: 500;
    text-align: center;
    padding: 14px 20px;
    margin-bottom: 30px
}

.series .col-1,
.series .col-2 {
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box
}

.series .one-column,
.series .two-columns {
    max-width: 800px;
    margin: 0 auto
}

.series .headline span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.series .col-1 {
    background: #f2f2f2
}

.series .col-2 {
    background: #9ba9b1
}

.series .sub-heading {
    display: inline-block;
    color: #005c8a;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    margin-bottom: 20px;
    text-decoration: none
}

.series ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.series ul li a {
    font-size: 17px;
    line-height: 28px;
    display: block;
    text-decoration: none;
    background: #fff;
    color: #292828;
    border: 1px solid #e0e3ec;
    padding: 6px 15px;
    margin-bottom: 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.series ul .current-menu-item a,
.series ul li a:hover,
.series.style2 .current-menu-item a,
.series.style2 li a:hover {
    background: #9ba9b1;
    color: #fff
}

.series.style2 {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 40px 0;
    background: #f3f4f9
}

.series.style2 .headline {
    font-weight: 500;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px
}

.series.style2 .links-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 0 20px
}

.series.style2 li a {
    font-size: 18px;
    line-height: 28px;
    display: block;
    text-decoration: none;
    background: #fff;
    color: #444;
    border: 1px solid #c4cde8;
    padding: 20px 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 30px
}

.series.style2 .on-page-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-on-page-seo.svg") 25px 5px/60px 60px no-repeat;
    padding-left: 120px
}

.series.style2 .off-page-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-off-page-seo.svg") 15px 5px/75px 70px no-repeat;
    padding-left: 120px
}

.series.style2 .white-hat-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-white-hat.svg") 0 -5px/100px 100px no-repeat;
    padding-left: 120px
}

.series.style2 .black-hat-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-black-hat.svg") 0 -5px/100px 100px no-repeat;
    padding-left: 120px
}

.series.style2 .grey-hat-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-grey-hat.svg") 0 -5px/100px 100px no-repeat;
    padding-left: 120px
}

.series.style2 .negative-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-negative.svg") 17px 0/70px 70px no-repeat;
    padding-left: 120px
}

.series.style2 .voice-search-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-voice.svg") 28px 0/55px 70px no-repeat;
    padding-left: 120px
}

.series.style2 .technical-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-technical.svg") 20px 0/75px 70px no-repeat;
    padding-left: 120px
}

.series.style2 .local-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-local.svg") 22px 0/65px 70px no-repeat;
    padding-left: 120px
}

.series.style2 .youtube-seo {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/icon-youtube-seo.svg") 22px 3px/70px 65px no-repeat;
    padding-left: 120px
}

@media(max-width:750px) {
    .series.style2 {
        margin: 40px 0
    }

    .series.style2 .headline {
        font-size: 20px;
        line-height: 33px;
        padding: 10px
    }

    .series.style2 .links-container {
        max-width: 600px;
        margin: 30px auto
    }

    .series.style2 li a {
        font-size: 16px;
        line-height: 28px;
        padding: 6px 15px;
        margin-bottom: 10px
    }

    .series.style2 .on-page-seo,
    .series.style2 .youtube-seo {
        background-position: 15px 0;
        background-size: 40px 40px;
        padding-left: 75px
    }

    .series.style2 .off-page-seo {
        background-position: 10px 3px;
        background-size: 45px 40px;
        padding-left: 75px
    }

    .series.style2 .black-hat-seo,
    .series.style2 .grey-hat-seo,
    .series.style2 .white-hat-seo {
        background-position: 0 -3px;
        background-size: 60px 60px;
        padding-left: 75px
    }

    .series.style2 .negative-seo {
        background-position: 10px 0;
        background-size: 40px 40px;
        padding-left: 75px
    }

    .series.style2 .voice-search-seo {
        background-position: 15px 0;
        background-size: 32px 42px;
        padding-left: 75px
    }

    .series.style2 .technical-seo {
        background-position: 12px 0;
        background-size: 42px 42px;
        padding-left: 75px
    }

    .series.style2 .local-seo {
        background-position: 15px 0;
        background-size: 38px 42px;
        padding-left: 75px
    }
}

@media(max-width:768px) {
    .post-template-related-links .content-area .site-main .related-links {
        margin: 30px 20px
    }

    .series {
        padding: 0
    }

    .series .two-columns .col-1.negative-m {
        margin-top: -35px
    }

    .series .headline {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }

    .series .two-columns {
        flex-direction: column
    }

    .series .two-columns.col-reverse {
        flex-direction: column-reverse
    }

    .series .col-1,
    .series .col-2 {
        width: 100%;
        padding: 20px
    }
}

.social-links.shortcode {
    display: flex;
    grid-gap: 10px;
    margin: 25px 0
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 25px;
    border: 2px dashed #6c6c6c;
    padding: 40px;
    border-radius: 10px
}

.action-btn a,
.headline-cta a {
    display: inline-block;
    text-decoration: none;
    background: #4e9f3f;
    border-radius: 5px;
    text-align: center;
    color: #fff
}

ol.number-style,
ul.number-style {
    counter-reset: num;
    list-style: none;
    margin: 0 0 40px
}

ol.number-style li,
ul.number-style li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px
}

ol.number-style li::before,
ul.number-style li::before {
    display: inline-block;
    counter-increment: num;
    content: counter(num);
    background: #1066a7;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 600;
    position: absolute;
    top: 2px;
    left: 0
}

ol.number-style li:not(:last-child)::after,
ul.number-style li:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 100%;
    background: #1066a7;
    position: absolute;
    left: 16.5px;
    top: 39.5px
}

.action-btn {
    text-align: center;
    margin-bottom: 30px
}

#review .review-links li:first-child a,
.action-btn a.red-bg,
.action-btn.red-bg a,
.product-box-wrapper .box-footer .cta-btn:first-child {
    background: #ff2c0a !important
}

.action-btn a {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    padding: 15px 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.action-btn a:hover {
    background: #1066a7;
    color: #fff;
    transform: translateY(-4px)
}

.fixed-btn-wrapper {
    display: none;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    z-index: 9999;
    overflow: auto
}

.fixed-btn-wrapper .action-btn a {
    padding: 15px 40px;
    border-radius: 4px;
    margin: 0;
    text-decoration: none
}

.fixed-btn-wrapper .action-btn a:hover {
    transform: none
}

.fixed-btn-wrapper p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 3px 0 0
}

.headline-cta {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 10px 0;
    margin: 25px 0;
    z-index: 999999
}

.headline-cta .title {
    font-weight: 700;
    font-size: 29px;
    line-height: 1.5em;
    margin: 0
}

.headline-cta .stars {
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    margin-right: 20px;
    margin-left: 40px
}

.headline-cta .stars::before,
.top-recommendation .products .card .rating::before {
    content: "★★★★★";
    letter-spacing: 0;
    background: linear-gradient(90deg, #ff9529 var(--percent), #ddd var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.headline-cta a {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px
}

.top-recommendation {
    background: #f7feff;
    border: 4px dashed #e5f0f1;
    padding: 20px 30px 25px;
    margin-bottom: 50px
}

.top-recommendation strong {
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.top-recommendation strong svg {
    position: relative;
    top: 8px;
    margin-right: 10px
}

.top-recommendation .products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px
}

.top-recommendation .products .card .name {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    margin-right: 10px;
    flex: 0 0 55%;
    position: relative;
    padding-left: 40px
}

@media(max-width:767px) {

    .archive .site-container,
    .blog .site-container,
    .search .site-container {
        padding-top: 35px
    }

    .archive .site-container h1,
    .blog .site-container h1,
    .search .site-container h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .archive .site-main,
    .blog .site-main,
    .search .site-main {
        padding-left: 10px;
        padding-right: 10px
    }

    .archive .site-main .page-header,
    .blog .site-main .page-header,
    .search .site-main .page-header {
        padding-top: 35px;
        padding-bottom: 0
    }

    .archive .site-main .no-results .entry-title,
    .archive .site-main .page-header h1,
    .blog .site-main .no-results .entry-title,
    .blog .site-main .page-header h1,
    .search .site-main .no-results .entry-title,
    .search .site-main .page-header h1,
    .search-no-results .site-content .entry-title {
        font-size: 22px;
        line-height: 30px
    }

    .archive article,
    .blog article,
    .search article {
        margin-bottom: 25px
    }

    .archive .inside-article .post-image,
    .blog .inside-article .post-image,
    .search .inside-article .post-image {
        margin-bottom: 10px !important
    }

    .archive .inside-article .entry-header,
    .blog .inside-article .entry-header,
    .post-template-related-links #comments,
    .post-template-toc-sidebar #comments,
    .search .inside-article .entry-header {
        padding: 0 20px 20px
    }

    .archive .inside-article .entry-title,
    .blog .inside-article .entry-title,
    .search .inside-article .entry-title {
        font-size: 18px;
        line-height: 27px
    }

    .search-no-results .site-content {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .search-no-results .site-content .entry-content {
        font-size: 15px;
        line-height: 24px
    }

    .single .inside-article {
        padding: 20px 20px 10px
    }

    #custom-post .content-box h1.post-title {
        font-size: 26px;
        line-height: 40px
    }

    #custom-post .content-box h1.post-title strong {
        font-size: 24px
    }

    .entry-content .glossary-links {
        top: 60px
    }

    #toc_container,
    .post-template-related-links .content-area .sidebar {
        padding: 20px
    }

    .site-container {
        padding: 40px 20px
    }

    .flex-three-columns,
    .flex-two-columns {
        flex-direction: column
    }

    .main-navigation .menu-bar-item>a:last-child {
        padding-right: 15px;
        padding-left: 15px
    }

    .main-navigation .btn a {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .site-footer .footer-widgets-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .rank-math-list-item .rank-math-question {
        font-size: 20px;
        padding-right: 0
    }

    .styled-quote,
    p.styled-quote {
        font-size: 18px;
        line-height: 1.6;
        padding: 1.2em 30px 1.2em 60px;
        border-left: 6px solid #1066a7
    }

    .styled-quote strong,
    p.styled-quote strong {
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 26px
    }

    .headline-cta .title {
        font-size: 20px
    }

    .top-recommendation .products .card .name {
        flex: 0 0 50%
    }
}

.top-recommendation .products .card .name span {
    display: inline-block;
    background: #1066a7;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.deal-btn a,
.top-recommendation .products .card .cta a {
    background: #4e9f3f;
    border-radius: 5px;
    text-decoration: none;
    text-align: center
}

.top-recommendation .products .card .rating {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin: 0 30px
}

@media(max-width:650px) {
    .headline-cta .left-block {
        margin-bottom: 5px
    }

    .headline-cta .headline .right-block {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .headline-cta {
        display: block
    }

    .headline-cta .stars {
        font-size: 17px;
        margin-left: 0
    }

    .headline-cta a {
        font-size: 12px;
        position: absolute;
        top: 12px;
        right: 0;
        padding: 5px 20px
    }

    .top-recommendation .products {
        grid-row-gap: 25px
    }

    .top-recommendation .products .card {
        flex-direction: column
    }

    .top-recommendation .products .card .name {
        order: 1;
        flex: 1;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 15px;
        padding-left: 35px
    }

    .top-recommendation .products .card .name span {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        top: 2px
    }

    .top-recommendation .products .card .rating {
        order: 3;
        font-size: 14px;
        margin-left: 35px
    }

    .top-recommendation .products .card .cta {
        order: 2;
        margin-bottom: 10px
    }
}

.top-recommendation .products .card .cta a {
    display: block;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 15px;
    line-height: 22px
}

.top-recommendation .products .card .cta a:hover {
    background: #3c8e2d
}

.deal-btn a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    transition: .3s
}

.deal-btn a:hover {
    background: #049b00
}

.deal-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 25px;
    margin: 25px 0;
    border-top: 1px solid #f2f2f2
}

.deal-box .left-side {
    min-width: 250px;
    margin-right: 22px
}

.deal-box .title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 600
}

.deal-box .rating {
    font-size: 20px;
    color: #f39d00
}

.deal-box p {
    font-size: 16px;
    line-height: 32px;
    margin: 15px 0
}

.deal-box .offer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.deal-box .offer .cta a,
.two-products .headline {
    display: inline-block;
    color: #222;
    font-weight: 600
}

.deal-box .offer .price .regular {
    font-size: 22px;
    color: #e80707;
    text-decoration: line-through;
    margin-right: 5px
}

.deal-box .offer .price .discounted {
    font-size: 26px;
    font-weight: 700;
    color: #51a941;
    margin-left: 5px
}

.deal-box .offer .cta a {
    text-align: center;
    background: #f9cc29;
    padding: 14px 25px;
    border-radius: 4px;
    transition: .25s;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.deal-box .offer .cta a:hover {
    background: #4e9f3f;
    color: #fff;
    text-decoration: none
}

.two-products {
    text-align: center;
    margin: 40px 0
}

.two-products .headline {
    font-size: 24px;
    line-height: 34px;
    padding: 12px 50px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4
}

.two-products .wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 35px
}

.two-products .wrapper .box {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border: 1px solid #eee
}

.two-products .wrapper .box .head .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.two-products .wrapper .box .body {
    flex-grow: 1
}

.two-products .wrapper .box .body p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px
}

.two-products .wrapper .box .body ul {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left
}

.two-products .wrapper .box .body ul li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
    background-position: 0 6px
}

.two-products .wrapper .box .footer .btn {
    display: block;
    border: 1px solid #1066a7;
    background: #1066a7;
    width: 90%;
    color: #fff !important;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    padding: 8px 20px;
    margin: 15px auto;
    position: relative;
    text-decoration: none !important
}

.review-box .box-content .left-block .stars:before,
.review-box .box-content .right-block .parameters .stars:before {
    background: linear-gradient(90deg, #f1c800 var(--percent), #d8d8d8 var(--percent));
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.two-products .wrapper .box .footer .btn:after,
.two-products .wrapper .box .footer .btn:before {
    -webkit-transition: .25s;
    transition: .25s;
    border: 0 solid transparent;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px
}

.two-products .wrapper .box .footer .btn:hover:after,
.two-products .wrapper .box .footer .btn:hover:before {
    height: 100%;
    width: 100%
}

.two-products .wrapper .green {
    background: #e6fedc;
    border-color: #45bf55
}

.two-products .wrapper .green .btn {
    border: 1px solid #45bf55 !important;
    background: #45bf55 !important
}

.two-products .wrapper .green .btn:before {
    border-color: #45bf55 !important;
    border-left-width: 2px !important;
    border-top-width: 2px !important;
    left: -5px;
    top: -5px
}

.two-products .wrapper .green .btn:after {
    border-bottom-width: 2px !important;
    border-color: #45bf55 !important;
    border-right-width: 2px !important;
    bottom: -5px;
    right: -5px
}

.two-products .wrapper .orange {
    background: #fdfed0;
    border-color: #fbcd1d
}

.two-products .wrapper .orange .btn {
    border: 1px solid #ffb000 !important;
    background: #ffb000 !important
}

.two-products .wrapper .orange .btn:before {
    border-color: #ffb000 !important;
    border-left-width: 2px !important;
    border-top-width: 2px !important;
    left: -5px;
    top: -5px
}

.two-products .wrapper .orange .btn:after {
    border-bottom-width: 2px !important;
    border-color: #ffb000 !important;
    border-right-width: 2px !important;
    bottom: -5px;
    right: -5px
}

.product-box-wrapper {
    margin: 30px 0
}

.product-box-wrapper .box-header {
    display: flex;
    justify-content: space-between;
    background: #f9e2ff;
    padding: 8px 20px;
    font-size: 20px;
    line-height: 36px;
    color: #444
}

.product-box-wrapper .box-body {
    display: flex;
    background: #fff;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.product-box-wrapper .box-body .left-side {
    max-width: 40%;
    margin-right: 25px
}

.product-box-wrapper .box-body .right-side {
    max-width: 60%
}

.product-box-wrapper .box-body .product-description {
    font-size: 17px;
    margin-bottom: 10px
}

.product-box-wrapper .box-body .product-links {
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

.product-box-wrapper .box-footer .cta-btn,
.review-box .box-footer .box-cta {
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
    line-height: 24px;
    transition: .3s
}

.product-box-wrapper .box-body .product-links li {
    display: inline-block
}

.product-box-wrapper .box-body .product-links li:nth-child(2):before {
    content: "|";
    color: #999;
    margin: 0 15px
}

.product-box-wrapper .box-body .product-links a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #1247dc;
    border-bottom: 1px solid #1247dc;
    padding-bottom: 2px;
    margin-bottom: 0;
    text-decoration: none
}

.product-box-wrapper .box-body .product-links a:hover {
    border-bottom: none;
    text-decoration: none
}

.product-box-wrapper .box-footer {
    border: 1px solid #ddd;
    border-top: 2px dashed #ddd;
    padding: 20px 10px 5px;
    text-align: center
}

.product-box-wrapper .box-footer .cta-btn {
    display: inline-block;
    background: #4ca33d;
    font-size: 17px;
    color: #fff;
    margin: 0 10px 15px;
    border-radius: 60px
}

.product-box-wrapper .box-footer .cta-btn:hover {
    background: #35b51e;
    text-decoration: none
}

.ebook-bundle {
    text-align: center;
    margin: 35px 0
}

.ebook-bundle a {
    display: inline-block;
    border: 1px solid #f0f0f0
}

.review-box {
    background: #fff;
    margin: 20px auto 40px;
    padding: 0 0 20px
}

.coupon-block .coupon,
.product-table {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.review-box .box-header {
    background: #eee;
    padding: 10px;
    font-weight: 600
}

.review-box .box-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px
}

.review-box .box-content .left-block .rating-value {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-align: center
}

.review-box .box-content .left-block .stars {
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    text-align: center
}

.review-box .box-content .left-block .stars:before {
    content: "★★★★★";
    letter-spacing: 1px;
    -webkit-background-clip: text;
    background-clip: text
}

.review-box .box-content .right-block .parameters .stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: block;
    font-size: 20px
}

.review-box .box-content .right-block .parameters .stars:before {
    content: "★★★★★";
    -webkit-background-clip: text;
    background-clip: text
}

.review-box .box-content .right-block .left {
    margin-right: 50px;
    font-size: 17px
}

.review-box .box-footer {
    padding: 10px 20px 20px;
    text-align: center
}

.review-box .box-footer .description {
    font-size: 17px;
    text-align: center
}

.review-box .box-footer .box-cta {
    display: inline-block;
    background: #ff2c0a;
    font-size: 17px;
    letter-spacing: .5px;
    color: #fff;
    text-align: center;
    border-radius: 50px
}

.review-box .box-footer .box-cta:hover {
    color: #fff;
    text-decoration: none
}

.review-box .box-footer .box-cta:first-child:hover {
    background: #ff2c0a
}

.review-box .box-footer .box-cta:last-child {
    background: #4ca33d;
    margin-left: 20px
}

.review-box .box-footer .box-cta:last-child:hover {
    background: #2ead2e
}

#review {
    display: block;
    position: relative
}

#review .reviewed-item {
    width: 30%;
    max-height: 190px;
    overflow: hidden;
    float: left;
    border: 0
}

@media(min-width:768px) {
    #review .reviewed-item {
        width: 33%;
        max-height: 230px;
        overflow: visible
    }
}

#review .reviewed-item-image {
    float: none;
    max-width: 100%;
    margin-left: 0
}

#review .review-total-wrapper {
    position: absolute;
    right: 0
}

#review .review-total-wrapper span.review-total-box {
    background: #eee;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden
}

#review .review-desc {
    width: 85%;
    font-size: 18px;
    line-height: 30px
}

#review .review-links {
    padding: 0 15px 8px;
    border-bottom: 0;
    text-align: center
}

#review .review-links li {
    background: 0 0 !important;
    margin-bottom: 10px !important
}

#review .review-links a {
    font-size: 18px;
    background: #4ca33d;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 20px
}

.bonus-widget {
    background: #f7fbfc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 40px;
    margin-bottom: 35px
}

.bonus-widget .product-content {
    flex: 0 0 65%
}

.bonus-widget .product-content .title {
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .deal-box {
        flex-direction: column;
        padding: 20px
    }

    .deal-box .left-side {
        min-width: auto;
        margin-right: 0
    }

    .deal-box .title {
        font-size: 22px;
        line-height: 30px;
        margin-top: 6px;
        text-align: center
    }

    .deal-box .rating {
        font-size: 22px;
        text-align: center
    }

    .deal-box p {
        margin: 10px 0;
        text-align: center
    }

    .deal-box .offer {
        flex-direction: column;
        text-align: center
    }

    .deal-box .offer .price .regular {
        font-size: 18px
    }

    .deal-box .offer .price .discounted {
        font-size: 22px
    }

    .deal-box .offer .cta a {
        margin-top: 15px;
        padding: 12px 22px
    }

    .product-box-wrapper .box-body,
    .two-products .wrapper {
        flex-direction: column
    }

    .two-products .wrapper .box {
        padding: 20px;
        margin-bottom: 20px
    }

    .product-box-wrapper .box-header {
        font-size: 16px;
        line-height: 26px
    }

    .product-box-wrapper .box-body .left-side {
        max-width: 100%;
        margin: 0 auto 10px
    }

    .product-box-wrapper .box-body .right-side {
        max-width: 100%
    }

    .review-box .box-content {
        flex-direction: column;
        border-bottom: 1px solid #eee
    }

    .review-box .box-content .left-block {
        margin-bottom: 15px
    }

    .review-box .box-content .left-block .stars {
        font-size: 30px;
        line-height: 60px
    }

    .review-box .box-content .right-block .parameters .stars {
        line-height: 32px
    }

    .review-box .box-content .right-block .left {
        font-size: 17px;
        line-height: 32px
    }

    .review-box .box-footer {
        padding: 15px 20px 20px
    }

    .review-box .box-footer .box-cta {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 12px 30px
    }

    .review-box .box-footer .box-cta:last-child {
        background: #4ca33d;
        margin-left: 0;
        margin-top: 15px
    }

    #review .reviewed-item {
        width: 100%;
        max-height: 100%;
        text-align: center
    }

    #review .review-total-wrapper {
        position: initial
    }

    .bonus-widget {
        flex-direction: column;
        text-align: center;
        padding: 20px
    }

    .bonus-widget .product-img img {
        width: 60%
    }

    .bonus-widget .product-content .title {
        font-size: 24px;
        line-height: 32px
    }
}

.bonus-widget .form .flex-form input[type=email],
.bonus-widget .form .flex-form input[type=text] {
    box-sizing: border-box;
    padding: 12px 15px;
    width: 100%;
    font-size: 17px;
    margin-bottom: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #fff
}

.bonus-widget .form .flex-form input[type=submit] {
    width: 100%;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 500;
    background: #1db90d;
    color: #fff;
    margin-top: 5px
}

.bonus-widget .form .flex-form input[type=submit]:hover {
    background: #10a900
}

.bonus-widget .form .flex-form input:focus {
    outline: #eee solid 1px
}

.bonus-widget.newsletter {
    background: #fafafa;
    border: 4px dashed #a9c5e0;
    padding: 50px 40px
}

.bonus-widget.newsletter .product-content {
    flex: 0 0 100%
}

.bonus-widget.newsletter .product-content .title {
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 20px
}

.bonus-widget.newsletter .product-content .desc {
    display: block;
    text-align: center;
    margin-bottom: 30px
}

.bonus-widget.newsletter .product-content .form .flex-form {
    flex-direction: row;
    grid-gap: 10px;
    gap: 10px
}

.bonus-widget.newsletter .product-content .form .flex-form input[type=email],
.bonus-widget.newsletter .product-content .form .flex-form input[type=text] {
    flex: 1;
    margin-bottom: 0;
    border: 1px solid #e8e6e6
}

.related-posts .wrapper .post,
.trending .wrapper .post {
    border-radius: 5px;
    transition: .15s ease-in-out;
    margin-bottom: 35px
}

.related-posts .wrapper .post img,
.trending .wrapper .post img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    width: 100%
}

.bonus-widget.newsletter .product-content .form .flex-form input[type=submit] {
    flex: 0 0 28%;
    margin-top: 0;
    font-size: 18px
}

.related-posts .section-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600
}

.related-posts .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px
}

.related-posts .wrapper .post {
    flex: 0 0 48%;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.related-posts .wrapper .post .post-title {
    display: block;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 20px 30px 30px;
    text-align: center;
    text-decoration: none
}

.trending {
    padding: 0 10px 20px
}

.trending .section-title {
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    color: #333;
    text-align: center
}

@media(max-width:767px) {
    .bonus-widget.newsletter {
        padding: 30px 20px
    }

    .bonus-widget.newsletter .product-content .title {
        font-size: 23px;
        line-height: 34px
    }

    .bonus-widget.newsletter .product-content .form .flex-form,
    .related-posts .wrapper {
        flex-direction: column
    }

    .related-posts {
        padding: 0 20px
    }

    .trending {
        padding: 0 10px
    }

    .trending .section-title {
        font-size: 22px;
        line-height: 30px
    }
}

.trending .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px
}

.trending .wrapper .post {
    flex: 0 0 31.3%;
    box-shadow: rgba(99, 99, 99, .1) 0 2px 8px 0
}

.trending .wrapper .post img {
    transition: .3s
}

.trending .wrapper .post .post-title {
    display: block;
    color: #222;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    padding: 20px 30px 30px;
    text-align: center;
    text-decoration: none
}

@media(max-width:1024px) {
    .hero .site-container .right-block .form .form-container {
        flex-direction: column
    }

    .hero .site-container .right-block .form .form-container input[type=email] {
        margin-right: 0
    }

    .hero .site-container .right-block .form .form-container input[type=submit] {
        font-size: 16px;
        margin-top: 10px
    }

    .trending .wrapper .post .post-title {
        font-size: 17px;
        line-height: 26px;
        padding: 20px
    }
}

.trending .wrapper .post .post-title:hover {
    color: #1066a7;
    text-decoration: none
}

.author-box {
    display: flex;
    align-items: center;
    padding: 40px;
    border: 1px solid #eee;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px
}

.author-box .left-block {
    flex: 0 0 120px;
    margin-right: 30px
}

.author-box .right-block .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px
}

.author-box .right-block .bio {
    font-size: 17px;
    line-height: 32px
}

.author-box .right-block a {
    color: #1247dc;
    font-weight: 500
}

.author-box .right-block .social-links {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.author-box .right-block .social-links .left {
    font-size: 17px;
    line-height: 32px;
    margin-right: 20px
}

@media(max-width:390px) {
    .author-box .right-block .social-links {
        flex-direction: column;
        align-items: flex-start
    }

    .author-box .right-block .social-links .left {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.author-box .right-block .social-links .right a:not(:last-child) {
    margin-right: 8px
}

#comments .comment-author a {
    text-decoration: none;
    color: #222
}

.article-filter .active,
.article-filter .wrapper.active {
    display: block !important
}

.article-filter .site-container {
    display: flex;
    padding-bottom: 70px
}

.article-filter .left-block {
    flex: 0 0 250px;
    margin-right: 48px;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    align-self: flex-start;
    z-index: 999
}

.article-filter .cat-filter {
    padding: 20px 0;
    background: #f7fbfc;
    border: 1px solid #ecf4ff;
    border-radius: 10px
}

.article-filter .cat-filter li {
    list-style: none
}

.article-filter .cat-filter .item {
    display: flex !important;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #212121;
    padding: 12px 35px;
    cursor: pointer;
    border-bottom: 1px dotted #edf3ff;
    user-select: none
}

.article-filter .cat-filter .item .icon {
    flex: 0 0 25px;
    margin-right: 15px
}

.article-filter .cat-filter .item:hover {
    background: #ecf3ff
}

.article-filter .cat-filter .active,
.article-filter .cat-filter .active:hover {
    background: #1066a7;
    color: #fff;
    border-bottom: 1px dotted #1066a7
}

.article-filter .cat-dropdown-m .label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    text-align: center
}

.article-filter .cat-dropdown-m .dropdown {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px
}

.article-filter .tab-content.active {
    background-color: rgba(0, 0, 0, 0) !important
}

.article-filter .tab-content .section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 21px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e8e8e8
}

.article-filter .tab-content .section-header .section-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #212121;
    margin-bottom: 0
}

.article-filter .tab-content .section-header .more-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #212121;
    letter-spacing: .05em;
    text-decoration: none
}

.article-filter .tab-content .section-header .more-btn:after {
    content: "";
    width: 12px;
    height: 14px;
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/arrow.svg") left center/12px 14px no-repeat;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: 3px
}

.article-filter .tab-content .posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

@media(max-width:991px) {
    .article-filter .tab-content .posts {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px
    }
}

.article-filter .tab-content .posts .post {
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, .1) 0 2px 8px 0
}

.article-filter .tab-content .posts .post .thumb,
.inside-article .post-image,
.inside-article .post-thumb,
.related-posts .post-image,
.related-posts .post-thumb {
    position: relative;
    padding-bottom: 54%
}

.article-filter .tab-content .posts .post .thumb a,
.inside-article .post-image a,
.inside-article .post-thumb a,
.related-posts .post-image a,
.related-posts .post-thumb a {
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.article-filter .tab-content .posts .post .thumb a img {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover
}

@media(max-width:520px) {
    .article-filter .tab-content .section-header .section-title {
        flex: 1;
        text-align: center
    }

    .article-filter .tab-content .posts {
        grid-template-columns: repeat(1, 1fr)
    }

    .article-filter .tab-content .posts .post .content {
        text-align: center
    }
}

.article-filter .tab-content .posts .post .content .title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0
}

.article-filter .tab-content .posts .post .content .title a {
    display: block;
    color: #222;
    text-decoration: none
}

.coupon-block {
    margin-top: 40px;
    margin-bottom: 40px
}

.coupon-block .wp-block-table {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 35px
}

.coupon-block table {
    border-style: hidden;
    margin: 0
}

.coupon-block table td {
    border: 1px solid #eee;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 24px
}

.coupon-block .rating .stars {
    font-size: 18px;
    margin-right: 5px
}

.coupon-block .rating .avg-rating {
    font-size: 14px
}

.coupon-block .coupon {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 40px;
    border-radius: 10px
}

.coupon-block .coupon .box-1 {
    flex: 0 0 140px;
    background: #ecf4ff;
    text-align: center;
    padding: 30px;
    border: 1px solid #dfedff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px
}

.coupon-block .coupon .box-2 {
    flex: 1;
    margin-right: 45px
}

.coupon-block .coupon .box-3 {
    flex: 0 0 195px
}

.coupon-block .coupon .discount {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    margin: 0
}

.coupon-block .coupon .discount span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 15px
}

.coupon-block .coupon .headline {
    font-size: 22px;
    line-height: 32ppx;
    font-weight: 600;
    margin-bottom: 12px
}

.coupon-block .coupon .desc {
    font-size: 15px;
    line-height: 26px;
    color: #4f4f4f;
    margin-bottom: 12px
}

.coupon-block .coupon .validity {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 10px 6px 30px;
    border-radius: 5px;
    color: #4f4f4f;
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/duration.svg") 10px 6px/13px 13px no-repeat #f6f7f8
}

.coupon-block .coupon .status {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #4f4f4f;
    margin-bottom: 20px;
    text-align: center
}

.coupon-block .coupon .code-wrapper a,
.coupon-block .coupon .cta a,
.product-table .pricing .cta {
    line-height: 22px;
    color: #fff;
    text-decoration: none
}

.coupon-block .coupon .verified {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/verified.svg") 0 1px/13px 13px no-repeat;
    padding-left: 20px;
    margin-right: 20px
}

.coupon-block .coupon .uses-count {
    background: url("https://bloggerspassion.com/wp-content/themes/bloggerspassion/assets/img/user.svg") 0 0/13px 13px no-repeat;
    padding-left: 20px
}

.coupon-block .coupon .cta a {
    display: block;
    background: #4e9f3f;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 20px;
    border: 1px solid #4e9f3f;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    border-radius: 5px;
    transition: .3s
}

.coupon-block .coupon .code-wrapper {
    position: relative;
    padding: 9.5px 10px;
    border: 1.5px dashed #4e9f3f;
    text-align: right;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    border-radius: 5px
		display:contents;
}

.coupon-block .coupon .code-wrapper .code {
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase
}

.coupon-block .coupon .code-wrapper a {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    background: #4e9f3f;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid #4e9f3f;
    border-radius: 5px
}

@media(max-width:767px) {

    .product-table,
    .trending .wrapper {
        flex-direction: column
    }

    .coupon-block .coupon:not(:last-child),
    .trending .wrapper .post {
        margin-bottom: 25px
    }

    .author-box {
        padding: 25px;
        margin: auto;
        flex-direction: column
    }

    .author-box .left-block,
    .coupon-block .coupon .box-2 {
        margin-right: 0
    }

    .author-box .right-block .title {
        text-align: center;
        margin-top: 10px
    }

    .article-filter .site-container {
        padding-top: 0;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0
    }

    .article-filter .left-block {
        flex: 1;
        align-self: auto;
        margin-right: 0;
        margin-bottom: 25px
    }

    .article-filter .right-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .article-filter .cat-filter,
    .article-filter .tab-content .section-header .more-btn {
        display: none
    }

    .article-filter .cat-dropdown-m {
        display: block;
        background: #e3f3ff;
        border: 1px solid #d7eaf8;
        padding: 12px 18px
    }

    .article-filter .tab-content .section-header .section-title {
        font-size: 22px;
        line-height: 30px
    }

    .article-filter .tab-content .posts .post .content .title {
        font-size: 18px;
        line-height: 27px
    }

    .article-filter .more-button {
        display: block;
        margin-top: 40px;
        text-align: center
    }

    .article-filter .more-button a {
        display: inline-block;
        font-size: 14px;
        line-height: 23px;
        padding: 12px 30px;
        font-weight: 500;
        color: #fff;
        background: #1066a7;
        text-transform: uppercase;
        border: 1px solid #dfecff;
        border-radius: 5px;
        text-decoration: none
    }

    .coupon-block {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .coupon-block .wp-block-table {
        margin-bottom: 30px
    }

    .coupon-block table td {
        padding: 8px 20px !important;
        font-size: 13px;
        line-height: 20px
    }

    .coupon-block .coupon {
        flex-direction: column;
        align-items: initial;
        padding: 20px
    }

    .coupon-block .coupon .box-1 {
        flex: 1;
        padding: 20px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .coupon-block .coupon .box-3 {
        flex: 1
    }

    .coupon-block .coupon .discount {
        font-size: 32px;
        line-height: 32px
    }

    .coupon-block .coupon .discount span {
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        margin-top: 0;
        position: relative;
        top: -11px
    }

    .coupon-block .coupon .headline {
        font-size: 20px;
        line-height: 30ppx
    }

    .coupon-block .coupon .desc {
        font-size: 14px;
        line-height: 24px
    }

    .coupon-block .coupon .validity {
        margin-bottom: 15px
    }

    .coupon-block .coupon .status {
        text-align: left
    }

    .coupon-block .coupon .cta {
        margin-top: 30px
    }

    .coupon-block .coupon .code-wrapper a {
        width: 95%;
        padding: 12.5px 20px
    }
}

.product-table {
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin-top: 35px;
    margin-bottom: 35px
}

.product-table .block {
    padding: 30px
}

.product-table .block-one {
    flex: 0 0 201px;
    border-right: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-table .block-two {
    flex: 1;
    border-right: 1px solid #eaeaea
}

.product-table .block-three {
    flex: 0 0 250px;
    padding: 0;
    display: flex;
    flex-direction: column
}

.product-table .label {
    display: block;
    font-size: 17px;
    margin-bottom: 15px
}

.product-table .features ul {
    margin-bottom: 0;
    padding-left: 15px;
    list-style-type: circle
}

.product-table .features ul li {
    background: 0 0;
    font-size: 15px;
    line-height: 25px;
    padding-left: 7px
}

.product-table .features p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0
}

.product-table .rating {
    flex: 0 0 50%;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #eaeaea
}

.product-table .rating .avg-rating {
    display: inline-block;
    background-color: #ecf4ff;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px
}

.product-table .pricing {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    text-align: center
}

.product-table .pricing span {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400
}

.product-table .pricing .cta {
    display: block;
    background-color: #4e9f3f;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    margin-top: 20px
}

.team-block {
    display: flex;
    justify-content: center;
    grid-gap: 25px;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px
}

.team-block .card {
    flex: 0 0 28%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #b0ddff;
    text-align: center;
    box-shadow: rgba(99, 99, 99, .1) 0 2px 8px 0
}

@media(max-width:767px) {

    .product-table .block,
    .product-table .pricing,
    .product-table .rating {
        padding: 25px
    }

    .product-table .block-one {
        flex: 1;
        border: none;
        border-bottom: 1px solid #eaeaea
    }

    .product-table .block-two {
        border: none;
        border-bottom: 1px solid #eaeaea
    }

    .product-table .block-three {
        flex: 1
    }

    .product-table .label {
        text-align: center
    }

    .team-block .card {
        flex: 0 0 40%
    }
}

@media(max-width:450px) {

    .latest .headline .more,
    .latest .headline h2:after,
    .popular .headline .more,
    .popular .headline h2:after,
    .product-box-wrapper .box-body .product-links li:nth-child(2):before {
        display: none
    }

    .latest .wrapper .right-block .more,
    .popular .wrapper .right-block .more {
        display: block;
        max-width: 220px;
        margin: 40px auto 0;
        color: #1066a7;
        font-size: 14px;
        line-height: 25px;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid #1066a7;
        border-radius: 5px;
        padding: 8px 20px;
        text-align: center
    }

    .latest .wrapper .right-block .more:hover,
    .popular .wrapper .right-block .more:hover {
        text-decoration: underline
    }

    .latest .wrapper .right-block .more .arrow,
    .popular .wrapper .right-block .more .arrow {
        position: relative;
        top: -2px;
        left: 3px
    }

    .about .site-container .left-block .social-links,
    .products .site-container .wrapper #courses.active,
    .products .site-container .wrapper #ebooks.active,
    .site-footer .footer-area .site-container .social-links {
        flex-direction: column
    }

    .about .site-container .left-block .social-links .left {
        flex: 1;
        margin-bottom: 20px
    }

    .explore .site-container .right-block .wrapper {
        flex-direction: column;
        margin-top: 30px
    }

    .explore .site-container .right-block .wrapper .card {
        display: flex;
        align-items: center;
        text-align: left;
        margin-bottom: 15px
    }

    .explore .site-container .right-block .wrapper .card img {
        margin-bottom: 0;
        margin-right: 15px
    }

    .products .site-container .toggle button {
        font-size: 15px
    }

    .products .site-container .wrapper {
        padding: 20px;
        margin-top: 30px
    }

    .products .site-container .wrapper #courses .product img,
    .products .site-container .wrapper #ebooks .product img {
        margin-bottom: 5px;
        max-width: 70%
    }

    .products .site-container .wrapper #courses .product a,
    .products .site-container .wrapper #ebooks .product a {
        margin-bottom: 25px;
        padding: 8px 25px
    }

    .recommends .site-container .wrapper .tool {
        flex: 0 0 100%;
        margin-bottom: 25px
    }

    .single .entry-header .entry-meta .top {
        padding-bottom: 20px;
        margin-bottom: 20px;
        grid-column-gap: 20px;
        grid-row-gap: 10px
    }

    .single .entry-header .entry-meta .bottom {
        grid-column-gap: 20px;
        grid-row-gap: 10px
    }

    .single .entry-header .entry-meta .author .avatar img {
        height: 35px;
        width: auto
    }

    .single .entry-header .entry-meta .why-trust {
        padding: 5px 12px
    }

    .coupon-block .rating .avg-rating,
    .single .entry-content .wp-block-table,
    .single .entry-content table {
        font-size: 12px
    }

    .single .entry-content .wp-block-table td,
    .single .entry-content table td {
        padding: 4px 8px
    }

    .site-header .header-image {
        width: 200px
    }

    #custom-post .cons li,
    #custom-post .features li,
    #custom-post .pros li,
    .entry-content .cons li,
    .entry-content .features li,
    .entry-content .pros li,
    .site-footer .links li,
    .site-footer .menu li,
    .site-footer .wp-block-latest-posts li {
        background-position: 0 8px;
        background-size: 16px 16px;
        padding-left: 25px
    }

    .site-footer .footer-area .site-container {
        padding-bottom: 30px
    }

    .site-footer .footer-area .site-container hr {
        margin-bottom: 30px
    }

    .site-footer .footer-area .site-container .social-links .left {
        flex: 1;
        margin-bottom: 10px
    }

    .why-trust-popup .content {
        max-width: 328px;
        left: 0;
        top: 78%
    }

    #custom-post ul li,
    .entry-content ul li {
        background-position: 0 7px;
        background-size: 16px 16px;
        padding-left: 25px;
        margin-bottom: 10px
    }

    .read {
        background-position: 0 7px;
        background-size: 16px 13px;
        padding-left: 25px;
        margin-bottom: 10px
    }

    p .read {
        background-position: 0 2px
    }

    .border-box,
    .note-box {
        padding: 20px;
        margin-bottom: 30px
    }

    .tablepress thead th {
        line-height: 20px
    }

    .tablepress tbody td {
        font-size: 10px
    }

    .tablepress tbody td .deal-btn a {
        padding: 6px 10px;
        font-size: 12px !important;
        line-height: 18px !important
    }

    .button-group {
        padding: 20px;
        grid-gap: 15px
    }

    .action-btn a {
        font-size: 15px;
        line-height: 23px;
        padding: 12px 20px
    }

    .deal-btn a {
        font-size: 13px !important
    }

    .product-box-wrapper .box-body .product-links li {
        display: block
    }

    .bonus-widget .product-content .title {
        font-size: 18px;
        line-height: 27px
    }

    .related-posts .section-title,
    .trending .section-title {
        font-size: 20px;
        line-height: 30px
    }

    .related-posts .wrapper .post .post-title {
        font-size: 17px;
        line-height: 26px;
        padding: 15px
    }

    .coupon-block .coupon .code-wrapper a {
        width: 88%
    }

    .team-block {
        grid-gap: 20px;
        gap: 20px;
        margin-top: 35px;
        margin-bottom: 35px
    }

    .team-block .card {
        flex: 0 0 100%
    }
}

.team-block .card img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%
}

.team-block .card .name {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px
}

.team-block .card .designation {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    flex-grow: 1
}

.team-block .card .links {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px
}

.stars {
    font-size: 20px
}

.stars:before {
    content: "★★★★★";
    background: linear-gradient(90deg, #ffbd00 var(--percent), #d8d8d8 var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width:1040px) {
    #ss-floating-bar.ss-left-sidebar {
        display: none !important
    }
}

.ss-inline-share-wrapper {
    padding: 0 40px;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .ss-inline-share-wrapper {
        padding: 0 20px;
        margin-bottom: 30px
    }
}

.inside-article .post-image a img,
.inside-article .post-thumb a img,
.related-posts .post-image a img,
.related-posts .post-thumb a img {
    object-fit: cover
}