/* =========================================================
   Boche Pumps LLP — Site Stylesheet
   Rebuilt to match the current site markup (2026)
   Brand colors pulled from main.css: maroon #962e23, navy #0f1934
   ========================================================= */

:root{
  --maroon: #962e23;
  --maroon-dark: #7a2419;
  --maroon-light: #b5453a;
  --navy: #0f1934;
  --navy-2: #0a1224;
  --text: #4b4b46;
  --text-light: #7a7a76;
  --bg-light: #fbfbfb;
  --bg-gray: #f4f4f2;
  --border: #ececec;
  --white: #ffffff;
}

/* ---------- General ---------- */
body{ background:var(--white); overflow-x:hidden; }
.cl{ clear:both; }
.line-col{ border-bottom:1px solid var(--border); }
.bg-sec{ background:var(--bg-light); }
.box-b{ background:var(--bg-gray); }

.sec-title{ text-align:center; max-width:750px; margin:0 auto 50px; }
.sec-title h2{ font-size:32px; line-height:42px; color:var(--navy); margin-bottom:14px; }
.sec-title p{ color:var(--text); margin-bottom:0; }
.border-shape{ width:70px; height:3px; background:var(--maroon); margin:0 auto 20px; border-radius:2px; }

.btn{
  display:inline-block; background:var(--maroon); color:var(--white);
  padding:14px 32px; border-radius:4px; font-weight:600; font-size:15px;
  letter-spacing:.3px; transition:.35s ease;
}
.btn i{ margin-left:8px; }
.btn:hover{ background:var(--navy); color:var(--white); transform:translateY(-2px); }

/* =========================================================
   HEADER
   ========================================================= */
.header-top{
  background:var(--navy); padding:10px 0; font-size:14px; color:#cfd3dd;
}
.header-left ul{ display:flex; gap:24px; margin:0; }
.header-left ul li{ display:inline-flex; align-items:center; color:#e7e9ee; font-size:14px; }
.header-left ul li i{ color:var(--maroon-light); margin-right:8px; font-size:16px; }
.social-title{ display:none; }

.header-right-div{ text-align:right; }
.soical-profile{ display:inline-flex; align-items:center; gap:14px; }
.soical-profile ul{ display:flex; gap:12px; margin:0; }
.soical-profile ul li a{
  display:inline-flex; align-items:center; justify-content:center;
  width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,.08);
  color:#e7e9ee; font-size:14px; transition:.3s;
}
.soical-profile ul li a:hover{ background:var(--maroon); color:var(--white); }

.hd-sec{ background:var(--white); padding:14px 0; box-shadow:0 2px 12px rgba(0,0,0,.06); position:relative; z-index:50; }
.logo img{ max-height:64px; width:auto; }
.logo{ display:flex; align-items:center; height:100%; }

.nav-menu{ display:flex; align-items:center; }
.main-menu{ width:100%; }
.main-menu ul{ display:flex; align-items:center; list-style:none; margin:0; padding:0; }
.main-menu > ul > li{ position:relative; margin:0 4px; }
.main-menu > ul > li > a{
  display:block; padding:22px 14px; font-weight:600; font-size:15px;
  color:var(--navy); text-transform:capitalize;
}
.main-menu > ul > li:hover > a,
.main-menu > ul > li.active > a{ color:var(--maroon); }

.main-menu ul ul{
  position:absolute; top:100%; left:0; min-width:250px; background:var(--white);
  box-shadow:0 12px 30px rgba(0,0,0,.12); border-radius:4px; padding:8px 0;
  flex-direction:column; align-items:stretch; opacity:0; visibility:hidden;
  transform:translateY(10px); transition:.25s ease; z-index:100;
}
.main-menu ul li:hover > ul{ opacity:1; visibility:visible; transform:translateY(0); }
.main-menu ul ul li{ margin:0; position:relative; }
.main-menu ul ul li a{
  display:block; padding:10px 20px; font-size:14px; font-weight:500; color:var(--text);
}
.main-menu ul ul li a:hover{ background:var(--bg-light); color:var(--maroon); padding-left:24px; }
.main-menu ul ul ul{ top:0; left:100%; }

.applay-button-area{ display:flex; align-items:center; justify-content:flex-end; }
.applay-button a{
  display:inline-flex; align-items:center; gap:8px; background:var(--maroon);
  color:var(--white); padding:14px 26px; border-radius:4px; font-weight:600; font-size:14px;
  transition:.3s;
}
.applay-button a:hover{ background:var(--navy); color:var(--white); }

