/* v2.2 OFFICIAL LOGO — high-specificity Beaver Builder override. */
html body header img.pp-photo-img[alt="Logo"], html body .fl-page-header img.pp-photo-img[alt="Logo"] {content:url("https://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.png") !important;width:360px !important;height:60px !important;object-fit:contain !important;}
html body footer img.pp-photo-img[alt="Logo"], html body .fl-page-footer img.pp-photo-img[alt="Logo"] {content:url("https://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.png") !important;width:300px !important;height:50px !important;object-fit:contain !important;}
@media(max-width:767px){html body header img.pp-photo-img[alt="Logo"],html body .fl-page-header img.pp-photo-img[alt="Logo"]{width:270px !important;height:45px !important;}html body footer img.pp-photo-img[alt="Logo"],html body .fl-page-footer img.pp-photo-img[alt="Logo"]{width:250px !important;height:42px !important;}}

/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.9
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Encrypted Syntax Institute design system */
:root {
  --esi-ink: #05070c;
  --esi-panel: #0a0e18;
  --esi-panel-2: #101727;
  --esi-text: #edf3ff;
  --esi-muted: #9ba9c2;
  --esi-blue: #2f6bff;https://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.pnghttps://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.png
  --esi-cyan: #28d7f2;
  --esi-violet: #8d63ff;
  --esi-red: #ff4d67;
  --esi-line: rgba(143, 164, 199, .2);
  --esi-radius: 22px;
  --esi-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

body.home { background: var(--esi-ink); }
body.home .fl-page-content { background: var(--esi-ink); }
body.home .fl-content-full .fl-page-content .container { width: 100%; max-width: none; padding: 0; }
body.home .fl-content-full .fl-page-content .row { margin: 0; }
body.home .fl-content-full .fl-page-content .fl-content { padding: 0; }
.esi-home, .esi-home * { box-sizing: border-box; }
.esi-home { color: var(--esi-text); background: var(--esi-ink); font-family: inherit; overflow: hidden; }
.esi-home h1, .esi-home h2, .esi-home h3, .esi-home p { margin-top: 0; }
.esi-home h1, .esi-home h2, .esi-home h3 { color: #fff; letter-spacing: -.035em; line-height: 1.08; }
.esi-home p { color: var(--esi-muted); line-height: 1.75; }
.esi-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.esi-kicker, .esi-eyebrow { color: var(--esi-cyan) !important; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.esi-eyebrow { display: flex; gap: 10px; align-items: center; }
.esi-eyebrow span { width: 28px; height: 2px; background: var(--esi-cyan); box-shadow: 0 0 16px var(--esi-cyan); }

.esi-hero { min-height: 760px; position: relative; display: flex; align-items: center; isolation: isolate; background: radial-gradient(circle at 75% 25%, rgba(47,107,255,.18), transparent 34%), linear-gradient(135deg,#05070c 0%,#070c17 70%,#090f20 100%); }
.esi-hero:before { content:""; position:absolute; inset:0; z-index:-2; opacity:.22; background-image: linear-gradient(rgba(94,135,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(94,135,255,.12) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to right,black,transparent 78%); }
.esi-hero__glow { position:absolute; width:520px; height:520px; right:8%; top:15%; background:rgba(47,107,255,.13); border-radius:50%; filter:blur(100px); z-index:-1; }
.esi-hero__grid { display:grid; grid-template-columns:1.08fr .92fr; gap:76px; align-items:center; padding:110px 0; }
.esi-hero h1 { font-size:clamp(52px,5.5vw,82px); max-width:760px; margin:18px 0 24px; }
.esi-hero h1 em { color:transparent; font-style:normal; background:linear-gradient(90deg,#fff 5%,#73a2ff 55%,var(--esi-cyan)); -webkit-background-clip:text; background-clip:text; }
.esi-hero__lead { font-size:18px; max-width:650px; margin-bottom:32px; }
.esi-actions { display:flex; flex-wrap:wrap; gap:12px; }
.esi-button { display:inline-flex; justify-content:center; align-items:center; gap:12px; min-height:52px; padding:14px 24px; border-radius:10px; font-size:14px; font-weight:800; letter-spacing:.01em; text-decoration:none !important; transition:.2s ease; }
.esi-button:hover { transform:translateY(-2px); }
.esi-button--primary { color:#fff !important; background:linear-gradient(135deg,var(--esi-blue),#2452dd); box-shadow:0 14px 34px rgba(47,107,255,.3); }
.esi-button--ghost { color:#dce7ff !important; border:1px solid var(--esi-line); background:rgba(255,255,255,.04); }
.esi-button--light { color:#071021 !important; background:#fff; }
.esi-button--outline-light { color:#fff !important; border:1px solid rgba(255,255,255,.35); }
.esi-hero__proof { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; padding:0; margin:42px 0 0; list-style:none; max-width:680px; }
.esi-hero__proof li { padding-left:14px; border-left:2px solid rgba(40,215,242,.45); }
.esi-hero__proof strong, .esi-hero__proof span { display:block; }
.esi-hero__proof strong { color:#fff; font-size:14px; }
.esi-hero__proof span { color:var(--esi-muted); font-size:11px; margin-top:4px; }
.esi-hero__visual { min-height:490px; position:relative; display:flex; align-items:center; justify-content:center; }
.esi-terminal-card { position:relative; z-index:2; width:100%; border:1px solid rgba(105,143,255,.35); border-radius:var(--esi-radius); overflow:hidden; background:rgba(8,13,25,.88); box-shadow:var(--esi-shadow),0 0 60px rgba(47,107,255,.12); backdrop-filter:blur(12px); transform:perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.esi-terminal-card__bar { display:flex; align-items:center; gap:7px; padding:14px 18px; border-bottom:1px solid var(--esi-line); color:#74839d; font:700 10px/1 monospace; letter-spacing:.12em; }
.esi-terminal-card__bar i { width:8px; height:8px; border-radius:50%; background:#23304a; }
.esi-terminal-card__bar i:first-child { background:var(--esi-red); }.esi-terminal-card__bar i:nth-child(2){background:#ffb84d}.esi-terminal-card__bar i:nth-child(3){background:#3fd88c}
.esi-terminal-card__bar span { margin-left:auto; }
.esi-terminal-card__body { padding:28px; }
.esi-scan-line { display:grid; grid-template-columns:34px 84px 1fr; align-items:center; gap:12px; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.07); }
.esi-scan-line span { color:var(--esi-cyan); font:700 11px monospace; }.esi-scan-line b{color:#fff;font-size:12px;letter-spacing:.1em}.esi-scan-line small{color:var(--esi-muted)}
.esi-terminal-card__status { margin-top:24px; padding:13px 14px; border-radius:9px; color:#a9f5cf; background:rgba(63,216,140,.08); font-size:12px; }
.esi-terminal-card__status span { display:inline-block; width:8px; height:8px; margin-right:8px; border-radius:50%; background:#3fd88c; box-shadow:0 0 14px #3fd88c; }
.esi-orbit { position:absolute; border:1px solid rgba(71,114,255,.22); border-radius:50%; }.esi-orbit--one{width:440px;height:440px}.esi-orbit--two{width:530px;height:530px;border-style:dashed;animation:esi-spin 30s linear infinite}@keyframes esi-spin{to{transform:rotate(360deg)}}

.esi-paths, .esi-method, .esi-journey, .esi-faq { padding:110px 0; }
.esi-section-heading { max-width:760px; margin-bottom:52px; }.esi-section-heading h2,.esi-method h2,.esi-faq h2,.esi-decision h2,.esi-final-cta h2{font-size:clamp(38px,4vw,58px);margin:10px 0 18px}.esi-section-heading>p:last-child{font-size:17px;max-width:680px}.esi-section-heading--center{text-align:center;margin:0 auto 58px}.esi-section-heading--center p{margin-left:auto;margin-right:auto}
.esi-path-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.esi-path-card { --card-accent:var(--esi-blue); position:relative; min-height:520px; padding:32px; border:1px solid var(--esi-line); border-radius:var(--esi-radius); background:linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.015)); overflow:hidden; transition:.25s ease; }
.esi-path-card:before { content:""; position:absolute; width:180px;height:180px;right:-60px;top:-70px;border-radius:50%;background:var(--card-accent);filter:blur(80px);opacity:.18}.esi-path-card:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--card-accent) 55%,transparent);box-shadow:0 24px 50px rgba(0,0,0,.25)}
.esi-path-card--red{--card-accent:var(--esi-red)}.esi-path-card--blue{--card-accent:var(--esi-cyan)}.esi-path-card--violet{--card-accent:var(--esi-violet)}
.esi-path-card__code { position:absolute; right:24px; top:20px; color:rgba(255,255,255,.05); font-size:52px; font-weight:900; letter-spacing:-.05em; }
.esi-path-card__icon { width:48px;height:48px;display:grid;place-items:center;margin-bottom:28px;border-radius:13px;background:color-mix(in srgb,var(--card-accent) 14%,transparent);color:var(--card-accent);font-size:24px;border:1px solid color-mix(in srgb,var(--card-accent) 28%,transparent)}
.esi-path-card__type { color:var(--card-accent)!important;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.esi-path-card h3{font-size:27px;margin:10px 0 18px;min-height:88px}.esi-path-card>p:not(.esi-path-card__type){font-size:14px}.esi-path-card ul{padding:0;margin:22px 0 28px;list-style:none}.esi-path-card li{position:relative;padding:7px 0 7px 20px;color:#c4cee0;font-size:13px}.esi-path-card li:before{content:"";position:absolute;left:0;top:13px;width:7px;height:7px;border-radius:50%;background:var(--card-accent)}.esi-path-card a,.esi-text-link{color:#fff!important;font-weight:800;text-decoration:none!important}.esi-path-card a span,.esi-text-link span{color:var(--esi-cyan);margin-left:8px}.esi-paths__compare{display:flex;justify-content:center;gap:12px;margin-top:32px;color:var(--esi-muted)}.esi-paths__compare a{color:var(--esi-cyan);font-weight:800}

.esi-method { background:linear-gradient(180deg,#080c14,#0a1020); border-top:1px solid rgba(255,255,255,.05); border-bottom:1px solid rgba(255,255,255,.05); }.esi-method__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.esi-method__visual{position:relative;min-height:500px;display:grid;place-items:center}.esi-radar{width:360px;height:360px;border:1px solid rgba(40,215,242,.24);border-radius:50%;position:relative;background:repeating-radial-gradient(circle,transparent 0 48px,rgba(40,215,242,.09) 49px 50px)}.esi-radar:before,.esi-radar:after{content:"";position:absolute;background:rgba(40,215,242,.17)}.esi-radar:before{width:1px;height:100%;left:50%}.esi-radar:after{height:1px;width:100%;top:50%}.esi-radar span{position:absolute;width:50%;height:50%;left:50%;top:0;transform-origin:left bottom;background:linear-gradient(135deg,rgba(40,215,242,.28),transparent 70%);animation:esi-radar 5s linear infinite}@keyframes esi-radar{to{transform:rotate(360deg)}}.esi-radar i{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--esi-cyan);box-shadow:0 0 18px var(--esi-cyan)}.esi-radar i:nth-child(2){left:30%;top:35%}.esi-radar i:nth-child(3){right:22%;top:48%}.esi-radar i:nth-child(4){left:48%;bottom:18%}.esi-radar-label{position:absolute;padding:7px 10px;border:1px solid var(--esi-line);border-radius:6px;background:#0b1221;color:#b8c8e3;font:700 10px monospace;letter-spacing:.1em}.esi-radar-label--one{top:20%;left:0}.esi-radar-label--two{right:0;top:44%}.esi-radar-label--three{left:12%;bottom:14%}.esi-method__content>p:not(.esi-kicker){font-size:17px}.esi-feature-list{margin:30px 0}.esi-feature-list>div{display:grid;grid-template-columns:44px 1fr;gap:15px;padding:17px 0;border-bottom:1px solid var(--esi-line)}.esi-feature-list span{color:var(--esi-cyan);font:800 12px monospace}.esi-feature-list p{margin:0!important;font-size:14px}.esi-feature-list strong{display:block;color:#fff;margin-bottom:4px;font-size:15px}

.esi-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0;margin:0;list-style:none;counter-reset:steps}.esi-steps li{position:relative;padding:30px 26px;border-top:1px solid var(--esi-line);border-bottom:1px solid var(--esi-line)}.esi-steps li+li{border-left:1px solid var(--esi-line)}.esi-steps span{display:block;color:var(--esi-cyan);font:800 12px monospace;margin-bottom:48px}.esi-steps h3{font-size:25px;margin-bottom:12px}.esi-steps p{font-size:13px;margin:0}.esi-steps li:before{content:"";position:absolute;left:0;top:-4px;width:8px;height:8px;border-radius:50%;background:var(--esi-blue);box-shadow:0 0 14px var(--esi-blue)}
.esi-decision{padding:80px 0;background:linear-gradient(115deg,rgba(47,107,255,.16),rgba(141,99,255,.08));border-top:1px solid rgba(74,121,255,.2);border-bottom:1px solid rgba(74,121,255,.2)}.esi-decision__inner{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.esi-decision h2{font-size:42px}.esi-decision p{margin-bottom:0}.esi-decision__actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}
.esi-faq__grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:90px}.esi-faq__intro{position:sticky;top:40px;align-self:start}.esi-faq__items details{border-bottom:1px solid var(--esi-line)}.esi-faq__items summary{display:flex;justify-content:space-between;gap:20px;padding:23px 0;cursor:pointer;color:#fff;font-size:17px;font-weight:700;list-style:none}.esi-faq__items summary::-webkit-details-marker{display:none}.esi-faq__items summary span{color:var(--esi-cyan);font-size:22px}.esi-faq__items details[open] summary span{transform:rotate(45deg)}.esi-faq__items details p{padding:0 38px 22px 0;margin:0;font-size:14px}
.esi-final-cta{padding:110px 0;background:radial-gradient(circle at 50% 0,rgba(40,215,242,.18),transparent 42%),linear-gradient(135deg,#174bd7,#18265c)}.esi-final-cta__inner{text-align:center;max-width:880px}.esi-final-cta h2{font-size:clamp(42px,5vw,66px)}.esi-final-cta p{color:#dce7ff;font-size:17px}.esi-final-cta .esi-actions{justify-content:center;margin-top:30px}

.esi-contact-link { color:inherit!important; text-decoration:none!important; }.esi-contact-link:hover{color:var(--esi-cyan)!important}

/* Repair legacy footer assets and excessive copyright spacing. */
footer .footer-row img[alt="Logo"] { content:url('/wp-content/uploads/2025/07/Logo.webp'); width:220px!important; height:auto!important; object-fit:contain; }
footer .footer-copyright .fl-row-content-wrap { background:#03050a!important; color:#8f9bb0!important; padding:18px 20px!important; }
footer .footer-copyright a[href*="godaddy.com/websites/web-design"],
footer .footer-copyright img[alt="GoDaddy Web Design"] { display:none!important; }
footer .footer-copyright .fl-col-group,
footer .footer-copyright .fl-col,
footer .footer-copyright .fl-col-content,
footer .footer-copyright .fl-module,
footer .footer-copyright p { height:auto!important; min-height:0!important; }
footer .footer-copyright p { margin:0!important; }

/* Keep the long certification navigation from wrapping at laptop widths. */
@media (max-width: 1599px) and (min-width: 993px) {
  header .fl-module-uabb-advanced-menu { display:none!important; }
  header .fl-module-uabb-off-canvas { display:block!important; visibility:visible!important; }
  header .fl-module-uabb-off-canvas .uabb-offcanvas-trigger { display:flex!important; }
  header .fl-module-uabb-off-canvas.fl-visible-mobile { position:absolute; right:42px; top:50%; width:auto; transform:translateY(-50%); }
  header .fl-module-uabb-off-canvas .uabb-offcanvas:not(.uabb-off-canvas-show) { transform:translateX(100%)!important; }
  header .fl-module-uabb-off-canvas .uabb-offcanvas.uabb-off-canvas-show { transform:translateX(0)!important; }
}

@media (max-width: 992px) {
  .esi-shell{width:min(100% - 34px,720px)}
  .esi-hero{min-height:auto}.esi-hero__grid{grid-template-columns:1fr;padding:82px 0;gap:50px}.esi-hero__content{text-align:center}.esi-eyebrow,.esi-actions{justify-content:center}.esi-hero__lead{margin-left:auto;margin-right:auto}.esi-hero__proof{margin-left:auto;margin-right:auto;text-align:left}.esi-hero__visual{min-height:410px;max-width:620px;width:100%;margin:auto}.esi-terminal-card{transform:none}.esi-orbit--two{width:470px;height:470px}
  .esi-path-grid{grid-template-columns:1fr}.esi-path-card{min-height:auto}.esi-path-card h3{min-height:0}.esi-method__grid{grid-template-columns:1fr;gap:50px}.esi-method__visual{order:2}.esi-steps{grid-template-columns:1fr 1fr}.esi-steps li:nth-child(3){border-left:0}.esi-decision__inner,.esi-faq__grid{grid-template-columns:1fr}.esi-decision__actions{justify-content:flex-start}.esi-faq__intro{position:static}.esi-faq__grid{gap:35px}
}
@media (max-width: 600px) {
  .esi-shell{width:calc(100% - 28px)}.esi-home h1{font-size:43px}.esi-hero__grid{padding:68px 0}.esi-hero__lead{font-size:16px}.esi-actions{flex-direction:column}.esi-button{width:100%}.esi-hero__proof{grid-template-columns:1fr;max-width:290px}.esi-hero__visual{min-height:330px}.esi-terminal-card__body{padding:18px}.esi-scan-line{grid-template-columns:26px 72px 1fr;gap:8px}.esi-scan-line small{font-size:10px}.esi-orbit--one{width:320px;height:320px}.esi-orbit--two{width:370px;height:370px}.esi-paths,.esi-method,.esi-journey,.esi-faq{padding:78px 0}.esi-section-heading h2,.esi-method h2,.esi-faq h2,.esi-final-cta h2{font-size:38px}.esi-path-card{padding:26px}.esi-method__visual{min-height:360px}.esi-radar{width:285px;height:285px}.esi-steps{grid-template-columns:1fr}.esi-steps li+li{border-left:0;border-top:0}.esi-steps li:nth-child(3){border-top:0}.esi-steps span{margin-bottom:22px}.esi-decision{padding:65px 0}.esi-decision h2{font-size:36px}.esi-final-cta{padding:80px 0}
}

@media (prefers-reduced-motion: reduce) { .esi-home * { animation:none!important; scroll-behavior:auto!important; transition:none!important; } }


/* Premium responsive navigation */
header .uabb-offcanvas {
  background:linear-gradient(160deg,#080d18 0%,#03050a 100%)!important;
  color:#edf3ff!important;
  border-left:1px solid rgba(40,215,242,.2)!important;
  box-shadow:-28px 0 80px rgba(0,0,0,.5)!important;
}
header .uabb-offcanvas a,
header .uabb-offcanvas .menu-item a,
header .uabb-offcanvas .uabb-offcanvas-close { color:#edf3ff!important; }
header .uabb-offcanvas .menu-item a {
  border-bottom:1px solid rgba(143,164,199,.14)!important;
  transition:background .2s ease,color .2s ease,padding-left .2s ease!important;
}
header .uabb-offcanvas .menu-item a:hover,
header .uabb-offcanvas .current-menu-item>a {
  color:#28d7f2!important;
  background:rgba(47,107,255,.1)!important;
  padding-left:8px!important;
}
header .uabb-offcanvas p,
header .uabb-offcanvas span { color:#b8c8e3!important; }


/* Responsive navigation panel lives outside the header DOM container. */
.uabb-offcanvas-parent-wrapper .uabb-offcanvas {
  background:linear-gradient(160deg,#080d18 0%,#03050a 100%)!important;
  color:#edf3ff!important;
  border-left:1px solid rgba(40,215,242,.2)!important;
  box-shadow:-28px 0 80px rgba(0,0,0,.5)!important;
}
.uabb-offcanvas-parent-wrapper .uabb-offcanvas a,
.uabb-offcanvas-parent-wrapper .uabb-offcanvas .menu-item a,
.uabb-offcanvas-parent-wrapper .uabb-offcanvas .uabb-offcanvas-close { color:#edf3ff!important; }
.uabb-offcanvas-parent-wrapper .uabb-offcanvas .menu-item a {
  border-bottom:1px solid rgba(143,164,199,.14)!important;
  transition:background .2s ease,color .2s ease,padding-left .2s ease!important;
}
.uabb-offcanvas-parent-wrapper .uabb-offcanvas .menu-item a:hover,
.uabb-offcanvas-parent-wrapper .uabb-offcanvas .current-menu-item>a {
  color:#28d7f2!important;
  background:rgba(47,107,255,.1)!important;
}
.uabb-offcanvas-parent-wrapper .uabb-offcanvas p,
.uabb-offcanvas-parent-wrapper .uabb-offcanvas span { color:#b8c8e3!important; }


/* Seamless homepage framing: blend the global header and footer into the academy design. */
body.home header.fl-builder-content,
body.home header .fl-row-content-wrap {
  background:
    radial-gradient(circle at 78% -120%,rgba(47,107,255,.25),transparent 44%),
    linear-gradient(100deg,#070c17 0%,#0a1222 58%,#071020 100%)!important;
}
body.home header .fl-row-content-wrap {
  border-bottom:1px solid rgba(90,132,255,.22)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.18)!important;
}
body.home footer.fl-builder-content { background:#060b15!important; }
body.home footer .footer-row>.fl-row-content-wrap {
  background:
    radial-gradient(circle at 12% 0,rgba(47,107,255,.15),transparent 38%),
    linear-gradient(145deg,#08101e 0%,#0b1528 55%,#07101f 100%)!important;
  border-top:1px solid rgba(40,215,242,.16)!important;
}
body.home footer .footer-copyright>.fl-row-content-wrap {
  background:linear-gradient(90deg,#050a14,#07101d)!important;
  border-top:1px solid rgba(143,164,199,.12)!important;
}
body.home footer a { transition:color .2s ease!important; }
body.home footer a:hover { color:#28d7f2!important; }


/* Temporary transparent logo while official academy asset upload is pending. */
header img[alt="Logo"] {
  content:url('/wp-content/uploads/2026/08/esi-logo-concept-3.png')!important;
  width:360px!important;
  height:104px!important;
  max-width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
footer .footer-row img[alt="Logo"] {
  content:url('/wp-content/uploads/2026/08/esi-logo-concept-3.png')!important;
  width:300px!important;
  height:86px!important;
  max-width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
@media (max-width:600px) {
  header img[alt="Logo"] { width:270px!important; height:78px!important; }
  footer .footer-row img[alt="Logo"] { width:250px!important; height:72px!important; }
}


/* Official Encrypted Syntax Institute academy logo — transparent Version A (v2.0). */
header img[src*="esi-logo"], header img[src*="LOCKED-esi"], header img[src*="academy-transparent"],
.fl-page-header img[src*="esi-logo"], .fl-page-header img[src*="LOCKED-esi"], .fl-page-header img[src*="academy-transparent"] {
  content: url("https://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.png") !important;
  width: 360px !important;
  height: 60px !important;
  object-fit: contain !important;
}
footer img[src*="esi-logo"], footer img[src*="LOCKED-esi"], footer img[src*="academy-transparent"],
.fl-page-footer img[src*="esi-logo"], .fl-page-footer img[src*="LOCKED-esi"], .fl-page-footer img[src*="academy-transparent"] {
  content: url("https://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.png") !important;
  width: 300px !important;
  height: 50px !important;
  object-fit: contain !important;
}
@media (max-width: 767px) {
  header img[src*="esi-logo"], header img[src*="LOCKED-esi"], header img[src*="academy-transparent"], .fl-page-header img[src*="esi-logo"], .fl-page-header img[src*="LOCKED-esi"], .fl-page-header img[src*="academy-transparent"] { width: 270px !important; height: 45px !important; }
  footer img[src*="esi-logo"], footer img[src*="LOCKED-esi"], footer img[src*="academy-transparent"], .fl-page-footer img[src*="esi-logo"], .fl-page-footer img[src*="LOCKED-esi"], .fl-page-footer img[src*="academy-transparent"] { width: 250px !important; height: 42px !important; }
}

/* v2.1 — target the Beaver Builder logo elements directly. */
header img[alt="Logo"], .fl-page-header img[alt="Logo"] { content:url("https://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.png") !important; width:360px !important; height:60px !important; object-fit:contain !important; }
footer img[alt="Logo"], .fl-page-footer img[alt="Logo"] { content:url("https://encryptedsyntaxinstitute.com/wp-content/uploads/2026/08/esi-version-a-academy-transparent.png") !important; width:300px !important; height:50px !important; object-fit:contain !important; }
@media(max-width:767px){ header img[alt="Logo"], .fl-page-header img[alt="Logo"]{width:270px !important;height:45px !important;} footer img[alt="Logo"], .fl-page-footer img[alt="Logo"]{width:250px !important;height:42px !important;} }
