@charset "UTF-8";

/* ===================================================
   RESET / NORMALIZE (used elements only)
=================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header,
hgroup, main, menu, nav, section, summary { display: block; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
b, strong { font-weight: bold; }
h1 { font-size: 2em; margin: 0.67em 0; }
img { border: 0; vertical-align: middle; }
button, input, optgroup, select, textarea {
  color: inherit; font: inherit; margin: 0;
}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; cursor: pointer;
}
input { line-height: normal; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; }
textarea { overflow: auto; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

/* ===================================================
   BOX SIZING
=================================================== */
*, *:before, *:after { box-sizing: border-box; }

/* ===================================================
   BASE TYPOGRAPHY
=================================================== */
html { font-size: 10px; -webkit-tap-highlight-color: rgba(0,0,0,0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

a {
  color: rgb(51.4, 122.3, 183.4);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.7, 82.4, 123.7);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure { margin: 0; }

.img-responsive { display: block; max-width: 100%; height: auto; }
.img-circle { border-radius: 50%; }

hr {
  margin-top: 20px; margin-bottom: 20px;
  border: 0; border-top: 1px solid rgba(0,0,0,0.1);
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;
}
h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }
h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }
p { margin: 0 0 10px; }

ul, ol { margin-top: 0; margin-bottom: 10px; }

/* ===================================================
   BOOTSTRAP GRID (container / row / col-sm-12 only)
=================================================== */
.container {
  padding-right: 15px; padding-left: 15px;
  margin-right: auto; margin-left: auto;
}
.container:before, .container:after { display: table; content: " "; }
.container:after { clear: both; }
@media (min-width: 768px)  { .container { width: 750px; } }
@media (min-width: 992px)  { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid {
  padding-right: 15px; padding-left: 15px;
  margin-right: auto; margin-left: auto;
}
.container-fluid:before, .container-fluid:after { display: table; content: " "; }
.container-fluid:after { clear: both; }

.row { margin-right: -15px; margin-left: -15px; }
.row:before, .row:after { display: table; content: " "; }
.row:after { clear: both; }

.col-sm-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }
@media (min-width: 768px) {
  .col-sm-12 { float: left; width: 100%; }
}

/* ===================================================
   BREADCRUMB (Bootstrap base — overridden below)
=================================================== */
.breadcrumb {
  padding: 8px 15px; margin-bottom: 20px;
  list-style: none; background-color: #f5f5f5; border-radius: 4px;
}
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/ "; }

/* ===================================================
   FONT AWESOME — base classes only
=================================================== */
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* Only fa-user is used in the site */
.fa-user:before { content: "\f007"; }

/* ===================================================
   MAINMENU (kept — mainmenu.js is linked)
=================================================== */
.mainmenu { position: relative; width: 100%; z-index: 9900; line-height: normal; }
.mainmenu a { color: #777; }
.mainmenu ul { margin: 0; padding: 0; text-align: right; }
.mainmenu ul ul {
  top: auto; width: 220px; position: absolute;
  z-index: 9900; text-align: left; display: none; background: #000;
}
.mainmenu ul ul ul { top: 0; left: 220px; }
.mainmenu li {
  list-style: none; display: block; margin: 0; padding: 0;
  position: relative; line-height: normal; vertical-align: middle;
}
.mainmenu li a {
  font-size: 15px; padding: 15px; display: block;
  text-decoration: none; color: #777; font-size: inherit;
  font-family: inherit; box-sizing: border-box; transition: all 0.3s ease-out;
}
.mainmenu li li { display: block; }
.mainmenu > ul > li { display: inline-block; }
.mainmenu > ul > li > a { padding: 20px 20px; }
.mainmenu .menu-toggle {
  display: none; text-transform: uppercase; text-decoration: none;
  padding: 15px; box-sizing: border-box;
}
.mainmenu .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.mainmenu .menu-toggle span.bars span {
  display: block; width: 15px; height: 2px;
  border-radius: 6px; background: #777; margin: 0 0 3px;
}
.mainmenu .close-menu { display: none; text-transform: uppercase; text-decoration: none; padding: 15px; box-sizing: border-box; }
.mainmenu .dd-toggle {
  display: none; position: absolute; top: 0; right: 0; padding: 0;
  width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0;
}
.mainmenu svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
.mainmenu.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }
.mainmenu.mobile > ul > li { display: block; }
.mainmenu.mobile > ul > li > a { padding: 15px; }
.mainmenu.mobile > ul { border-top: 1px solid rgba(255,255,255,0.15); }
.mainmenu.mobile { position: static; text-align: right; }
.mainmenu.mobile ul {
  position: relative; display: none; text-align: left; background: rgb(221,221,221);
}
.mainmenu.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; transition: none; }
.mainmenu.mobile li a { border-bottom: 1px solid rgba(255,255,255,0.15); }
.mainmenu.mobile li a.dd-toggle { border: 0; }
.mainmenu.mobile .menu-toggle { display: inline-block; }
.mainmenu.mobile .dd-toggle { display: inline-block; }
.mainmenu.mobile .close-menu { display: inline-block; }
.mainmenu.mobile.active > ul { display: block; }

