:root {
  --theme: #0b5ed7;
  --theme-2: #25d366;
  --header: #0d036e;
  --text: #4b4f58;
  --bg: #f9fafb;
  --body: #4b4f58;
  --bg-2: #094bb5;
  --border: #e6eef5;
  --black: #0d036e;
}
html, body { max-width: 100%; overflow-x: hidden; background: #f9fafb; color: #4b4f58; }
body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea {
  font-family: Poppins, Roboto, Arial, sans-serif;
}
img, svg, video, iframe { max-width: 100%; height: auto; }
.preloader, .logo-shape, .category-shape-1, .mhq-cta-shape-1, .mhq-cta-shape-2, .mhq-cta-shape-3 { display: none !important; }
.wow, .float-bob-x, .float-bob-y, .img-custom-anim-left, .img-custom-anim-right {
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}
a.header-logo img, a.header-logo2 img, a.footer-logo img, .header-1 .header-logo img, .offcanvas__logo img {
  width: auto !important;
  max-width: 168px !important;
  height: 46px !important;
  object-fit: contain;
  object-position: left center;
}
.theme-btn, .header-1 .header-right .theme-btn {
  background: linear-gradient(90deg, #094bb5, #0b5ed7) !important;
  color: #fff !important;
  border-radius: 50px !important;
  border: 0 !important;
  box-shadow: none;
}
.header-1 .header-right a.theme-btn-demo {
  background: linear-gradient(90deg, #25d366, #128c7e) !important;
}
.header-top-section { background: #fff; border-bottom: 1px solid #e6eef5; }
.header-top-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.header-top-wrapper > ul { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0; padding: 8px 0; }
.header-1, #header-sticky { background: #fff; }
.section-title h6, .mhq-hero-content h6 { color: #0b5ed7 !important; }
.section-title h2, .mhq-hero-content h1, h1, h2 { color: #0d036e; }
.mhq-courses-box-items {
  background: #fff;
  border: 1px solid #e6eef5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(13, 3, 110, 0.04);
}
.mhq-courses-box-items .post-box { background: #0b5ed7; color: #fff; }
.skillturn-start {
  margin: 8px 0 0;
  color: #094bb5;
  font-weight: 600;
  font-size: 14px;
}
.mhq-courses-box-items .mhq-courses-content .theme-btn,
.mhq-courses-box-items:hover .mhq-courses-content .theme-btn {
  display: inline-flex !important;
  width: auto;
  margin-top: 12px;
}
.mhq-courses-box-items:hover .mhq-courses-content .client-info-area { display: flex; }
.skillturn-bundles { display: none !important; }
.skillturn-wa {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(18, 140, 126, 0.35);
}
.js-cookie-consent.cookie-consent {
  border-radius: 16px;
}
input, select, textarea { font-size: 16px; max-width: 100%; }
.header-main { gap: 12px; min-width: 0; }
.main-content, .card, .dashboard-main { min-width: 0; max-width: 100%; }
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 1199px) {
  .header-1 .header-right .theme-btn { display: inline-flex !important; padding: 10px 14px; font-size: 13px; }
  .header-1 .header-right .search-toggler { width: 42px; height: 42px; line-height: 42px; }
  .header-top-wrapper > ul li:nth-child(3) { display: none; }
}
@media (max-width: 767px) {
  .header-1 .container-fluid, .header-top-section .container-fluid { padding-left: 12px; padding-right: 12px; }
  .header-top-wrapper > ul li:nth-child(2) { display: none; }
  a.header-logo img, a.header-logo2 img { max-width: 132px !important; height: 38px !important; }
  .header-1 .header-right .theme-btn i { display: none; }
  .section-padding { padding-top: 48px; padding-bottom: 48px; }
  .section-title h2, .mhq-hero-content h1 { font-size: 28px !important; line-height: 1.2 !important; }
  .mhq-hero-1 .row > .col-6, .mhq-hero-1 .row > .col-sm-5, .mhq-hero-1 .row > .col-sm-7 { flex: 0 0 100%; max-width: 100%; }
  .js-cookie-consent.cookie-consent {
    flex-direction: column !important;
    align-items: stretch !important;
    left: 12px !important;
    right: 12px !important;
    transform: none !important;
    width: auto !important;
    bottom: 12px !important;
  }
  .js-cookie-consent .cookie-consent__agree { width: 100%; }
  .offcanvas__info, .offcanvas__wrapper { width: min(100vw, 340px) !important; }
}
@media (max-width: 480px) {
  .header-1 .header-right .search-toggler, .header-top-right .social-icon { display: none; }
}
.st-hero { background: #fff; padding: 36px 0 28px; }
.st-hero .container { max-width: 920px; }
.st-pill { display: inline-block; background: #e8f1fb; color: #0b5ed7; border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 600; }
.st-hero h1 { margin: 16px 0 22px; color: #111; font-size: clamp(30px, 5vw, 52px); line-height: 1.15; font-weight: 800; }
.st-hero h1 span { background: linear-gradient(90deg, #7c5cff, #0b5ed7); -webkit-background-clip: text; background-clip: text; color: transparent; }
.st-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.st-card { border: 1px solid #e6eef5; border-radius: 16px; padding: 18px; background: #fff; }
.st-card h2 { margin: 0 0 12px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: #808285; font-weight: 600; }
.st-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.st-tags a, .st-tags span { border: 1px solid #e6eef5; border-radius: 999px; padding: 8px 12px; color: #0d036e; background: #fff; font-size: 14px; font-weight: 600; text-decoration: none; }
.st-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.st-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 12px; background: linear-gradient(90deg, #094bb5, #0b5ed7); color: #fff !important; font-weight: 700; text-decoration: none; }
.st-btn-line { background: #fff; color: #0d036e !important; border: 1.5px solid #0d036e; }
.st-note, .st-trust, .st-lead { margin: 12px 0 0; color: #4b4f58; }
.st-trust { color: #128c7e; font-weight: 700; }
@media (max-width: 767px) {
  .st-grid { grid-template-columns: 1fr; }
  .st-actions { flex-direction: column; }
  .st-btn { width: 100%; }
}
.st-header { background:#fff; border-bottom:1px solid #e6eef5; position:sticky; top:0; z-index:50; }
.st-header-row, .st-footer-grid, .st-page .container { width:min(1120px, calc(100% - 32px)); margin:0 auto; }
.st-header-row { display:flex; align-items:center; gap:16px; min-height:74px; }
.st-logo img { height:48px; width:auto; }
.st-nav { display:flex; gap:18px; margin-left:auto; align-items:center; }
.st-nav a { color:#0d036e; font-weight:600; text-decoration:none; }
.st-demo, .st-btn { background:linear-gradient(90deg,#25d366,#128c7e); color:#fff !important; border:0; border-radius:999px; padding:10px 16px; font-weight:700; text-decoration:none; display:inline-flex; }
.st-nav-toggle { position:absolute; opacity:0; pointer-events:none; }
.st-burger { display:none; }
.st-footer { background:#07145a; color:#fff; padding:40px 0 16px; margin-top:40px; }
.st-footer a, .st-footer p { color:#dbe7ff; text-decoration:none; display:block; margin:6px 0; }
.st-footer h2 { color:#fff; font-size:16px; }
.st-footer img { height:42px; width:auto; margin-bottom:8px; }
.st-footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:24px; }
.st-copy { padding-top:16px; color:#9db0d8; }
.st-page { padding:48px 0 24px; }
.st-kicker { color:#0b5ed7; font-weight:700; }
.st-stories, .st-form { display:grid; gap:16px; }
.st-stories article, .st-form { background:#fff; border:1px solid #e6eef5; border-radius:16px; padding:18px; }
.st-form input, .st-form textarea { width:100%; border:1px solid #d7e2ee; border-radius:10px; padding:12px; font:inherit; }
.st-demo-wrap { max-width:640px; }
.mhq-about-section, .mhq-top-category-section, .skillturn-bundles, .mhq-team-section, .mhq-news-section1, .mouseCursor { display:none !important; }
@media (max-width: 900px) {
  .st-burger { display:inline-flex; margin-left:auto; background:#07145a; color:#fff; border-radius:8px; padding:8px 12px; }
  .st-nav { display:none; position:absolute; left:0; right:0; top:74px; background:#fff; padding:12px 16px; border-bottom:1px solid #e6eef5; }
  .st-nav-toggle:checked ~ .st-nav { display:flex; flex-direction:column; }
  .st-footer-grid { grid-template-columns:1fr; }
  .st-actions .st-demo { display:none; }
  .st-nav .st-demo { display:inline-flex; }
}
.st-home, .st-home p, .st-home li, .st-home a { font-size: 15px; line-height: 1.6; }
.st-home h1 { font-size: 43.5px !important; line-height: 1.15 !important; font-weight: 800 !important; color: #000 !important; margin: 14px 0 18px; }
.st-home h1 span { background: linear-gradient(90deg,#7c5cff,#0b5ed7); -webkit-background-clip: text; background-clip: text; color: transparent; }
.st-home h2 { font-size: 34px !important; line-height: 1.2 !important; font-weight: 800 !important; color: #0d036e !important; margin: 0 0 16px; }
.st-home h3 { font-size: 16px !important; font-weight: 700 !important; color: #0d036e !important; margin: 0 0 8px; }
.st-wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.st-home section { padding: 42px 0; }
.st-band { background: #f4f7fb; }
.st-pill, .st-kicker { display:inline-block; background:#e8f1fb; color:#0b5ed7; border-radius:999px; padding:8px 14px; font-size:14px !important; font-weight:700; }
.st-split, .st-cards, .st-days { display:grid; gap:14px; }
.st-split { grid-template-columns: 1fr 1fr; }
.st-cards { grid-template-columns: repeat(4, 1fr); }
.st-box, .st-cards article, .st-term { background:#fff; border:1px solid #e6eef5; border-radius:18px; padding:16px; }
.st-box h3 { font-size: 11px !important; letter-spacing:.04em; text-transform:uppercase; color:#64748b !important; }
.st-tags { display:flex; flex-wrap:wrap; gap:8px; }
.st-tags a, .st-tags span { border:1px solid #e6eef5; border-radius:999px; padding:8px 12px; font-size:14px !important; color:#0b2a5a; text-decoration:none; font-weight:600; }
.st-cta-row { display:flex; flex-wrap:wrap; gap:12px; margin:18px 0; }
.st-btn { background:linear-gradient(90deg,#094bb5,#0b5ed7) !important; color:#fff !important; border-radius:12px; padding:12px 20px; font-size:15px !important; font-weight:700; text-decoration:none; }
.st-btn-line { background:#fff !important; color:#0d036e !important; border:1.5px solid #0d036e; }
.st-date, .st-trust { color:#128c7e; font-weight:700; }
.st-term ul { margin:8px 0 0; padding-left:18px; }
.st-header-row { width:min(1180px, calc(100% - 24px)); margin:0 auto; }
.st-nav { gap:14px; font-size:14px; }
.st-login { background:linear-gradient(90deg,#094bb5,#0b5ed7); color:#fff !important; border-radius:999px; padding:10px 16px; font-weight:700; text-decoration:none; font-size:14px; }
.st-login-mobile { display:none; }
.st-actions { display:flex; gap:8px; align-items:center; }
@media (max-width: 900px) {
  .st-home h1 { font-size: 35.5px !important; }
  .st-home h2 { font-size: 23px !important; }
  .st-split, .st-cards { grid-template-columns: 1fr; }
  .st-home .st-btn { width:100%; justify-content:center; }
  .st-actions { display:flex !important; }
  .st-login-mobile { display:inline-flex; }
  .st-nav { font-size:16px; }
}
.st-header, .st-home, .st-footer { font-family: Poppins, Roboto, Arial, sans-serif; }
.st-header-row { position: relative; }
.st-nav a { font-size: 13px; white-space: nowrap; }
.st-actions { display: flex !important; align-items: center; gap: 8px; flex: 0 0 auto; }
.st-actions .st-login { width: auto !important; }
.st-lead { max-width: 760px; color: #4b4f58; }
.st-days { grid-template-columns: repeat(4, 1fr); }
.st-days article { background: #fff; border-radius: 18px; padding: 16px; border: 1px solid #e6eef5; }
.st-days strong { display: block; font-size: 22px; color: #0d036e; }
.st-days span { color: #0b5ed7; font-weight: 700; font-size: 14px; }
.st-way { grid-template-columns: repeat(5, 1fr); }
.st-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.st-steps article { background: #fff; border: 1px solid #e6eef5; border-radius: 18px; padding: 16px; }
.st-steps b { display: inline-flex; width: 28px; height: 28px; border-radius: 50%; background: #0b5ed7; color: #fff; align-items: center; justify-content: center; font-size: 13px; margin-bottom: 8px; }
.st-alumni { display: flex; flex-wrap: wrap; gap: 18px 28px; }
.st-alumni span { font-size: 22px; font-weight: 800; color: #0d036e; }
.st-course-grid, .st-stories { grid-template-columns: repeat(3, 1fr); }
.st-role { color: #0b5ed7 !important; font-weight: 700; }
.st-table { width: 100%; border-collapse: collapse; background: #fff; }
.st-table th, .st-table td { border-bottom: 1px solid #e6eef5; padding: 12px; text-align: left; vertical-align: top; font-size: 14px; }
.st-table th { color: #0d036e; font-weight: 700; }
.st-table-wrap { overflow-x: auto; }
.st-faq details { background: #fff; border: 1px solid #e6eef5; border-radius: 14px; padding: 12px 16px; margin: 8px 0; }
.st-faq summary { font-weight: 700; color: #0d036e; cursor: pointer; font-size: 15px; }
.st-ticks { margin: 12px 0 0; padding: 0; list-style: none; }
.st-ticks li { position: relative; padding-left: 22px; margin: 6px 0; }
.st-ticks li:before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: #0b5ed7; }
.st-two { columns: 2; }
.st-sub { margin-top: 28px !important; }
.st-hero { background: linear-gradient(180deg, #f3f8ff, #fff 72%); }
.st-final { background: #07145a; color: #fff; }
.st-final h2, .st-final p, .st-final li { color: #fff !important; }
@media (max-width: 1100px) {
  .st-burger { display: inline-flex !important; margin-left: auto; background: #07145a; color: #fff; border-radius: 8px; padding: 8px 12px; }
  .st-nav { display: none; position: absolute; left: 0; right: 0; top: 74px; background: #fff; padding: 12px 16px; border-bottom: 1px solid #e6eef5; z-index: 40; }
  .st-nav-toggle:checked ~ .st-nav { display: flex !important; flex-direction: column; align-items: flex-start; }
  .st-way, .st-steps, .st-course-grid, .st-stories, .st-days { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .st-home h1 { font-size: 32px !important; }
  .st-home h2 { font-size: 23px !important; }
  .st-way, .st-steps, .st-course-grid, .st-stories, .st-days, .st-split, .st-cards { grid-template-columns: 1fr !important; }
  .st-two { columns: 1; }
  .st-actions .st-demo { display: none !important; }
  .st-actions { display: flex !important; }
  .st-nav-toggle:checked ~ .st-nav .st-login-mobile,
  .st-nav-toggle:checked ~ .st-nav .st-nav-demo { display: inline-flex !important; width: auto !important; }
  body { overflow-x: hidden; }
}
.st-nav-demo { display: none !important; }
.st-nav-toggle:checked ~ .st-nav .st-nav-demo { display: inline-flex !important; width: auto !important; }
@media (max-width: 700px) {
  .st-home h1 { font-size: 35.5px !important; }
}
.login-logo img{width:auto !important;max-width:240px !important;height:72px !important;}

.login-logo img,.register-logo img{width:auto !important;max-width:260px !important;height:78px !important;}
