 /*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It's ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It's fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.6.1775372505
Updated: 2026-04-05 07:01:45

*/
.clr * { box-sizing: border-box; margin: 0; padding: 0; }
.clr {
  font-family: 'Inter', 'Noto Sans Malayalam', sans-serif;
  --primary: #0f3460;
  --accent: #e94560;
  --gold: #f5a623;
  --light: #f8f9ff;
}

/* HERO */
.clr-hero {
  background: linear-gradient(135deg, #0f3460 0%, #16213e 100%);
  padding: 50px 20px 40px;
  text-align: center;
}
.clr-hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.clr-hero h1 span { color: #f5a623; }
.clr-hero p {
  font-family: 'Noto Sans Malayalam', sans-serif;
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  margin-bottom: 20px;
}
.clr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(5,150,105,0.2);
  border: 1px solid rgba(5,150,105,0.5);
  color: #6ee7b7;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 50px;
}

/* SCORE CARDS */
.clr-scores-wrap {
  background: var(--light);
  padding: 50px 20px;
}
.clr-scores-inner { max-width: 900px; margin: 0 auto; }
.clr-sec-title {
  text-align: center;
  margin-bottom: 32px;
}
.clr-sec-title h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 8px;
}
.clr-sec-title h2 span { color: var(--accent); }
.clr-sec-title p {
  font-family: 'Noto Sans Malayalam', sans-serif;
  color: #6b7280;
  font-size: 14px;
}

/* RIASEC SCORES */
.clr-riasec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}
.clr-score-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #e5e7eb;
  position: relative;
}
.clr-score-card .clr-s-icon { font-size: 28px; display: block; margin-bottom: 8px; }
.clr-score-card h4 {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}
.clr-score-card .clr-score-val {
  font-family: 'Syne', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
}
.clr-score-card .clr-score-max {
  font-size: 11px;
  color: #9ca3af;
}
.clr-score-bar-wrap {
  background: #f3f4f6;
  border-radius: 10px;
  height: 6px;
  margin-top: 8px;
  overflow: hidden;
}
.clr-score-bar {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #e94560, #f5a623);
}

/* OTHER BATTERIES */
.clr-other-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.clr-other-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #e5e7eb;
}
.clr-other-card .clr-oc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.clr-other-card .clr-oc-icon { font-size: 24px; }
.clr-other-card h4 {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
}
.clr-trait-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
}
.clr-trait-row:last-child { border-bottom: none; }
.clr-trait-name {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #374151;
  font-weight: 500;
}
.clr-trait-score {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
}
.clr-trait-bar-wrap {
  width: 80px;
  background: #f3f4f6;
  border-radius: 10px;
  height: 5px;
  overflow: hidden;
  margin: 0 8px;
}
.clr-trait-bar {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #0f3460, #e94560);
}

/* LOCKED */
.clr-locked {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}
.clr-locked-inner { max-width: 600px; margin: 0 auto; }
.clr-locked h2 {
  font-family: 'Syne', 'Noto Sans Malayalam', sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  color: var(--primary);
  margin: 16px 0 12px;
}
.clr-locked p {
  font-family: 'Noto Sans Malayalam', sans-serif;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.clr-features {
  background: var(--light);
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  margin-bottom: 24px;
}
.clr-feat-row {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
}
.clr-feat-row:last-child { border-bottom: none; }
.clr-feat-row strong {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  color: #1a1a2e;
  display: block;
}
.clr-feat-row span {
  font-family: 'Noto Sans Malayalam', sans-serif;
  font-size: 12px;
  color: #6b7280;
}

/* UPSELL */
.clr-upsell {
  background: linear-gradient(135deg, #0f3460, #16213e);
  padding: 50px 20px;
  text-align: center;
}
.clr-upsell-inner { max-width: 560px; margin: 0 auto; }
.clr-tag {
  display: inline-block;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.4);
  color: #f5a623;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.clr-upsell h2 {
  font-family: 'Syne', 'Noto Sans Malayalam', sans-serif;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}
.clr-upsell h2 span { color: #f5a623; }
.clr-upsell p {
  font-family: 'Noto Sans Malayalam', sans-serif;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.clr-feat-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}
.clr-pill-item {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
}
.clr-pill-item .pi { font-size: 22px; display: block; margin-bottom: 5px; }
.clr-pill-item span {
  font-family: 'Noto Sans Malayalam', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}
.clr-price { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: #f5a623; display: block; margin-bottom: 14px; }
.clr-btn {
  display: block;
  background: linear-gradient(135deg, #e94560, #c62a47);
  color: #fff !important;
  font-family: 'Syne', 'Noto Sans Malayalam', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 8px 30px rgba(233,69,96,0.45);
  max-width: 400px;
  margin: 0 auto 12px;
}
.clr-note { font-family: 'Noto Sans Malayalam', sans-serif; font-size: 12px; color: rgba(255,255,255,0.4); }

/* FOOTER */
.clr-footer { background: #1a1a2e; padding: 18px; text-align: center; }
.clr-footer p { font-family: 'Noto Sans Malayalam', sans-serif; font-size: 12px; color: rgba(255,255,255,0.4); }
.clr-footer span { color: #f5a623; }

@media (max-width: 600px) {
  .clr-riasec-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ================================================
   QSM QUIZ — IMAGE RESPONSIVE FIX
   Prevents question images from overflowing
   on mobile and tablet screens
   ================================================ */
.qsm-quiz img,
.qmn_quiz img,
#quiz_container img,
.question_description img,
.qsm-question-image img,
.qsm_quiz_image img,
.qmn_quiz_question img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 12px auto !important;
    border-radius: 8px !important;
}

/* Fix for QSM question container width */
.qsm-quiz .qmn_question_div,
.qmn_quiz .qmn_question_div {
    overflow-x: hidden !important;
}

/* Mobile specific fix */
@media (max-width: 768px) {
    .qsm-quiz img,
    .qmn_quiz img,
    #quiz_container img,
    .question_description img {
        max-width: 100% !important;
        height: auto !important;
    }
}