.elementor-3259 .elementor-element.elementor-element-91d384c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* ─── GLOBAL STYLES & VARIABLES ─── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --red: #C8102E;
  --red-light: #f5e6e9;
  --red-dark: #9a0c22;
  --navy: #0d2240;
  --navy-mid: #1a3660;
  --navy-light: #e8edf5;
  --gold: #c5921a;
  --gold-light: #fdf3de;
  --white: #ffffff;
  --off-white: #f8f9fc;
  --gray-1: #f2f4f8;
  --gray-2: #e0e4ed;
  --gray-3: #8b93a8;
  --gray-4: #4a5568;
  --text: #1a202c;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --radius: 8px;
  --radius-lg: 14px;
  --shadow: 0 2px 16px rgba(13,34,64,0.08);
  --shadow-md: 0 4px 28px rgba(13,34,64,0.12);
}

.cee-body-wrapper { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.6; font-size: 16px; }
.cee-body-wrapper a { color: inherit; text-decoration: none; }
.cee-body-wrapper img { max-width: 100%; display: block; }

/* ─── UTILITIES ─── */
.cee-container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.cee-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--radius); font-family: var(--font-body); font-size: 15px; font-weight: 600; cursor: pointer; border: none; transition: all 0.2s ease; text-decoration: none; }
.cee-btn-primary { background: var(--red); color: #fff; }
.cee-btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(200,16,46,0.3); }
.cee-btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.cee-btn-outline:hover { background: var(--navy); color: #fff; }
.cee-btn-white { background: #fff; color: var(--navy); }
.cee-btn-white:hover { background: var(--off-white); }
.cee-section-label { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.cee-section-title { font-family: var(--font-display); font-size: clamp(26px, 4vw, 40px); color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
.cee-section-sub { font-size: 17px; color: var(--gray-4); max-width: 600px; line-height: 1.7; }
.cee-text-center { text-align: center; }
.cee-text-center .cee-section-sub { margin: 0 auto; }
.cee-section { padding: 80px 0; }

/* ─── NAV ─── */
.cee-nav { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--gray-2); }
.cee-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.cee-nav-logo { display: flex; align-items: center; gap: 10px; }
.cee-nav-logo-icon { width: 36px; height: 36px; background: var(--red); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.cee-nav-logo-icon svg { width: 22px; height: 22px; fill: white; }
.cee-nav-logo-text { font-family: var(--font-display); font-size: 18px; color: var(--navy); line-height: 1.1; }
.cee-nav-logo-text span { display: block; font-size: 11px; font-family: var(--font-body); font-weight: 400; color: var(--gray-3); letter-spacing: 0.5px; }
.cee-nav-links { display: flex; align-items: center; gap: 28px; }
.cee-nav-links a { font-size: 14px; font-weight: 500; color: var(--gray-4); transition: color 0.2s; }
.cee-nav-links a:hover { color: var(--navy); }
.cee-nav-cta { font-size: 14px; }

/* ─── HERO ─── */
.cee-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1e4a7a 100%); color: white; padding: 90px 0 80px; overflow: hidden; position: relative; }
.cee-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.cee-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; }
.cee-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 40px; font-size: 13px; font-weight: 500; margin-bottom: 24px; }
.cee-hero-badge-dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; animation: cee-pulse 2s infinite; }
@keyframes cee-pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.cee-hero h1 { font-family: var(--font-display); font-size: clamp(32px, 5vw, 52px); line-height: 1.15; margin-bottom: 20px; }
.cee-hero h1 em { font-style: normal; color: #93c5fd; }
.cee-hero-sub { font-size: 17px; opacity: 0.85; margin-bottom: 32px; line-height: 1.7; max-width: 480px; }
.cee-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.cee-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cee-hero-stat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 16px 14px; }
.cee-hero-stat-num { font-family: var(--font-display); font-size: 26px; color: white; }
.cee-hero-stat-label { font-size: 12px; opacity: 0.7; margin-top: 2px; }
.cee-hero-card { background: white; border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-md); }
.cee-hero-card-title { font-family: var(--font-display); font-size: 20px; color: var(--navy); margin-bottom: 6px; }
.cee-hero-card-sub { font-size: 14px; color: var(--gray-3); margin-bottom: 20px; }
.cee-hero-form-group { margin-bottom: 14px; }
.cee-hero-form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--gray-4); margin-bottom: 6px; }
.cee-hero-form-group select, .cee-hero-form-group input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--gray-2); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; color: var(--text); background: var(--off-white); transition: border 0.2s; }
.cee-hero-form-group select:focus, .cee-hero-form-group input:focus { outline: none; border-color: var(--red); background: white; }
.cee-hero-form-group input[type="text"]::placeholder { color: var(--gray-3); }
.cee-hero-form-disclaimer { font-size: 11px; color: var(--gray-3); text-align: center; margin-top: 10px; }

