/* ------------------------------------------------
  Project:   Misto - Factory and Industrial HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background


/* ------------------------
    General
------------------------*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2)
    format("woff2");
  unicode-range:
    U + 0460 -052F,
    U + 1C80 -1C8A,
    U + 20B4,
    U + 2DE0 -2DFF,
    U + A640-A69F,
    U + FE2E-FE2F;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #4b5563;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 70px;
  font-style: normal;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: #16a8e1;
}

h2 {
  font-size: 48px;
  font-style: normal;
  line-height: 46px;
  font-weight: 700;
  color: #23244a;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}

h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
  color: #23244a;
}

h5 {
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
  color: #23244a;
}

h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}
p{
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}

/* ------------------------
    Helper class
------------------------*/

.lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 50px;
}

.section-title p {
  font-size: 16px;
}

.theme-bg .section-title p,
.dark-bg .section-title p {
  color: rgba(255, 255, 255, 0.8);
}

.line-h-2 {
  line-height: 1.6;
}

.line-h-3 {
  line-height: 1.7;
}

.line-h-4 {
  line-height: 1.8;
}

.line-h-5 {
  line-height: 1.9;
}

.letter-space-1 {
  letter-spacing: 5px;
}

.letter-space-2 {
  letter-spacing: 10px;
}

.letter-space-3 {
  letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
  color: #16a8e1;
}

.text-black {
  color: #23244a !important;
}

.text-grey {
  color: #aaaaaa;
}

.text-yellow {
  color: #16a8e1;
}

.text-rgba {
  color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
  background-color: #ffffff !important;
}

.dark-bg {
  background-color: #121628;
}

.light-bg {
  background-color: rgb(218, 242, 254);
}

.grey-bg {
  background-color: #f8f8f8;
}

.theme-bg {
  background-color: #16a8e1;
}

.transparent-bg {
  background-color: inherit !important;
}

/* ------------------------
    Pattern
------------------------*/
.pattern {
  width: 100%;
  background-size: inherit !important;
  background-position: 0px 0px;
  background-repeat: repeat !important;
  animation: animatedBackground 20s linear infinite;
  -ms-animation: animatedBackground 20s linear infinite;
  -moz-animation: animatedBackground 20s linear infinite;
  -webkit-animation: animatedBackground 20s linear infinite;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
  position: relative;
  min-height: 800px;
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}

.align-end {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.fullscreen-banner .btn {
  color: #ffffff;
}

.banner-1::before {
  border: 10px solid rgba(255, 255, 255, 0.1);
  content: "";
  height: 120%;
  left: 50%;
  position: absolute;
  top: -10%;
  width: 80%;
  z-index: -1;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
  height: 100%;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
  text-align: center;
  width: 100%;
}

.countdown > li {
  margin-bottom: 50px;
  font-weight: bold;
  display: block;
  text-align: center;
  list-style-type: none;
}

.countdown > li:last-child {
  margin-bottom: 0;
}

.countdown > li span {
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 20px;
  display: inline-block;
}

.countdown > li p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0;
  color: #16a8e1;
}

.dark-bg .countdown > li {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions .title {
  margin-bottom: 10px;
}

.terms-and-conditions p {
  margin-bottom: 25px;
}

.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}

.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy .title {
  margin-bottom: 10px;
}

.privacy-policy p {
  margin-bottom: 25px;
}

.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}

.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-main {
  /*background: #fff; padding: 30px;*/
  border-bottom: 2px solid #16a8e1;
}

.contact-info li {
  padding-left: 50px;
  position: relative;
}

.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 30px;
  color: #16a8e1;
  text-align: center;
}

.contact-info li span {
  font-size: 16px;
  color: #23244a;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.contact-info li p {
  margin-bottom: 0;
  line-height: 24px;
}

.contact-info li a {
  color: #555;
}

.dark-bg .contact-info li a {
  color: #ffffff;
}

.contact-info li a:hover {
  color: #16a8e1;
}

.theme-bg .contact-info span,
.dark-bg .contact-info span {
  color: #ffffff;
}