/* ===================================================
   GLOBAL CUSTOM STYLES
=================================================== */
::-moz-selection { background: #2d71b2; color: #fff; }
::selection      { background: #2d71b2; color: #fff; }

body {
  font-family: "Poppins";
  background: #fff;
  font-weight: 400;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}
body a { color: #2d71b2; }
body a:hover, body a:focus { outline: none; text-decoration: none; color: #c8d9e6; }
body ol, body ul { padding: 0; margin: 0; list-style-type: none; }
body h1, body .h1 {
  font-size: 46px; color: #fff; font-weight: 700;
  margin: 0 0 20px; text-transform: capitalize; line-height: 1.2;
}
body h2, body .h2 {
  color: #000; font-size: 36px; font-weight: 600;
  margin: 0 0 10px; text-transform: capitalize; line-height: 1.3;
}
body h2 span, body .h2 span { color: #20433f; }
body h3, body .h3 {
  color: #000; font-size: 24px; font-weight: 500;
  margin: 0 0 20px; line-height: 1.3; text-transform: capitalize;
}
body h4, body .h4 { font-size: 20px; color: #000; font-weight: 500; margin: 0 0 20px; line-height: 1.3; }
body h5, body .h5 { font-size: 20px; color: #000; font-weight: 500; margin: 0 0 20px; line-height: 1.5; }
body p { font-size: 16px; font-family: "Poppins"; line-height: 25px; font-weight: 300; color: #000; margin: 0 0 25px; }

.fa, .fas, .fab { font-family: "Font Awesome 5 Brands"; }

ul, ol { padding: 0; margin: 0; list-style-type: none; }
section { padding: 100px 0; position: relative; }

/* ===================================================
   HEADER
=================================================== */
#myHeader {
  position: absolute; width: 100%; transition: 0.3s ease-in-out;
  z-index: 999999; top: 0px; background: #fff;
}
#myHeader .logo { padding: 15px 0; }
#myHeader .logo img { width: 200px; margin: 0 auto; transition: width 2s, 0.5s ease-in-out; }

#myHeader.sticky {
  position: fixed;
  animation: slide-down 0.5s;
  top: 0; width: 100%; border: none; background: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
}

.admin-bar #myHeader {
    margin-top: 30px !important;
}

/* ===================================================
   HOME BANNER
=================================================== */
.home_banner {
  background: url(../img/15.png) no-repeat;
  background-size: cover;
  padding: 180px 0 50px;
  display: flex; flex-direction: column;
  justify-content: center; text-align: center;
  position: relative; height: 100vh; max-height: 800px;
}
.home_banner:before {
  content: ""; position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: #2d71b2; opacity: 0.6;
}
.home_banner .kh-search-form {
  display: flex; align-items: center; gap: 14px;
  padding-right: 3px; background: #fff;
  border: 1px solid #dbe3f0; border-radius: 20px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.06);
  width: 67%; margin: 0 auto 30px;
}
.home_banner .kh-search-form input {
  flex: 1; border: none; outline: none;
  padding: 18px 20px; font-size: 16px;
  background: transparent; color: #111827;
}
.home_banner .kh-search-form input::placeholder { color: #94a3b8; }
.home_banner .kh-search-form button {
  border: none; background: #2d71b2; color: #fff;
  padding: 16px 26px; border-radius: 14px;
  font-size: 15px; font-weight: 600; cursor: pointer; transition: 0.25s ease;
}
.home_banner .kh-search-form button:hover { background: #2d71b2; transform: translateY(-1px); }
.home_banner .kh-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.home_banner .kh-pills a {
  text-decoration: none; padding: 12px 18px; border-radius: 999px;
  background: #ffffff; border: 1px solid #dbe3f0;
  color: #334155; font-size: 14px; font-weight: 600; transition: 0.25s ease;
}
.home_banner .kh-pills a:hover {
  background: #2d71b2; border-color: #2d71b2;
  color: #fff; transform: translateY(-2px);
}
.home_banner h1 { color: #fff; }
.home_banner p { margin: 0 0 20px; color: #fff; }

/* ===================================================
   LATEST / FEATURED Q&As
=================================================== */
.latest_featured_sec .section-title {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 25px;
}
.latest_featured_sec .section-title h2 { font-size: 32px; color: #222; }
.latest_featured_sec .section-title a { text-decoration: none; color: #2d71b2; font-weight: bold; }
.latest_featured_sec .qa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.latest_featured_sec .qa-card {
  background: #fff; border-radius: 16px; padding: 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: 0.3s ease;
}
.latest_featured_sec .qa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.latest_featured_sec .qa-card .qa-tag {
  display: inline-block; background: #dbeafe; color: #2d71b2;
  padding: 6px 12px; border-radius: 50px; font-size: 13px;
  margin-bottom: 15px; font-weight: bold;
}
.latest_featured_sec .qa-card .qa-question {
  font-size: 20px; font-weight: bold; color: #000;
  margin-bottom: 12px; line-height: 1.4;
}
.latest_featured_sec .qa-card .qa-answer {
  color: #333333; font-size: 15px; line-height: 1.7; margin-bottom: 18px;
}
.latest_featured_sec .qa-card .qa-footer {
  display: flex; justify-content: space-between;
  align-items: center; font-size: 14px; color: #333333;
}
.latest_featured_sec .qa-card .qa-footer .read-more {
  text-decoration: none; color: #2d71b2; font-weight: bold;
}

/* ===================================================
   PILLAR SECTION
=================================================== */
.pillar-section { position: relative; background: #f1f1f1; }
.pillar-section .section-heading {
  max-width: 760px; margin: 0 auto 70px; text-align: center;
}
.pillar-section .section-heading .section-label {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 16px; margin-bottom: 18px; border-radius: 999px;
  background: #eff6ff; color: #2563eb;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.pillar-section .pillar-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.pillar-section .pillar-card {
  position: relative; display: flex; flex-direction: column;
  padding: 36px; border-radius: 30px; background: #f8fafc;
  border: 1px solid #e2e8f0; text-decoration: none;
  overflow: hidden; transition: 0.35s ease;
}
.pillar-section .pillar-card:hover {
  transform: translateY(-6px); background: #ffffff;
  border-color: #cbd5e1; box-shadow: 0 20px 50px rgba(15,23,42,0.08);
}
.pillar-section .pillar-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at top right, rgba(37,99,235,0.06), transparent 40%);
  pointer-events: none;
}
.pillar-section .pillar-card .pillar-icon {
  width: 64px; height: 64px; margin-bottom: 28px; border-radius: 20px;
  background: #eff6ff; display: flex; align-items: center;
  justify-content: center; font-size: 30px;
}
.pillar-section .pillar-card h3 { margin-bottom: 10px !important; font-weight: 500; }
.pillar-section .pillar-card p { margin-bottom: 34px; font-size: 16px; line-height: 1.8; color: #64748b; }
.pillar-section .pillar-card .pillar-footer {
  margin-top: auto; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  padding-top: 22px; border-top: 1px solid #e2e8f0;
}

/* ===================================================
   CTA SECTION
=================================================== */
.cta-sec { padding: 0; }
.cta-sec .cta-box {
  position: relative; margin: 0 auto; padding: 70px;
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  overflow: hidden; text-align: center;
}
.cta-sec .cta-box::before {
  content: ""; position: absolute; top: -120px; right: -80px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(37,99,235,0.25), transparent 70%);
  pointer-events: none;
}
.cta-sec .cta-box .cta-label {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 16px; margin-bottom: 24px; border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #93c5fd; font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.cta-sec .cta-box h2 { margin-bottom: 10px; color: #fff; }
.cta-sec .cta-box p {
  max-width: 760px; margin: 0 auto 40px;
  font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.72);
}
.cta-sec .cta-box .cta-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; flex-wrap: wrap;
}
.cta-sec .cta-box .cta-actions .cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 18px 30px; border-radius: 16px; background: #2d71b2;
  color: #fff; text-decoration: none; font-size: 16px;
  font-weight: 700; transition: 0.3s ease;
}
.cta-sec .cta-box .cta-actions .cta-btn:hover {
  transform: translateY(-3px); background: #2d71b2;
  box-shadow: 0 14px 30px rgba(37,99,235,0.35);
}
.cta-sec .cta-box .cta-actions .cta-link {
  color: rgba(255,255,255,0.75); text-decoration: none;
  font-size: 15px; font-weight: 600; transition: 0.25s ease;
}
.cta-sec .cta-box .cta-actions .cta-link:hover { color: #fff; }

/* ===================================================
   FOOTER
=================================================== */
footer { background: #d3d3d3; padding: 50px 0; }
footer .logo img { width: 250px; margin: 0 auto; }

.copyright_sec { background: #2d71b2; padding: 20px 0; }
.copyright_sec .Copyright { text-align: center; }
.copyright_sec .Copyright p { margin: 0; color: #fff; }

/* ===================================================
   INNER PAGE / BANNER
=================================================== */
.inner_banner {
  background-image: url(../img/15.png);
  background-repeat: no-repeat; background-size: cover;
  display: flex; flex-direction: column; justify-content: center;
  text-align: left; position: relative;
  min-height: 400px; padding: 100px 0; margin-top: 80px;
}
.inner_banner:after {
  position: absolute; content: ""; top: 0; left: 0;
  width: 100%; height: 100%; background: #2d71b2;
  opacity: 0.6; z-index: 1;
}
.inner_banner .banner_text { text-align: left; position: relative; z-index: 9; margin: 0; }
.inner_banner .banner_text a { margin-right: 10px; }
.inner_banner .banner_text a:last-child { margin: 0; }
.inner_banner .qa-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 40px; }
.inner_banner .qa-meta span { font-size: 15px; color: #fff; }
.inner_banner .qa-meta span i { color: #fff; }
.inner_banner h1, .inner_banner .h1 {
  font-size: 50px; margin: 0 0 15px; color: #fff; font-weight: 600;
}
.inner_banner p { color: #fff; }

/* ===================================================
   BREADCRUMB (custom override)
=================================================== */
.breadcrumb {
  background: transparent; margin: 0; padding: 5px 0 10px;
  position: relative; text-align: left;
}
.breadcrumb ul { margin: 0; }
.breadcrumb ul li {
  color: #fff; display: inline-block; margin-right: 25px;
  font-size: 16px; font-weight: 600; position: relative;
  line-height: 40px; z-index: 2;
}
.breadcrumb ul li:after {
  position: absolute; content: "/"; font-size: 15px;
  color: #fff; right: -19px; top: 0px;
}
.breadcrumb ul li:last-child::after { display: none; }
.breadcrumb ul li a { color: #fff; font-weight: 400; text-decoration: none; }

/* ===================================================
   QA LIST SECTION
=================================================== */
.qa-list-section .qa-row {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 40px;
  padding: 34px 38px; margin-bottom: 22px;
  border: 1px solid #e2e8f0; border-radius: 24px;
  background: #fff; transition: 0.3s ease;
}
.qa-list-section .qa-row:hover {
  transform: translateY(-4px); border-color: #cbd5e1;
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
}
.qa-list-section .qa-row:hover .qa-link { transform: translateX(4px); }
.qa-list-section .qa-row .qa-content { flex: 1; }
.qa-list-section .qa-row .qa-content h3 { margin-bottom: 10px; font-weight: 600; }
.qa-list-section .qa-row .qa-content p {
  max-width: 760px; font-size: 17px; line-height: 1.8; color: #64748b;
}
.qa-list-section .qa-row .qa-meta {
  min-width: 180px; display: flex;
  flex-direction: column; align-items: flex-end; gap: 18px;
}
.qa-list-section .qa-row .qa-meta .qa-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 700; color: #2d71b2;
  text-decoration: none; transition: 0.25s ease;
}
.qa-list-section .qa-row .qa-meta .qa-date { font-size: 14px; color: #94a3b8; }

/* ===================================================
   SINGLE QA PAGE
=================================================== */
.single-qa-page .container { max-width: 1100px; margin: 0 auto; }
.single-qa-page .short-answer-box {
  padding: 34px; margin-bottom: 60px; border-radius: 24px;
  border: 1px solid #dbeafe; background: #f8fbff;
}
.single-qa-page .short-answer-box .answer-label {
  display: inline-flex; align-items: center;
  margin-bottom: 18px; font-size: 14px; font-weight: 700; color: #2d71b2;
}
.single-qa-page .short-answer-box p { font-size: 19px; line-height: 1.9; color: #0f172a; }
.single-qa-page .qa-content h2 {
  margin-bottom: 10px; font-size: 36px; font-weight: 600; color: #0f172a;
}
.single-qa-page .qa-content h3 {
  margin-top: 40px; margin-bottom: 16px;
  font-size: 28px; font-weight: 600; color: #0f172a;
}
.single-qa-page .qa-content p {
  margin-bottom: 20px; font-size: 18px; line-height: 1.9; color: #475569;
}
.single-qa-page .qa-content ul { margin-bottom: 20px; padding-left: 20px; }
.single-qa-page .qa-content ul li {
  margin-bottom: 12px; font-size: 17px; line-height: 1.8; color: #475569;
}
.single-qa-page .mini-faq { margin-top: 70px; }
.single-qa-page .mini-faq h2 {
  margin-bottom: 24px; font-size: 32px; font-weight: 600; color: #000;
}
.single-qa-page .mini-faq .faq-item {
  margin-bottom: 16px; border: 1px solid #e2e8f0;
  border-radius: 18px; overflow: hidden; background: #ffffff;
}
.single-qa-page .mini-faq .faq-question {
  width: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; padding: 15px 28px;
  border: none; background: transparent; cursor: pointer;
  text-align: left; font-size: 16px; font-weight: 700;
  color: #0f172a; transition: 0.25s ease;
}
.single-qa-page .mini-faq .faq-question:hover { background: #f8fafc; }
.single-qa-page .mini-faq .faq-question .faq-icon {
  font-size: 24px; font-weight: 400; color: #2d71b2; transition: 0.3s ease;
}
.single-qa-page .mini-faq .faq-answer {
  max-height: 0; overflow: hidden; transition: all 0.35s ease;
}
.single-qa-page .mini-faq .faq-answer p {
  padding: 0 28px 0; font-size: 16px; line-height: 1.8; color: #64748b;
}
.single-qa-page .mini-faq .faq-item.active .faq-answer { max-height: 300px; }
.single-qa-page .mini-faq .faq-item.active .faq-icon { transform: rotate(45deg); }
.single-qa-page .related-section { margin-top: 70px; }
.single-qa-page .related-section h2 {
  margin-bottom: 30px; font-size: 32px; font-weight: 600; color: #000;
}
.single-qa-page .related-section .related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.single-qa-page .related-section .related-card {
  padding: 28px; border: 1px solid #e2e8f0; border-radius: 24px; transition: 0.3s ease;
}
.single-qa-page .related-section .related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
}
.single-qa-page .related-section .related-card h3 {
  margin-bottom: 14px; font-size: 20px; line-height: 1.4; color: #000;
}
.single-qa-page .related-section .related-card p {
  margin-bottom: 20px; font-size: 15px; line-height: 1.8; color: #64748b;
}
.single-qa-page .related-section .related-card a {
  color: #2d71b2; text-decoration: none; font-weight: 500;
}
.single-qa-page .author-box {
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; padding: 34px; margin-top: 70px;
  border: 1px solid #e2e8f0; border-radius: 24px;
}
.single-qa-page .author-box .author-left { display: flex; align-items: center; gap: 20px; }
.single-qa-page .author-box .author-avatar {
  width: 70px; height: 70px; border-radius: 50%;
  background: #0f172a; display: flex; align-items: center;
  justify-content: center; color: #ffffff;
  font-size: 28px; font-weight: 800;
}
.single-qa-page .author-box .author-info h4 {
  margin-bottom: 10px; font-size: 20px; font-weight: 700; color: #0f172a;
}
.single-qa-page .author-box .author-info p {
  max-width: 520px; font-size: 16px; line-height: 1.8; color: #64748b;
}
.single-qa-page .author-box .author-date { text-align: right; }
.single-qa-page .author-box .author-date span {
  display: block; margin-bottom: 8px; font-size: 14px; color: #94a3b8;
}
.single-qa-page .author-box .author-date strong { font-size: 16px; color: #0f172a; }

/* ===================================================
   MEDIA QUERIES
=================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 991px) {
  body h2, body .h2 { font-size: 30px; }
  .container-fluid { padding: 0 20px; }
  .home_banner { padding: 150px 0 50px; }
  .home_banner h1, .home_banner .h1 { font-size: 40px; }
  .inner_banner h1, .inner_banner .h1 { font-size: 38px; }
  .pillar-section .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .single-qa-page .related-section .related-grid { grid-template-columns: 1fr; }
  .single-qa-page .author-box { flex-direction: column; align-items: flex-start; }
  .single-qa-page .author-box .author-date { text-align: left; }
}
@media screen and (max-width: 767px) {
  body h2, .h2 { font-size: 26px !important; }
  .latest_featured_sec .section-title h2,
  .latest_featured_sec .section-title .h2 { font-size: 24px; }
  .inner_banner h1, .inner_banner .h1 { font-size: 36px; }
  .qa-list-section .qa-row { flex-direction: column; gap: 24px; padding: 28px; }
  .qa-list-section .qa-row .qa-content h3 { font-size: 24px; }
  .qa-list-section .qa-row .qa-content p { font-size: 15px; }
  .qa-list-section .qa-row .qa-meta {
    min-width: 100%; flex-direction: row;
    align-items: center; justify-content: space-between;
  }
  .pillar-section .section-heading { margin-bottom: 50px; }
  .pillar-section .pillar-grid { grid-template-columns: 1fr; }
  .pillar-section .pillar-card { padding: 28px; border-radius: 24px; }
  .pillar-section .pillar-card .pillar-icon { width: 58px; height: 58px; font-size: 26px; }
  .single-qa-page .short-answer-box { padding: 28px; }
  .single-qa-page .short-answer-box p { font-size: 17px; }
  .single-qa-page .qa-content h2 { font-size: 30px; }
  .single-qa-page .qa-content h3 { font-size: 24px; }
  .cta-sec .cta-box { padding: 50px 28px; }
  .cta-sec .cta-box .cta-actions { flex-direction: column; }
  .cta-sec .cta-box .cta-actions .cta-btn { width: 100%; }
}
@media screen and (max-width: 600px) {
  body p { font-size: 16px; line-height: 24px; }
  body h2, body .h2 { font-size: 24px !important; }
  section { padding: 50px 0; }
  .home_banner h1, .home_banner .h1 { font-size: 28px !important; }
  .home_banner .kh-search-form { width: 100%; }
  .latest_featured_sec .section-title h2 { font-size: 18px !important; margin: 0; }
  .latest_featured_sec .section-title a { font-size: 15px; }
  .inner_banner h1, .inner_banner .h1 { font-size: 30px; }
  .breadcrumb ul li { line-height: 1.4; font-size: 14px; margin-right: 20px; }
  .qa-list-section .qa-row .qa-content h3 { font-size: 22px; }
  .single-qa-page .author-box .author-left { flex-direction: column; align-items: flex-start; }
  .qa-list-section { padding: 50px 0 0; }
}
@media screen and (max-width: 374px) {
  body h2, body .h2 { font-size: 28px; }
  body p { font-size: 14px; }
  .home_banner { display: block; max-height: 100%; }
  .home_banner .kh-search-form button { padding: 16px 13px; }
  .home_banner h1, .home_banner .h1 { font-size: 26px !important; }
  .inner_banner h1, .inner_banner .h1 { font-size: 27px !important; }
  .qa-list-section .qa-row .qa-content h3 { font-size: 20px; }
  .cta-sec .cta-box { padding: 50px 20px; }
  .cta-sec h2, .cta-sec .h2 { font-size: 22px !important; }
}