/* ─── TRUST BAR ─── */
.cee-trust-bar { background: var(--off-white); border-top: 1px solid var(--gray-2); border-bottom: 1px solid var(--gray-2); padding: 18px 0; }
.cee-trust-inner { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; justify-content: center; }
.cee-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--gray-4); }
.cee-trust-icon { color: var(--red); font-size: 16px; }

/* ─── HOW IT WORKS ─── */
.cee-how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.cee-how-card { background: var(--white); border: 1px solid var(--gray-2); border-radius: var(--radius-lg); padding: 24px 20px; position: relative; transition: box-shadow 0.2s, transform 0.2s; }
.cee-how-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.cee-how-num { width: 36px; height: 36px; background: var(--navy); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.cee-how-card h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.cee-how-card p { font-size: 14px; color: var(--gray-4); line-height: 1.6; }

/* ─── SERVICES ─── */
.cee-services { background: var(--navy); }
.cee-services .cee-section-title { color: white; }
.cee-services .cee-section-label { color: #93c5fd; }
.cee-services .cee-section-sub { color: rgba(255,255,255,0.7); }
.cee-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.cee-service-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 28px 24px; transition: background 0.2s, transform 0.2s; }
.cee-service-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.cee-service-icon { width: 44px; height: 44px; background: var(--red); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.cee-service-icon svg { width: 22px; height: 22px; fill: white; }
.cee-service-card h3 { font-size: 17px; font-weight: 600; color: white; margin-bottom: 10px; }
.cee-service-card p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.65; margin-bottom: 16px; }
.cee-service-link { font-size: 13px; font-weight: 600; color: #93c5fd; display: flex; align-items: center; gap: 4px; }
.cee-service-link:hover { color: white; }

/* ─── IMMIGRATION PROGRAMS ─── */
.cee-programs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.cee-program-card { border: 1px solid var(--gray-2); border-radius: var(--radius-lg); padding: 24px; display: flex; gap: 18px; align-items: flex-start; transition: box-shadow 0.2s, border-color 0.2s; }
.cee-program-card:hover { box-shadow: var(--shadow); border-color: var(--navy-mid); }
.cee-program-badge { min-width: 48px; height: 48px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; }
.cee-program-badge.blue { background: var(--navy-light); }
.cee-program-badge.red { background: var(--red-light); }
.cee-program-badge.gold { background: var(--gold-light); }
.cee-program-badge.green { background: #e8f5e9; }
.cee-program-badge svg { width: 24px; height: 24px; }
.cee-program-badge.blue svg { fill: var(--navy); }
.cee-program-badge.red svg { fill: var(--red); }
.cee-program-badge.gold svg { fill: var(--gold); }
.cee-program-badge.green svg { fill: #2e7d32; }
.cee-program-card h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.cee-program-card p { font-size: 13px; color: var(--gray-4); line-height: 1.6; }
.cee-program-tag { display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 600; background: var(--navy-light); color: var(--navy); padding: 3px 10px; border-radius: 20px; letter-spacing: 0.5px; }

/* ─── CRS TOOL ─── */
.cee-crs-section { background: var(--gray-1); }
.cee-crs-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.cee-crs-tool { background: white; border: 1px solid var(--gray-2); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.cee-crs-tool h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.cee-crs-tool p { font-size: 14px; color: var(--gray-3); margin-bottom: 20px; }
.cee-crs-field { margin-bottom: 14px; }
.cee-crs-field label { display: block; font-size: 13px; font-weight: 600; color: var(--gray-4); margin-bottom: 6px; }
.cee-crs-field select { width: 100%; padding: 10px 12px; border: 1.5px solid var(--gray-2); border-radius: var(--radius); font-size: 14px; color: var(--text); background: var(--off-white); font-family: var(--font-body); }
.cee-crs-result { background: var(--navy-light); border-radius: var(--radius); padding: 16px; text-align: center; margin-top: 18px; }
.cee-crs-score { font-family: var(--font-display); font-size: 48px; color: var(--navy); }
.cee-crs-score-label { font-size: 13px; color: var(--gray-4); margin-top: 2px; }
.cee-crs-note { font-size: 11px; color: var(--gray-3); text-align: center; margin-top: 10px; }
.cee-faq-list { margin-top: 20px; }
.cee-faq-item { border-bottom: 1px solid var(--gray-2); padding: 16px 0; }
.cee-faq-item:first-child { border-top: 1px solid var(--gray-2); }
.cee-faq-q { font-size: 15px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.cee-faq-q::after { content: '+'; font-size: 20px; color: var(--red); font-weight: 300; }
.cee-faq-a { font-size: 14px; color: var(--gray-4); line-height: 1.65; margin-top: 10px; display: none; }
.cee-faq-item.open .cee-faq-a { display: block; }
.cee-faq-item.open .cee-faq-q::after { content: '−'; }

/* ─── OCCUPATIONS ─── */
.cee-occ-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.cee-occ-cat { background: white; border: 1px solid var(--gray-2); border-radius: var(--radius-lg); padding: 20px 16px; text-align: center; transition: all 0.2s; cursor: pointer; }
.cee-occ-cat:hover { border-color: var(--navy); box-shadow: var(--shadow); transform: translateY(-2px); }
.cee-occ-cat-icon { font-size: 28px; margin-bottom: 10px; }
.cee-occ-cat h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.cee-occ-cat p { font-size: 12px; color: var(--gray-3); }
.cee-occ-search { max-width: 500px; margin: 32px auto 0; display: flex; gap: 10px; }
.cee-occ-search input { flex: 1; padding: 12px 16px; border: 1.5px solid var(--gray-2); border-radius: var(--radius); font-size: 14px; font-family: var(--font-body); }
.cee-occ-search input:focus { outline: none; border-color: var(--navy); }

/* ─── TESTIMONIALS ─── */
.cee-testimonials { background: var(--off-white); }
.cee-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.cee-testi-card { background: white; border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--gray-2); }
.cee-testi-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; letter-spacing: 1px; }
.cee-testi-text { font-size: 14px; color: var(--gray-4); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.cee-testi-author { display: flex; align-items: center; gap: 10px; }
.cee-testi-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--navy-light); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--navy); }
.cee-testi-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.cee-testi-from { font-size: 12px; color: var(--gray-3); }
.cee-testi-flag { font-size: 16px; }

/* ─── RESOURCES ─── */
.cee-resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.cee-resource-card { background: white; border: 1px solid var(--gray-2); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow 0.2s; }
.cee-resource-card:hover { box-shadow: var(--shadow-md); }
.cee-resource-thumb { height: 120px; display: flex; align-items: center; justify-content: center; font-size: 40px; }
.cee-resource-thumb.blue { background: var(--navy-light); }
.cee-resource-thumb.red { background: var(--red-light); }
.cee-resource-thumb.gold { background: var(--gold-light); }
.cee-resource-body { padding: 18px; }
.cee-resource-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--red); margin-bottom: 6px; }
.cee-resource-body h4 { font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.4; margin-bottom: 8px; }
.cee-resource-body p { font-size: 13px; color: var(--gray-4); line-height: 1.6; margin-bottom: 12px; }
.cee-resource-link { font-size: 13px; font-weight: 600; color: var(--red); display: flex; align-items: center; gap: 4px; }

