/*
Theme Name: ITM Computer College
Theme URI: https://itmcomputercollege.com
Author: ITM Computer College
Description: Premium, responsive WordPress theme for ITM Computer College, Kannauj.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: itm-college
*/

:root {
  --itm-navy: #071a45;
  --itm-navy-dark: #05122f;
  --itm-blue: #0b49a3;
  --itm-blue-soft: #eaf2ff;
  --itm-orange: #ff6a1a;
  --itm-orange-dark: #e8550c;
  --itm-ink: #091632;
  --itm-muted: #65728a;
  --itm-line: #dde5f0;
  --itm-surface: #f7f9fc;
  --itm-white: #fff;
  --itm-shadow: 0 20px 60px rgba(7, 26, 69, .11);
  --itm-radius: 28px;
  --itm-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--itm-surface);
  color: var(--itm-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.admin-bar .itm-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; margin: 0; padding: 12px; z-index: 99999; background: #fff; color: #000; }
.itm-container { width: min(calc(100% - 40px), var(--itm-container)); margin-inline: auto; }
.itm-section { padding: 104px 0; }
.itm-section-kicker { margin: 0 0 12px; color: var(--itm-blue); font-size: 12px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.itm-section-kicker--orange { color: #ff955d; }
.itm-section-title { margin: 0; color: var(--itm-navy); font-size: clamp(38px, 5vw, 70px); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.itm-section-title--white { color: #fff; }
.itm-section-lead { max-width: 520px; margin: 0; color: var(--itm-muted); font-size: 17px; line-height: 1.85; }
.itm-section-lead--light { color: #b5c5df; }
.itm-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.itm-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 13px 25px; background: var(--itm-blue); color: #fff; font-weight: 900; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.itm-btn:hover { transform: translateY(-2px); background: #07377c; box-shadow: 0 12px 30px rgba(11,73,163,.2); color: #fff; }
.itm-btn--orange { background: var(--itm-orange); }
.itm-btn--orange:hover { background: var(--itm-orange-dark); }
.itm-btn--outline { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.05); color: #fff; }
.itm-btn--outline:hover { background: #fff; color: var(--itm-navy); }
.itm-btn--block { width: 100%; border-radius: 14px; }
.itm-topbar { background: var(--itm-orange); color: #fff; padding: 8px 20px; text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.itm-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(221,229,240,.9); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.itm-header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; }
.itm-brand { display: flex; align-items: center; gap: 12px; }
.itm-brand-logo { width: 58px; height: 58px; object-fit: contain; }
.itm-brand-name { color: var(--itm-navy); font-size: 19px; font-weight: 950; letter-spacing: -.03em; line-height: 1; }
.itm-brand-tag { margin-top: 7px; color: var(--itm-orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .28em; line-height: 1; text-transform: uppercase; }
.itm-nav { display: flex; align-items: center; gap: 28px; }
.itm-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.itm-nav a { color: #3d4c68; font-size: 14px; font-weight: 800; transition: color .2s ease; }
.itm-nav a:hover, .itm-nav .current-menu-item > a { color: var(--itm-blue); }
.itm-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--itm-line); border-radius: 12px; background: #fff; color: var(--itm-navy); cursor: pointer; }
.itm-hero { position: relative; overflow: hidden; background: var(--itm-navy); color: #fff; }
.itm-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(79,140,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(79,140,255,.13) 1px, transparent 1px); background-size: 42px 42px; content: ""; opacity: .45; }
.itm-hero::after { position: absolute; top: -130px; right: -120px; width: 500px; height: 500px; border-radius: 50%; background: rgba(12,91,201,.3); filter: blur(80px); content: ""; }
.itm-hero-inner { position: relative; z-index: 2; display: grid; min-height: 690px; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 70px; padding: 90px 0; }
.itm-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 8px 15px; background: rgba(255,255,255,.09); color: #bcd5ff; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.itm-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--itm-orange); box-shadow: 0 0 0 5px rgba(255,106,26,.15); }
.itm-hero h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 6vw, 82px); font-weight: 950; letter-spacing: -.06em; line-height: .96; }
.itm-hero h1 span { color: #ff7a32; }
.itm-hero-lead { max-width: 670px; margin: 28px 0 0; color: #c6d4ed; font-size: clamp(18px, 2vw, 21px); line-height: 1.7; }
.itm-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.itm-hero-points { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 36px; color: #d8e4f7; font-size: 14px; font-weight: 800; }
.itm-check { color: #ff7a32; font-weight: 950; }
.itm-terminal-wrap { position: relative; }
.itm-terminal-wrap::before { position: absolute; top: -20px; left: -20px; width: 100%; height: 100%; border: 1px solid rgba(77,128,202,.4); border-radius: 40px; content: ""; }
.itm-terminal { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 40px; padding: 20px; background: #0b285d; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.itm-terminal-bar { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 15px; color: #86a9df; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; }
.itm-terminal-dot { width: 10px; height: 10px; border-radius: 50%; background: #ff6a1a; }
.itm-terminal-dot:nth-child(2) { background: #ffc04a; }
.itm-terminal-dot:nth-child(3) { margin-right: 10px; background: #48d08b; }
.itm-code { padding: 30px 8px; color: #91a9cc; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: clamp(13px, 1.3vw, 16px); line-height: 2.15; }
.itm-code strong { color: #74b7ff; }
.itm-code em { color: #ff9b65; font-style: normal; }
.itm-code b { color: #63e6a5; }
.itm-code-indent { padding-left: 24px; }
.itm-code-indent2 { padding-left: 48px; }
.itm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.itm-stat { border-radius: 17px; padding: 16px 10px; background: rgba(255,255,255,.07); text-align: center; }
.itm-stat strong { display: block; color: #fff; font-size: 23px; line-height: 1.1; }
.itm-stat span { display: block; margin-top: 6px; color: #8eadde; font-size: 9px; font-weight: 900; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.itm-trustbar { border-bottom: 1px solid #dfe6f0; background: #fff; }
.itm-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 34px 0; }
.itm-trust-item { display: flex; gap: 14px; padding: 10px; }
.itm-icon-box { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 13px; background: var(--itm-blue-soft); color: var(--itm-blue); font-size: 16px; font-weight: 950; }
.itm-trust-item h3 { margin: 0; color: var(--itm-ink); font-size: 15px; font-weight: 900; }
.itm-trust-item p { margin: 4px 0 0; color: var(--itm-muted); font-size: 13px; line-height: 1.55; }
.itm-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.itm-course-card { position: relative; border: 1px solid var(--itm-line); border-radius: var(--itm-radius); padding: 26px; background: #fff; box-shadow: 0 4px 10px rgba(7,26,69,.02); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.itm-course-card:hover { transform: translateY(-5px); border-color: #b6cdf0; box-shadow: 0 24px 50px rgba(7,26,69,.09); }
.itm-course-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.itm-course-code { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: var(--itm-blue-soft); color: var(--itm-blue); font-size: 13px; font-weight: 950; }
.itm-course-badge { border-radius: 999px; padding: 5px 10px; background: #fff1e8; color: #df5613; font-size: 11px; font-weight: 900; }
.itm-course-card h3 { margin: 28px 0 0; color: var(--itm-ink); font-size: 20px; font-weight: 900; letter-spacing: -.025em; line-height: 1.35; }
.itm-course-card p { min-height: 52px; margin: 12px 0 0; color: var(--itm-muted); font-size: 14px; line-height: 1.7; }
.itm-card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; color: var(--itm-blue); font-size: 13px; font-weight: 900; }
.itm-dark-section { background: #081a42; color: #fff; }
.itm-university-tabs { margin-top: 48px; }
.itm-tab-buttons { display: flex; gap: 7px; margin-bottom: 20px; }
.itm-tab-button { border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 12px 20px; background: rgba(255,255,255,.06); color: #fff; font-weight: 900; cursor: pointer; }
.itm-tab-button.is-active { background: #fff; color: var(--itm-navy); }
.itm-tab-panel { display: none; grid-template-columns: .7fr 1.3fr; gap: 40px; border: 1px solid rgba(255,255,255,.1); border-radius: 32px; padding: 38px; background: rgba(255,255,255,.055); }
.itm-tab-panel.is-active { display: grid; }
.itm-tab-panel h3 { margin: 5px 0 0; font-size: 30px; font-weight: 950; letter-spacing: -.035em; }
.itm-tab-panel p { color: #b7c7e0; }
.itm-program-chip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.itm-program-chip { display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 12px 14px; background: #10295a; color: #e4edfb; font-size: 14px; font-weight: 800; }
.itm-director-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
.itm-director-photo-wrap { position: relative; max-width: 430px; margin: auto; }
.itm-director-photo-wrap::after { position: absolute; z-index: 0; right: -20px; bottom: -20px; width: 100%; height: 100%; border-radius: 36px; background: var(--itm-orange); content: ""; }
.itm-director-photo { position: relative; z-index: 1; overflow: hidden; border: 8px solid var(--itm-blue-soft); border-radius: 36px; background: var(--itm-blue-soft); }
.itm-director-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.itm-experience-badge { position: absolute; z-index: 2; left: -22px; bottom: 32px; border-radius: 17px; padding: 15px 18px; background: var(--itm-navy); color: #fff; box-shadow: var(--itm-shadow); }
.itm-experience-badge strong { display: block; color: #ff7a32; font-size: 26px; line-height: 1; }
.itm-experience-badge span { display: block; margin-top: 4px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.itm-director-quote { margin: 28px 0 0; border-left: 4px solid var(--itm-orange); padding-left: 22px; color: #34435f; font-size: 20px; font-weight: 700; line-height: 1.75; }
.itm-director-name { margin: 30px 0 0; color: var(--itm-navy); font-size: 24px; font-weight: 950; }
.itm-director-role { margin: 4px 0 0; color: var(--itm-orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.itm-verify-section { background: #edf3fb; }
.itm-verify-card { display: grid; max-width: 1100px; grid-template-columns: .88fr 1.12fr; overflow: hidden; border-radius: 36px; background: #fff; box-shadow: var(--itm-shadow); }
.itm-verify-intro { padding: 45px; background: var(--itm-blue); color: #fff; }
.itm-verify-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; background: rgba(255,255,255,.12); font-size: 24px; }
.itm-verify-intro h2 { margin: 28px 0 0; font-size: 38px; font-weight: 950; letter-spacing: -.04em; line-height: 1.1; }
.itm-verify-intro p { color: #c7dafa; }
.itm-verify-points { margin: 26px 0 0; padding: 0; list-style: none; }
.itm-verify-points li { margin-top: 10px; color: #e5efff; font-size: 14px; font-weight: 800; }
.itm-verify-form-wrap { padding: 45px; }
.itm-verify-form-wrap label { display: block; margin: 0 0 18px; color: #263653; font-size: 14px; font-weight: 900; }
.itm-field, .itm-select, .itm-textarea { width: 100%; min-height: 50px; margin-top: 7px; border: 1px solid #cad6e7; border-radius: 13px; padding: 12px 14px; background: #fff; color: var(--itm-ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.itm-field:focus, .itm-select:focus, .itm-textarea:focus { border-color: var(--itm-blue); box-shadow: 0 0 0 4px rgba(11,73,163,.11); }
.itm-form-note { color: #79869b; font-size: 12px; line-height: 1.7; }
.itm-contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 36px; padding: 55px 64px; background: var(--itm-orange); color: #fff; }
.itm-contact-cta h2 { margin: 8px 0 0; font-size: clamp(38px, 5vw, 60px); font-weight: 950; letter-spacing: -.05em; line-height: 1; }
.itm-contact-links { display: grid; min-width: 330px; gap: 10px; }
.itm-contact-link { display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; padding: 15px 18px; font-weight: 900; }
.itm-contact-link:first-child { border-color: #fff; background: #fff; color: var(--itm-navy); }
.itm-footer { padding: 65px 0 25px; background: var(--itm-navy-dark); color: #fff; }
.itm-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 60px; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 44px; }
.itm-footer h3 { margin: 0; font-size: 15px; }
.itm-footer p, .itm-footer a { color: #9fb1ce; font-size: 13px; }
.itm-footer-links { display: grid; gap: 10px; margin-top: 17px; }
.itm-footer-brand { margin-bottom: 18px; }
.itm-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #7f92b0; font-size: 12px; }
.itm-page-hero { position: relative; overflow: hidden; padding: 88px 0; background: var(--itm-navy); color: #fff; }
.itm-page-hero::after { position: absolute; right: -80px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%; background: rgba(11,73,163,.6); filter: blur(70px); content: ""; }
.itm-page-hero .itm-container { position: relative; z-index: 1; }
.itm-page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(44px, 6vw, 72px); font-weight: 950; letter-spacing: -.055em; line-height: 1; }
.itm-page-hero p { max-width: 730px; margin: 20px 0 0; color: #c1cfe5; font-size: 18px; line-height: 1.8; }
.itm-page-content { padding: 80px 0 100px; }
.itm-prose { max-width: 820px; }
.itm-prose h2, .itm-prose h3 { color: var(--itm-navy); letter-spacing: -.03em; }
.itm-filter-bar { display: flex; gap: 12px; margin-bottom: 28px; }
.itm-search { width: min(100%, 440px); min-height: 50px; border: 1px solid var(--itm-line); border-radius: 14px; padding: 12px 16px; background: #fff; }
.itm-fee-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.itm-fee-tab { border: 1px solid var(--itm-line); border-radius: 999px; padding: 10px 17px; background: #fff; color: #44536d; font-weight: 850; cursor: pointer; }
.itm-fee-tab.is-active { border-color: var(--itm-blue); background: var(--itm-blue); color: #fff; }
.itm-table-wrap { overflow-x: auto; border: 1px solid var(--itm-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(7,26,69,.04); }
.itm-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.itm-table th, .itm-table td { border-bottom: 1px solid #e9eef5; padding: 15px 16px; text-align: left; vertical-align: top; }
.itm-table th { background: #eef4fd; color: var(--itm-navy); font-size: 12px; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.itm-table td { color: #4e5d75; font-size: 14px; }
.itm-table tr:last-child td { border-bottom: 0; }
.itm-table td strong { color: var(--itm-ink); }
.itm-fee-note { margin-top: 22px; border-left: 4px solid var(--itm-orange); border-radius: 0 14px 14px 0; padding: 16px 18px; background: #fff8f3; color: #6c4b39; font-size: 13px; line-height: 1.7; }
.itm-about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.itm-value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.itm-value-card { border: 1px solid var(--itm-line); border-radius: 20px; padding: 24px; background: #fff; }
.itm-value-card h3 { margin: 0; color: var(--itm-navy); font-size: 18px; }
.itm-value-card p { margin-bottom: 0; color: var(--itm-muted); font-size: 14px; }
.itm-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; }
.itm-contact-card { border: 1px solid var(--itm-line); border-radius: 28px; padding: 32px; background: #fff; }
.itm-contact-card h2 { margin-top: 0; color: var(--itm-navy); }
.itm-contact-detail { display: flex; gap: 13px; margin-top: 20px; }
.itm-map { overflow: hidden; min-height: 420px; border-radius: 28px; background: #e8eef7; }
.itm-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }
.itm-content-card { border: 1px solid var(--itm-line); border-radius: 28px; padding: 32px; background: #fff; }
.itm-empty { border: 1px dashed #b9c8dc; border-radius: 18px; padding: 35px; background: #fff; text-align: center; }

@media (max-width: 1050px) {
  .itm-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; align-items: stretch; border-top: 1px solid var(--itm-line); padding: 18px 20px 22px; background: #fff; box-shadow: 0 20px 40px rgba(7,26,69,.1); }
  .itm-nav.is-open { display: block; }
  .itm-nav ul { display: grid; gap: 3px; }
  .itm-nav a { display: block; border-radius: 10px; padding: 10px 12px; }
  .itm-nav .itm-btn { display: inline-flex; margin-top: 12px; color: #fff; }
  .itm-menu-toggle { display: grid; place-items: center; }
  .itm-hero-inner { grid-template-columns: 1fr; gap: 55px; }
  .itm-terminal-wrap { width: min(100%, 600px); margin-inline: auto; }
  .itm-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .itm-director-grid { gap: 55px; }
}

@media (max-width: 780px) {
  body.admin-bar .itm-header { top: 46px; }
  .itm-container { width: min(calc(100% - 30px), var(--itm-container)); }
  .itm-section { padding: 72px 0; }
  .itm-section-head { align-items: flex-start; flex-direction: column; gap: 22px; }
  .itm-brand-name { font-size: 16px; }
  .itm-brand-logo { width: 48px; height: 48px; }
  .itm-hero-inner { min-height: auto; padding: 70px 0; }
  .itm-hero h1 { font-size: clamp(45px, 13vw, 64px); }
  .itm-card-grid { grid-template-columns: 1fr; }
  .itm-tab-panel, .itm-director-grid, .itm-verify-card, .itm-about-grid, .itm-contact-grid { grid-template-columns: 1fr; }
  .itm-program-chip-grid { grid-template-columns: 1fr; }
  .itm-director-photo-wrap { margin-bottom: 24px; }
  .itm-contact-cta { align-items: stretch; flex-direction: column; padding: 40px 28px; }
  .itm-contact-links { min-width: 0; }
  .itm-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .itm-footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .itm-topbar { font-size: 11px; }
  .itm-brand-name { max-width: 200px; font-size: 14px; }
  .itm-brand-tag { font-size: 8px; }
  .itm-eyebrow { align-items: flex-start; border-radius: 16px; font-size: 10px; line-height: 1.5; }
  .itm-hero-actions, .itm-hero-actions .itm-btn { width: 100%; }
  .itm-hero-points { display: grid; }
  .itm-terminal { border-radius: 28px; padding: 15px; }
  .itm-code-indent { padding-left: 14px; }
  .itm-code-indent2 { padding-left: 26px; }
  .itm-stats { gap: 6px; }
  .itm-stat { padding: 13px 5px; }
  .itm-stat strong { font-size: 19px; }
  .itm-trust-grid { grid-template-columns: 1fr; }
  .itm-tab-panel { padding: 25px; }
  .itm-director-photo-wrap::after { right: -10px; bottom: -10px; }
  .itm-experience-badge { left: -8px; }
  .itm-verify-intro, .itm-verify-form-wrap { padding: 30px 24px; }
  .itm-value-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
