
:root{
  --purple:#372d8d;
  --red:#ef3438;
  --navy:#071a3b;
  --ink:#05132d;
  --text:#555;
  --muted:#8b8b8b;
  --light:#f5f7f9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Open Sans',Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}
h1,h2,h3,h4,.main-nav,.contact-btn,.red-btn,.shop-toolbar,.wa-card{font-family:'Poppins',Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{width:min(1090px,calc(100% - 42px));margin:0 auto}

/* top bar + header */
.topbar{background:#06162f;color:#95a0b8;font-size:13px}
.topbar-inner{height:44px;display:flex;align-items:center;justify-content:space-between}
.top-contact{display:flex;align-items:center;gap:10px}
.top-icon{color:var(--red);font-size:11px}
.top-divider{height:18px;width:1px;background:#8790a2;opacity:.35;margin:0 3px}
.top-social{display:flex;gap:18px;font-weight:700;font-size:12px}
.site-header{position:relative;z-index:30}
.header-white{background:#fff}
.header-purple{background:var(--purple)}
.header-inner{height:128px;display:flex;align-items:center}
.logo{display:flex;align-items:center;margin-right:auto}
.logo img{width:160px;height:auto;display:block}
.main-nav{display:flex;align-items:center;gap:3px;height:100%}
.main-nav a{font-size:14px;padding:0 15px;height:100%;display:flex;align-items:center;position:relative}
.header-white .main-nav a{color:#1f2330}
.header-purple .main-nav a{color:#fff}
.main-nav a.active::after,.main-nav a:hover::after{content:"";position:absolute;height:4px;background:var(--red);left:15px;right:15px;bottom:35px}
.search-icon{width:21px;height:21px;border:2px solid currentColor;border-radius:50%;margin:0 28px 0 14px;position:relative;opacity:.95}
.search-icon::after{content:"";position:absolute;width:9px;height:2px;background:currentColor;right:-7px;bottom:-4px;transform:rotate(48deg)}
.header-white .search-icon{color:#111827}
.header-purple .search-icon{color:#fff}
.contact-btn,.red-btn{background:var(--red);color:#fff;border-radius:28px;padding:13px 34px;font-size:13px;border:none;display:inline-block;cursor:pointer}
.contact-btn{min-width:165px;text-align:center}
.mobile-menu{display:none;border:none;background:none;color:inherit;font-size:28px}

/* hero */
.hero-slider{height:626px;position:relative;overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;background-size:cover;background-position:center;transition:opacity .6s ease}
.hero-slide.active{opacity:1}
.hero-slide .overlay{position:absolute;inset:0;background:rgba(0,0,0,.44)}
.hero-pump{background-size:cover;background-position:center}
.hero-innovation{background-position:center 45%}
.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.corner-frame{width:min(760px,75%);padding:78px 48px 65px 38px;position:relative;color:#fff}
.corner-frame::before,.corner-frame::after{content:"";position:absolute;border-color:#fff;border-style:solid}
.corner-frame::before{left:0;top:0;width:320px;height:67px;border-width:14px 14px 0 14px;border-bottom:0}
.corner-frame::after{left:0;bottom:0;width:180px;height:95px;border-width:0 0 14px 14px;border-top:0;border-right:0}
.hero-content h1{font-size:56px;line-height:1.18;margin:0 0 28px;font-weight:400;max-width:820px;letter-spacing:-1.8px}
.hero-pump .hero-content h1{font-size:54px}
.hero-content h1 strong{font-weight:700}
.hero-kicker{color:#fff!important;letter-spacing:0;font-weight:700;margin:0 0 20px}
.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border-radius:50%;border:none;background:rgba(0,0,0,.35);color:white;font-size:31px;cursor:pointer}
.slider-prev{left:18px}.slider-next{right:18px}
.slider-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);z-index:5;display:flex;gap:8px}
.slider-dots button{width:11px;height:11px;border-radius:50%;border:2px solid rgba(255,255,255,.65);background:transparent;padding:0}
.slider-dots button.active{background:#fff}

/* home category strip */
.home-categories{background:var(--purple);padding:0}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:475px}
.category-image{background-size:cover;background-position:center}
.category-card{padding:52px 34px;display:flex;flex-direction:column;justify-content:center}
.cat-dark{background:#06162f;color:#fff}
.category-card h2{font-size:19px;margin:0 0 18px;font-weight:400}
.category-card p{font-size:13px;line-height:1.75;color:#fff;margin:0 0 23px}
.category-card a{color:var(--red);font-size:13px}
.category-card a span{font-size:20px;margin-left:10px}

/* services */
.services{padding:88px 0 0;background:#fff}
.services-heading{text-align:center;max-width:1000px}
.eyebrow{color:var(--red);font-size:12px;letter-spacing:.2px;font-weight:700;text-transform:uppercase}
.eyebrow.muted,.eyebrow.gray{color:#7a7a7a}
.services-heading h2{font-size:27px;line-height:1.55;color:var(--ink);font-weight:400;margin:17px auto;max-width:930px}
.services-lead{font-size:14px;color:#777;max-width:800px;margin:0 auto 48px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.service-grid article{min-height:320px;background-size:cover;background-position:center;position:relative}
.service-grid article::after{content:"";position:absolute;inset:0;background:rgba(4,15,39,.68)}
.service-grid article>div{position:absolute;z-index:2;left:28px;right:28px;bottom:30px;color:white}
.service-grid h3{font-size:18px;line-height:1.3;font-weight:400;margin:0 0 12px}
.service-grid p{font-size:12px;line-height:1.65;margin:0;color:#eef1f7}

/* showcase */
.product-showcase{padding:88px 0 0}
.showcase-head{text-align:center;padding-bottom:38px}
.showcase-head h2{font-weight:400;color:var(--ink);font-size:35px;margin:8px 0 0}
.showcase-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.showcase-card{height:420px;position:relative;overflow:hidden;background:#111}
.showcase-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s;opacity:.94}
.showcase-card:hover img{transform:scale(1.03)}
.showcase-card::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(4,15,39,.78))}
.showcase-card span{position:absolute;z-index:2;color:#fff;left:28px;bottom:26px;font-family:'Poppins';font-size:19px}

/* page banners */
.page-banner{height:320px;background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:center}
.banner-overlay{position:absolute;inset:0;background:rgba(3,14,37,.58)}
.light-overlay{background:rgba(3,14,37,.25)}
.banner-copy{position:relative;z-index:2;text-align:center}
.banner-copy h1{font-size:38px;font-weight:400;margin:0}
.banner-copy p{font-size:13px;margin:28px 0 0}
.red-line{display:block;width:56px;height:3px;background:var(--red);margin:9px auto 0}

/* about */
.about-intro{padding:86px 0 95px}
.about-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}
.about-copy h2{font-size:37px;line-height:1.3;color:#03102b;font-weight:400;margin:22px 0 27px}
.about-copy p{font-size:13.5px;line-height:1.85;margin:0 0 27px}
.about-collage{position:relative;min-height:560px}
.collage-main{position:absolute;right:0;top:25px;width:78%;height:440px;object-fit:cover}
.collage-small{position:absolute;left:0;bottom:30px;width:61%;height:250px;object-fit:cover;border:12px solid #fff}
.years-badge{position:absolute;right:10%;bottom:0;background:#e51417;color:#fff;width:160px;height:160px;display:flex;flex-direction:column;justify-content:center;padding:18px}
.years-badge strong{font-size:50px;line-height:1;font-family:'Poppins'}
.years-badge span{font-size:12px;line-height:1.2}
.dots{position:absolute;right:-12px;bottom:15px;width:120px;height:120px;z-index:-1;background-image:radial-gradient(#e4e5ea 2px,transparent 2px);background-size:20px 20px}
.expertise{display:grid;grid-template-columns:1fr 1fr;background:#f3f5f7}
.expertise-image{min-height:560px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.play-button{width:96px;height:96px;border-radius:50%;background:#fff;color:var(--red);border:5px solid rgba(255,255,255,.65);box-shadow:0 0 0 2px rgba(0,0,0,.25);font-size:32px;padding-left:8px}
.expertise-copy{padding:73px 12vw 64px 7.5vw}
.expertise-copy h2{font-size:39px;line-height:1.2;color:#05132d;font-weight:400;margin:22px 0}
.expertise-copy>p:not(.eyebrow){font-size:13px;line-height:1.8}
.progress{position:relative;margin:28px 0 0;padding-bottom:10px;border-bottom:4px solid #d1d1d1;color:#172033;font-size:13px}
.progress b{float:right;color:var(--red);font-weight:400}
.progress i{position:absolute;left:0;bottom:-4px;height:4px;background:var(--red)}
.mission{padding:70px 0 78px}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.mission h2{font-size:38px;font-weight:400;color:#07132b;margin:19px 0}
.mission blockquote{font-style:italic;font-size:16px;line-height:1.8;color:#5f5f5f;margin:0}

/* shop */
.shop{background:#f4f6f8;padding:85px 0 105px}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;font-size:14px;color:#333}
.shop-toolbar select{padding:12px 45px 12px 18px;border:1px solid #ddd;background:white;color:#333}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.shop-card{background:#fff;padding:0 14px 24px}
.product-image{display:block;height:290px;padding:16px}
.product-image img{width:100%;height:100%;object-fit:contain}
.shop-card h2{font-size:17px;font-weight:400;color:#07132b;margin:10px 0 24px;padding:0 12px}
.agent-note{font-size:12px;color:#8a8a8a;margin:0;padding:0 12px}
.wa-card{background:#06ce0d;color:#fff;margin:11px 0 0;padding:9px 13px;border-radius:5px;display:flex;flex-direction:column;text-align:center}
.wa-card small{font-size:11px;font-weight:700;line-height:1.3}
.wa-card small span{float:right;font-size:8px;margin-left:15px}
.wa-card strong{font-size:12px;line-height:1.25}

/* contact */
.contact-section{background-size:cover;background-position:center;padding:88px 0 110px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:start}
.contact-panel{background:rgba(4,15,39,.85);border:1px solid rgba(255,255,255,.25);color:#fff;padding:45px 46px;min-height:445px}
.contact-panel h2{font-size:36px;font-weight:400;margin:0 0 12px}
.contact-panel>p{font-size:13px;line-height:1.85;max-width:430px}
.contact-details{display:grid;grid-template-columns:1.15fr .85fr;gap:30px 25px;margin-top:27px;font-size:12.5px;color:#cbd1dd}
.contact-details strong{color:#fff}
.contact-details a,.contact-details b{color:var(--red)}
.contact-details>div:last-child{grid-column:1 / -1}
.contact-form-panel{background:#fff;padding:42px 32px 55px;text-align:center}
.contact-form-panel h2{font-size:20px;font-weight:400;color:#10192d;margin:0 0 12px}
.contact-form-panel>p{font-size:12px;color:#8a8a8a;line-height:1.8;margin:0 0 24px}
.contact-form-panel input,.contact-form-panel textarea{width:100%;border:1px solid #ddd;padding:13px 16px;margin:0 0 13px;font:inherit;font-size:13px}
.contact-form-panel textarea{min-height:137px;resize:vertical}
.contact-form-panel .red-btn{padding:12px 47px;margin-top:6px}
.notice{padding:12px 15px;margin:0 0 15px;background:#fff4f4;border-left:3px solid var(--red);font-size:12px;text-align:left}
.notice.success{background:#effaf1;border-color:#2da84a}

/* product detail */
.product-detail{padding:85px 0}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.product-detail img{width:100%;max-height:520px;object-fit:contain}
.product-detail h1{font-size:37px;font-weight:400;color:#07132b}
.product-detail p{font-size:14px;line-height:1.9}

/* footer */
.footer{background:var(--purple);color:#d9daf0;padding-top:72px}
.footer-grid{display:grid;grid-template-columns:1.1fr .8fr 1.1fr .9fr;gap:52px;min-height:280px}
.footer h3{color:#fff;font-size:17px;font-weight:400;margin:0 0 28px}
.footer a{display:block;font-size:12px;margin:0 0 22px}
.footer p{font-size:12px;line-height:1.75;margin:0 0 12px}
.footer-logo{width:200px}
.footer-social{display:flex;gap:16px;margin-top:28px;color:#8f96c8;font-size:12px}
.footer-mark{color:var(--red);margin-right:9px}
.footer-email{display:inline!important;text-decoration:underline}
.bottom{background:#202329;margin-top:0;padding:16px 0;color:#c7c9d2;font-size:11px}
.bottom-inner{display:flex;justify-content:space-between;align-items:center}
.bottom b{color:var(--red);font-weight:400}
.whatsapp{position:fixed;right:26px;bottom:26px;z-index:60;background:#08c927;color:white;padding:10px 18px;border-radius:24px;font-weight:700;font-size:12px;box-shadow:0 6px 18px rgba(0,0,0,.15)}
.whatsapp span{font-size:15px;margin-right:6px}
.to-top{position:fixed;right:30px;bottom:83px;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:#0d1730;box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:50;cursor:pointer}

/* responsive */
@media(max-width:1000px){
  .header-inner{height:95px}
  .main-nav,.contact-btn{display:none}
  .mobile-menu{display:block;color:inherit}
  .header-purple .mobile-menu{color:#fff}
  .main-nav.open{display:flex;position:absolute;left:0;right:0;top:95px;background:var(--purple);flex-direction:column;height:auto;padding:12px 0}
  .main-nav.open a{color:#fff;height:auto;padding:13px 25px;width:100%}
  .main-nav.open a.active::after{display:none}
  .search-icon{display:none}
  .hero-slider{height:520px}
  .hero-content h1{font-size:43px}
  .category-grid{grid-template-columns:1fr 1fr}
  .service-grid,.showcase-grid{grid-template-columns:1fr 1fr}
  .about-grid,.mission-grid,.contact-grid,.product-detail-grid{grid-template-columns:1fr}
  .expertise{grid-template-columns:1fr}
  .expertise-copy{padding:60px 8vw}
  .shop-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 30px,1090px)}
  .topbar{display:none}
  .logo img{width:135px}
  .header-inner{height:82px}
  .main-nav.open{top:82px}
  .hero-slider{height:470px}
  .corner-frame{width:94%;padding:60px 25px}
  .corner-frame::before{width:220px;height:50px;border-width:9px 9px 0 9px}
  .corner-frame::after{width:140px;height:72px;border-width:0 0 9px 9px}
  .hero-content h1,.hero-pump .hero-content h1{font-size:35px;line-height:1.2}
  .category-grid,.service-grid,.showcase-grid,.shop-grid,.footer-grid{grid-template-columns:1fr}
  .category-image{min-height:320px}
  .services-heading h2{font-size:22px}
  .showcase-card{height:360px}
  .page-banner{height:250px}
  .banner-copy h1{font-size:30px}
  .about-intro{padding:60px 0}
  .about-copy h2,.expertise-copy h2,.mission h2{font-size:31px}
  .about-collage{min-height:480px}
  .collage-main{width:87%;height:370px}
  .collage-small{width:65%;height:210px}
  .years-badge{width:130px;height:130px}
  .years-badge strong{font-size:41px}
  .expertise-image{min-height:430px}
  .contact-panel,.contact-form-panel{padding:32px 24px}
  .contact-details{grid-template-columns:1fr}
  .contact-details>div:last-child{grid-column:auto}
  .shop-toolbar{flex-direction:column;align-items:flex-start;gap:16px}
  .bottom-inner{flex-direction:column;gap:7px;align-items:flex-start}
  .whatsapp{right:14px;bottom:15px}
  .to-top{right:18px;bottom:69px}
}

/* =========================================================
   ORIGINAL MONOPUMPS HOME — reconstructed from page source
   ========================================================= */
:root{--purple:#312781;--red:#e93439;--navy:#030f27}
.container{width:min(1170px,calc(100% - 42px))}
.page-home .topbar{background:#f7f9fa;color:#8a99c0;border-bottom:1px solid #e1e6ee;font-size:14px;font-weight:500}
.page-home .topbar-inner{height:45px}.page-home .top-icon{color:#e93439}.page-home .top-social{color:#8a99c0}
.page-home .header-inner{height:100px}.page-home .logo img{width:180px;max-width:180px}
.page-home .main-nav a{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;padding:0 18px}
.page-home .main-nav a.active::after,.page-home .main-nav a:hover::after{height:3px;bottom:0;left:18px;right:18px}
.page-home .contact-btn{width:180px;height:46px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:30px;font-size:14px}
.original-hero{height:930px;background:#ededed}.original-hero .hero-slide{background-size:cover;background-position:center}
.original-hero .overlay{background:rgba(12,12,12,.39)}.original-hero .hero-content{align-items:center}
.original-hero-copy{margin-left:55px;color:#fff;transform:translateY(-45px)}
.original-hero-copy h1{font-family:Poppins,sans-serif;font-size:70px;line-height:80px;font-weight:400;letter-spacing:0;margin:0 0 28px;max-width:1120px;color:#fff}
.original-hero-copy h1 strong{font-weight:600}.original-hero-copy h1 em{font-style:normal;color:#e93439}
.original-hero-copy .hero-kicker{font:600 16px Poppins,sans-serif;color:#f2f2f2!important;margin:0 0 24px}
.original-hero .red-btn{height:50px;padding:0 31px;display:inline-flex;align-items:center;border-radius:30px;font-size:14px}
.original-hero .slider-dots{bottom:25px}.original-hero .slider-prev,.original-hero .slider-next{border-radius:0;background:rgba(0,0,0,.5);width:40px;height:40px;font-size:24px}
.pump-cards-wrap{background:#fff;padding:0 0 200px}.pump-cards{display:grid;grid-template-columns:repeat(3,1fr);align-items:start}
.pump-card{position:relative;margin-top:-115px;z-index:5;background:#fff;border:1px solid #e7e7e7;padding:34px 30px 45px;text-align:center;min-height:390px;border-radius:5px 0 0 5px}
.pump-card:nth-child(3){border-radius:0 5px 5px 0}.pump-card.featured{margin-top:-135px;background:#e93439;color:#fff;border-color:#e93439;border-radius:5px;min-height:410px;padding-bottom:35px}
.pump-icon{width:70px;height:70px;border-radius:50%;margin:0 auto 26px;display:flex;align-items:center;justify-content:center;font-size:34px;color:#e93439;border:1px solid rgba(233,52,57,.3);box-shadow:0 0 0 5px rgba(233,52,57,.1)}
.featured .pump-icon{color:#fff;border-color:rgba(255,255,255,.4);box-shadow:0 0 0 5px rgba(255,255,255,.1)}
.pump-card h3{font:400 22px/35px Poppins,sans-serif;color:#07132b;margin:0 0 13px}.pump-card.featured h3{color:#fff}
.pump-card p{font:400 14px/26px 'Open Sans',sans-serif;color:#777;margin:0 0 22px}.pump-card.featured p{color:#fff}
.pump-card a{font:600 12px Poppins,sans-serif;color:#e93439}.pump-card.featured a{color:#fff}
.original-services{background:#312781;padding:94px 0 100px}.original-services .services-heading{max-width:100%;text-align:center}
.service-label{font:600 16px Poppins,sans-serif;color:#dd3333;margin:0 0 40px}.original-services .services-heading h2{font:600 42px/50px Poppins,sans-serif;color:#fff;max-width:750px;margin:0 auto 30px}
.original-services .services-heading h2 span{font-weight:300}.original-services .services-lead{font:400 18px/30px 'Open Sans',sans-serif;color:#fff;max-width:750px;margin:0 auto}
.original-service-grid{margin-top:70px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:stretch}.service-stack{display:grid;gap:30px}
.service-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e7e7e7;border-radius:5px;padding:34px 25px 27px;text-align:center;min-height:250px;color:#777;isolation:isolate}
.service-card.tall{height:100%;min-height:530px;display:flex;flex-direction:column;justify-content:center}.service-card::before{content:"";position:absolute;inset:0;background:#030f27 var(--hover-bg) center/cover no-repeat;opacity:0;transition:.3s;z-index:-2}.service-card::after{content:"";position:absolute;inset:0;background:rgba(3,15,39,.83);opacity:0;transition:.3s;z-index:-1}.service-card:hover::before,.service-card:hover::after{opacity:1}.service-card:hover,.service-card:hover h3,.service-card:hover p,.service-card:hover .service-icon{color:#fff}
.service-icon{font-size:50px;line-height:50px;height:50px;color:#e93439;margin-bottom:23px}.service-card h3{font:400 22px/26px Poppins,sans-serif;color:#07132b;margin:0 0 8px}.service-card p{font:400 14px/26px 'Open Sans',sans-serif;color:#777;margin:0}
.original-projects{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#fff}.project-card{height:600px;position:relative;overflow:hidden;background:#030f27}.project-card img{width:100%;height:100%;object-fit:cover;display:block}.project-hover{position:absolute;inset:0;background:#030f27;color:#fff;padding:54px 38px;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(18px);transition:.3s}.project-card:hover .project-hover{opacity:1;transform:none}.project-hover h2{font:400 24px/32px Poppins,sans-serif;margin:0 0 20px}.project-hover p{font:400 14px/26px 'Open Sans',sans-serif;color:#c9cfdb;margin:0 0 24px}.project-hover span{font:600 13px Poppins,sans-serif;color:#e93439}
.page-home .footer{background:#312781}.page-home .bottom{background:#202329}
@media(max-width:1000px){.original-hero{height:720px}.original-hero-copy{margin-left:0;transform:none}.original-hero-copy h1{font-size:54px;line-height:64px}.pump-cards-wrap{padding-bottom:80px}.pump-cards{grid-template-columns:1fr}.pump-card,.pump-card.featured{margin-top:0;border-radius:5px;min-height:0}.original-service-grid{grid-template-columns:1fr}.service-card.tall{min-height:300px}.original-projects{grid-template-columns:1fr 1fr}.project-card{height:520px}}
@media(max-width:640px){.original-hero{height:720px}.original-hero-copy h1{font-size:43px;line-height:60px;text-align:center}.original-hero-copy{text-align:center}.original-services .services-heading h2{font-size:32px;line-height:42px}.original-projects{grid-template-columns:1fr}.project-card{height:600px}}

/* Final source-faithful detail corrections */
.top-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:6px;vertical-align:middle}
.top-icon svg{width:15px;height:15px;display:block;fill:currentColor;stroke:currentColor;stroke-width:1.2}
.icon-mail svg{fill:none;stroke-width:1.8}
.top-social{display:flex;align-items:center;gap:18px}
.top-social a{display:inline-flex;color:inherit;margin:0!important}
.social-svg{display:block;width:14px;height:14px;fill:currentColor}
.social-svg.outline{fill:none;stroke:currentColor;stroke-width:1.8}.social-svg.outline .fill-dot{fill:currentColor;stroke:none}
.slider-line-frame{position:absolute;z-index:2;left:55px;top:50%;width:365px;height:365px;transform:translateY(-65px);pointer-events:none}
.slider-line-frame::before,.slider-line-frame::after{content:"";position:absolute;border-color:#fff;border-style:solid}
.slider-line-frame::before{left:0;top:0;width:330px;height:70px;border-width:10px 10px 0 10px}
.slider-line-frame::after{left:0;bottom:0;width:170px;height:92px;border-width:0 0 10px 10px}
.original-hero-copy{position:relative;z-index:3}
.card-svg,.service-svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pump-icon{padding:16px}.service-icon{width:50px;height:50px;margin:0 auto 23px}
/* Match the natural Bauer service-card heights shown in the original */
.original-service-grid{align-items:start}
.service-card.tall{height:auto;min-height:0;display:block}
.service-card{min-height:0}
.footer-social a{display:inline-flex!important;margin:0!important;color:#8f96c8}.footer-social .social-svg{width:14px;height:14px}
.footer-mark{display:inline-flex;width:18px;height:18px;vertical-align:middle;align-items:center;justify-content:center}
.footer-mark svg{display:block;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer p{display:flex;align-items:flex-start;gap:8px}.footer p .footer-email{margin:0!important}
@media(max-width:1000px){.slider-line-frame{left:0;top:50%;transform:translateY(-50%);width:320px;height:320px}}
@media(max-width:640px){.slider-line-frame{display:none}}

/* HERO SLIDER — screenshot-matched correction only */
.page-home .original-hero{height:660px!important;background:#aaa!important}
.page-home .original-hero .hero-slide{background-size:cover!important;background-position:center center!important}
.page-home .original-hero .hero-slide:first-child{background-size:contain!important;background-position:center 56%!important;background-color:#aaa!important}
.page-home .original-hero .overlay{background:rgba(12,12,12,.39)!important}
.page-home .original-hero .hero-content{height:100%;align-items:center!important}
.page-home .original-hero-copy{margin-left:55px!important;transform:translateY(18px)!important;width:auto!important}
.page-home .original-hero-copy h1{font-size:60px!important;line-height:1.18!important;max-width:900px!important;margin:0 0 18px!important;font-weight:400!important}
.page-home .original-hero-copy h1 strong{font-weight:600!important}
.page-home .original-hero-copy .hero-kicker{font-size:14px!important;margin:0 0 22px!important}
.page-home .original-hero .red-btn{margin-left:145px!important;height:46px!important;padding:0 39px!important}

/* The original slide uses only the top-right and bottom-left line details. */
.page-home .slider-line-frame{position:absolute!important;left:55px!important;top:50%!important;width:335px!important;height:335px!important;transform:translateY(-112px)!important;z-index:2!important;pointer-events:none!important}
.page-home .slider-line-frame::before{content:""!important;display:block!important;position:absolute!important;left:0!important;top:0!important;width:330px!important;height:62px!important;border-top:10px solid #fff!important;border-right:10px solid #fff!important;border-left:0!important;border-bottom:0!important}
.page-home .slider-line-frame::after{content:""!important;display:block!important;position:absolute!important;left:0!important;bottom:0!important;width:160px!important;height:82px!important;border-left:10px solid #fff!important;border-bottom:10px solid #fff!important;border-top:0!important;border-right:0!important}
.page-home .slider-line-frame .corner{display:none!important}

/* Same line motif appears on slide 2 in the original. */
.page-home .hero-slide:nth-child(2) .hero-content::before{content:"";position:absolute;left:55px;top:50%;width:330px;height:62px;transform:translateY(-112px);border-top:10px solid #fff;border-right:10px solid #fff;z-index:2}
.page-home .hero-slide:nth-child(2) .hero-content::after{content:"";position:absolute;left:55px;top:50%;width:160px;height:82px;transform:translateY(141px);border-left:10px solid #fff;border-bottom:10px solid #fff;z-index:2}

.page-home .original-hero .slider-prev,.page-home .original-hero .slider-next{width:38px!important;height:38px!important;border-radius:50%!important;background:rgba(0,0,0,.45)!important;font-size:22px!important}
.page-home .original-hero .slider-dots{display:none!important}

@media(max-width:1000px){
 .page-home .original-hero{height:620px!important}
 .page-home .original-hero-copy{margin-left:25px!important;transform:none!important}
 .page-home .original-hero-copy h1{font-size:48px!important;line-height:1.2!important}
 .page-home .original-hero .red-btn{margin-left:0!important}
 .page-home .slider-line-frame,.page-home .hero-slide:nth-child(2) .hero-content::before,.page-home .hero-slide:nth-child(2) .hero-content::after{display:none!important}
}

/* =========================================================
   HERO V6 — balanced to the supplied original screenshots
   Keeps V4 structure; only desktop slider scale/spacing changes.
   ========================================================= */
@media (min-width:1001px){
  .page-home .original-hero{height:760px!important;}
  .page-home .original-hero .hero-slide:first-child{
    background-size:contain!important;
    background-position:center 58%!important;
    background-repeat:no-repeat!important;
  }
  .page-home .original-hero .hero-slide:nth-child(2){
    background-size:cover!important;
    background-position:center center!important;
  }
  .page-home .original-hero-copy{
    margin-left:55px!important;
    transform:translateY(0)!important;
  }
  .page-home .original-hero-copy h1{
    font-size:60px!important;
    line-height:1.18!important;
    max-width:900px!important;
    margin:0 0 18px!important;
  }
  .page-home .original-hero-copy .hero-kicker{
    font-size:14px!important;
    margin:0 0 22px!important;
  }
  .page-home .original-hero .red-btn{
    margin-left:145px!important;
    height:46px!important;
    padding:0 39px!important;
  }
  .page-home .slider-line-frame{
    left:55px!important;
    top:50%!important;
    width:335px!important;
    height:335px!important;
    transform:translateY(-112px)!important;
  }
  .page-home .slider-line-frame::before{
    left:0!important;top:0!important;width:330px!important;height:62px!important;
    border-top:10px solid #fff!important;border-right:10px solid #fff!important;
    border-left:0!important;border-bottom:0!important;
  }
  .page-home .slider-line-frame::after{
    left:0!important;top:auto!important;bottom:0!important;width:160px!important;height:82px!important;
    border-left:10px solid #fff!important;border-bottom:10px solid #fff!important;
    border-top:0!important;border-right:0!important;
  }
  .page-home .hero-slide:nth-child(2) .hero-content::before{
    left:55px!important;top:50%!important;width:330px!important;height:62px!important;
    transform:translateY(-112px)!important;
  }
  .page-home .hero-slide:nth-child(2) .hero-content::after{
    left:55px!important;top:50%!important;width:160px!important;height:82px!important;
    transform:translateY(141px)!important;
  }
}


/* =========================================================
   V7 — ORIGINAL SLIDER FRAME MATCH
   Based on the original Revolution Slider layer:
   365x365 image layer, x:left, text offset +55px, y:middle, y offset -65px.
   Nothing else on the page is changed.
   ========================================================= */
@media (min-width:1001px){
  /* The frame begins at the container edge.
     The text begins 55px to its right, matching the original source. */
  .page-home .slider-line-frame{
    display:block!important;
    position:absolute!important;
    left:0!important;
    top:50%!important;
    width:365px!important;
    height:365px!important;
    transform:translateY(-50%) translateY(-65px)!important;
    z-index:2!important;
    pointer-events:none!important;
  }

  /* Original decorative image is an open top-right corner. */
  .page-home .slider-line-frame::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    top:0!important;
    width:320px!important;
    height:68px!important;
    border-top:10px solid #fff!important;
    border-right:10px solid #fff!important;
    border-left:0!important;
    border-bottom:0!important;
  }

  /* ...and a separate open bottom-left corner. */
  .page-home .slider-line-frame::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    bottom:0!important;
    width:165px!important;
    height:92px!important;
    border-left:10px solid #fff!important;
    border-bottom:10px solid #fff!important;
    border-top:0!important;
    border-right:0!important;
  }

  /* Disable the old slide-2 pseudo frame so there is only one exact frame layer. */
  .page-home .hero-slide:nth-child(2) .hero-content::before,
  .page-home .hero-slide:nth-child(2) .hero-content::after{
    content:none!important;
    display:none!important;
  }

  /* Keep the original 55px relationship between frame and copy. */
  .page-home .original-hero-copy{
    margin-left:55px!important;
    position:relative!important;
    z-index:3!important;
  }
}

@media (max-width:1000px){
  .page-home .slider-line-frame{
    display:none!important;
  }
}


/* =========================================================
   V8 — FINAL ORIGINAL FRAME + HEIGHT TWEAK
   The original decorative element is one continuous open frame:
   top horizontal -> short right drop, full left vertical -> bottom horizontal.
   Hero height remains balanced at 760px.
   ========================================================= */
@media (min-width:1001px){
  .page-home .original-hero{
    height:760px!important;
  }

  .page-home .slider-line-frame{
    display:block!important;
    position:absolute!important;
    left:0!important;
    top:50%!important;
    width:365px!important;
    height:365px!important;
    transform:translateY(-50%) translateY(-65px)!important;
    z-index:2!important;
    pointer-events:none!important;

    /* continuous left side of the original frame */
    border-left:10px solid #fff!important;
  }

  /* top horizontal with short right-hand drop */
  .page-home .slider-line-frame::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    top:0!important;
    width:320px!important;
    height:68px!important;
    border-top:10px solid #fff!important;
    border-right:10px solid #fff!important;
    border-left:0!important;
    border-bottom:0!important;
    box-sizing:border-box!important;
  }

  /* bottom horizontal joins the same left vertical — no visual break */
  .page-home .slider-line-frame::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    bottom:0!important;
    width:170px!important;
    height:10px!important;
    border:0!important;
    border-bottom:10px solid #fff!important;
    box-sizing:border-box!important;
  }

  /* Keep copy in the original relationship to the frame. */
  .page-home .original-hero-copy{
    margin-left:55px!important;
    position:relative!important;
    z-index:3!important;
  }

  /* Prevent any older pseudo-frame rules from appearing on slide 2. */
  .page-home .hero-slide:nth-child(2) .hero-content::before,
  .page-home .hero-slide:nth-child(2) .hero-content::after{
    content:none!important;
    display:none!important;
  }
}


/* =========================================================
   V9 — FINAL HERO TEXT ALIGNMENT ONLY
   Original Revolution Slider text layer uses y:middle with yo:-45px.
   Keep the approved frame/height and move only the text group.
   ========================================================= */
@media (min-width:1001px){
  .page-home .original-hero-copy{
    margin-left:55px!important;
    transform:translateY(-45px)!important;
    position:relative!important;
    z-index:3!important;
  }

  /* Keep the first-slide CTA aligned beneath the heading as in the original. */
  .page-home .original-hero .red-btn{
    margin-left:145px!important;
  }
}


/* V10 — final Learn More button alignment only */
@media (min-width:1001px){
  .page-home .original-hero .red-btn{
    margin-left:145px!important;
    transform:translateY(24px)!important;
  }
}


/* V12 — slide 1 background alignment only.
   Fill the full hero canvas like the original instead of leaving side gutters. */
@media (min-width:1001px){
  .page-home .original-hero .hero-slide:first-child{
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }

  /* Preserve the approved V11 Learn More position. */
  .page-home .original-hero .red-btn{
    transform:translateY(36px)!important;
  }
}


/* =========================================================
   V13 — HERO IMAGE FULL-FILL + CARDS AFTER HERO
   ========================================================= */
@media (min-width:1001px){
  /* Fill the complete hero area with the slide image. */
  .page-home .original-hero{
    height:760px!important;
    overflow:hidden!important;
  }

  .page-home .original-hero .hero-slide:first-child{
    background-size:cover!important;
    background-position:center 54%!important;
    background-repeat:no-repeat!important;
  }

  .page-home .original-hero .hero-slide:nth-child(2){
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }

  /* Product cards now begin after the hero instead of overlapping it. */
  .page-home .pump-cards-wrap{
    padding-top:70px!important;
  }

  .page-home .pump-card,
  .page-home .pump-card.featured{
    margin-top:0!important;
  }

  /* Keep the middle card highlighted but no longer floating into the slider. */
  .page-home .pump-card.featured{
    transform:translateY(-20px);
  }
}


/* =========================================================
   V14 — restore original card overlap on hero
   Based on original source: side cards -115px, centre card -135px.
   ========================================================= */
@media (min-width:1001px){
  .page-home .pump-cards-wrap{
    padding-top:0!important;
  }

  .page-home .pump-card{
    margin-top:-115px!important;
  }

  .page-home .pump-card.featured{
    margin-top:-135px!important;
    transform:none!important;
  }
}


/* =========================================================
   V15 — desktop main header height only
   Increase the white navigation/header area so the hero starts
   lower on the page, matching the original site's proportions.
   ========================================================= */
@media (min-width:1001px){
  .site-header .main-header,
  .site-header .header-main,
  .main-header,
  .header-main{
    min-height:130px!important;
  }

  .site-header .main-header .container,
  .site-header .header-main .container,
  .main-header .container,
  .header-main .container{
    min-height:130px!important;
    display:flex!important;
    align-items:center!important;
  }

  .site-header .logo img,
  .site-logo img{
    max-height:90px!important;
    width:auto!important;
  }
}


/* V16 — increase the actual white navigation header shown in the screenshot */
@media (min-width:1001px){
  .site-header .header-inner{
    height:155px!important;
    min-height:155px!important;
  }
  .page-home .header-inner{
    height:155px!important;
  }
  .page-home .main-nav a.active::after,
  .page-home .main-nav a:hover::after{
    bottom:47px!important;
  }
}


/* V17 — exact original Bauer icons on the three product cards */
.pump-card .pump-icon{
  padding:0!important;
}
.pump-card .pump-icon i[class^="bauerico-"],
.pump-card .pump-icon i[class*=" bauerico-"]{
  display:block;
  font-size:34px;
  line-height:70px;
  width:70px;
  height:70px;
  color:inherit;
}


/* =========================================================
   V18 — SERVICES REBUILT FROM ORIGINAL WORDPRESS SOURCE
   Bauer theme + WPRT Addons + original 2019/2022 upload assets.
   ========================================================= */
.source-matched-services{
  background:#352b86 !important;
  color:#fff;
  padding:94px 0 100px !important;
}
.source-matched-services .services-heading{
  text-align:center;
  max-width:860px;
  margin:0 auto 70px;
}
.source-matched-services .service-label{
  margin:0 0 34px;
  color:#f35c27;
  font-size:16px;
  line-height:20px;
  font-weight:600;
  text-transform:uppercase;
}
.source-matched-services .services-heading h2{
  max-width:750px;
  margin:0 auto 30px;
  color:#fff;
  font-size:42px;
  line-height:50px;
  font-weight:400;
  text-align:center;
}
.source-matched-services .services-lead{
  max-width:750px;
  margin:0 auto;
  color:#fff;
  font-size:15px;
  line-height:27px;
  font-weight:400;
  text-align:center;
}

.source-service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
  align-items:start;
}
.source-service-grid .service-stack{
  display:grid;
  gap:30px;
}
.source-service-grid .service-card{
  min-height:228px;
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
  display:flex;
  align-items:stretch;
  justify-content:stretch;
  background:#fff;
  border:1px solid #e7e7e7;
  border-bottom:4px solid transparent;
  border-radius:4px;
  text-align:center;
  transition:border-color .3s ease, transform .3s ease;
}
.source-service-grid .service-card.tall{
  min-height:320px;
}
.source-service-grid .service-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(rgba(3,15,39,.78),rgba(3,15,39,.78)),
    var(--hover-bg) center/cover no-repeat;
  opacity:0;
  transition:opacity .3s ease;
}
.source-service-grid .service-card:hover{
  border-color:#e7e7e7 #e7e7e7 #f35c27 #e7e7e7;
}
.source-service-grid .service-card:hover::before{
  opacity:1;
}
.source-service-grid .service-card-inner{
  position:relative;
  z-index:1;
  width:100%;
  min-height:inherit;
  box-sizing:border-box;
  padding:34px 25px 27px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.source-service-grid .service-icon{
  width:70px;
  height:70px;
  margin:0 auto 22px;
  border-radius:40px;
  background:rgba(243,92,39,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f35c27;
  transition:background .3s ease,color .3s ease;
}
.source-service-grid .service-icon i{
  font-size:34px;
  line-height:1;
  color:inherit;
}
.source-service-grid .service-card h3{
  margin:0 0 15px;
  color:#030f27;
  font-size:20px;
  line-height:28px;
  font-weight:400;
  transition:color .3s ease;
}
.source-service-grid .service-card p{
  max-width:300px;
  margin:0;
  color:#777;
  font-size:16px;
  line-height:26px;
  font-weight:400;
  transition:color .3s ease;
}
.source-service-grid .service-card:hover h3,
.source-service-grid .service-card:hover p{
  color:#fff;
}

@media(max-width:1000px){
  .source-matched-services{
    padding:65px 0 70px !important;
  }
  .source-matched-services .services-heading{
    margin-bottom:45px;
  }
  .source-matched-services .services-heading h2{
    font-size:30px;
    line-height:40px;
  }
  .source-matched-services .services-lead{
    font-size:16px;
    line-height:27px;
  }
  .source-service-grid{
    grid-template-columns:1fr;
  }
  .source-service-grid .service-card,
  .source-service-grid .service-card.tall{
    min-height:250px;
  }
}


/* =========================================================
   V19 — ORIGINAL MONO PUMPS / BAUER TYPOGRAPHY
   Source-matched to Bauer theme + original Slider Revolution.
   ========================================================= */

html{
  font-size:62.5%;
}

body{
  font-family:"Poppins",sans-serif!important;
  color:#777;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.67!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

h1,h2,h3,h4,h5,h6{
  font-family:"Poppins",sans-serif!important;
  color:#030f27;
  font-weight:500;
  line-height:1.428;
  letter-spacing:.1px;
  text-rendering:optimizeLegibility;
}

button,
input,
select,
textarea,
.main-nav,
.main-nav a,
.contact-btn,
.pump-card,
.original-services,
.projects-section,
.site-footer{
  font-family:"Poppins",sans-serif!important;
}

/* Original desktop navigation: Poppins 500 / 16px */
.main-nav a{
  font-size:16px!important;
  font-weight:500!important;
  letter-spacing:.25px!important;
}

/* Original top-bar typography */
.topbar{
  font-size:14px!important;
  font-weight:500!important;
}

/* Original Bauer button typography */
.contact-btn,
.red-btn,
.bauer-button,
.learn-more,
button,
input[type="button"],
input[type="submit"]{
  font-family:"Poppins",sans-serif!important;
  font-size:15px;
  font-weight:500;
  letter-spacing:.25px;
}

/* Original Revolution Slider heading typography */
.page-home .hero-copy,
.page-home .hero-copy h1,
.page-home .hero-copy h2,
.page-home .slide-title,
.page-home .hero-title{
  font-family:"Poppins",sans-serif!important;
  font-weight:400!important;
}

/* Slider emphasis in the source uses weight 600. */
.page-home .hero-copy strong,
.page-home .hero-copy b,
.page-home .hero-copy .font-weight-600,
.page-home .slide-title strong,
.page-home .hero-title strong{
  font-weight:600!important;
}

/* Original slide button layer was declared Open Sans,
   while the Bauer button itself remains Poppins. */
.page-home .hero-button-layer{
  font-family:"Open Sans",sans-serif!important;
}

/* Original source also loads Roboto 400; keep it available
   for any recovered Slider Revolution layer that requests it. */
.rs-roboto,
.font-roboto{
  font-family:"Roboto",sans-serif!important;
  font-weight:400!important;
}

/* Exact original Bauer glyph outlines, now inline SVG. */
.original-bauer-svg{
  display:block;
  width:34px;
  height:34px;
  fill:currentColor;
}

.pump-card .pump-icon .original-bauer-svg{
  width:34px;
  height:34px;
}

.source-service-grid .service-icon .original-bauer-svg{
  width:34px;
  height:34px;
}

/* Preserve responsive readability while retaining original family. */
@media(max-width:767px){
  body{font-size:15px!important;}
  .main-nav a{font-size:16px!important;}
}

/* =========================================================
   V20 — match the original Services + Projects typography/layout
   ========================================================= */

/* The recovered local WordPress render shows this section in a serif face.
   Keep the rest of the standalone site unchanged. */
.source-matched-services,
.source-matched-services .service-label,
.source-matched-services .services-heading h2,
.source-matched-services .services-lead,
.source-matched-services .service-card h3,
.source-matched-services .service-card p{
  font-family: Georgia, "Times New Roman", serif !important;
}
.source-matched-services .service-label{
  font-size:15px !important;
  line-height:20px !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
  margin-bottom:34px !important;
}
.source-matched-services .services-heading{
  max-width:820px !important;
  margin:0 auto 68px !important;
}
.source-matched-services .services-heading h2{
  max-width:700px !important;
  font-size:39px !important;
  line-height:1.18 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  margin:0 auto 32px !important;
}
.source-matched-services .services-lead{
  max-width:690px !important;
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
}
.source-service-grid .service-card h3{
  font-size:19px !important;
  line-height:1.18 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.source-service-grid .service-card p{
  font-size:14px !important;
  line-height:1.58 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Original project strip: four equal image cards. Each card owns a partial-height
   navy information overlay, which appears on hover instead of covering the full image. */
.original-projects{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0,1fr)) !important;
  width:100% !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}
.original-projects .project-card{
  position:relative !important;
  display:block !important;
  height:470px !important;
  min-height:470px !important;
  overflow:hidden !important;
  background:#03102b !important;
  text-decoration:none !important;
}
.original-projects .project-card > img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  transition:transform .35s ease !important;
}
.original-projects .project-hover{
  position:absolute !important;
  z-index:3 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:52% !important;
  box-sizing:border-box !important;
  padding:30px 35px 26px !important;
  background:#03102b !important;
  color:#fff !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  opacity:0 !important;
  transform:translateY(100%) !important;
  transition:transform .32s ease, opacity .32s ease !important;
  pointer-events:none !important;
}
.original-projects .project-card:hover .project-hover,
.original-projects .project-card:focus .project-hover,
.original-projects .project-card:focus-visible .project-hover{
  opacity:1 !important;
  transform:translateY(0) !important;
}
.original-projects .project-card:hover > img,
.original-projects .project-card:focus > img{
  transform:scale(1.015) !important;
}
.original-projects .project-hover h2,
.original-projects .project-hover p,
.original-projects .project-hover span{
  font-family:Georgia, "Times New Roman", serif !important;
}
.original-projects .project-hover h2{
  margin:0 0 18px !important;
  color:#fff !important;
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.original-projects .project-hover p{
  margin:0 0 24px !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.original-projects .project-hover span{
  position:relative !important;
  color:#f23b3f !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:400 !important;
}
.original-projects .project-hover span::after{
  content:"\2192";
  display:inline-block;
  margin-left:14px;
  color:#f23b3f;
  font-size:22px;
  line-height:10px;
  vertical-align:-2px;
}

@media (max-width:1000px){
  .original-projects{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .original-projects .project-card{height:420px !important;min-height:420px !important;}
  .original-projects .project-hover{height:56% !important;}
}
@media (max-width:600px){
  .source-matched-services .services-heading h2{font-size:30px !important;line-height:1.25 !important;}
  .original-projects{grid-template-columns:1fr !important;}
  .original-projects .project-card{height:400px !important;min-height:400px !important;}
  .original-projects .project-hover{height:58% !important;opacity:1 !important;transform:none !important;}
}




/* =========================================================
   V23 — DEFINITIVE ORIGINAL PROJECT OVERLAY
   The image stays full-height. The navy information panel is
   attached to the BOTTOM half of each project image and enters
   horizontally from the side.
   ========================================================= */

.original-projects .project-card{
  position:relative !important;
  overflow:hidden !important;
}

.original-projects .project-card > img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  z-index:1 !important;
}

.original-projects .project-hover{
  position:absolute !important;
  z-index:5 !important;

  /* IMPORTANT: lock overlay to bottom, never top */
  top:auto !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;

  width:100% !important;
  height:50% !important;
  min-height:0 !important;
  max-height:none !important;

  box-sizing:border-box !important;
  padding:30px 34px 26px !important;
  margin:0 !important;

  background:#03102b !important;
  color:#fff !important;

  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;

  opacity:0 !important;
  transform:translateX(100%) !important;
  transition:transform .35s ease, opacity .25s ease !important;
  pointer-events:none !important;
}

.original-projects .project-card:hover .project-hover,
.original-projects .project-card:focus .project-hover,
.original-projects .project-card:focus-visible .project-hover{
  top:auto !important;
  bottom:0 !important;
  opacity:1 !important;
  transform:translateX(0) !important;
}

/* Keep the top half of the image visible while the overlay is shown. */
.original-projects .project-card:hover > img,
.original-projects .project-card:focus > img{
  transform:none !important;
}

/* The text itself follows the horizontal animation. */
.original-projects .project-hover h2,
.original-projects .project-hover p,
.original-projects .project-hover span{
  transform:translateX(24px);
  transition:transform .45s ease;
}
.original-projects .project-card:hover .project-hover h2,
.original-projects .project-card:hover .project-hover p,
.original-projects .project-card:hover .project-hover span,
.original-projects .project-card:focus .project-hover h2,
.original-projects .project-card:focus .project-hover p,
.original-projects .project-card:focus .project-hover span{
  transform:translateX(0);
}

@media(max-width:1000px){
  .original-projects .project-hover{
    top:auto !important;
    bottom:0 !important;
    height:50% !important;
  }
}

@media(max-width:600px){
  .original-projects .project-hover{
    top:auto !important;
    bottom:0 !important;
    height:52% !important;
    opacity:1 !important;
    transform:none !important;
  }
}


/* =========================================================
   V26 — EXACT ORIGINAL SERVICES HOVER IMAGES
   Explicit background layer per card; no CSS variable guessing.
   New filenames also prevent stale browser image caching.
   ========================================================= */

.source-service-grid .service-card{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background:#fff !important;
  transform:none !important;
  box-shadow:none !important;
}

.source-service-grid .service-card .service-hover-bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  opacity:0 !important;
  background-position:center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  transition:opacity .30s ease !important;
  pointer-events:none !important;
}

.source-service-grid .service-card .service-hover-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(3,15,39,.58);
}

.source-service-grid .service-backup .service-hover-bg{
  background-image:url("images/service-backup-original-v26.jpg") !important;
}

.source-service-grid .service-technical .service-hover-bg{
  background-image:url("images/service-technical-original-v26.jpg") !important;
}

.source-service-grid .service-training .service-hover-bg{
  background-image:url("images/service-training-original-v26.jpg") !important;
}

.source-service-grid .service-quality .service-hover-bg{
  background-image:url("images/service-quality-original-v26.jpg") !important;
}

.source-service-grid .service-card .service-card-inner{
  position:relative !important;
  z-index:2 !important;
}

.source-service-grid .service-card:hover .service-hover-bg,
.source-service-grid .service-card:focus-within .service-hover-bg{
  opacity:1 !important;
}

.source-service-grid .service-card:hover,
.source-service-grid .service-card:focus-within{
  border-bottom:3px solid #ef3340 !important;
  transform:none !important;
  box-shadow:none !important;
}

.source-service-grid .service-card:hover h3,
.source-service-grid .service-card:hover p,
.source-service-grid .service-card:focus-within h3,
.source-service-grid .service-card:focus-within p{
  color:#fff !important;
}

.source-service-grid .service-card:hover .service-icon,
.source-service-grid .service-card:focus-within .service-icon{
  background:transparent !important;
  color:#ef3340 !important;
}

/* Disable older pseudo hover layers so only the explicit original image is shown. */
.source-service-grid .service-card::before,
.source-service-grid .service-card::after{
  display:none !important;
  content:none !important;
}

/* v27 clearer service hover imagery */
.source-service-grid .service-card .service-hover-bg{
  image-rendering:auto !important;
  filter:none !important;
  transform:translateZ(0);
}
.source-service-grid .service-card .service-hover-bg::after{background:rgba(3,15,39,.58) !important;}


/* =========================================================
   V28 — SERVICES: REMOVE DARK HOVER OVERLAY COMPLETELY
   Keep the original hover photographs at full clarity.
   ========================================================= */

.source-service-grid .service-card .service-hover-bg::after{
  content:none !important;
  display:none !important;
  background:none !important;
  opacity:0 !important;
}

.source-service-grid .service-card:hover .service-hover-bg,
.source-service-grid .service-card:focus-within .service-hover-bg{
  opacity:1 !important;
  filter:none !important;
}

/* Prevent any older pseudo-element shading from reappearing. */
.source-service-grid .service-card::before,
.source-service-grid .service-card::after{
  content:none !important;
  display:none !important;
  background:none !important;
  opacity:0 !important;
}

/* Do not darken the image layer itself. */
.source-service-grid .service-hover-bg{
  filter:none !important;
  background-blend-mode:normal !important;
}


/* =========================================================
   V29 — FOOTER HOVER COLOUR
   Match the original Mono Pumps footer interaction:
   footer links highlight red on hover.
   ========================================================= */
.footer a{
  transition:color .22s ease;
}

.footer a:hover,
.footer a:focus{
  color:var(--red) !important;
}

/* Social icons also change to the same Mono Pumps red. */
.footer-social a:hover,
.footer-social a:focus{
  color:var(--red) !important;
}

/* Bottom footer policy links, if linked, use the same highlight. */
.bottom a{
  transition:color .22s ease;
}
.bottom a:hover,
.bottom a:focus{
  color:var(--red) !important;
}


/* =========================================================
   V30 — ABOUT US: MATCH ORIGINAL WORDPRESS PAGE
   ========================================================= */

.about-original-page{
  background:#fff;
}

.about-original-intro{
  padding:24px 0 82px;
  background:#fff;
}

.about-original-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);
  gap:64px;
  align-items:start;
}

.about-original-copy{
  padding-top:0;
}

.about-original-copy .about-kicker{
  margin:0 0 30px;
  color:#c8c8c8;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:16px;
  line-height:1.5;
  font-weight:700;
}

.about-original-copy h1{
  margin:0 0 28px;
  color:#030f27;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:38px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:0;
}

.about-original-copy p{
  max-width:620px;
  margin:0 0 28px;
  color:#2f2f2f;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:16px;
  line-height:1.85;
  font-weight:400;
}

.about-original-collage{
  position:relative;
  min-height:610px;
  margin-top:44px;
}

.about-original-collage .about-photo{
  position:absolute;
  overflow:hidden;
  background:#eee;
}

.about-original-collage .about-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.about-photo-top{
  top:0;
  right:0;
  width:82%;
  height:505px;
}

.about-photo-top img{
  object-position:center center;
}

.about-photo-bottom{
  left:0;
  bottom:0;
  width:70%;
  height:338px;
  z-index:2;
}

.about-photo-bottom img{
  object-position:center center;
}

.about-corner{
  position:absolute;
  width:56px;
  height:56px;
  z-index:4;
  pointer-events:none;
}

.about-corner-top{
  right:20%;
  top:267px;
  border-right:12px solid #fff;
  border-top:12px solid #fff;
}

.about-corner-bottom{
  left:64%;
  bottom:171px;
  border-right:12px solid #fff;
  border-bottom:12px solid #fff;
}

.about-years-badge{
  position:absolute;
  right:9%;
  bottom:58px;
  z-index:5;
  width:162px;
  height:160px;
  box-sizing:border-box;
  padding:18px 12px 12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:#ed1c24;
  color:#fff;
  text-align:center;
}

.about-years-badge::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.7) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 35%, rgba(255,255,255,.5) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,.5) 0 2px, transparent 3px);
  background-size:42px 42px;
}

.about-years-badge strong{
  position:relative;
  z-index:1;
  display:block;
  margin:0;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:68px;
  line-height:.9;
  font-weight:900;
  letter-spacing:-4px;
}

.about-years-badge span{
  position:relative;
  z-index:1;
  margin-top:8px;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:14px;
  line-height:1.15;
  font-weight:700;
}

@media(max-width:1000px){
  .about-original-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .about-original-collage{
    width:100%;
    max-width:650px;
    min-height:590px;
    margin:0 auto;
  }
}

@media(max-width:640px){
  .about-original-intro{
    padding:28px 0 55px;
  }
  .about-original-copy h1{
    font-size:31px;
  }
  .about-original-copy p{
    font-size:15px;
    line-height:1.7;
  }
  .about-original-collage{
    min-height:auto;
    display:grid;
    gap:14px;
  }
  .about-photo-top,
  .about-photo-bottom{
    position:relative;
    inset:auto;
    width:100%;
    height:300px;
  }
  .about-years-badge{
    right:18px;
    bottom:18px;
    width:132px;
    height:130px;
  }
  .about-years-badge strong{
    font-size:54px;
  }
  .about-corner{
    display:none;
  }
}


/* =========================================================
   V31 — ABOUT PAGE MATCHED TO ORIGINAL PAGE SOURCE
   Source values:
   intro top spacer 94px / bottom 100px
   heading 42px / 50px
   lead copy 18px / 30px
   actual about-main.png composite image
   ========================================================= */

.about-source-page{
  background:#fff;
}

.about-source-page .about-banner{
  min-height:0 !important;
}

/* Intro */
.about-source-intro{
  background:#fff;
  padding:94px 0 100px;
}

.about-source-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:start;
}

.about-source-copy{
  padding-right:12px;
}

.about-source-kicker{
  margin:0 0 25px;
  color:#cacaca;
  font-size:14px;
  line-height:20px;
  font-weight:600;
}

.about-source-copy h2{
  margin:0 0 32px;
  color:#030f27;
  font-size:36px;
  line-height:46px;
  font-weight:400;
  letter-spacing:0;
}

.about-source-copy h2 .font-light{
  font-weight:300;
}

.about-source-copy h2 strong,
.about-source-copy h2 b{
  font-weight:600;
}

.about-source-copy p{
  margin:0 0 26px;
  color:#414042;
  font-size:14px;
  line-height:26px;
}

.about-source-copy .about-source-lead{
  margin-bottom:34px;
  font-size:15px;
  line-height:27px;
}

.about-source-image{
  padding-top:55px;
  text-align:center;
}

.about-source-image img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

/* Skill / Expertise section */
.about-expertise-source{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#f7f9fa;
  min-height:650px;
}

.expertise-source-image{
  min-height:650px;
  background-size:cover;
  background-position:center;
  position:relative;
}

.expertise-play{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  width:86px;
  height:86px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-decoration:none;
  background:#fff;
  color:#e93439;
  box-shadow:0 0 0 14px rgba(255,255,255,.18);
}

.expertise-play span{
  margin-left:5px;
  font-size:25px;
}

.expertise-source-copy{
  display:flex;
  align-items:center;
}

.expertise-source-inner{
  width:min(560px,80%);
  padding-left:10%;
}

.expertise-kicker{
  color:#777;
  margin-bottom:24px;
}

.expertise-source-copy h2{
  margin:0 0 30px;
  color:#030f27;
  font-size:42px;
  line-height:50px;
  font-weight:500;
}

.expertise-source-copy p{
  color:#414042;
  font-size:16px;
  line-height:1.8;
  margin:0 0 37px;
}

.source-progress{
  margin-bottom:22px;
}

.source-progress-head{
  display:flex;
  justify-content:space-between;
  color:#030f27;
  font-size:15px;
  font-weight:500;
  margin-bottom:10px;
}

.source-progress-head b{
  font-weight:500;
}

.source-progress-track{
  height:5px;
  background:#ccc;
  position:relative;
  overflow:hidden;
}

.source-progress-track i{
  position:absolute;
  inset:0 auto 0 0;
  background:#e93439;
}

/* Mission */
.about-mission-source{
  padding:94px 0 100px;
  background:#fff;
}

.about-mission-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:start;
}

.about-mission-source h2{
  margin:0;
  color:#030f27;
  font-size:42px;
  line-height:50px;
  font-weight:500;
}

.about-mission-quote{
  padding-top:52px;
}

.about-mission-quote p{
  margin:0;
  color:#414042;
  font-size:18px;
  line-height:30px;
}

/* About page uses the original purple header. */
.header-purple{
  background:#312781 !important;
}

@media(max-width:900px){
  .about-source-intro{
    padding:60px 0;
  }

  .about-source-grid,
  .about-expertise-source,
  .about-mission-grid{
    grid-template-columns:1fr;
  }

  .about-source-image{
    padding-top:20px;
  }

  .expertise-source-image{
    min-height:440px;
  }

  .expertise-source-copy{
    padding:50px 0 60px;
  }

  .expertise-source-inner{
    width:auto;
    padding:0 24px;
  }

  .about-mission-source{
    padding:60px 0;
  }

  .about-mission-quote{
    padding-top:0;
  }
}

@media(max-width:600px){
  .about-source-copy h2,
  .expertise-source-copy h2,
  .about-mission-source h2{
    font-size:34px;
    line-height:42px;
  }

  .about-source-copy .about-source-lead{
    font-size:16px;
    line-height:28px;
  }
}


/* V23 — exact homepage product-card Read More states */
.original-home .pump-card .pump-read-more{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:relative !important;
  text-decoration:none !important;
  text-transform:none !important;
  transition:color .22s ease !important;
}

/* Normal state matches the original:
   white cards = muted grey uppercase
   red featured card = solid black title case */
.original-home .pump-card:not(.featured) .pump-read-more{
  color:#6f6f6f !important;
}
.original-home .pump-card.featured .pump-read-more{
  color:#111111 !important;
}

/* Arrow is completely hidden before hover */
.original-home .pump-card .pump-read-more::after{
  content:"\2192" !important;
  display:inline-block !important;
  width:0 !important;
  max-width:0 !important;
  margin-left:0 !important;
  overflow:hidden !important;
  opacity:0 !important;
  white-space:nowrap !important;
  font-size:21px !important;
  line-height:1 !important;
  color:currentColor !important;
  transform:translateX(-7px) !important;
  transition:
    width .25s ease,
    max-width .25s ease,
    margin-left .25s ease,
    opacity .18s ease,
    transform .25s ease !important;
}

/* Original hover treatment:
   arrow enters from the side and text/arrow turn red on white cards */
.original-home .pump-card:not(.featured) .pump-read-more:hover,
.original-home .pump-card:not(.featured) .pump-read-more:focus-visible{
  color:#ef3438 !important;
}
.original-home .pump-card .pump-read-more:hover::after,
.original-home .pump-card .pump-read-more:focus-visible::after{
  width:27px !important;
  max-width:27px !important;
  margin-left:9px !important;
  opacity:1 !important;
  transform:translateX(0) !important;
}

/* Featured red card stays black on hover, matching its original contrast */
.original-home .pump-card.featured .pump-read-more:hover,
.original-home .pump-card.featured .pump-read-more:focus-visible{
  color:#111111 !important;
}