.mobile-nav-menu{ display:none; }

/* mean menu (mobile) tweaks so it matches brand */
.mean-container .mean-nav{ background:var(--navy); }
.mean-container .mean-nav ul li a{ color:#e7e9ee; border-color:rgba(255,255,255,.08); }
.mean-container a.meanmenu-reveal{ color:var(--navy); }
.mean-container a.meanmenu-reveal span{ background:var(--navy); }

/* =========================================================
   HERO / SLIDER (home)
   ========================================================= */
.slider-col{ position:relative; line-height:0; overflow:hidden; }
.slider-col img{ width:100%; height:auto; display:block; }

/* =========================================================
   INNER PAGE HEADING / BREADCRUMB
   ========================================================= */
.pagehding-sec{
  position:relative; padding:70px 0; background-color:var(--navy);
  background-size:cover; background-position:center;
}
.pagehding-sec .images-overlay{ background:rgba(10,18,36,.78); }
.page-heading{ position:relative; z-index:2; text-align:center; }
.page-title{ color:var(--white); font-size:36px; margin-bottom:10px; }
.page-breadcrumb-inner{ position:relative; z-index:2; text-align:center; }
.page-breadcrumb ul{ display:inline-flex; list-style:none; margin:0; padding:0; gap:8px; }
.page-breadcrumb ul li{ color:#cfd3dd; font-size:14px; }
.page-breadcrumb ul li:not(:last-child)::after{ content:"/"; margin-left:8px; color:#8890a4; }
.page-breadcrumb ul li a{ color:#cfd3dd; }
.page-breadcrumb ul li a:hover{ color:var(--maroon-light); }
.page-breadcrumb ul li.active{ color:var(--white); }

/* =========================================================
   ABOUT / INTRO SECTION (about-sec, tabs)
   ========================================================= */
.about-sec{ background:var(--white); }
.about-us-v2{ display:block; }
.about-tab{
  display:flex; gap:10px; list-style:none; margin:0 0 34px; padding:0;
  border-bottom:2px solid var(--border); flex-wrap:wrap;
}
.about-tab li{
  padding:14px 22px; font-weight:600; font-size:15px; color:var(--text-light);
  cursor:pointer; border-bottom:3px solid transparent; margin-bottom:-2px; transition:.25s;
}
.about-tab li.active,
.about-tab li:hover{ color:var(--maroon); border-bottom-color:var(--maroon); }

.tab-content{ display:block; }
.tab-pane{ display:none; }
.tab-pane.active,
.tab-pane.show.active{ display:flex; flex-wrap:wrap; gap:40px; align-items:flex-start; }
.intro-c.tab-content{ display:block; }
.intro-c .tab-pane{ display:block; }

.ab-img{
  width:100%; max-width:420px; border-radius:8px; float:left; margin:0 32px 20px 0;
  box-shadow:0 20px 40px rgba(15,25,52,.15);
}
.about-desc{ overflow:hidden; }
.about-desc h1,
.about-desc h2{ color:var(--navy); font-size:26px; line-height:36px; margin-bottom:18px; }
.about-desc h3{ display:none; }
.about-desc p{ color:var(--text); line-height:28px; }
.about-desc strong{ color:var(--navy); }
.about-size{ font-size:15px; }

/* =========================================================
   PRODUCT / GALLERY GRID (home + product filter)
   ========================================================= */
.gallery-sec{ background:var(--bg-light); }
.gallery-sec.about-sec{ background:var(--white); }

.latest--project{ text-align:center; margin-bottom:40px; }
.simplefilter{
  display:inline-flex; list-style:none; margin:0; padding:6px; gap:6px;
  background:var(--white); border-radius:40px; box-shadow:0 6px 20px rgba(0,0,0,.06);
}
.simplefilter li{
  padding:10px 26px; border-radius:30px; cursor:pointer; font-weight:600; font-size:14px;
  color:var(--text-light); transition:.25s;
}
.simplefilter li.active,
.simplefilter li:hover{ background:var(--maroon); color:var(--white); }
.gallery-tab-title{ pointer-events:none; }

.gallery-container{ margin:0 -12px; }
.gallery-container .filtr-item{ padding:0 12px; margin-bottom:26px; }
.gallery-item{
  overflow:hidden; border-radius:8px; background:var(--white);
  box-shadow:0 6px 22px rgba(15,25,52,.08); border:1px solid var(--border);
}
.gallery-item img{ width:100%; height:220px; object-fit:cover; display:block; transition:.4s; }
.gallery-item:hover img{ transform:scale(1.06); }
.gallery-container h3{
  text-align:center; margin-top:14px; font-size:16px; color:var(--navy);
}
.gallery-container h3 a{ color:var(--navy); }
.gallery-container h3 a:hover{ color:var(--maroon); }
.gallery-area{ width:100%; }

/* Product detail pages: pro-col2 (image + description, alternating) */
.product.gallery-sec{ background:var(--white); }
.pro-col2{
  display:flex; flex-wrap:wrap; gap:40px; align-items:flex-start;
  padding:34px 0; border-bottom:1px solid var(--border);
}
.pro-col2:last-child{ border-bottom:none; }
.left-img{
  flex:0 0 340px; max-width:340px; border-radius:8px; overflow:hidden;
  box-shadow:0 12px 30px rgba(15,25,52,.12); background:var(--bg-light);
}
.left-img img{ width:100%; height:auto; display:block; }
.pro-sub{ flex:1; min-width:280px; }
.pro-sub h3{ color:var(--maroon); font-size:20px; margin-bottom:12px; }
.pro-sub h4{ color:var(--navy); font-size:16px; margin:18px 0 8px; }
.pro-sub p{ color:var(--text); }
.pro-sub table.table{ width:100%; margin-top:10px; border-collapse:collapse; }
.pro-sub table.table td,
.pro-sub table.table th{ border:1px solid var(--border); padding:8px 12px; font-size:14px; }
.pro-resize{ max-width:100%; height:auto; }

/* Point / feature list (product "why choose" sections) */
.point-col{ display:flex; flex-wrap:wrap; gap:40px; align-items:center; }
.point{ }
.right-img03{ width:100%; border-radius:8px; box-shadow:0 12px 30px rgba(15,25,52,.12); }
.point ul{ list-style:none; margin:0; padding:0; }
.point ul li{
  padding:12px 0; border-bottom:1px dashed var(--border); color:var(--text); line-height:24px;
}
.point ul li:last-child{ border-bottom:none; }
.point ul li strong{ color:var(--navy); }
.point ul li img{ width:18px; margin-right:8px; vertical-align:-3px; }

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.why-choose-us-v1-sec{
  position:relative; padding:90px 0; background-size:cover; background-position:center;
  background-repeat:no-repeat;
}
.why-choose-us-v1-sec::before{
  content:""; position:absolute; inset:0; background:rgba(10,18,36,.55);
}
.why-choose-us-v1-sec .container{ position:relative; z-index:2; }
.why-choose-v1{ background:var(--white); padding:44px; border-radius:8px; box-shadow:0 20px 50px rgba(0,0,0,.2); }
.why-choose-v1-title h2{ color:var(--navy); font-size:26px; margin-bottom:26px; }
.why-choose-v1-single{ margin-bottom:22px; }
.why-choose-v1-single:last-child{ margin-bottom:0; }
.why-choose-v1-single .media{ display:flex; gap:18px; align-items:flex-start; }
.media-left .icon{
  width:52px; height:52px; border-radius:50%; background:var(--maroon);
  display:flex; align-items:center; justify-content:center; color:var(--white); font-size:22px;
  flex:0 0 52px;
}
.media-body h2{ font-size:16px; color:var(--navy); margin-bottom:6px; }
.media-body p{ color:var(--text); font-size:14px; margin-bottom:0; }

/* =========================================================
   CALL TO ACTION
   ========================================================= */
.call-to-action-sec{
  position:relative; padding:50px 0; background:var(--maroon);
  background-size:cover; background-position:center;
}
.call-to-action-overlay{ position:absolute; inset:0; background:rgba(15,25,52,.35); }
.call-to-action-sec .container{ position:relative; z-index:2; }
.call-to-action-text{ display:flex; align-items:center; height:100%; }
.call-to-action-text h2{ color:var(--white); font-size:24px; margin:0; line-height:34px; }
.call-to-action-sec .col-lg-4 .call-to-action-text{ justify-content:flex-end; }
.call-to-action-sec .btn{ background:var(--navy); }
.call-to-action-sec .btn:hover{ background:var(--white); color:var(--navy); }

/* =========================================================
   INDUSTRIES WE SERVE (project-col icon grid)
   ========================================================= */
.gallery-sec .row > .project-col:first-of-type{ margin-top:0; }
.project-col{
  display:inline-block; width:calc(25% - 30px); margin:0 15px 40px; text-align:center;
  vertical-align:top; padding:34px 20px; background:var(--white); border:1px solid var(--border);
  border-radius:8px; transition:.3s;
}
.project-col:hover{ box-shadow:0 16px 36px rgba(15,25,52,.1); transform:translateY(-6px); border-color:transparent; }
.project-col img{ width:64px; height:64px; margin-bottom:18px; }
.project-col h3{ color:var(--navy); font-size:17px; margin-bottom:10px; }
.project-col p{ color:var(--text); font-size:14px; margin-bottom:0; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-v1-sec{ padding:90px 0; }
.testimonial-v1-all{ }
.single-testimonial-v1{
  background:var(--white); border:1px solid var(--border); border-radius:8px;
  padding:34px 26px; margin:0 12px 10px; text-align:center; box-shadow:0 6px 20px rgba(15,25,52,.06);
}
.testimonial-v1-img img{
  width:64px; height:64px; border-radius:50%; margin:0 auto 16px; display:block; object-fit:cover;
  border:3px solid var(--maroon);
}
.details h2{ font-size:17px; color:var(--navy); margin-bottom:4px; }
.details span{ font-size:13px; color:var(--text-light); display:block; margin-bottom:16px; }
.rating p{ color:var(--text); font-size:14px; line-height:24px; margin-bottom:14px; }
.rating i{ color:#f5a623; font-size:14px; margin:0 1px; }

.owl-carousel .owl-item{ padding:6px 0; }

/* =========================================================
   CERTIFICATIONS / BLOG-STYLE CARDS (sngl-blg)
   ========================================================= */
.blog-sec{ background:var(--bg-light); }
.sngl-blg{
  background:var(--white); border:1px solid var(--border); border-radius:8px; overflow:hidden;
  box-shadow:0 6px 20px rgba(15,25,52,.06); height:100%;
}
.sngl-blg-img img{ width:100%; height:220px; object-fit:cover; display:block; }
.sngl-blg-dsc{ padding:20px 22px; }
.blg-title{ font-size:16px; margin:0; }
.blg-title a{ color:var(--navy); }
.blg-title a:hover{ color:var(--maroon); }

/* =========================================================
   FAQ (if used on any page)
   ========================================================= */
.faq-question{
  display:flex; align-items:center; gap:12px; padding:18px 20px; background:var(--white);
  border:1px solid var(--border); border-radius:6px; cursor:pointer; font-weight:600; color:var(--navy);
}
.faq-icon{ color:var(--maroon); }
.faq-answer{ padding:14px 20px; color:var(--text); }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-page-sec{ background:var(--white); }
.contact-page-form{
  background:var(--bg-light); padding:40px; border-radius:8px; border:1px solid var(--border);
}
.single-input-field{ margin-bottom:20px; }
.single-input-field input,
.single-input-field textarea{
  width:100%; padding:14px 16px; border:1px solid var(--border); border-radius:4px;
  background:var(--white); font-size:14px; color:var(--navy);
}
.single-input-field input:focus,
.single-input-field textarea:focus{ border-color:var(--maroon); }
.message-input textarea{ min-height:150px; resize:vertical; }
.single-input-fieldsbtn button,
.single-input-fieldsbtn .btn{
  border:none; cursor:pointer; font-family:inherit;
}

.contact-info{ margin-bottom:26px; }
.contact-info-item{ display:flex; gap:16px; align-items:flex-start; }
.contact-info-icon{
  width:46px; height:46px; border-radius:50%; background:var(--maroon); color:var(--white);
  display:flex; align-items:center; justify-content:center; font-size:18px; flex:0 0 46px;
}
.contact-info-text h3{ font-size:16px; color:var(--navy); margin-bottom:4px; }
.contact-info-text p{ color:var(--text); margin-bottom:0; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer{ position:relative; background:var(--navy-2); color:#c6cadd; }
.footer-overlay{ position:absolute; inset:0; background:rgba(0,0,0,.15); pointer-events:none; }
.footer-sec{ position:relative; z-index:2; padding:70px 0 40px; }
.footer-logo img{ max-height:56px; margin-bottom:18px; }
.footer-wedget-one p{ color:#a8adc2; font-size:14px; line-height:24px; }

.footer-widget-menu h2{ color:var(--white); font-size:17px; margin-bottom:22px; position:relative; padding-bottom:12px; }
.footer-widget-menu h2::after{ content:""; position:absolute; left:0; bottom:0; width:36px; height:2px; background:var(--maroon-light); }
.footer-widget-menu ul{ list-style:none; margin:0; padding:0; }
.footer-widget-menu ul li{ margin-bottom:12px; }
.footer-widget-menu ul li a{ color:#a8adc2; font-size:14px; transition:.25s; }
.footer-widget-menu ul li a:hover{ color:var(--maroon-light); padding-left:4px; }

.footer-wedget-four h2{ color:var(--white); font-size:17px; margin-bottom:22px; position:relative; padding-bottom:12px; }
.footer-wedget-four h2::after{ content:""; position:absolute; left:0; bottom:0; width:36px; height:2px; background:var(--maroon-light); }
.footer-contact-inner{ margin-bottom:16px; }
.footer-contact-info{ display:flex; gap:14px; align-items:flex-start; }
.footer-contact-info-icon{
  width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.08); color:var(--maroon-light);
  display:flex; align-items:center; justify-content:center; flex:0 0 36px; font-size:15px;
}
.footer-contact-info-text{ display:flex; flex-direction:column; }
.footer-contact-info-text span{ color:#a8adc2; font-size:14px; line-height:22px; }

.footer-bottom-sec{
  position:relative; z-index:2; background:rgba(0,0,0,.25); padding:18px 0; border-top:1px solid rgba(255,255,255,.08);
}
.copy-right span,
.copy-right a{ color:#a8adc2; font-size:13px; }
.copy-right a:hover{ color:var(--maroon-light); }
.site-developer{ text-align:right; }
.site-developer span,
.site-developer a{ color:#a8adc2; font-size:13px; }
.site-developer a:hover{ color:var(--maroon-light); }

/* =========================================================
   FIXED CALL / WHATSAPP BUTTONS
   ========================================================= */
.fixed-col{
  position:fixed; right:20px; bottom:20px; z-index:999; display:flex; flex-direction:column; gap:12px;
}
.fixed-col span a{
  display:flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:50%;
  color:var(--white); font-size:0; box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.fixed-col span.c-bg a{ background:var(--maroon); }
.fixed-col span:last-child a{ background:#25D366; }
.fixed-col span a::before{ font-family:"IcoFont"; font-size:22px; }
.fixed-col span.c-bg a::before{ content:"\eae8"; }
.fixed-col span:last-child a::before{ content:"\ed6e"; }

/* =========================================================
   SMALL EXTRAS
   ========================================================= */
.menu{ width:100%; }
.faq{ margin-bottom:16px; border-radius:6px; overflow:hidden; }
.faq .faq-answer{ display:none; }
.faq .faq-question.open + .faq-answer,
.faq .faq-answer.open{ display:block; }
span.error{ display:block; color:#c0392b; font-size:12px; margin-top:4px; }

@media (max-width: 575px){
  .col-xs-8{ width:66.6667%; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px){
  .header-top .col-lg-5,
  .header-top .col-lg-7{ text-align:center; }
  .header-right-div{ text-align:center; margin-top:6px; }
  .main-menu{ display:none; }
  .applay-button-area{ justify-content:center; margin-top:12px; }
  .logo{ justify-content:center; text-align:center; padding:14px 0; }
  .ab-img{ float:none; margin:0 0 24px; max-width:100%; }
  .why-choose-v1{ padding:28px; margin-top:30px; }
  .project-col{ width:calc(50% - 30px); }
  .pro-col2{ flex-direction:column; }
  .left-img{ flex-basis:auto; max-width:100%; }
  .call-to-action-text{ justify-content:center !important; text-align:center; margin-bottom:16px; }
}

@media (max-width: 575px){
  .project-col{ width:100%; margin:0 0 24px; }
  .header-left ul{ flex-direction:column; gap:6px; align-items:center; }
  .about-tab{ justify-content:center; }
  .sec-title h2{ font-size:24px; line-height:32px; }
  .page-title{ font-size:26px; }
}
