.elementor-6196 .elementor-element.elementor-element-459da6d:not(.elementor-motion-effects-element-type-background), .elementor-6196 .elementor-element.elementor-element-459da6d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F8F3;}.elementor-6196 .elementor-element.elementor-element-459da6d > .elementor-container{max-width:1200px;}.elementor-6196 .elementor-element.elementor-element-459da6d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:40px 0px 80px 0px;}.elementor-6196 .elementor-element.elementor-element-459da6d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6196 .elementor-element.elementor-element-2193dc1.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-6196 .elementor-element.elementor-element-2193dc1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:128px 0px 78px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6196 .elementor-element.elementor-element-c5da794{width:var( --container-widget-width, 877px );max-width:877px;--container-widget-width:877px;--container-widget-flex-grow:0;text-align:center;}.elementor-6196 .elementor-element.elementor-element-c5da794 > .elementor-widget-container{margin:0px 0px 15px 0px;padding:0px 0px 0px 0px;}.elementor-6196 .elementor-element.elementor-element-c5da794 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:53px;font-weight:400;line-height:57px;letter-spacing:-0.32px;color:#1B1B1B;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6196 .elementor-element.elementor-element-83ad3ac{width:var( --container-widget-width, 888px );max-width:888px;--container-widget-width:888px;--container-widget-flex-grow:0;text-align:center;font-family:"Poppins", Sans-serif;font-size:20px;font-weight:400;line-height:32px;color:#1B1B1B;}.elementor-6196 .elementor-element.elementor-element-83ad3ac > .elementor-widget-container{margin:013px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6196 .elementor-element.elementor-element-47fcb82{padding:20px 15px 60px 15px;}@media(max-width:1024px){.elementor-6196 .elementor-element.elementor-element-2193dc1 > .elementor-element-populated{padding:30px 0px 0px 0px;}.elementor-6196 .elementor-element.elementor-element-c5da794 > .elementor-widget-container{padding:0px 26px 0px 26px;}.elementor-6196 .elementor-element.elementor-element-c5da794 .elementor-heading-title{font-size:40px;line-height:44px;}.elementor-6196 .elementor-element.elementor-element-83ad3ac > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 026px 0px 026px;}.elementor-6196 .elementor-element.elementor-element-83ad3ac{font-size:18px;line-height:28px;}}@media(max-width:768px){.elementor-6196 .elementor-element.elementor-element-c5da794 .elementor-heading-title{font-size:24px;line-height:30px;}.elementor-6196 .elementor-element.elementor-element-83ad3ac{font-size:16px;}}/* Start custom CSS for column, class: .elementor-element-2193dc1 */.header-banner span{
    color: #E21C2A;
    font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6f316cb */.quiz-category-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Always 2 columns for the category grid */
    gap: 20px;
    margin-top: 30px;
}

.quiz-category-card-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.quiz-category-card-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.quiz-category-link {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

/* ============================
   Post Cards CSS (For the taxonomy-quiz_category.php template)
   ============================ */

.quiz-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.quiz-post-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.quiz-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.quiz-post-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

/* ============================
   Shared Card Components CSS
   ============================ */

.quiz-card-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quiz-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px; /* Standardize icon size */
    height: 60px;
    border-radius: 50%;
}

.quiz-card-text {
    display: flex;
    flex-direction: column;
}

.quiz-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.quiz-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.quiz-card-right {
    font-size: 20px;
    color: #000;
}

.quiz-icon img.quiz-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Hover effects for the icon circle */
.quiz-post-link:hover .quiz-arrow-circle,
.quiz-category-link:hover .quiz-arrow-circle {
    background-color: #555;
    color: #fff;
}

.quiz-arrow-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #555;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.quiz-card-right svg {
  width: 24px;
  height:24px;
  stroke: #000;        /* adjust color */
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .quiz-post-grid,
    .quiz-category-card-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */