/*
Theme Name: BEC Corporate Home
Theme URI: https://bishwakarmaeduconsultant.com/
Author: Bishwakarma Edu Consultant
Description: A clean, responsive corporate theme for Bishwakarma Edu Consultant. Designed as a theme-only homepage layer; it does not register or modify plugin data.
Version: 1.1.0
Text Domain: bec-corporate
*/

:root{
  --bec-navy:#102a43;
  --bec-blue:#1464f4;
  --bec-cyan:#16a6d8;
  --bec-green:#12a36b;
  --bec-orange:#f59e0b;
  --bec-bg:#f6f9fc;
  --bec-text:#182230;
  --bec-muted:#637083;
  --bec-white:#fff;
  --bec-border:#e6ebf2;
  --bec-radius:20px;
  --bec-shadow:0 14px 40px rgba(16,42,67,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bec-text);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.bec-container{width:min(1180px,92%);margin:auto}
.bec-topbar{background:var(--bec-navy);color:#fff;font-size:13px}
.bec-topbar .bec-container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.bec-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--bec-border)}
.bec-nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bec-brand{display:flex;align-items:center;gap:12px;font-weight:800}
.bec-brand img{max-height:54px;width:auto}
.bec-brand-text{line-height:1.15}
.bec-brand-text strong{display:block;font-size:18px;color:var(--bec-navy)}
.bec-brand-text span{display:block;font-size:11px;color:var(--bec-muted);letter-spacing:.08em;text-transform:uppercase}
.bec-menu{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;font-size:14px;font-weight:650}
.bec-menu a:hover{color:var(--bec-blue)}
.bec-menu .current-menu-item>a{color:var(--bec-blue)}
.bec-nav-cta{background:var(--bec-blue)!important;color:#fff!important;padding:10px 16px;border-radius:10px}
.bec-mobile-toggle{display:none;border:1px solid var(--bec-border);background:#fff;border-radius:10px;padding:9px 12px;font-size:18px}
.bec-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#eef6ff 0%,#fff 52%,#eefcf8 100%);padding:92px 0 76px}
.bec-hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(20,100,244,.08);right:-150px;top:-170px}
.bec-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;position:relative}
.bec-eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#e3efff;color:#1257c8;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.bec-hero h1{font-size:clamp(40px,5vw,68px);line-height:1.06;margin:18px 0;color:var(--bec-navy);letter-spacing:-.04em}
.bec-hero h1 span{color:var(--bec-blue)}
.bec-hero p{font-size:18px;color:var(--bec-muted);max-width:680px}
.bec-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.bec-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s}
.bec-btn:hover{transform:translateY(-1px)}
.bec-btn-primary{background:var(--bec-blue);color:#fff;box-shadow:0 10px 24px rgba(20,100,244,.22)}
.bec-btn-secondary{background:#fff;border-color:var(--bec-border);color:var(--bec-navy)}
.bec-hero-card{background:#fff;border:1px solid var(--bec-border);border-radius:28px;padding:28px;box-shadow:var(--bec-shadow)}
.bec-hero-card h3{margin:0 0 6px;color:var(--bec-navy)}
.bec-hero-card p{font-size:14px;margin:0 0 18px}
.bec-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bec-mini{padding:17px;border-radius:16px;background:var(--bec-bg);border:1px solid var(--bec-border)}
.bec-mini strong{display:block;color:var(--bec-navy);font-size:15px}
.bec-mini span{font-size:12px;color:var(--bec-muted)}
.bec-section{padding:82px 0}
.bec-section.alt{background:var(--bec-bg)}
.bec-section-head{text-align:center;max-width:760px;margin:0 auto 40px}
.bec-section-head .eyebrow{color:var(--bec-blue);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.bec-section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.15;color:var(--bec-navy);margin:8px 0 12px}
.bec-section-head p{color:var(--bec-muted);margin:0}
.bec-services{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.bec-card{background:#fff;border:1px solid var(--bec-border);border-radius:var(--bec-radius);padding:25px;box-shadow:0 8px 25px rgba(16,42,67,.05);height:100%;transition:.2s}
.bec-card:hover{transform:translateY(-4px);box-shadow:var(--bec-shadow)}
.bec-icon{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:#eaf2ff;color:var(--bec-blue);font-size:23px;margin-bottom:18px}
.bec-card h3{margin:0 0 8px;color:var(--bec-navy);font-size:19px}
.bec-card p{margin:0;color:var(--bec-muted);font-size:14px}
.bec-card-link{display:inline-block;margin-top:18px;color:var(--bec-blue);font-weight:800;font-size:13px}
.bec-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:stretch}
.bec-feature{padding:35px;border-radius:24px;background:var(--bec-navy);color:#fff}
.bec-feature h2{font-size:34px;line-height:1.2;margin:0 0 12px}
.bec-feature p{color:#d7e3f1}
.bec-checks{list-style:none;padding:0;margin:22px 0 0}
.bec-checks li{padding:9px 0 9px 28px;position:relative;color:#eef5fb}
.bec-checks li:before{content:"✓";position:absolute;left:0;color:#64d6aa;font-weight:900}
.bec-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.bec-step{padding:24px;border:1px solid var(--bec-border);border-radius:18px}
.bec-step-num{font-size:13px;font-weight:900;color:var(--bec-blue)}
.bec-step h3{margin:7px 0;color:var(--bec-navy);font-size:18px}
.bec-step p{margin:0;color:var(--bec-muted);font-size:14px}
.bec-cta{padding:54px 0;background:linear-gradient(110deg,var(--bec-blue),#0f86d8);color:#fff}
.bec-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.bec-cta h2{margin:0 0 5px;font-size:34px}
.bec-cta p{margin:0;color:#eaf4ff}
.bec-cta .bec-btn-secondary{border:0}
.bec-footer{background:#0b1d2e;color:#cbd7e4;padding:52px 0 22px}
.bec-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}
.bec-footer h3,.bec-footer h4{color:#fff;margin-top:0}
.bec-footer p,.bec-footer li{font-size:14px}
.bec-footer ul{list-style:none;padding:0;margin:0}
.bec-footer li{margin:7px 0}
.bec-footer a:hover{color:#fff}
.bec-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:13px;display:flex;justify-content:space-between;gap:20px}
.bec-page{padding:65px 0;min-height:55vh}
.bec-page-title{font-size:44px;line-height:1.15;color:var(--bec-navy);margin-top:0}
.bec-content{max-width:900px}
.bec-content a{color:var(--bec-blue);text-decoration:underline}
.bec-content img{border-radius:14px}
.bec-content input,.bec-content textarea,.bec-content select{max-width:100%}
@media(max-width:1000px){
  .bec-menu{gap:12px}
  .bec-services,.bec-steps{grid-template-columns:1fr 1fr}
  .bec-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:780px){
  .bec-topbar .bec-container{justify-content:center;text-align:center}
  .bec-topbar .bec-top-right{display:none}
  .bec-mobile-toggle{display:block}
  .bec-menu{display:none;position:absolute;left:4%;right:4%;top:72px;background:#fff;border:1px solid var(--bec-border);border-radius:16px;padding:12px;box-shadow:var(--bec-shadow);flex-direction:column;align-items:stretch}
  .bec-menu.is-open{display:flex}
  .bec-menu a{display:block;padding:10px}
  .bec-hero{padding:64px 0}
  .bec-hero-grid,.bec-feature-grid{grid-template-columns:1fr}
  .bec-hero h1{font-size:44px}
  .bec-section{padding:60px 0}
  .bec-cta-inner{display:block}
  .bec-cta .bec-actions{margin-top:22px}
}
@media(max-width:520px){
  .bec-services,.bec-steps,.bec-mini-grid,.bec-footer-grid{grid-template-columns:1fr}
  .bec-brand-text span{display:none}
  .bec-hero h1{font-size:38px}
  .bec-footer-bottom{display:block}
}

/* v1.1 — wider service/plugin pages
   Presentation only. These rules expand the theme's page canvas without
   changing plugin PHP, REST endpoints, data, authentication or payments. */
.bec-page-wide,
body.page .bec-page,
body.single .bec-page{
  width:100%;
}
.bec-page > .bec-container{
  width:min(1400px,94%);
}
.bec-content{
  width:100%;
  max-width:none;
}
.bec-content > *{
  max-width:100%;
}
.bec-content > .alignwide{
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
}
.bec-content > .alignfull{
  max-width:none;
  width:100%;
}

/* Common shortcode/plugin wrappers: only presentation width is changed.
   The selectors are intentionally generic and do not alter plugin behavior. */
body.page .bec-content .container,
body.page .bec-content .site-main,
body.page .bec-content .content-area{
  width:100%;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
}

/* Give embedded application interfaces more usable desktop space while
   preserving a readable mobile layout. */
body.page .bec-content [class*="smart-teacher"],
body.page .bec-content [class*="smart_teacher"],
body.page .bec-content [id*="smart-teacher"],
body.page .bec-content [id*="smart_teacher"]{
  max-width:1400px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:780px){
  .bec-page > .bec-container{width:min(94%,680px)}
  body.page .bec-content .container,
  body.page .bec-content .site-main,
  body.page .bec-content .content-area,
  body.page .bec-content [class*="smart-teacher"],
  body.page .bec-content [class*="smart_teacher"],
  body.page .bec-content [id*="smart-teacher"],
  body.page .bec-content [id*="smart_teacher"]{
    width:100%;
    max-width:100%;
  }
}
