
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Poppins',sans-serif;font-size:14px;font-weight:400;color:#333;background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
ul{list-style:none;padding:0;margin:0}
.container{max-width:1200px;margin:0 auto;padding:0 15px}
.container-fluid{width:100%;padding:0}
.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.w100{width:100%}
.p-0{padding:0!important}
.pb-3{padding-bottom:1rem}
.pb-4{padding-bottom:1.5rem}
.pt-3{padding-top:1rem}
.m-auto{margin:auto}
.d-block,.d-md-block{display:block}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
[class*="col-"]{padding-left:15px;padding-right:15px;width:100%}
.col-md-12{flex:0 0 100%;max-width:100%}
.col-md-9{flex:0 0 75%;max-width:75%}
.col-md-8{flex:0 0 66.666%;max-width:66.666%}
.col-md-6{flex:0 0 50%;max-width:50%}
.col-md-4{flex:0 0 33.333%;max-width:33.333%}
.col-md-3{flex:0 0 25%;max-width:25%}
.col-lg-12{flex:0 0 100%;max-width:100%}
.col-lg-8{flex:0 0 66.666%;max-width:66.666%}
.col-lg-6{flex:0 0 50%;max-width:50%}
.col-lg-4{flex:0 0 33.333%;max-width:33.333%}
.col-lg-3{flex:0 0 25%;max-width:25%}
.offset-lg-1,.offset-md-1{margin-left:8.333%}
:root{--orange:#f26522;--black:#1a1a1a;--navy:#0c1520;--grey:#666;--light:#f8f8f8;--border:#e5e5e5}

/* TOPBAR */
.topbar{background:#fff;padding:18px 0;border-bottom:1px solid #ddd}
.topbar>.container{display:flex;align-items:center;justify-content:space-between}
.logo{flex-shrink:0}
.logo a{display:flex;align-items:center}
.logo img{height:38px;width:auto;display:block}
.headcontact ul{display:flex;align-items:center;gap:44px;list-style:none}
.headcontact li{display:flex;align-items:center;gap:13px}
/* Speech-bubble icon shape: circle with squared bottom-right corner */
.hc-icon{
  width:52px;height:52px;
  background:var(--orange);
  border-radius:50% 50% 0 50%;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  transform:rotate(0deg)
}
.hc-icon svg{width:22px;height:22px;fill:#fff}
.hc-text{display:flex;flex-direction:column;gap:3px}
.hc-text p{font-size:13px;color:#777;font-weight:400;margin:0;line-height:1;white-space:nowrap}
.hc-text a{font-size:15px;font-weight:500;color:var(--orange);line-height:1;white-space:nowrap;display:block}
.hc-text a:hover{color:var(--black)}

/* NAV */
.menu{background:#1a1a1a;position:sticky;top:0;z-index:1000}
.navbar{display:flex;align-items:stretch;padding:0}
.deskhide{display:none}
.navbar-toggler{display:none;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:7px 13px;font-size:18px;cursor:pointer;margin:8px 0}
.navbar-collapse{display:flex;flex:1}
.navbar-nav{display:flex;align-items:stretch;flex:1}
.nav-item{position:relative;border-right:1px solid rgba(255,255,255,.14)}
.nav-item:first-child{border-left:1px solid rgba(255,255,255,.14)}
.nav-link{display:flex;align-items:center;justify-content:center;padding:19px 22px;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;letter-spacing:.5px;white-space:nowrap;transition:color .18s,background .18s;cursor:pointer}
.nav-link:hover{background:rgba(255,255,255,.06)}
.nav-item.active>.nav-link{color:var(--orange)}


.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#222;min-width:200px;border-top:3px solid var(--orange);box-shadow:0 6px 20px rgba(0,0,0,.45);z-index:200}
.nav-item.dropdown:hover .dropdown-menu{display:block}
.nav-link::after{display:none!important;content:none!important}
.nav-chevron{width:10px;height:10px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;margin-left:5px;flex-shrink:0;transition:transform .2s}
.nav-item.dropdown:hover .nav-chevron{transform:rotate(180deg)}
.nav-item.active .nav-chevron{stroke:var(--orange)}

.dropdown-item{display:block;padding:12px 20px;font-size:13px;font-weight:500;color:#ccc;border-bottom:1px solid rgba(255,255,255,.06);transition:color .15s,background .15s}
.dropdown-item:hover{color:var(--orange);background:rgba(255,255,255,.05)}

/* HERO CAROUSEL */
.banner{position:relative;overflow:hidden}
.carousel{position:relative}
.carousel-inner{overflow:hidden;position:relative}
.carousel-item{display:none;position:relative}
.carousel-item.active{display:block}
.carousel-item>img{width:100%;min-height:480px;max-height:560px;object-fit:cover;object-position:center;display:block}
.carousel-caption{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;padding:0}
.carousel-caption .container{width:100%}
.hmslid{color:#000!important;font-size:33px!important;margin:0 0 22px 0!important;max-width:500px!important;font-weight:400;font-family:'Roboto',sans-serif;line-height:1.5;border-top:5px solid var(--orange);border-left:5px solid var(--orange);padding:22px 26px 20px 26px;background:transparent;display:block}
.carousel-caption span a{display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;padding:12px 32px;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;transition:background .2s;border-radius:3px;font-family:'Roboto',sans-serif}
.carousel-caption span a::after{content:" →";font-size:15px}
.carousel-caption span a:hover{background:var(--orange)}
.carousel-control-prev,.carousel-control-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgba(0,0,0,.55);border:2px solid rgba(255,255,255,.5);color:#fff;font-size:30px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;border-radius:3px}
.carousel-control-prev:hover,.carousel-control-next:hover{background:var(--orange);border-color:var(--orange)}
.carousel-control-prev{left:14px}
.carousel-control-next{right:14px}
.carousel-indicators{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:5;padding:0;list-style:none}
.carousel-indicators li{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background .2s;text-indent:-9999px;overflow:hidden;font-size:0}
.carousel-indicators li.active{background:var(--orange)}

/* BRAND LOGOS */
.clientBox{background:#fff;padding:28px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.client{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:0;width:100%}
.client .w100{flex:1;min-width:0}
.client a{display:flex;align-items:center;justify-content:center;padding:8px 10px;width:100%}
.client img{max-height:72px;max-width:100%;object-fit:contain;filter:grayscale(0%);opacity:1;transition:opacity .2s,filter .2s}
.client img:hover{opacity:1;filter:none}

/* ABOUT */
.aboutus{padding:65px 0 0;background:#fff}
.aboutus h2{font-size:30px;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:0;margin-bottom:10px}
.aboutus h2 span{color:#eb7336;font-size:30px;font-weight:500;text-transform:uppercase}
.aboutus h2 span{color:var(--orange)}
.brd{width:50px;height:3px;background:var(--orange);margin-bottom:20px}
.hso2cls{font-size:41px!important;font-weight:600;color:#000;line-height:1.2}
.homepafontch .hmslid{font-size:28px!important;font-weight:400!important;color:var(--black)!important;border:none!important;background:none!important;padding:0!important;max-width:100%!important;margin:0 0 20px 0!important;line-height:1.35!important;font-family:'Poppins',sans-serif!important;float:none!important;display:block!important}
.homepafontch p{font-size:14px;font-weight:400;color:#555;line-height:1.85;margin-bottom:12px}
.homepafontch p strong{color:var(--black)}
.homepafontch p a{color:var(--black);font-weight:600}

/* SOLUTIONS */
.solutions{padding:36px 0 52px;background:#fff}
.blackbg,.orgbg{min-height:200px;display:flex;align-items:flex-start;padding:36px 36px 36px 30px;gap:24px}
.blackbg{background:#111}
.orgbg{background:var(--orange)}
.blackbg>a,.orgbg>a{display:flex;align-items:flex-start;gap:18px;color:#fff;width:100%}
.spnimg{width:90px;height:90px;object-fit:contain;flex-shrink:0;filter:brightness(10)}
.boxunset{font-size:30px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;line-height:1.1}
.blackbg aside p,.orgbg aside p{font-size:14px;color:rgba(255,255,255,.9);line-height:1.72;margin:0;text-transform:capitalize}

/* INDUSTRY */
.industry{padding:65px 0;background:#fff}
.centerBox{text-align:center;margin-bottom:32px}
.industry .centerBox h2{font-size:30px;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:.5px;display:inline-block;margin-bottom:0}
.industry .centerBox h2 span{color:#eb7336;font-size:30px;font-weight:500}
.industry .centerBox .brd{margin:10px auto 0}
.responsive{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.hovereffect{overflow:hidden;cursor:pointer}
.hovereffect img{width:100%;height:430px;object-fit:cover;display:block;transition:transform .4s ease}
.hovereffect:hover img{transform:scale(1.05)}
.whiteBox{background:#fff;padding:20px 16px 22px;text-align:center;border:none}
.whiteBox h2{font-size:18px;font-weight:700;color:#000;text-transform:none;letter-spacing:0;display:block;margin:0;line-height:1.3}
.whiteBox a{color:var(--black)}
.whiteBox a:hover{color:var(--orange)}

/* BRAND PRODUCTS */
.product{padding:65px 0 100px;background:var(--light)}
.product h2{font-size:30px;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:.5px;margin-bottom:0}
.product h2 span{color:#eb7336;font-size:30px;font-weight:500}
.product .col-lg-8 .w100 p{font-size:14px;color:var(--grey);line-height:1.88;margin-bottom:10px}
.product .col-lg-8 .w100 ul{list-style:disc;padding-left:22px;margin-bottom:14px}
.product .col-lg-8 .w100 li{font-size:13.5px;color:var(--grey);line-height:1.9}
.ourProducts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:32px}
.ourProducts .col-md-4{padding:0}
.product .w100>a{display:block;background:#fff;border:1px solid #e0e0e0;overflow:hidden;transition:box-shadow .25s;margin:6px}
.product .w100>a:hover{box-shadow:0 6px 24px rgba(0,0,0,.1)}
.product aside img{width:100%;height:280px;object-fit:cover;display:block}
.proBox{padding:13px 14px;text-align:center;border-top:1px solid #eee;background:#fff}
.proBox h4{font-size:14px;font-weight:600;color:var(--black);margin:0;line-height:1.4}

/* FOOTER */
footer{background:var(--navy);color:rgba(255,255,255,.6);padding:50px 0 32px}
.logofoot .logo-img{height:44px;width:auto;filter:brightness(10);margin-bottom:14px}
.logofoot p{font-size:15px;line-height:1.82;max-width:290px;color:rgba(255,255,255,.5);margin-top:10px}
.social ul{display:flex;gap:8px;margin-top:16px}
.social ul li a{width:32px;height:32px;border:1px solid rgba(255,255,255,.2);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:13px;color:rgba(255,255,255,.5);transition:background .18s,color .18s}
.social ul li a:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
footer h5{font-size:17px;font-weight:700;color:#fff;letter-spacing:.8px;text-transform:uppercase;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}
.footlink ul li{margin-bottom:9px}
.footlink ul li a,.footlink ul li p{font-size:15px;color:rgba(255,255,255,.5);display:flex;align-items:flex-start;gap:8px;line-height:1.55;transition:color .18s}
.footlink ul li a:hover{color:var(--orange)}
.footlink img{width:16px;height:16px;filter:brightness(10);opacity:.7;flex-shrink:0;margin-top:1px}

/* COPYRIGHT */
.copyright{background:#060d18;padding:14px 0;text-align:center}
.ftpg{font-size:13px;color:rgba(255,255,255,.35);margin:0}
.ftpg span{margin-right:4px}
.ftpg a{color:var(--orange);font-weight:600}

/* WHATSAPP */
.whtfloat{position:fixed;bottom:24px;right:24px;z-index:999;width:52px;height:52px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.28);transition:transform .2s}
.whtfloat:hover{transform:scale(1.1)}
.whtmy-float{font-size:28px;color:#fff}

/* RESPONSIVE */
@media(max-width:1100px){.headcontact ul{gap:22px}.hc-text a{font-size:14px}.nav-link{padding:19px 13px;font-size:12px}}
@media(max-width:991px){
  .col-lg-6,.col-lg-8,.col-lg-4,.col-lg-3,.col-lg-12{flex:0 0 100%;max-width:100%}
  .offset-lg-1{margin-left:0}
  .responsive{grid-template-columns:repeat(2,1fr)}
  .ourProducts{grid-template-columns:repeat(2,1fr)}
  footer .col-lg-4{flex:0 0 100%;max-width:100%;margin-bottom:28px}
  footer .col-lg-3{flex:0 0 50%;max-width:50%}
  .headcontact ul{gap:16px}
  .topbar>.container{flex-wrap:wrap;justify-content:center;gap:14px}
}
@media(max-width:767px){
  .col-md-6,.col-md-8,.col-md-4,.col-md-3{flex:0 0 100%;max-width:100%}
  .offset-md-1{margin-left:0}
  .topbar>.container{flex-direction:column;gap:16px;text-align:center}
  .headcontact ul{flex-direction:column;gap:16px}
  .deskhide{display:block}
  .navbar-toggler{display:block}
  .navbar-collapse{display:none}
  .navbar-collapse.show{display:block}
  .navbar-nav{flex-direction:column}
  .nav-item,.nav-item:first-child{border:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .responsive{grid-template-columns:1fr}
  .ourProducts{grid-template-columns:1fr}
  footer .col-lg-3{flex:0 0 100%;max-width:100%}
  .hso2cls{font-size:26px!important}
  .hmslid{font-size:24px!important}
}

/* Industry 3-col Horizontal Slider */
.industry-slider-wrap{position:relative;width:100%;padding:0 44px;box-sizing:border-box;overflow:hidden}
.industry-track{display:flex;flex-direction:row;flex-wrap:nowrap;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}
.industry-slide{width:33.3333%;flex:0 0 33.3333%;padding:0 9px;box-sizing:border-box;flex-shrink:0}
.ind-prev,.ind-next{position:absolute;top:44%;transform:translateY(-50%);width:36px;height:36px;background:#fff;border:1px solid #ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#555;z-index:10;box-shadow:0 1px 6px rgba(0,0,0,.1);transition:all .2s}
.ind-prev:hover,.ind-next:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
.ind-prev{left:4px}
.ind-next{right:4px}

/* Product 3-col Horizontal Slider */
.prod-outer{position:relative;width:100%;padding:0 50px;box-sizing:border-box;margin-top:30px}
.product-slider-wrap{overflow:hidden;width:100%}
.product-track{display:flex;flex-direction:row;flex-wrap:nowrap;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}
.product-slide{width:33.3333%;flex:0 0 33.3333%;padding:0 10px;box-sizing:border-box;flex-shrink:0;min-width:0}
.product-slide .card-link{display:block;background:#fff;border:1px solid #e0e0e0;overflow:hidden;transition:box-shadow .25s}
.product-slide .card-link:hover{box-shadow:0 6px 24px rgba(0,0,0,.1)}
.prod-prev,.prod-next{position:absolute;top:44%;transform:translateY(-50%);width:36px;height:36px;background:#fff;border:1px solid #ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#555;z-index:10;box-shadow:0 1px 6px rgba(0,0,0,.1);transition:all .2s}
.prod-prev:hover,.prod-next:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
.prod-prev{left:4px}
.prod-next{right:4px}


/* ═══════════════════════════════════════════════════════════════════════
   PAGE BANNER  (CSS variable set by PHP layout)
   ═══════════════════════════════════════════════════════════════════════ */
.page-banner{position:relative;height:320px;background-image:var(--banner-bg,url('../../uploads/slides/industry-hygienic.jpg'));background-size:cover;background-position:center;display:flex;align-items:center;justify-content:flex-end}
.page-banner::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55)}
.page-banner-content{position:relative;z-index:2;padding:0 60px}
.breadcrumb-box{display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;padding:12px 28px;font-size:15px;font-weight:500;border-radius:30px}
.breadcrumb-box span{color:rgba(255,255,255,.5);margin:0 4px}
.breadcrumb-box a{color:#fff}.breadcrumb-box a:hover{color:var(--orange)}

/* ═══════════════════════════════════════════════════════════════════════
   FOOTER WITH BACKGROUND IMAGE (all pages)
   ═══════════════════════════════════════════════════════════════════════ */
footer.page-footer{position:relative;background-image:var(--footer-bg,url('../../uploads/slides/industry-hygienic.jpg'));background-size:cover;background-position:center;padding:50px 0 32px}
footer.page-footer::before{content:'';position:absolute;inset:0;background:rgba(10,20,35,.88)}
footer.page-footer .container,footer.page-footer .row{position:relative;z-index:2}

/* ═══════════════════════════════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════════════════════════════ */
.about-page-section{padding:80px 0 60px;background:#fff}
.about-page-title{text-align:center;font-size:36px;font-weight:700;color:#000;margin-bottom:30px}
.about-page-text{text-align:center;max-width:900px;margin:0 auto 20px;font-size:14px;color:#555;line-height:1.85}
.three-col-section{padding:50px 0 80px;background:#fff}
.three-col-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.three-col-box h3{font-size:15px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px}
.three-col-box p{font-size:14px;color:#555;line-height:1.85}

/* ═══════════════════════════════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════════════════════════════ */
.contact-section{padding:60px 0 80px;background:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1fr 1.6fr;gap:20px}
.addr-card{padding:32px 28px;background:#f8f8f8;border-left:3px solid var(--orange)}
.addr-card h3{font-size:18px;font-weight:700;color:#000;margin-bottom:16px}
.addr-card p{font-size:13.5px;color:#444;line-height:1.8;margin-bottom:6px}
.map-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--orange);border-radius:50%;margin-top:12px}
.contact-form{border:1px solid #e0e0e0;padding:32px 28px;background:#fff}
.form-field{display:block;width:100%;padding:11px 14px;border:1px solid #ddd;font-size:14px;font-family:'Poppins',sans-serif;outline:none;margin-bottom:14px;transition:border-color .2s;background:#fff}
.form-field:focus{border-color:var(--orange)}
.textarea{min-height:120px;resize:vertical}
.send-btn{width:100%;background:var(--orange);color:#fff;border:none;padding:13px;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-family:'Poppins',sans-serif;transition:background .2s}
.send-btn:hover{background:#d4551a}

/* ═══════════════════════════════════════════════════════════════════════
   SOLUTIONS
   ═══════════════════════════════════════════════════════════════════════ */
.solutions-page-section{padding:70px 0 40px;background:#fff}
.sol-page-title{text-align:center;font-size:36px;font-weight:700;color:#000;margin-bottom:0;text-transform:uppercase;letter-spacing:1px}
.sol-underline{width:60px;height:3px;background:var(--orange);margin:14px auto 50px}
.sol-boxes-wrap{padding:0 0 80px}
.sol-box-lg{display:flex;align-items:flex-start;gap:22px;padding:40px;min-height:200px}
.sol-box-lg.dark{background:#111}.sol-box-lg.orange{background:var(--orange)}
.sol-box-lg .sol-icon-lg{flex-shrink:0;width:60px;height:60px;border:1.5px solid rgba(255,255,255,.3);border-radius:4px;display:flex;align-items:center;justify-content:center}
.sol-box-lg .sol-icon-lg img{width:54px;height:54px;object-fit:contain;filter:brightness(10)}
.sol-box-lg h2{font-size:30px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}
.sol-box-lg p{font-size:14px;color:rgba(255,255,255,.85);line-height:1.82;margin:0}
.sol-box-lg a{color:inherit;display:flex;flex-direction:column;width:100%}
.orange-rule{display:block;width:60px;height:3px;background:var(--orange);margin:24px 0 0}

/* ═══════════════════════════════════════════════════════════════════════
   PUMPING / COMPRESSOR PAGES
   ═══════════════════════════════════════════════════════════════════════ */
.pump-page-head{padding:70px 0 40px;background:#fff;text-align:center}
.pump-page-title{font-size:34px;font-weight:700;color:#000;margin-bottom:16px}
.pump-page-desc{font-size:14.5px;color:#555;line-height:1.85;max-width:800px;margin:0 auto 24px}
.pump-grid-section{padding:40px 0 80px;background:#fff}
.pump-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pump-card{border:1px solid #e0e0e0;overflow:hidden;background:#fff;transition:box-shadow .25s;cursor:pointer}
.pump-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1)}
.pump-img-wrap{height:200px;overflow:hidden;background:#f5f5f5}
.pump-img-wrap img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .35s}
.pump-card:hover .pump-img-wrap img{transform:scale(1.05)}
.pump-card-label{padding:16px 18px;border-top:1px solid #eee}
.pump-card-label h3{font-size:14px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.6px;margin:0}
.comp-page-head{padding:70px 0 30px;background:#fff}
.comp-page-title{font-size:34px;font-weight:700;color:#000;margin-bottom:24px;text-align:center}
.comp-page-desc{font-size:14.5px;color:#444;line-height:1.9;margin-bottom:16px;text-align:justify}
.comp-offer-title{font-size:14.5px;color:#444;margin-bottom:8px}
.comp-offer-list{list-style:none;padding:0;margin:0 0 16px}
.comp-offer-list li{font-size:14.5px;color:#444;line-height:1.9}
.comp-offer-list li::before{content:"• ";color:#444}
.comp-rule-wrap{text-align:center;margin-top:30px}
.comp-grid-section{padding:50px 0 80px;background:#fff}
.comp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

/* ═══════════════════════════════════════════════════════════════════════
   INDUSTRY PAGE
   ═══════════════════════════════════════════════════════════════════════ */
.ind-page-head{padding:60px 0 40px;text-align:center}
.ind-page-title{font-size:32px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.ind-rule-wrap{display:flex;align-items:center;justify-content:center;max-width:200px;margin:0 auto 20px}
.ind-rule-orange{width:50px;height:3px;background:var(--orange)}
.ind-rule-gray{flex:1;height:1px;background:#ddd}
.ind-page-desc{font-size:14px;color:#555;text-align:center;margin-bottom:0}
.ind-content{padding:40px 0 80px;background:#fff}
.ind-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px 60px}
.ind-item h3{font-size:20px;font-weight:700;margin-bottom:14px;line-height:1.3}
.ind-item h3.blue{color:#1a5fa8}.ind-item h3.orange{color:var(--orange)}
.ind-item p{font-size:13.5px;color:#444;line-height:1.85;text-align:justify}

/* ═══════════════════════════════════════════════════════════════════════
   SERVICE & SUPPORT
   ═══════════════════════════════════════════════════════════════════════ */
.svc-content{padding:70px 0 80px;background:#fff}
.svc-title{font-size:30px;font-weight:700;color:#000;margin-bottom:20px}
.svc-para{font-size:14px;color:#444;line-height:1.9;margin-bottom:14px}
.svc-list{list-style:none;padding:0;margin:0 0 20px}
.svc-list li{font-size:14px;color:#444;line-height:1.9;padding-left:14px;position:relative}
.svc-list li::before{content:"•";color:var(--orange);position:absolute;left:0;font-weight:700}

/* ═══════════════════════════════════════════════════════════════════════
   GLOBAL PARTNERS
   ═══════════════════════════════════════════════════════════════════════ */
.gp-head{padding:70px 0 40px;text-align:center}
.gp-title{font-size:32px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.gp-title span{color:var(--orange)}
.gp-rule-wrap{display:flex;align-items:center;justify-content:center;max-width:200px;margin:0 auto 20px}
.gp-rule-orange{width:50px;height:3px;background:var(--orange)}
.gp-rule-gray{flex:1;height:1px;background:#ddd}
.gp-desc{font-size:14px;color:#555;text-align:center}
.gp-grid-section{padding:20px 0 80px;background:#fff}
.gp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.gp-card{border:1px solid #e0e0e0;padding:28px 20px;display:flex;align-items:center;justify-content:center;transition:box-shadow .25s;background:#fff}
.gp-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1)}
.gp-card img{max-height:60px;max-width:100%;object-fit:contain;opacity:.85;transition:opacity .2s}
.gp-card:hover img{opacity:1}

/* ═══════════════════════════════════════════════════════════════════════
   BRAND PRODUCTS & BRAND DETAIL
   ═══════════════════════════════════════════════════════════════════════ */
.brand-grid-section{padding:20px 0 80px;background:#fff}
.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.brand-card{overflow:hidden;border:1px solid #eee;background:#fff;transition:box-shadow .25s}
.brand-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.12)}
.brand-img-wrap{height:220px;background:#f5f5f5;overflow:hidden}
.brand-img-wrap img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .4s}
.brand-card:hover .brand-img-wrap img{transform:scale(1.05)}
.brand-label{background:var(--orange);padding:16px 20px;text-align:center}
.brand-label span{font-size:15px;font-weight:600;color:#fff;letter-spacing:.5px}
.bprod-head{padding:60px 0 30px;background:#fff}
.bprod-title{font-size:34px;font-weight:700;color:#000;text-align:center;margin-bottom:24px}
.bprod-desc{font-size:14px;color:#444;line-height:1.9;margin-bottom:16px;text-align:justify}
.bprod-rule-wrap{display:flex;align-items:center;justify-content:center;max-width:220px;margin:24px auto 0}
.bprod-rule-orange{width:60px;height:3px;background:var(--orange)}
.bprod-rule-gray{flex:1;height:1px;background:#ddd}
.breadcrumb-area{text-align:right;padding:20px 0 40px}
.bprod-grid-section{padding:10px 0 80px;background:#fff}
.bprod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bprod-card{border:1px solid #ddd;overflow:hidden;background:#fff;transition:box-shadow .25s,transform .25s;cursor:pointer}
.bprod-card:hover{box-shadow:0 6px 22px rgba(0,0,0,.12);transform:translateY(-2px)}
.bprod-img-wrap{height:220px;overflow:hidden;background:#f5f5f5}
.bprod-img-wrap img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .4s}
.bprod-card:hover .bprod-img-wrap img{transform:scale(1.05)}
.bprod-label{padding:18px 16px;border-top:1px solid #eee;background:#fff}
.bprod-label h3{font-size:13px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.5px;margin:0;line-height:1.4}

/* ═══════════════════════════════════════════════════════════════════════
   ██████████████████████████████████████████████████████████████████
   RESPONSIVE — COMPLETE MOBILE STYLES
   All breakpoints extracted from original HTML + additions for CI4 views
   ██████████████████████████████████████████████████════════════════

   Breakpoints:
     1100px  — Tablet landscape: reduce nav spacing
      991px  — Tablet portrait: stack columns
      768px  — Mobile large: single-col grids
      576px  — Mobile medium: hide topbar email
      480px  — Mobile small: smaller fonts/padding
      380px  — Mobile xs: very small screens
   ════════════════════════════════════════════════════════════════════ */

/* ── 1100px ─────────────────────────────────────────────────────────── */
@media(max-width:1100px){
  .headcontact ul{gap:22px}
  .hc-text a{font-size:14px}
  .nav-link{padding:19px 13px;font-size:12px}
  .about-page-title{font-size:28px}
  .pump-page-title,.comp-page-title{font-size:28px}
}

/* ── 991px (Tablet portrait) ────────────────────────────────────────── */
@media(max-width:991px){
  /* Grid columns */
  .col-lg-6,.col-lg-8,.col-lg-4,.col-lg-3,.col-lg-12{flex:0 0 100%;max-width:100%}
  .offset-lg-1{margin-left:0}

  /* Industry / Products home */
  .responsive{grid-template-columns:repeat(2,1fr)}
  .ourProducts{grid-template-columns:repeat(2,1fr)}

  /* Footer */
  footer .col-lg-4{flex:0 0 100%;max-width:100%;margin-bottom:28px}
  footer .col-lg-3{flex:0 0 50%;max-width:50%}

  /* Header */
  .headcontact ul{gap:16px}
  .topbar>.container{flex-wrap:wrap;justify-content:center;gap:14px}

  /* Inner page grids */
  .contact-grid{grid-template-columns:1fr 1fr}
  .three-col-grid{grid-template-columns:1fr 1fr}
  .gp-grid{grid-template-columns:repeat(2,1fr)}
  .ind-grid{grid-template-columns:1fr 1fr;gap:30px 40px}
  .pump-grid,.comp-grid{grid-template-columns:repeat(2,1fr)}
  .brand-grid,.bprod-grid{grid-template-columns:repeat(2,1fr)}

  /* Solutions boxes */
  .sol-box-lg{flex-direction:column;gap:16px}

  /* Sliders */
  .industry-slide{width:50%;flex:0 0 50%}
  .product-slide{width:50%;flex:0 0 50%}
  .prod-outer{padding:0 40px}

  /* Home about */
  .hso2cls{font-size:32px!important}
  .solutions{padding:20px 0 40px}
}

/* ── 768px (Mobile landscape / large phone) ─────────────────────────── */
@media(max-width:768px){
  /* Header */
  .topbar>.container{flex-direction:column;gap:12px;text-align:center}
  .headcontact ul{flex-direction:row;gap:20px;justify-content:center;flex-wrap:wrap}
  .hc-text p{font-size:11px}
  .hc-text a{font-size:13px}
  .hc-icon{width:42px;height:42px}
  .hc-icon svg{width:18px;height:18px}

  /* Nav */
  .deskhide{display:block}
  .navbar-toggler{display:block}
  .navbar-collapse{display:none}
  .navbar-collapse.show{display:block;width:100%}
  .navbar-nav{flex-direction:column;width:100%}
  .nav-item,.nav-item:first-child{border:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .nav-link{justify-content:flex-start;padding:14px 20px!important;font-size:13px!important}
  .dropdown-menu{position:static;box-shadow:none;border-top:none;background:#2a2a2a;display:none}
  .nav-item.dropdown:hover .dropdown-menu{display:none}
  .nav-item.dropdown.open .dropdown-menu{display:block}
  .dropdown-item{padding:10px 28px;font-size:13px}

  /* Page banner */
  .page-banner{height:200px}
  .page-banner-content{padding:0 20px}
  .breadcrumb-box{font-size:13px;padding:10px 20px;border-radius:20px}

  /* Home sections */
  .col-md-6,.col-md-8,.col-md-4,.col-md-3{flex:0 0 100%;max-width:100%}
  .offset-md-1{margin-left:0}
  .hso2cls{font-size:26px!important}
  .hmslid{font-size:20px!important}
  .aboutus{padding:40px 0 0}
  .blackbg,.orgbg{min-height:160px;padding:24px 20px;gap:14px}
  .boxunset{font-size:22px}
  .spnimg{width:60px;height:60px}

  /* Industry slider */
  .responsive{grid-template-columns:1fr}
  .industry-slide{width:100%;flex:0 0 100%}
  .industry-slider-wrap{padding:0 36px}

  /* Product slider */
  .product-slide{width:100%;flex:0 0 100%}
  .prod-outer{padding:0 36px}

  /* Brand logos */
  .client{flex-wrap:wrap}
  .client .w100{flex:0 0 33.333%;max-width:33.333%}

  /* Inner page grids */
  .contact-grid{grid-template-columns:1fr}
  .three-col-grid{grid-template-columns:1fr}
  .gp-grid{grid-template-columns:repeat(2,1fr)}
  .ind-grid{grid-template-columns:1fr;gap:24px}
  .pump-grid,.comp-grid{grid-template-columns:repeat(2,1fr)}
  .brand-grid,.bprod-grid{grid-template-columns:repeat(2,1fr)}
  .ourProducts{grid-template-columns:1fr}

  /* About page */
  .about-page-title{font-size:26px}
  .about-page-text{font-size:13px}

  /* Pumping/compressor */
  .pump-page-title,.comp-page-title{font-size:26px}
  .pump-page-desc,.comp-page-desc{font-size:13px}

  /* Industry */
  .ind-page-title{font-size:26px}

  /* Carousel */
  .carousel-item>img{min-height:240px;max-height:320px}
  .carousel-control-prev,.carousel-control-next{width:36px;height:36px;font-size:22px}

  /* Solutions page */
  .sol-page-title{font-size:26px}
  .sol-box-lg{padding:24px 20px;min-height:auto}
  .sol-box-lg h2{font-size:22px}

  /* Footer */
  footer .col-lg-3{flex:0 0 100%;max-width:100%;margin-bottom:20px}
  footer{padding:40px 0 24px}
}

/* ── 576px (Mobile portrait) ────────────────────────────────────────── */
@media(max-width:576px){
  /* Hide email from topbar, keep only phone */
  .headcontact li:first-child{display:none}
  .headcontact ul{gap:0}

  /* Banner */
  .page-banner{height:160px}
  .breadcrumb-box{font-size:12px;padding:8px 16px;gap:5px}

  /* Hero carousel */
  .carousel-item>img{min-height:200px;max-height:260px}
  .hmslid{font-size:16px!important;padding:14px 16px!important;border-left-width:3px!important;border-top-width:3px!important}
  .carousel-caption span a{padding:9px 20px;font-size:11px}

  /* Home */
  .aboutus h2,.product h2,.industry .centerBox h2{font-size:22px}
  .hso2cls{font-size:20px!important}
  .aboutus{padding:30px 0 0}
  .brd{margin-bottom:14px}

  /* Brand logos - 2 per row */
  .client .w100{flex:0 0 50%;max-width:50%}

  /* Solutions boxes */
  .blackbg,.orgbg{padding:20px 16px;gap:12px}
  .boxunset{font-size:18px}
  .spnimg{width:50px;height:50px}

  /* Grids */
  .pump-grid,.comp-grid{grid-template-columns:1fr}
  .brand-grid,.bprod-grid{grid-template-columns:1fr 1fr}
  .gp-grid{grid-template-columns:1fr 1fr}

  /* Contact */
  .addr-card{padding:20px 16px}
  .contact-form{padding:20px 16px}

  /* Industry */
  .ind-grid{gap:18px}
  .ind-item h3{font-size:17px}

  /* Service */
  .svc-title{font-size:24px}

  /* Product slider */
  .prod-outer{padding:0 32px}
  .industry-slider-wrap{padding:0 32px}

  /* Sliders: reset to 1 card */
  .product-slide img{height:220px!important}

  /* Footer */
  footer.page-footer{padding:32px 0 20px}
  footer h5{font-size:15px;margin-bottom:12px}
  .footlink ul li a,.footlink ul li p{font-size:13px}
  .copyright{padding:10px 0}
  .ftpg{font-size:11px}
}

/* ── 480px ─────────────────────────────────────────────────────────── */
@media(max-width:480px){
  .brand-grid,.bprod-grid{grid-template-columns:1fr}
  .gp-grid{grid-template-columns:1fr 1fr}

  .three-col-grid{grid-template-columns:1fr}

  /* Banner */
  .page-banner{height:140px}
  .breadcrumb-box{font-size:11px;padding:7px 14px}

  /* Home title */
  .hso2cls{font-size:18px!important}
  .hmslid{font-size:14px!important;padding:10px 12px!important}

  /* Product names */
  .proBox h4{font-size:12px}
  .bprod-label h3{font-size:11px}

  /* Nav toggler */
  .navbar-toggler{padding:6px 10px;font-size:16px}

  /* Solutions */
  .sol-box-lg{padding:18px 14px}
  .sol-box-lg h2{font-size:18px}

  /* Pumping page */
  .pump-page-title{font-size:22px}
  .pump-img-wrap{height:160px}
  .pump-img-wrap img{height:160px}

  /* Industry */
  .ind-page-title{font-size:22px}

  /* About */
  .about-page-title{font-size:22px}
}

/* ── 380px (Very small screens) ─────────────────────────────────────── */
@media(max-width:380px){
  .container{padding:0 12px}
  .client .w100{flex:0 0 50%;max-width:50%}
  .gp-grid{grid-template-columns:1fr}
  .page-banner{height:120px}
  .brand-img-wrap,.bprod-img-wrap{height:180px}
  .brand-img-wrap img,.bprod-img-wrap img{height:180px}
  .hc-icon{display:none}
  .hc-text p{display:none}
}