.theme-bg .contact-info li i {
  color: #ffffff;
}

.theme-bg .contact-info li a {
  color: #ffffff;
}

.theme-bg .contact-info li a:hover {
  color: #23244a;
}

.contact-box {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

label {
  font-size: 14px;
  color: #333;
}

.form-control {
  height: 50px;
  border-radius: 0;
  font-size: 13px;
  background: none;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  box-shadow: none;
}

.grey-bg .form-control {
  background: #ffffff;
}

textarea.form-control {
  height: 150px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #16a8e1;
}

select.form-control {
  /*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/
  height: 50px !important;
}

iframe {
  width: 100%;
  border: none;
  pointer-events: auto;
}

.iframe-h {
  height: 500px !important;
}

.iframe-h-2 {
  height: 900px !important;
}

.help-block.with-errors {
  position: absolute;
  color: red;
  right: 0;
  font-size: 10px;
  line-height: 14px;
}

.form-control::-moz-placeholder {
  color: #555;
}

.map iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-btn {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  right: -39px;
  top: 40%;
  z-index: 99;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
}

.contact-bg {
  background: #ffffff;
  color: #16a8e1;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 10px;
  font-weight: 500;
  z-index: 10;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover .contact-bg {
  background: #16a8e1;
  color: #ffffff;
}

.contact-form {
  background: #ffffff;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 80px 30px 30px;
  width: 450px;
  position: fixed;
  right: -600px;
  top: 0;
  z-index: 2000;
}

.close-btn {
  background: #16a8e1;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.header-3 .contact-btn {
  position: inherit;
  transform: inherit;
  top: inherit;
  right: inherit;
}

.header-3 .contact-bg {
  background: #16a8e1;
  box-shadow: none;
  color: #fff;
  padding: 25px 40px;
}

/* ------------------------
    About Us
------------------------*/
/* .about-img{position: relative;} */
/* .about-img::before {border:5px solid rgba(255, 255, 255, 0.2); bottom: 14px; content: ""; left: 14px; position: absolute; right: 14px; top: 14px;} */

/* ------------------------
    Video
------------------------*/
.video-btn {
  display: inline-block;
}

.video-btn-pos {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  margin-left: -50px;
}

.video-btn .btn-play {
  background: #16a8e1;
  color: #fff;
  height: 45px;
  width: 100px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  display: inline-block;
}

.video-btn .btn-play i {
  line-height: inherit;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
  background: #ffffff;
  border-color: #ffffff;
  color: #16a8e1;
}

.html5-video {
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.html5-video video {
  width: 100%;
}

/* ------------------------
    Side Background
------------------------*/
.img-side img {
  max-width: 100%;
}

.img-side.img-right {
  right: 0;
}

.img-side.img-left {
  left: 0;
}

.img-side {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}

.img-side .owl-carousel,
.img-side .owl-stage-outer,
.img-side .owl-stage,
.img-side .owl-stage,
.img-side .owl-item,
.img-side .owl-item .item {
  height: 100%;
}

.client-heading {
  text-align: center;
  padding: 20px 0 20px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* Hero Container with Background Overlay */
.hero-section {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Replace the URL below with your actual gear/bearing image */
  background:
    linear-gradient(
      90deg,
      rgba(123, 76, 144, 0.66) 0%,
      rgb(123 76 144 / 64%) 50%,
      rgb(123 76 144 / 25%) 100%
    ),
    url("../images/about-bg-1.jpg");
  background-size: cover;
  background-position: center;
  padding-left: 8%;
}

/* Glassmorphism / Content Box */
.content-card {
  background: rgba(0, 0, 0, 0.25); /* Subtle dark overlay */
  backdrop-filter: blur(5px); /* Softens the background under the text */
  padding: 40px;
  max-width: 575px;
  color: white;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

/* Heading Styles */
.content-card h1 {
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #00d4ff; /* Bright blue accent color */
}

/* Paragraph Styles */
.content-card p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding-left: 0;
    justify-content: center;
  }
  .content-card {
    width: 90%;
    padding: 20px;
  }
}

.header-section h2 {
  margin-bottom: 15px;
}

.branding-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.years-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-blue);
}

.years-badge .number {
  font-size: 64px;
  font-weight: 600;
  color: #175e7f;
}

.years-badge .text {
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
  color: #00a8cc;
  text-transform: uppercase;
}

/* The Connector Infographic */
.infographic-container {
  margin: 40px auto 0;
  padding: 20px 0;
}
.infographic-container img {
  width: 100%;
}

@media (max-width: 900px) {
  .infographic-container {
    flex-direction: column;
    gap: 40px;
  }
  .connector-bg {
    display: none; /* Hide connector on mobile for vertical stack */
  }
}
.product-mosaic {
  display: grid;
  /* 12 columns allow for the 2/3 and 1/3 splits in your image */
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 140px;
  gap: 8px;

  margin: 0 auto;
}

.tile {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #ccc; /* fallback */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
  transition: transform 0.3s ease;
}

.tile:hover {
  filter: brightness(1.1);
}

.tile span {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  color: #fff;
  text-align: right;
  z-index: 2;
}

/* Top Row */
.bearings {
  grid-column: span 8;
  grid-row: span 3;
}
.tc-rings {
  grid-column: span 4;
  grid-row: span 4;
}

/* Middle Section */
.rolls {
  grid-column: span 4;
  grid-row: span 4;
}
.elec-motors {
  grid-column: span 4;
  grid-row: span 4;
}
.cardan-shafts {
  grid-column: span 4;
  grid-row: span 3;
}

.lubrication {
  grid-column: span 4;
  grid-row: span 3;
}
.geared-motors {
  grid-column: span 4;
  grid-row: span 4;
}
.cnc-machines {
  grid-column: span 4;
  grid-row: span 4;
}

.clutches {
  grid-column: span 4;
  grid-row: span 4;
}
.cooling-towers {
  grid-column: span 8;
  grid-row: span 3;
}

/* Bottom Section */
.gear-boxes {
  grid-column: span 6;
  grid-row: span 3;
}
.robots {
  grid-column: span 6;
  grid-row: span 5;
}
.pneumatics {
  grid-column: span 6;
  grid-row: span 5;
}
.auxiliaries {
  grid-column: span 6;
  grid-row: span 3;
}

/* Blue Banner Overlay for specific tiles like Cooling Towers */
.blue-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: rgba(0, 188, 212, 0.4);
  z-index: 1;
}
.clients-section {
  text-align: center;
  padding: 60px 0px 20px 10px;
}
.clients-section h2 {
  color: #1a5a7a;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-size: 48px;
}
.clients-grid img {
  width: 100%;
}

