.site-brand { display: flex !important; align-items: center; gap: 11px; max-width: 420px; }
.site-brand img { width: 42px; max-height: 44px; object-fit: contain; }
.site-brand span { font-size: 17px; letter-spacing: -.35px; color: #1d3150; line-height: 1.1; }
.navbar-nav > li.dropdown { display: flex; align-items: stretch; }
.navbar-nav > li.dropdown > a { padding-right: 5px; }
.navbar-nav > li.dropdown > .menu-dropdown-toggle { border: 0; background: transparent; color: #777; padding: 15px 12px 15px 4px; }
.navbar-nav > li.dropdown > .menu-dropdown-toggle:hover, .navbar-nav > li.dropdown > .menu-dropdown-toggle:focus { color: #46bd55; outline: 0; }
.topbar { background: #1d3150; }
.topbar p { color: #fff; }
.home-hero { position: relative; }
.home-hero .flex-caption { background: rgba(20, 36, 58, .79); max-width: 600px; padding: 26px 30px; bottom: 52px; left: 9%; }
.home-hero .flex-caption h2 { color: #fff; font-size: 34px; margin: 10px 0 14px; }
.home-hero .flex-caption p { color: rgba(255,255,255,.88); font-size: 15px; }
.eyebrow, .coloured { color: #46bd55; }
.eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .09em; font-size: 12px; }
.site-button { display: inline-block; background: #46bd55; color: #fff !important; padding: 10px 18px; font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: .04em; }
.site-button:hover { background: #359d43; text-decoration: none; }
.intro-block { padding: 52px 0 28px; }
.intro-block h1 { font-size: 29px; color: #1d3150; }
.service-card, .project-card, .plan-card { background: #fff; border: 1px solid #e8edf1; height: 100%; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover, .project-card:hover, .plan-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(29,49,80,.1); }
.service-card { padding: 25px 18px; }
.service-card .service-icon { color: #46bd55; font-size: 34px; margin-bottom: 12px; }
.service-card h3, .project-card h3 { color: #1d3150; margin-top: 0; }
.service-card p, .project-card p { margin-bottom: 0; }
.video-card { background: #fff; border: 1px solid #e8edf1; height: 100%; transition: transform .2s ease, box-shadow .2s ease; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(29,49,80,.1); }
.video-frame, .video-thumbnail { display: block; position: relative; padding-top: 56.25%; overflow: hidden; background: #1d3150; }
.video-frame iframe, .video-thumbnail img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-thumbnail { color: #fff; }
.video-thumbnail:hover { text-decoration: none; }
.video-play { position: absolute; top: 50%; left: 50%; width: 54px; height: 54px; margin: -27px 0 0 -27px; border-radius: 50%; background: #46bd55; color: #fff; line-height: 54px; text-align: center; font-size: 20px; }
.video-copy { padding: 18px; }
.video-copy h3 { color: #1d3150; margin: 0 0 8px; }
.video-copy p { margin: 0; }
.project-card img { width: 100%; height: 195px; object-fit: cover; }
.project-card .project-copy { padding: 18px; }
.project-card .project-category { color: #46bd55; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.about-strip { background: #f5f7f8; }
.about-strip img { width: 100%; height: 260px; object-fit: cover; }
.page-header { background: #1d3150; margin-bottom: 0; padding: 38px 0; }
.page-header h2 { color: #fff; margin: 0; }
.page-header p { color: rgba(255,255,255,.72); margin: 8px 0 0; }
.page-content { padding: 55px 0; }
.page-content .section-title { margin-bottom: 38px; }
.page-content .section-title h2 { color: #1d3150; }
.plan-card { padding: 32px 24px; text-align: center; }
.plan-card .price { color: #46bd55; font-size: 31px; font-weight: 700; }
.plan-card .features { margin: 20px 0; min-height: 90px; }
.plan-card .features li { padding: 6px 0; border-bottom: 1px solid #f0f2f4; }
.contact-card { background: #f5f7f8; padding: 24px; }
.contact-card i { color: #46bd55; width: 22px; }
.math-challenge { max-width: 330px; }
.math-challenge strong { color: #1d3150; letter-spacing: .04em; }
footer { background: #1d3150; padding-top: 42px; }
footer .widget, footer .widget p, footer .widget address, footer .widget a { color: rgba(255,255,255,.78); }
footer .widgetheading { color: #fff; }
footer .link-list li { border-bottom-color: rgba(255,255,255,.12); }
footer .social-links a { display: inline-block; color: #fff; background: rgba(255,255,255,.12); width: 32px; height: 32px; line-height: 32px; text-align: center; margin-right: 5px; }
#sub-footer { background: rgba(0,0,0,.18); margin-top: 28px; padding: 16px 0 5px; }
#sub-footer p { color: rgba(255,255,255,.6); }
@media (max-width: 767px) { .site-brand span { font-size: 13px; } .navbar-nav > li.dropdown { display: block; } .navbar-nav > li.dropdown > .menu-dropdown-toggle { position: absolute; right: 0; top: 0; } .home-hero .flex-caption { position: absolute; bottom: 12px; left: 5%; right: 5%; padding: 13px 15px; } .home-hero .flex-caption h2 { font-size: 20px; margin: 5px 0; } .home-hero .flex-caption p { display: none; } .topbar .text-right { text-align: left !important; } }