/* ─── FINAL CTA ─── */
.cee-final-cta { background: linear-gradient(135deg, var(--red) 0%, #9a0c22 100%); color: white; padding: 80px 0; text-align: center; }
.cee-final-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); margin-bottom: 16px; }
.cee-final-cta p { font-size: 17px; opacity: 0.88; max-width: 520px; margin: 0 auto 32px; line-height: 1.7; }
.cee-final-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ─── FOOTER ─── */
.cee-footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 48px 0 28px; }
.cee-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.cee-footer-logo { font-family: var(--font-display); font-size: 18px; color: white; margin-bottom: 12px; }
.cee-footer-tagline { font-size: 14px; line-height: 1.6; margin-bottom: 16px; }
.cee-footer-social { display: flex; gap: 12px; }
.cee-footer-social a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: background 0.2s; }
.cee-footer-social a:hover { background: rgba(255,255,255,0.1); }
.cee-footer-col h5 { font-size: 13px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.cee-footer-col ul { list-style: none; }
.cee-footer-col ul li { margin-bottom: 8px; }
.cee-footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.cee-footer-col ul li a:hover { color: white; }
.cee-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.cee-footer-bottom p { font-size: 12px; }
.cee-footer-disclaimer { font-size: 11px; opacity: 0.5; max-width: 500px; line-height: 1.5; }

/* ─── RESPONSIVE RULES ─── */
@media (max-width: 900px) {
  .cee-hero-inner { grid-template-columns: 1fr; }
  .cee-hero-card { display: none; }
  .cee-how-grid { grid-template-columns: repeat(2, 1fr); }
  .cee-services-grid { grid-template-columns: 1fr 1fr; }
  .cee-programs-grid { grid-template-columns: 1fr; }
  .cee-testi-grid { grid-template-columns: 1fr 1fr; }
  .cee-occ-cats { grid-template-columns: repeat(2, 1fr); }
  .cee-resources-grid { grid-template-columns: 1fr 1fr; }
  .cee-crs-inner { grid-template-columns: 1fr; }
  .cee-footer-grid { grid-template-columns: 1fr 1fr; }
  .cee-nav-links { display: none; }
}
@media (max-width: 600px) {
  .cee-section { padding: 56px 0; }
  .cee-how-grid, .cee-services-grid, .cee-testi-grid, .cee-occ-cats, .cee-resources-grid { grid-template-columns: 1fr; }
  .cee-hero-stats { grid-template-columns: 1fr 1fr; }
  .cee-footer-grid { grid-template-columns: 1fr; }
}/* End custom CSS */