@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
/*font-family: "Source Serif 4", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
/*font-family: "Fraunces", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Beau+Rivage&family=Birthstone&family=Cookie&family=Dynalight&family=Qwigley&family=Rouge+Script&family=Style+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap");
/*font-family: "Literata", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Libre Franklin", sans-serif;*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Libre Franklin", sans-serif;
  color: #58595b;
  font-size: 16px !important;
  line-height: 175%;
  font-weight: 500 !important;
  overflow-x: hidden !important;
  background-image: url("../images/bg5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
  text-align: left;
  margin-top: 15px;
  /*margin-bottom:10px;*/
  padding: 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
  color: #276fb7;
}

h3 {
  font-size: 22px;
  color: #732162;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

a {
  color: #58595b;
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden !important;
}
a:link, a:visited, a:hover, a:active {
  color: #58595b;
}

.bgDark a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none;
  border: none !important;
  outline: 0;
}
.bgDark a:link, .bgDark a:visited, .bgDark a:hover, .bgDark a:active {
  color: rgba(255, 255, 255, 0.75) !important;
}

img {
  vertical-align: middle;
}

figure {
  margin: 5px 0 10px;
}

figcaption {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  margin: 0 auto;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

li {
  margin-left: 30px;
}

p {
  text-align: justify;
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.italic1 {
  font-family: "Cookie", serif !important;
}

.italic2 {
  font-family: "Birthstone", serif !important;
}

.italic3 {
  font-family: "Beau Rivage", serif !important;
}

.italic4 {
  font-family: "Rouge Script", serif !important;
}

.italic5 {
  font-family: "Qwigley", serif !important;
}

.italic6 {
  font-family: "Style Script", serif !important;
}

.italic7 {
  font-family: "Dynalight", serif !important;
}

.prod-wrap {
  font-family: inherit;
  padding: 0;
}

.prod-hero {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}

.prod-hero-img {
  flex: 0 0 500px;
  background: rgba(248, 249, 250, 0.3);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  transition: 0.3s ease;
}
.prod-hero-img:hover {
  background: rgba(39, 111, 183, 0.04);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.prod-hero-img img {
  max-width: 100%;
  display: block;
}

.prod-intro {
  flex: 1;
}

.prod-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 6px;
  background: #E6F1FB;
  color: #0C447C;
  margin-bottom: 30px;
}

.prod-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 10px;
  line-height: 1.3;
}

.prod-subtitle {
  font-size: 15px;
  color: #555;
  margin: 0 0 20px;
  line-height: 1.6;
}

.prod-cta-btns {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.btn-primary-cta {
  background: #185FA5;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}

.btn-primary-cta:hover {
  background: #0C447C;
  color: #fff !important;
}

.btn-outline-cta {
  background: transparent;
  color: #185FA5 !important;
  border: 1px solid #185FA5 !important;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}

.btn-outline-cta:hover {
  background: #E6F1FB;
}

/* Description */
.prod-desc-block {
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}

.prod-desc-block p {
  font-size: 15px;
  color: #333;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.prod-desc-block p:last-child {
  margin-bottom: 0;
}

/* Section headings */
.prod-section-heading {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 1rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #dee2e6;
}

/* Features grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin-bottom: 2rem;
}

.feat-card {
  background: rgba(248, 249, 250, 0.3);
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: 0.3s ease;
}
.feat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border-color: #f4a300;
  background: rgba(39, 111, 183, 0.04);
}

.feat-icon {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6F1FB;
  color: #185FA5;
  font-size: 18px;
}

.feat-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 2px;
}

.feat-text span {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

/* Specs table */
.specs-section {
  margin-bottom: 2rem;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.specs-table tr {
  border-bottom: 1px solid #dee2e6;
}

.specs-table tr:last-child {
  border-bottom: none;
}

.specs-table td {
  padding: 10px 12px;
  vertical-align: top;
}

.specs-table td:first-child {
  color: #666;
  width: 42%;
  font-size: 13px;
}

.specs-table td:last-child {
  color: #1a1a2e;
  font-weight: 500;
}

.specs-table tr:nth-child(even) td {
  background: #f8f9fa;
}

/* CTA block */
.prod-cta-block {
  border: 1px solid #B5D4F4;
  background: #E6F1FB;
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.prod-cta-block h3 {
  font-size: 17px;
  font-weight: 600;
  color: #0C447C;
  margin: 0 0 4px;
}

.prod-cta-block p {
  font-size: 14px;
  color: #185FA5;
  margin: 0;
}

.prod-cta-btns-bottom {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .prod-hero {
    flex-direction: column;
  }
  .prod-hero-img {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
  .prod-cta-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dw-sidebar {
  font-family: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Card shell ── */
.dw-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
}

/* ── Logo block ── */
.dw-logo-block {
  padding: 18px 16px 14px;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}

.dw-logo-block img {
  width: 220px;
  display: block;
  margin: 0 auto 10px;
  height: auto;
}

.dw-logo-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 3px;
}

.dw-logo-sub {
  font-size: 12px;
  color: #666;
  margin: 0;
}

/* ── Trust badges ── */
.dw-trust-row {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 16px;
  border-bottom: 1px solid #dee2e6;
}

.dw-trust-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 4px;
  background: #E6F1FB;
  color: #0C447C;
  border: 1px solid #B5D4F4;
}

/* ── Contact block ── */
.dw-contact-block {
  padding: 14px 16px;
}

.dw-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}

.dw-contact-row:last-child {
  margin-bottom: 0;
}

.dw-contact-icon {
  flex: 0 0 28px;
  height: 28px;
  background: #E6F1FB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #185FA5;
  font-size: 14px;
}

.dw-contact-label {
  font-size: 11px;
  color: #888;
  margin: 0 0 2px;
}

.dw-contact-val {
  font-size: 13px;
  color: #1a1a2e;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

.dw-contact-val a {
  color: #185FA5;
  text-decoration: none;
}

.dw-contact-val a:hover {
  text-decoration: underline;
}

/* ── CTA block ── */
.dw-cta-block {
  background: #185FA5;
  border-radius: 10px;
  overflow: hidden;
}

.dw-cta-inner {
  padding: 18px 16px;
}

.dw-cta-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px;
}

.dw-cta-sub {
  font-size: 12px;
  color: #B5D4F4;
  margin: 0 0 14px;
  line-height: 1.5;
}

.dw-cta-btn {
  display: block;
  text-align: center;
  background: #fff;
  color: #185FA5 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 6px;
  text-decoration: none !important;
  margin-bottom: 8px;
}

.dw-cta-btn:hover {
  background: #E6F1FB;
}

.dw-cta-btn2 {
  display: block;
  text-align: center;
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 6px;
  text-decoration: none !important;
}

.dw-cta-btn2:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ── Section heading ── */
.dw-section-head {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  padding: 10px 16px 8px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ── Related products list ── */
.dw-prod-list {
  padding: 4px 0;
}

.dw-prod-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 13px;
  color: #1a1a2e;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  transition: background 0.15s;
}

.dw-prod-item:last-child {
  border-bottom: none;
}

.dw-prod-item:hover {
  background: #f8f9fa;
  color: #185FA5;
}

.dw-prod-item i {
  font-size: 14px;
  color: #aaa;
  flex-shrink: 0;
}

.dw-prod-item span {
  flex: 1;
  line-height: 1.4;
}

.dw-prod-item .dw-arr {
  font-size: 13px;
  color: #ccc;
}

.dw-prod-item:hover .dw-arr {
  color: #185FA5;
}

/* ── Certifications ── */
.dw-cert-block {
  padding: 12px 16px;
}

.dw-cert-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  margin: 0 0 10px;
}

.dw-cert-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.dw-cert-pill {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  background: #EAF3DE;
  color: #27500A;
  border: 1px solid #C0DD97;
}

.quote {
  position: relative;
  margin: 30px 0;
  padding: 30px 35px 25px 45px;
  background: #f8f9fa;
  border-left: 5px solid #0d6efd;
  border-radius: 10px;
  color: #444;
  font-style: italic;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.quote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 80px;
  line-height: 1;
  color: rgba(13, 110, 253, 0.15);
  font-family: Georgia, serif;
}

.quote cite {
  display: block;
  margin-top: 18px;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
  color: #666;
}

.quote cite::before {
  content: "— ";
}

.rightsReserved {
  background: #0e2a59;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  border-top: 1px solid #00B4D8;
}
.rightsReserved span {
  padding-left: 10px;
  padding-right: 10px;
}
.rightsReserved a, .rightsReserved * {
  color: rgba(255, 255, 255, 0.6) !important;
}
.rightsReserved {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.rightsReserved2 {
  background: rgb(27, 30, 33);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rightsReserved2 * {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 30px;
}

.rightsReserved3 {
  background: rgba(27, 30, 33, 0.85);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
}
.rightsReserved3 span {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.rightsReserved3 * {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contactUsPage * {
  text-align: left !important;
}
.contactUsPage .media {
  margin-top: 30px !important;
}
.contactUsPage h5 {
  color: #bb2d3b;
  font-weight: bolder;
  font-size: 18px;
}

.columnTwo {
  height: 100%;
  padding: 20px;
  font-size: 13px !important;
  line-height: 1.5;
  padding-top: 30px;
}
.columnTwo h2 {
  font-size: 18px;
  color: #276fb7;
}

.img50 {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.img100 {
  max-width: 100px;
  width: 100%;
  height: auto;
}

.img150 {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.img200 {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.img250 {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.img300 {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.img350 {
  max-width: 350px;
  width: 100%;
  height: auto;
}

.img400 {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.img450 {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.img500 {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.img550 {
  max-width: 550px;
  width: 100%;
  height: auto;
}

.img600 {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.img650 {
  max-width: 650px;
  width: 100%;
  height: auto;
}

.img700 {
  max-width: 700px;
  width: 100%;
  height: auto;
}

.fixRight {
  background-color: #0dcaf0;
  position: fixed;
  right: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  transform: rotate(90deg);
}

.myNav {
  background-color: #144e8c !important;
  border-top: 1px solid #00B4D8 !important;
  border-bottom: 4px solid red !important;
}
.myNav .myNav_ {
  background-color: #144e8c;
  padding: 30px;
}
.myNav ul.dropdown-menu {
  background-color: #222 !important;
  border: 0.01em solid red !important;
  color: #CCC !important;
}
.myNav li a.dropdown-item {
  padding: 0.25rem 20px 0.25rem 30px;
  color: #CCC !important;
  /*background-color: transparent;*/
  margin-left: -30px !important;
  padding-left: 10px !important;
  width: auto !important;
}
.myNav li a.dropdown-item:focus, .myNav li a.dropdown-item:hover {
  color: rgba(255, 255, 255, 0.73);
  background-color: #6610f2;
  margin-left: -30px !important;
  padding-left: 10px !important;
}
.myNav li hr.dropdown-divider {
  margin-left: 0 !important;
}
.myNav a.dropdown-item.active, .myNav a.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.myNav .dropdown-submenu {
  position: relative;
}
.myNav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}
.myNav .dropdown-submenu.show > .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  .myNav .dropdown-submenu > .dropdown-menu {
    left: 0;
    margin-left: 0;
  }
}
.myNav * {
  font-weight: 300 !important;
}

.top-bar {
  background-color: #276fb7 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-bar * {
  color: white !important;
}

.hero {
  background: url(../images/bg1.jpg) no-repeat center top fixed;
  backdrop-filter: blur(100px);
  background-size: cover;
  display: flex;
  /*border-radius: 14px;*/
  padding-top: 40px;
}
.hero h2 {
  color: #732162 !important;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shadowtb {
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC;
}

.featureIcon {
  background-color: #276fb7;
  padding-top: 20px;
  padding-bottom: 50px;
}
.featureIcon h2 {
  color: #144e8c !important;
}
.featureIcon .feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 0.01em solid rgba(0, 0, 0, 0.1);
}
.featureIcon .feature-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.featureIcon .feature-card h5 {
  font-size: 30px !important;
  color: #732162 !important;
}
.featureIcon .feature-card .feature-icon {
  width: 60px;
  height: 60px;
  background: #f0f9ff;
  /*color: var(--bs-primary);*/
  color: #144e8c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: auto;
}
.featureIcon .feature-card h2, .featureIcon .feature-card h5 {
  text-align: center !important;
}

.bg2 {
  min-height: 60vh;
  background: #f8fdff url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.bgDarkBlue {
  background-color: #0f3f76 !important;
}

.bg3 {
  /*min-height: 85vh;*/
  background: url("../images/bg3.jpg") no-repeat fixed center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.bgBlogs {
  /*min-height: 85vh;*/
  background: url("../../assets/images/blogs.jpg") no-repeat fixed center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.bg4 {
  /*min-height: 85vh;*/
  background: url("../../assets/images/tc.jpg") no-repeat fixed center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.stats {
  /*min-height: 85vh;*/
  background: url("../images/bg4.jpg") no-repeat fixed center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.stats .stat-box * {
  text-align: center !important;
}
.stats .stat-box h2 {
  margin: 40px auto;
  font-size: 62px;
  font-weight: 500 !important;
}
.stats .stat-box p {
  font-size: 24px;
}

.borderLeftRight {
  border-left: 20px solid red;
  border-right: 20px solid red;
}

.borderTop {
  border-top: 0.01em solid rgba(204, 204, 204, 0.4);
}

/* ---------------------------------------------------------------------------*/
.product-range {
  min-height: 85vh;
  background: #f8fdff url("../images/bg4.jpg") no-repeat center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.product-range .product-card {
  background: #fff;
  border-radius: 16px;
  /*border-left:1px solid red;*/
  padding-bottom: 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
  z-index: 1;
}
.product-range .product-card img {
  max-height: 170px;
  margin-bottom: 15px;
}
.product-range .product-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center !important;
  font-size: 24px !important;
  color: red;
}
.product-range .product-card p {
  font-size: 14px;
  color: #666;
  min-height: 42px;
  text-align: center;
}
.product-range .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-left: 1px solid #276fb7;
}
.product-range .product-card .card1, .product-range .product-card .card2, .product-range .product-card .card3, .product-range .product-card .card4, .product-range .product-card .card5, .product-range .product-card .card6 {
  height: 300px;
  z-index: 10;
  border: 0.01em solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.product-range .product-card .card1 {
  background: red url("../images/products-bg-1.jpg") no-repeat center;
}
.product-range .product-card .card2 {
  background: red url("../images/products-bg-2.jpg") no-repeat center;
}
.product-range .product-card .card3 {
  background: red url("../images/products-bg-3.jpg") no-repeat center;
}
.product-range .product-card .card4 {
  background: red url("../images/products-bg-4.jpg") no-repeat center;
}
.product-range .product-card .card5 {
  background: red url("../images/products-bg-5.jpg") no-repeat center;
}
.product-range .product-card .card6 {
  background: red url("../images/products-bg-6.jpg") no-repeat center;
}

/* ---------------------------------------------------------------------------*/
.product-slider {
  background: #f8fdff url("../images/bg4.jpg") no-repeat center fixed;
  background-size: cover;
  overflow: hidden !important;
}
.product-slider .slider-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  padding: 100px 5px;
  /*scrollbar-width:none;*/
}
.product-slider .slider-wrapper::-webkit-scrollbar {
  display: none;
}
.product-slider .slider-btn {
  position: static;
  top: 55%;
  transform: translateY(-50%);
  background: red;
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.product-slider .slider-btn:hover {
  background: #084bb5;
}
.product-slider .slider-btn.prev {
  left: 15px;
}
.product-slider .slider-btn.next {
  right: 15px;
}
.product-slider {
  /* Mobile tweaks */
}
@media (max-width: 768px) {
  .product-slider .slider-btn {
    display: none;
  }
  .product-slider .slide-item {
    min-width: 200px;
  }
}

/* ---------------------------------------------------------------------------*/
.slide-item {
  min-width: 230px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.slide-item img {
  max-height: 150px;
  margin-bottom: 10px;
  transition: transform 0.35s ease;
}
.slide-item h6 {
  font-weight: 600;
  margin: 0;
}
.slide-item:hover {
  transform: scale(1.25);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.slide-item:hover img {
  transform: scale(1.25);
}

/* ---------------------------------------------------------------------------*/
.footer1 {
  background-color: #0f3f76;
}
.footer1 * {
  color: white !important;
}
.footer1 p {
  font-weight: 300;
  line-height: 1.4;
  font-size: 13px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75) !important;
}
.footer1 h3 {
  color: lightblue !important;
}
.footer1 h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* ---------------------------------------------------------------------------*/
.navTopHeadline h5 {
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
}
.navTopHeadline {
  /* ---------------------------------------------------------------------------*/
}

.borderLefThin {
  border-left: 0.01em solid rgba(39, 111, 183, 0.2) !important;
}

/* ---------------------------------------------------------------------------*/
/*.myBreadCrumb {
  background-color: rgba(204, 204, 204, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  list-style: none;
  padding: 2px 0 0 !important;
  margin: 0 !important;

  font-weight: 300;
  font-size: 12px;

  border-bottom: 0.01em solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);

  .breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
  }

  .breadcrumb-item {
    padding: 0 5px 0 0!important;
    margin: 0 !important;

  }

  !* Control spacing and divider *!
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;

    &::before {
      content: var(--bs-breadcrumb-divider, "/");
      padding-right: 0.3rem !important;
      float: none !important;
      display: inline-block;
      vertical-align: middle;
      color: #6c757d;
    }
  }

  .breadcrumb-item.active {
    color: $blue1;
  }
}*/
/* ---------------------------------------------------------------------------*/
.myBreadCrumb {
  /*background-color: rgba(204, 204, 204, 0.2);*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 2px 0 0 !important;
  margin: 0 !important;
  font-weight: 300;
  font-size: 12px;
  /*border-bottom: 0.01em solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);*/
}
.myBreadCrumb .breadcrumb {
  padding: 0 !important;
  margin: 0 !important;
}
.myBreadCrumb .breadcrumb-item {
  padding: 0 5px 0 0 !important;
  margin: 0 !important;
}
.myBreadCrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0 !important;
}
.myBreadCrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
  padding-right: 0.3rem !important;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  color: #6c757d;
}
.myBreadCrumb .breadcrumb-item.active {
  color: #276fb7;
}

.bodyText {
  padding-top: 50px;
  padding-bottom: 50px;
  /*-------------*/
}
.bodyText .bodyText1 {
  border-top: 1px solid red;
  margin-top: 0;
  margin-bottom: 30px;
  clear: both !important;
  padding: 10px 0 20px 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bodyText .bodyText1 h1 {
  color: #732162;
  font-size: 40px;
}
.bodyText .bodyText1 h1 + h2 {
  color: #276fb7;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.bodyText {
  /*-------------*/
}
.bodyText .bodyText1Column {
  border-left: 3px solid red;
  clear: both !important;
  padding: 10px 0 20px 20px;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important;
}
.bodyText {
  /*-------------*/
}

.myTags {
  padding: 10px 0 15px;
  text-align: center !important;
}

.myTags a {
  color: #58595b;
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden !important;
}

.myTags a:link, .myTags a:visited, .myTags a:hover, .myTags a:active {
  color: #58595b;
}

.myTags h4 {
  display: inline;
  margin: 0 5px;
  text-align: center;
  font-size: 10px;
  color: #CCC !important;
  border: 0.01em dashed rgba(204, 204, 204, 0.4);
  padding: 4px;
  border-radius: 5px;
  font-weight: 300 !important;
}

/*--------------------------------------------------------------------*/
.cllUsBlock {
  background-color: #0e2a59;
}
.cllUsBlock li {
  font-size: 13px;
}
.cllUsBlock h4 {
  line-height: 1.5;
}
.cllUsBlock h4 span {
  display: inline-flex;
  padding-left: 50px;
  padding-right: 50px;
}
.cllUsBlock h2, .cllUsBlock h3, .cllUsBlock h4 {
  color: rgba(255, 255, 255, 0.7);
}
.cllUsBlock li {
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cllUsBlock li a {
  color: rgba(255, 255, 255, 0.7);
}
.cllUsBlock .cllUsBlock2 * {
  color: rgba(255, 255, 255, 0.7) !important;
}

/*--------------------------------------------------------------------*/
.bgLightWhite {
  background-color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------------------------------------*/
.cta-block {
  padding: 20px 10px 0;
  background-color: rgba(200, 220, 249, 0.2);
  border: 0.01em solid rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  margin-top: 100px;
}
.cta-block .cta-inner h2 {
  font-size: 20px;
  color: #144e8c;
}
.cta-block .cta-inner h3 {
  font-size: 16px;
  margin-top: 30px !important;
}
.cta-block .cta-inner h2, .cta-block .cta-inner h3, .cta-block .cta-inner h4 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}
.cta-block .cta-inner h4 {
  margin-bottom: 10px !important;
}
.cta-block .cta-inner p {
  padding-left: 15px;
  font-size: 13px;
  width: 70%;
  margin: 10px auto;
  line-height: 1.3;
}
.cta-block .cta-inner h2, .cta-block .cta-inner h3, .cta-block .cta-inner h4, .cta-block .cta-inner * {
  text-align: center !important;
}
.cta-block .cta-inner .smallPara {
  font-size: 80%;
  line-height: 1.4;
}
.cta-block .cta-inner h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}
.cta-block .cta-inner h4::before, .cta-block .cta-inner h4::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #333;
  margin: 0 10px;
}

/*----------------------------------------------------------------------*/
.myBtnBlueDark {
  border-left: 3px solid red;
  border-right: none;
  background-color: rgba(49, 85, 166, 0.8);
  color: white !important;
  font-weight: 400;
  padding: 0.375rem 0.5rem;
}
.myBtnBlueDark:hover {
  background-color: rgb(104, 161, 255);
  text-decoration: none !important;
  color: white !important;
  border-left: 5px solid red;
  border-right: 2px solid red;
  padding: 0.375rem 0.5rem;
}

.bgContact {
  background: url(../../assets/images/bg-contact.jpg) no-repeat center fixed;
  background-size: cover;
}

.blue1 {
  color: #276fb7;
}

.borderLeftRed {
  border-left: 1px solid red;
}

/*----------------------------------------------------------------------*/
.disclaimerSection {
  padding: 20px;
}
.disclaimerSection p {
  font-size: 13px;
  line-height: 1.3;
}
.disclaimerSection .disclaimerBox {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.01em solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.disclaimerSection .disclaimerBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 4px;
  background: red;
  transition: height 0.35s ease;
}
.disclaimerSection .disclaimerBox h3 {
  transition: color 0.6s ease;
}
.disclaimerSection .disclaimerBox {
  /* Hover Effects */
}
.disclaimerSection .disclaimerBox:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.disclaimerSection .disclaimerBox:hover::before {
  height: 100%;
}
.disclaimerSection .disclaimerBox:hover h3 {
  color: red !important;
}

/*-------------------------------------------------------------*/
.termsSection {
  padding: 60px 0;
  background: #f4f6f9;
}
.termsSection .container {
  max-width: 1100px;
  margin: 0 auto;
}
.termsSection h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #800000;
  position: relative;
}
.termsSection h1::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #003366;
  display: block;
  margin: 12px auto 0;
}
.termsSection .termsBox {
  background: #ffffff;
  padding: 0 30px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.termsSection .termsBox h2 {
  font-size: 17px;
  margin-bottom: 12px;
  color: #003366;
  transition: color 0.5s ease;
}
.termsSection .termsBox p {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}
.termsSection .termsBox {
  /* Animated left border */
}
.termsSection .termsBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0%;
  background: #800000;
  transition: height 0.4s ease;
}
.termsSection .termsBox:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.termsSection .termsBox:hover::before {
  height: 100%;
}
.termsSection .termsBox:hover h2 {
  color: #800000;
}

/*-------------------------------------------------------------*/
.approvalsSection {
  padding: 60px 0;
  background: #f9fafc;
}
.approvalsSection h1 {
  text-align: center;
  color: #800000;
  margin-bottom: 50px;
}
.approvalsSection .approvalsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.approvalsSection .approvalBox {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  color: #003366;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.approvalsSection .approvalBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  color: #800000;
}

/*-------------------------------------------------------------*/
.certificationsSection {
  padding: 60px 0;
  background: #f9fafc;
}
.certificationsSection h1 {
  text-align: center;
  color: #800000;
  margin-bottom: 50px;
}
.certificationsSection .certificationsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.certificationsSection .certBox {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.certificationsSection .certBox img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.certificationsSection .certBox .certOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.certificationsSection .certBox .certOverlay h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.certificationsSection .certBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.certificationsSection .certBox:hover img {
  transform: scale(1.05);
}
.certificationsSection .certBox:hover .certOverlay {
  transform: translateY(0);
}

/*-------------------------------------------------------------*/
.ecatalogueSection {
  padding: 60px 0;
  text-align: center;
  background: #f9fafc;
}
.ecatalogueSection h2 {
  font-size: 28px;
  color: #800000;
  margin-bottom: 10px;
}
.ecatalogueSection h3 {
  font-size: 20px;
  color: #003366;
  margin-bottom: 20px;
  font-weight: 400;
}
.ecatalogueSection p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}
.ecatalogueSection .btnDownload {
  display: inline-block;
  background-color: #800000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.ecatalogueSection .btnDownload:hover {
  background-color: #003366;
}

/*-------------------------------------------------------------*/
.blogsSection {
  padding: 60px 0;
  background: rgba(249, 250, 252, 0.7);
}
.blogsSection h1 {
  text-align: center;
  color: #800000;
  margin-bottom: 50px;
}
.blogsSection .blogsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.blogsSection .blogCard {
  background: url("../../assets/images/water.jpg") no-repeat fixed center center;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blogsSection .blogCard img {
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
}
.blogsSection .blogCard .blogContent {
  padding: 20px;
}
.blogsSection .blogCard .blogContent h2 {
  font-size: 20px;
  color: #003366;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.blogsSection .blogCard .blogContent p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}
.blogsSection .blogCard .blogContent .blogDate {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.blogsSection .blogCard .blogContent .readMore {
  display: inline-block;
  color: #800000;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blogsSection .blogCard .blogContent .readMore:hover {
  color: #003366;
}
.blogsSection .blogCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.blogsSection .blogCard:hover h2 {
  color: #800000;
}

/*-------------------------------------------------------------*/
.completeProductsSection {
  padding: 60px 0;
  background: #f9fafc;
}
.completeProductsSection h1 {
  text-align: center;
  color: #800000;
  margin-bottom: 50px;
}
.completeProductsSection .categorySection {
  margin-bottom: 150px;
}
.completeProductsSection .categorySection h2 {
  background-color: #144e8c;
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  border-left: 5px solid red;
  border-radius: 10px;
  padding: 10px 0 10px 10px;
  transition: all 0.3s ease;
}
.completeProductsSection .categorySection h2:hover {
  background-color: #276fb7;
}
.completeProductsSection .categorySection .productsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 25px;
}
@media (max-width: 992px) {
  .completeProductsSection .categorySection .productsGrid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
}
@media (max-width: 576px) {
  .completeProductsSection .categorySection .productsGrid {
    grid-template-columns: 1fr; /* 1 column for mobile */
  }
}
.completeProductsSection .categorySection .productsGrid .productBox {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.completeProductsSection .categorySection .productsGrid .productBox img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}
.completeProductsSection .categorySection .productsGrid .productBox h3 {
  font-size: 16px;
  color: #fff; /* text color */
  background-color: #276fb7; /* full width background */
  width: 100%;
  display: block; /* full width */
  padding: 5px 0;
  margin: 0;
  text-align: center !important;
  border-radius: 6px; /* optional rounded corners */
  transition: background-color 0.3s ease, color 0.3s ease;
}
.completeProductsSection .categorySection .productsGrid .productBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.completeProductsSection .categorySection .productsGrid .productBox:hover h3 {
  background-color: #0f3f76; /* change bg on hover */
  color: #fff; /* keep text visible */
}

/*-------------------------------------------------------------*/
.general-enquiry-page {
  padding: 80px 0;
  background: #f8f9fb;
}
.general-enquiry-page .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.general-enquiry-page h1, .general-enquiry-page h2 {
  font-weight: 700;
  color: #1a1a1a;
}
.general-enquiry-page p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}
.general-enquiry-page {
  /* ================= Page Header ================= */
}
.general-enquiry-page .page-header {
  margin-bottom: 50px;
}
.general-enquiry-page .page-header h1 {
  font-size: 38px;
  margin-bottom: 15px;
  position: relative;
}
.general-enquiry-page .page-header h1::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #0077cc;
  display: block;
  margin: 15px auto 0;
}
.general-enquiry-page .page-header p {
  max-width: 700px;
  margin: 0 auto;
}
.general-enquiry-page {
  /* ================= Intro Section ================= */
}
.general-enquiry-page .enquiry-intro {
  margin-bottom: 50px;
}
.general-enquiry-page .enquiry-intro h2 {
  font-size: 26px;
  margin-bottom: 15px;
  border-left: 4px solid #0077cc;
  padding-left: 12px;
}
.general-enquiry-page {
  /* ================= Form Section ================= */
}
.general-enquiry-page .enquiry-form-section {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}
.general-enquiry-page .enquiry-form-section h2 {
  margin-bottom: 30px;
}
.general-enquiry-page .enquiry-form-section .enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group {
  display: flex;
  flex-direction: column;
}
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group input,
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group textarea {
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group input:focus,
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group textarea:focus {
  border-color: #0077cc;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 119, 204, 0.1);
}
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group textarea {
  resize: vertical;
}
.general-enquiry-page .enquiry-form-section .enquiry-form .form-group:last-child {
  grid-column: span 2;
}
.general-enquiry-page .enquiry-form-section .enquiry-form button {
  padding: 14px 25px;
  background: #0077cc;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.general-enquiry-page .enquiry-form-section .enquiry-form button:hover {
  background: #005fa3;
  transform: translateY(-2px);
}
.general-enquiry-page {
  /* ================= Contact Info ================= */
}
.general-enquiry-page .company-contact-info {
  background: #144e8c;
  padding: 40px;
  border-radius: 8px;
  color: #fff;
}
.general-enquiry-page .company-contact-info h2 {
  color: #fff;
  margin-bottom: 25px;
}
.general-enquiry-page .company-contact-info p {
  color: #ccc;
  margin-bottom: 8px;
}
.general-enquiry-page .company-contact-info p strong {
  color: #fff;
}
.general-enquiry-page {
  /* ================= Responsive ================= */
}
@media (max-width: 768px) {
  .general-enquiry-page .enquiry-form-section .enquiry-form {
    grid-template-columns: 1fr;
  }
  .general-enquiry-page .enquiry-form-section .enquiry-form .form-group {
    grid-column: span 1 !important;
  }
  .general-enquiry-page .page-header h1 {
    font-size: 28px;
  }
}

/*-------------------------------------------------------------*/
.category-page {
  padding: 30px;
  background: rgba(247, 249, 252, 0.4);
}

.category-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Headings */
.category-page h1,
.category-page h2,
.category-page h3 {
  font-weight: 400;
  color: #276fb7;
  margin-bottom: 12px;
}

.category-page h1 {
  font-size: 26px;
}

.category-page h2 {
  font-size: 20px;
}

.category-page h3 {
  font-size: 16px;
}

.category-page p {
  color: #58595b;
  line-height: 1.7;
  font-size: 13px;
  margin-bottom: 12px;
}

/* Header */
.category-page .category-header {
  margin-bottom: 40px;
}

/* Intro */
.category-page .category-intro {
  margin-bottom: 40px;
}

/* Products */
.category-page .category-products {
  margin-bottom: 50px;
}

.category-page .category-products h2 {
  border-left: 4px solid #276fb7;
  padding-left: 12px;
  margin-bottom: 20px;
}

.category-page .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.category-page .product-card {
  background: rgba(255, 255, 255, 0.7);
  padding: 18px;
  border-radius: 6px;
  transition: 0.3s ease;
}

.category-page .product-card h3 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  color: #276fb7;
}

.category-page .product-card p {
  font-size: 13px;
  margin-bottom: 10px;
  min-height: 80px;
}

.category-page .product-link {
  font-size: 13px;
  color: #276fb7;
  text-decoration: none;
  font-weight: 400;
}

.category-page .product-link:hover {
  opacity: 0.8;
}

.category-page .product-card:hover {
  transform: translateY(-3px);
}

/* Applications */
.category-page .category-applications {
  margin-bottom: 40px;
}

.category-page .category-applications ul {
  list-style: none;
  padding: 0;
}

.category-page .category-applications li {
  font-size: 13px;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.category-page .category-applications li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #276fb7;
}

.category-products-commercial .products-grid .product-card h3 {
  color: #276fb7;
  min-height: 60px !important;
}

.category-products-commercial .products-grid .product-card p {
  min-height: 80px !important;
}

.category-products .products-grid .product-card h3 {
  color: #276fb7;
  min-height: 60px !important;
}

.category-products .products-grid .product-card p {
  min-height: 80px !important;
}

/* Specifications */
.category-page .category-specifications {
  margin-bottom: 50px;
}

.category-page .spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 6px;
}

.category-page .spec-grid div {
  font-size: 13px;
}

/* CTA */
.category-page .category-cta {
  background: rgba(0, 0, 0, 0.85);
  padding: 40px 20px;
  text-align: center;
  border-radius: 6px;
}

.category-page .category-cta h2,
.category-page .category-cta h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

.category-page .category-cta p {
  color: #ddd;
  font-size: 13px;
  margin: 0;
}

/* ========================= */
/* Responsive (Flat Rules) */
/* ========================= */
/* Tablet */
@media screen and (max-width: 992px) {
  .category-page .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-page .spec-grid {
    grid-template-columns: 1fr;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  .category-page {
    padding: 20px;
  }
  .category-page .products-grid {
    grid-template-columns: 1fr;
  }
  .category-page .spec-grid {
    grid-template-columns: 1fr;
  }
}
/*-------------------------------------------------------------*/
/*.heroImage {
  width: 100%;
  background: linear-gradient(135deg, #e30613 50%, transparent 50%);
}*/
.heroImage {
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 20px;
  padding: 20px;
  background: repeating-linear-gradient(-45deg, rgba(248, 249, 250, 0.4), rgba(248, 249, 250, 0.4) 1px, rgba(233, 236, 239, 0.4) 1px, rgba(233, 236, 239, 0.4) 3px);
}
.heroImage img {
  transition: all 0.3s ease;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.25));
}
.heroImage img:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.35));
}

/*-------------------------------------------------------------*/
.myTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #dee2e6;
}
.myTable thead {
  background: #f8f9fa;
}
.myTable thead th {
  padding: 5px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
}
.myTable tbody tr {
  transition: background 0.25s ease;
}
.myTable tbody tr:nth-child(even) {
  background: #f9fbfd;
}
.myTable tbody tr:hover {
  background: #eef3f7;
}
.myTable tbody td {
  padding: 5px;
  border-bottom: 1px solid #e9ecef;
}
.myTable * {
  font-size: 10px;
}

/*------------------------- custom buttom ------------------------------------*/
.btn-sikh {
  display: inline-block;
  padding: 6px 30px;
  background: #f4a300;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s;
}

.btn-sikh:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: white;
}

.btn-sikh:active {
  transform: scale(0.95);
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
}

.display-7 {
  font-size: 2rem;
  font-weight: 300;
}

.nav-link, .dropdown-item {
  font-size: 14px;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

a.dropdown-item {
  margin-left: -30px !important;
  width: auto !important;
}

h2.accordion-header {
  margin-top: 0 !important;
}

.btnMyBlue {
  background-color: #276fb7;
  border: 1px solid #0B5ED7 !important;
  color: #ffffff !important;
}
.btnMyBlue:hover, .btnMyBlue:focus {
  background-color: #144e8c;
  color: #ffffff;
}

.btn-outline-primary {
  color: #0B5ED7 !important;
  border: 2px solid #0B5ED7 !important;
  background: transparent !important;
}

.btn-outline-primary:hover {
  background: #276fb7 !important;
  color: #ffffff !important;
  /*border: 2px solid red !important;*/
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
  z-index: 3;
  border: none !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.myAccordion .accordion-item {
  background: none !important;
}
.myAccordion .accordion-item:hover {
  background: none !important;
}
.myAccordion button.accordion-button {
  background-color: rgba(161, 210, 215, 0.48) !important;
  border-radius: 30px;
  /*border:.01em solid rgba(255, 255, 255, 0.42) !important;*/
}
.myAccordion h2.accordion-header:hover {
  margin-top: 0 !important;
  background-color: rgba(161, 210, 215, 0.6) !important;
}

.hero {
  min-height: 70vh;
  background-position: center top;
}

.top-bar-phone {
  font-size: 24px;
  text-align: center !important;
}

.aboutUs1 {
  background: url(../../assets/images/about2m.jpg) no-repeat center fixed;
  background-size: cover !important;
}

.bg1 {
  background: url(../../assets/images/about2m.jpg) no-repeat center fixed !important;
  background-size: cover !important;
  /*min-height: 100vh;*/
}

/* ===================================================== */
/* Tablets */
/* ===================================================== */
/* Desktops */
@media (min-width: 992px) {
  .top-bar-phone {
    font-size: 16px;
    text-align: left !important;
  }
  .bg1 {
    background: url(../../assets/images/about2.jpg) no-repeat center fixed !important;
    background-size: cover !important;
    /*min-height: 100vh;*/
  }
}
/* ===================================================== */
/* Large desktops */
.about-hero {
  background: linear-gradient(135deg, #0e2a59 0%, #0f3f76 50%, #276fb7 100%);
  padding: 3.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(0, 180, 216, 0.12);
}

.about-hero::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 30%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.about-hero .hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00B4D8;
  margin-bottom: 0.75rem;
}

.about-hero .hero-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.about-hero .hero-title span {
  color: #00B4D8;
}

.about-hero .hero-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 2rem;
}

.about-hero .hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.about-hero .stat-num {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.about-hero .stat-num span {
  color: #00B4D8;
}

.about-hero .stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Split sections --- */
.about-split {
  padding: 4rem 0;
}

.about-split.bg-grey {
  background: #F5F7FA;
}

.about-split .section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00B4D8;
  margin-bottom: 0.5rem;
}

.about-split .section-heading {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0e2a59;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.about-split .section-body {
  font-size: 15px;
  line-height: 1.85;
  color: #58595b;
}

.about-split .section-body p + p {
  margin-top: 0.85rem;
}

.about-split .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about-split .img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #00B4D8;
}

.about-split .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Awards strip --- */
.awards-strip {
  background: #0e2a59;
  padding: 2.5rem 0;
}

.award-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.award-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 180, 216, 0.15);
  border: 1px solid rgba(0, 180, 216, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #00B4D8;
  flex-shrink: 0;
}

.award-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.award-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

/* --- Accordion grid --- */
.about-acc-section {
  padding: 4rem 0;
}

.about-acc-section .section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00B4D8;
  margin-bottom: 1.5rem;
}

.acc-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: box-shadow 0.2s;
}

.acc-card:hover {
  box-shadow: 0 4px 16px rgba(14, 42, 89, 0.08);
}

.acc-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1rem 1.25rem;
}

.acc-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.acc-icon.blue {
  background: #e6f1fb;
  color: #276fb7;
}

.acc-icon.aqua {
  background: #e0f7fc;
  color: #0097a7;
}

.acc-icon.maroon {
  background: #f3e5f5;
  color: #732162;
}

.acc-icon.green {
  background: #eaf3de;
  color: #3b6d11;
}

.acc-title {
  font-size: 15px;
  font-weight: 600;
  color: #0e2a59;
  flex: 1;
  margin: 0;
}

.acc-toggle {
  font-size: 20px;
  color: #888;
  transition: transform 0.25s;
  line-height: 1;
}

.acc-toggle.open {
  transform: rotate(45deg);
}

.acc-body {
  display: none;
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 1.8;
  color: #58595b;
}

.acc-body.open {
  display: block;
  padding-top: 1rem;
}

.tag-pill {
  display: inline-block;
  font-size: 11px;
  padding: 3px 12px;
  border-radius: 20px;
  background: #e6f1fb;
  color: #144e8c;
  font-weight: 600;
  margin: 4px 4px 0 0;
}

.tag-pill.aqua {
  background: rgba(0, 180, 216, 0.1);
  color: #0097a7;
  border: 1px solid rgba(0, 180, 216, 0.25);
}

/*====================================================================================*/
/* =============================================  single-jet-water-meter-class-b.php  */
/*====================================================================================*/
.prod-wrap {
  color: #58595b;
}

/* ================= HERO ================= */
.sjwm-hero {
  background: linear-gradient(135deg, #0e2a59 0%, #0f3f76 50%, #144e8c 100%);
  padding: 60px;
  border-radius: 24px;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.sjwm-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
}

.sjwm-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.sjwm-title span {
  color: #00B4D8;
}

.sjwm-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.8;
}

.sjwm-buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sjwm-main-img {
  max-height: 420px;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.25));
  transition: 0.4s;
}

.sjwm-main-img:hover {
  transform: translateY(-10px);
}

/* ================= SECTION TITLES ================= */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0e2a59;
  margin-bottom: 30px;
  position: relative;
}

.section-title:after {
  content: "";
  width: 70px;
  height: 4px;
  background: #00B4D8;
  display: block;
  margin-top: 10px;
  border-radius: 20px;
}

/* ================= CARDS ================= */
.content-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(15, 63, 118, 0.07);
}