/* --- CONTACT & FOOTER (Image 4) --- */
.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
}

.contact-info h2,
.locate-info h2 {
  color: #175e7f;
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: 700;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
}
.icon-circle {
  width: 35px;
  height: 35px;
  background: #1a5a7a;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.map-box {
  flex: 1;
  text-align: right;
  position: relative;
}
.map-placeholder {
  width: 100%;
  max-width: 625px;
  opacity: 0.7;
}

footer {
  background-color: #4fc3f7;
  padding: 15px 0;
  text-align: center;
}

footer nav a {
  color: var(--primary-blue);
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .infographic-row,
  .client-images,
  .contact-row {
    flex-direction: column;
    align-items: center;
  }
  .infographic-row::before {
    display: none;
  }
  .logo img {
    width: 180px;
    padding: 0px 24px;
  }
  .tile {
    grid-column: span 12 !important;
    grid-row: span 2;
  }
  .hero-section {
    height: 100vh;
  }
  .logo-placeholder {
    width: 320px;
  }
  .years-badge {
    display: block;
  }
  .years-badge .number {
    font-size: 32px;
    text-align: center;
  }
  .years-badge .text {
    font-size: 36px;
  }
}
.top-bar {
  position: absolute;
  top: -45px;
  left: 41%;
}

.font_12 {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1599px) {
  .top-bar {
    
    display: none;
  }
  .navbar-collapse {
    padding-right: 148px;
  }
}
@media (max-width: 1440px) {
 
  .navbar-collapse {
    padding-right: 148px;
  }
}
@media (max-width: 1340px) {

  .navbar-collapse {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .font_12 {
    font-size: 12px;
  }
  .top-bar {
    left: 10%;
  }
  .navbar-nav .nav-item {
    margin: 0px 8px;
  }
}

.breadcrumb {
  background: url("../images/product-details-banner-bg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Aligns to the right like the image */
  padding-right: 10%;
  margin: 0;
  width: 100%;
  height: 400px;
}

.breadcrumb-container {
  background-color: rgba(255, 255, 255, 0.85); /* Semi-transparent white */

  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #365f75; /* Deep blue/teal color */
}
.text-color {
  color: #365f75 !important;
}
.text-join {
  color: #365f75;
  font-size: 25px;
  font-weight: bold;
}
.breadcrumb-item {
  text-decoration: none;
  color: #365f75;
  transition: color 0.3s;
}

.breadcrumb-item:hover {
  color: #1a365d;
}
.bread-card {
  background-color: #ffffffa6;
  display: flex;
  padding: 16px;
  align-items: center;
}
/* The Double Chevron Separator */
.separator {
  margin: 0 15px;
  font-size: 18px;
  color: #365f75;
  display: flex;
  align-items: center;
}

.current-page {
  color: #365f75;
  cursor: default;
}

.tech-h1 {
  font-size: 36px;
  color: #175e7f;
  text-transform: capitalize;
}
.tech-p {
  font-size: 30px;
  color: #4b5563;
  text-transform: capitalize;
}
.intro-text {
  font-size: 16px;
  color: #4b5563;
  font-family: "Montserrat", sans-serif;
}
.strength-item {
  margin-bottom: 15px;
  font-size: 16px;
}

.strength-title {
  font-weight: 700;
  color: #4b5563;
  font-size: 16px;
}
.explore-title {
  color: #4b5563;
  font-size: 16px;
}

.closing-text {
  margin-top: 25px;
  font-size: 14px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .breadcrumb {
    height: 310px;
  }
}

/* Support Section */
.support-content {
  margin-bottom: 60px;
}

.strength-item {
  margin-bottom: 12px;
  font-size: 15px;
}

.strength-title {
  font-weight: 700;
  color: #444;
}

/* Contact Section */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 60px;
}

.contact-col {
  flex: 1;
  min-width: 300px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sub-heading {
  font-size: 24px;
  margin: 16px 0px 20px;
}
.icon-circle {
  background-color: #17577b;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 18px;
}

.info-text {
  font-size: 16px;
  color: #4b5563;
}

.social-icon {
  display: inline-block;
  background-color: #0077b5; /* LinkedIn Blue */
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}
.bg-gray-200 {
  background: #e5e7eb;
  border: 10px solid #e5e7eb;
  object-fit: cover;
  border-radius: 10px;
}
.bg-white-200 {
  background: #ffffff;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.download-text {
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  padding-top: 16px;
  margin-bottom: 0px;
}
.download-text a {
  color: #000 !important;
}
.download-text:hover > a {
  text-decoration: underline !important;
}
.border-t {
  border-top: 1px solid #f4f4f4;
}
.tracking-tight {
  color: #17577b;
  font-size: 16px;
}
.tracking-tight-p {
  color: #17577b;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
.rotate-180 {
  width: 13px;
  color: #17577b;
}
.border-t a:hover {
  color: #17577b !important;
}
/* --- Section 1: Type Of Bearings --- */
.bearings-section {
  margin-bottom: 60px;
}
.bearings-section h2 {
  color: #000;
  font-size: 36px;
  margin-bottom: 25px;
  font-weight: 600;
}

.bearings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.bearing-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.bearing-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Color Overlays to match image_730c3d.jpg */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply; /* Mimics the colored tint effect */
}
.blue-tint {
  background: linear-gradient(
    135deg,
    rgba(2, 2, 129, 0.322) 0%,
    rgb(40, 116, 252) 100%
  );
}
.dark-tint {
  background-color: rgba(40, 40, 40, 0.7);
}
.cyan-tint {
  background-color: rgba(0, 191, 255, 0.5);
}
.pink-tint {
  background-color: rgba(255, 105, 180, 0.6);
}
.green-tint {
  background-color: #99ff0079;
}
.red-tint {
  background-color: #cf2e2e73;
}
.sky-tint {
  background-color: #8ed1fc8f;
}
.black-tint {
  background-color: #14141479;
}
.gulbi-tint {
  background-color: #9b51e096;
}

.bearing-card span {
  position: relative;
  z-index: 3;
  font-size: 36px;
  font-weight: 100;
  padding: 0 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.subtitle {
  color: #555;
  margin-bottom: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  border: 1px solid #9aa7b1;
  padding: 12px 11px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

thead tr:first-child {
  background-color: #1f5d7a;
  color: #fff;
  font-weight: bold;
}

thead tr:nth-child(2) {
  background-color: #2c6f8f;
  color: #fff;
  font-weight: 600;
}

th[rowspan] {
  vertical-align: middle;
}

.note {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
  font-style: italic;
}
.text-left {
  text-align: left;
}

.water-quality {
  margin-bottom: 35px;
  line-height: 1.8;
}

.water-quality strong {
  color: #1f5d7a;
}

.footer-note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.water-h2 {
  font-size: 25px;
  margin-top: 40px;
  text-transform: capitalize;
  color: #175e7f;
}
.dc-h2 {
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: #175e7f;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table {
  min-width: 900px; /* Prevent table from shrinking */
  width: 100%;
  border-collapse: collapse;
}
.unorder-list {
  margin-left: 24px;
}
.unorder-list li {
  margin: 8px 0px;
}
.note-p {
  font-size: 20px;
}

/* ================= PROCESS SECTION ================= */

.process-section {
  background: #f2f0e9;
  padding: 60px 6%;
}

.process-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.process-header h2 {
  color: #131313;
  font-size: 36px;
  margin: 0;
  font-weight: 600;
}

.process-line {
  flex: 1;
  height: 2px;
  background: #333;
}

.process-section p {
  font-size: 16px;
  line-height: 1.7;
}

/* ================= KEY ADVANTAGES ================= */

.advantages-section {
  display: flex;
  padding: 60px 0;
  gap: 50px;
  align-items: flex-start;
  background: #fff;
}

.advantages-image {
  flex: 1;
}

.advantages-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.advantages-content {
  flex: 1.2;
}

.advantages-content h2 {
  font-size: 42px;
  color: #1f5f7a;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.advantages-content ul {
  padding-left: 20px;
}

.advantages-content li {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .advantages-section {
    flex-direction: column;
  }

  .advantages-content h2 {
    font-size: 32px;
  }
  .size-full img{
    width: 100% !important;
  }
}

.intro-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  max-width: 90%;
}

.content-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.text-column {
  flex: 1;
}

.image-column {
  flex: 1;
  text-align: right;
}

.image-column img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .content-flex {
    flex-direction: column;
  }
  .image-column {
    text-align: center;
    order: -1; /* Puts image on top for mobile */
  }
}

.lead-text {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.comp-box{
  background-color: #0792e3;
  padding: 40px 20px;
  height: 230px;
  color: #fff;
}
.comp-box h5{
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
}
.comp-h1{
  font-size: 30px;
  color: #000;
}
.has-white-background-color
 {
    background-color: #ffff;
    padding: 48px;
}
.has-medium-font-size{
  font-size: 20px;
  margin-bottom: 0px;
}
.bg-color{
  background-color: #1f5d7a;
}
.bg-color-2{
  background-color: #00a4de;
}
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 6;
}
.list-inline-item:hover a{
  color: #00a4de;
}