.grey-section {
  background: #F5F7FA;
  padding: 40px;
  border-radius: 20px;
}

/* ================= QUICK CARDS ================= */
.quick-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}

.quick-card:hover {
  transform: translateY(-8px);
}

.quick-card i {
  font-size: 2rem;
  color: #276fb7;
  margin-bottom: 15px;
}

.quick-card h4 {
  color: #0e2a59;
  font-weight: 700;
  margin-bottom: 8px;
}

.quick-card p {
  margin: 0;
  color: #58595b;
}

/* ================= FEATURES ================= */
.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.feature-card i {
  font-size: 2.4rem;
  color: #276fb7;
  margin-bottom: 15px;
}

.feature-card h5 {
  color: #0e2a59;
  font-weight: 700;
  margin-bottom: 12px;
}

.feature-card p {
  margin-bottom: 0;
}

/* ================= APPLICATIONS ================= */
.app-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #0f3f76;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.app-card:hover {
  background: #276fb7;
  color: #fff;
  transform: translateY(-6px);
}

/* ================= TABLES ================= */
.specs-table {
  background: #fff;
}

.table {
  margin-bottom: 0;
  border-color: #e9edf3;
}

.table th {
  background: #0f3f76;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  vertical-align: middle;
}

.table td {
  padding: 15px;
  vertical-align: middle;
}

.table tbody tr:nth-child(even) {
  background: #fafbfd;
}

.table-responsive {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* ================= CTA ================= */
.bottom-cta {
  background: linear-gradient(135deg, #0e2a59, #144e8c);
  padding: 50px;
  border-radius: 24px;
  color: #fff;
}

.bottom-cta h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.bottom-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

/* ================= BUTTONS ================= */
.btn-primary {
  background: #276fb7;
  border-color: #276fb7;
}

.btn-primary:hover {
  background: #144e8c;
  border-color: #144e8c;
}

.btn-outline-primary {
  border-color: #276fb7;
  color: #276fb7;
}

.btn-outline-primary:hover {
  background: #276fb7;
  border-color: #276fb7;
}

.btn-light {
  background: #fff;
  color: #0f3f76;
  border: none;
  font-weight: 600;
}

.btn-light:hover {
  background: #00B4D8;
  color: #fff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .sjwm-hero {
    padding: 35px;
    text-align: center;
  }
  .sjwm-title {
    font-size: 2.2rem;
  }
  .sjwm-buttons {
    justify-content: center;
  }
  .bottom-cta {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sjwm-title {
    font-size: 1.8rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .content-card,
  .grey-section,
  .bottom-cta {
    padding: 25px;
  }
}

/*# sourceMappingURL=master.css.map */
