:root {
  --site-color: #0c0a61;
  --navy: #163d92;
  --sky-blue: #0451aa;
  --grey-text: #545454;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* Hide Bootstrap dots */

/* Bottom nav styles */
body.home #navbarNav a.nav-link.home-menu-link svg path {
  fill: var(--site-color);
}
.bottom-nav {
  background: #007bff;
  padding: 10px 0;
}
.bottom-nav a {
  color: #fff;
  font-weight: 600;
  margin: 0 20px;
  text-decoration: none;
  transition: 0.3s;
}
.navbar-nav .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: 0.3s all;
}
.navbar-nav .nav-link:hover {
  color: var(--site-color);
}
.bottom-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: #058eff;
  padding: 15px 0;
}
.bottom-nav a {
  position: relative;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
  transition: color 0.3s;
}
.bottom-nav a.active::after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(60%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #058eff;
  rotate: 180deg;
}
nav.navbar form input.form-control, .header-search-form form.searchform input[type="text"] {background: #f2f2f2;border: none!important;outline: none!important;line-height: 1.5;padding: 6px 10px 6px 20px;border-radius: 50px !important;}
.header-search-form form.searchform input[type="submit"] {display: none;}

nav.navbar form button[type="submit"] i {
  font-size: 20px;
}

/* Responsive Fixes */
@media (max-width: 425px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }
  .hero-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 375px) {
  .hero-content h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 325px) {
  .hero-content h1 {
    font-size: 1.2rem;
  }
  .hero-content p {
    font-size: 0.8rem;
  }
}

.abt-section {
  background-color: #ebecee;
}
.section-main-title {
  letter-spacing: 0.48px;
  font-size: 80px;
  font-weight: 700;
  color: var(--site-color);
}
.section-title {
  font-weight: 700;
  font-size: 64px;
  color: var(--site-color);
  margin-bottom: 1rem;
}
.section-content {
  font-size: 16.5px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: var(--grey-text);
}
.values-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--site-color);
}

/* Responsive Tweaks */
@media (max-width: 1420px) {
  .inner-page-banner-section {
    font-size: 55px !important;
  }
}
@media (max-width: 1200px) {
  .inner-page-banner-section {
    font-size: 50px !important;
  }
}
@media (max-width: 992px) {
  .inner-page-banner-section {
    font-size: 40px !important;
  }
}

@media (max-width: 767px) {
  .ps-160 {
    padding-left: 0px !important;
  }
  .footer-text {
    padding-left: 0 !important;
  }
  .inner-page-banner-section {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .slider-inner-img {
    border-radius: 0% 0% 0% 0% !important;
    position: relative;
    top: 20px !important;
    height: 240px !important;
    width: 100%;
    object-fit: cover;
  }
  .slider-content p {
    font-size: 15px !important;
    margin: 15px 0;
    letter-spacing: -0.16px;
  }
  .pe-12 {
    padding-right: 12px !important;
  }
  .slider-content h2 {
    font-size: 25px !important;
    letter-spacing: 0.48px;
    font-weight: 700;
  }
  .section-main-title {
    font-size: 45px;
  }
  .bottom-nav {
    gap: 10px;
    flex-wrap: wrap;
  }
  .bottom-nav a {
    font-size: 12px;
    margin: 0;
  }
  .values-letters {
    justify-content: center;
  }
  .icon-row {
    justify-content: center !important;
  }
}

/* Footer Section */
footer.bg-light {
  background: #ececec !important;
}

.footer-section {
  background-color: #ececec;
  color: #000;
  font-size: 0.9rem;
}

.footer-logo {
  width: 80px;
  height: auto;
}

.footer-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #000;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright-text {
  font-size: 0.85rem;
  color: #000;
  font-weight: 600;
}

.slider-section {
  background: url("../images/background-img.webp") no-repeat center center/cover;
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(175, 170, 170, 0.4);
  z-index: 0;
}

.slider-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.slider-content h2 {
  font-size: 64px;
  letter-spacing: 0.48px;
  font-weight: 700;
}

.slider-content p {
  font-size: 20px;
  margin: 15px 0;
  letter-spacing: -0.16px;
}

.btn-custom {
  background: var(--site-color);
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.btn-custom:hover {
  background: #058eff;
  color: #fff;
}

#customCarousel {
  overflow: hidden;
}
#customCarousel .carousel-control-next,
#customCarousel .carousel-control-prev {
  width: 5%;
  padding-inline: 10px;
  min-width: 50px;
}
#customCarousel .carousel-control-next,
#customCarousel .carousel-control-prev {
  z-index: 2;
}
#customCarousel .carousel-control-prev {
  justify-content: flex-start;
}
#customCarousel .carousel-control-next {
  justify-content: flex-end;
}

#customCarousel .carousel-control-next-icon,
#customCarousel .carousel-control-prev-icon {
  background-size: 20px;
  background-color: var(--site-color);
  background-repeat: no-repeat;
  border-radius: 50%;
}
#customCarousel .product-page-controls .carousel-control-next,
#customCarousel .product-page-controls .carousel-control-prev {
  padding-inline: 5px;
}
.carousel-item {
  margin-top: -5px;
}

.slider-inner-img {
  border-radius: 0% 0% 0% 20% !important;
  position: relative;
  top: -70px;
  height: 615px;
  width: 100%;
  object-fit: cover;
}
.ps-7rem {
  padding-left: 7rem !important;
}

/* .cnt-10 img {min-height: 60vh;} */
.cnt-10 img {
  min-height: 500px;
  max-height: 500px;
}

.about-section {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}
.polymer-section {
  overflow: hidden;
}
.about-section .row {
  min-height: 500px;
}

.about-text {
  /* background-color: var(--site-color); */
  background-color: #acacac;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  min-height: 100%;
  padding-top: 3.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
/* .about-text.product-col, .page-id-70896 .about-text {justify-content: center;padding: 40px 80px;background: url("https://469.528.myftpupload.com/wp-content/uploads/2025/12/product-drum-banner.webp") left center / cover no-repeat;margin-top: -5px;} */
.about-text.product-col,
.page-id-70896 .about-text {
  justify-content: center;
  padding: 40px 80px;
  margin-top: -5px;
}
.about-text::before {
  content: "";
  background-image: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  filter: grayscale(100%) saturate(77%) contrast(0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
}

.page-id-70896 .about-text {
  background: #acacac;
}
.inner-page-banner-section {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 64px;
  text-shadow: 0px 4px 4px #00000080;
}
.about-text p {
  font-size: 1rem;
  line-height: 1.6;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 576px) {
  .about-text {
    text-align: center;
    padding: 30px 20px;
  }
}
.about-section-2 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.about-section-2 .text-content {
  padding: 15px 25px;
}

@media (max-width: 576px) {
  .about-section-2 .text-content {
    padding: 15px 10px;
  }
}

.contact-section-2 {
  padding: 60px 20px;
  background-color: #fff;
}
.contact-section-2 h5 {
  color: var(--site-color);
  margin-bottom: 10px;
}
.contact-section-2 h6 {
  font-weight: 800;
  font-size: 28px;
  color: var(--site-color);
  margin-bottom: 10px;
}
.contact-box {
  background-color: #eff1f7;
  border-radius: 12px;
  padding: 0 30px 20px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

/* .contact-box:hover {
  transform: translateY(-5px);
} */
.contact-box i {
  font-size: 50px;
  color: #000;
  margin-bottom: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: -32px;
  background: #163d92;
  padding: 12px 20px;
  border-radius: 50%;
}
.contact-box h5 {
  font-size: clamp(1.25rem, 1.1118rem + 0.6316vw, 1.625rem);
  font-weight: normal;
  color: var(--grey-text);
  margin-bottom: 10px;
}
.contact-box p {
  margin: 0;
  font-size: clamp(1rem, 0.9079rem + 0.4211vw, 1.25rem);
  color: var(--grey-text);
}
.contact-box p a {
  margin: 0;
  font-size: clamp(1rem, 0.9079rem + 0.4211vw, 1.25rem);
  color: var(--grey-text);
  text-decoration: none;
}
.contact-box .line {
  width: 100px;
  height: 2px;
  background: var(--site-color);
  margin: 10px auto;
}

.contact-section-3 .form-control::placeholder {color: #5a5a5a!important;font-weight: 300;}

@media (max-width: 576px) {
  .contact-section-2 {
    padding: 30px 15px;
  }
  .contact-box {
    margin-bottom: 20px;
  }
}

.contact-section-3 {
  padding: 0rem 1rem 2rem 1rem;
  background-color: #fff;
}
.contact-section-3 h5 {
  font-weight: normal;
  color: #000;
  margin-bottom: 1rem;
  font-size: 24px;
}
.contact-section-3 .form-control {
  border: none;
  border-radius: 30px;
  background-color: #eff1f7;
  padding: 10px 30px;
  color: #464545;
  font-size: 18px;
}
.contact-section-3 textarea.form-control {
  border-radius: 20px;
  min-height: 120px;
  resize: none;
  padding-top: 15px;
}
.contact-section-3 .btn-submit {
  background-color: #163d92;
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 2rem;
  border: none;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 700;
}
.contact-section-3 .form-control::placeholder {
  color: #1a144e;
  opacity: 1;
}
.contact-section-3 .form-group-half {
  gap: 3rem !important;
}
.h-300 {
  height: 300px;
}

@media (min-width: 768px) {
  .contact-section-3 .form-group-half p {
    display: flex;
    gap: 1rem;
  }
  .map-section .ratio iframe {
    border-radius: 10px;
    width: 100%;
    height: 45%;
  }
}

.sustainability-section-2 h6 {
  font-weight: 800;
  font-size: 28px;
  color: var(--site-color);
  margin-bottom: 10px;
}
.sustainable-box {
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
.sustainable-box img {
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}
.sustainable-box h5 {
  margin-top: 15px;
  font-weight: 400;
  color: var(--grey-text);
  margin-bottom: 25px;
  padding-right: 0px;
}
.sustainable-box p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--site-color);
}

.w-200 {
  background-color: #f3f3f3;
  min-height: 300px;
  border: none;
  border-radius: 0;
  text-align: center;
}
.w-200 {
  padding: 2rem 1rem;
  font-family: "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-200 .btn-section .btn-submit {
  background-color: #1a144e;
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 2rem;
  font-size: 22px;
}

.banner {
  background-color: #1a237e; /* dark blue */
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* .section-heading {font-size: 40px;line-height: 35.24px;letter-spacing: -0.16px;font-weight: 700;color: var(--site-color);margin-bottom: 20px;} */
/* .section-heading {font-size: 30px;line-height: 35.24px;letter-spacing: -0.16px;font-weight: 700;color: #FFF;background: var(--site-color);padding: 12px;text-align: center;margin-bottom: 20px;border-radius: 50px;max-width: 96vw;margin-inline: auto;} */

.section-heading {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.16px;
  font-weight: 700;
  color: var(--site-color);
  margin-bottom: 20px;
}
.section-heading.pill-heading {
  font-size: 30px;
  color: #fff;
  background: var(--site-color);
  padding: 12px;
  text-align: center;
  border-radius: 50px;
  max-width: 96vw;
  margin-inline: auto;
}

.bg-lightgrey {
  background: #f0f0f0;
}

.table-bg-color th {
  background-color: #294294;
  color: #fff;
}

.table th,
.table td,
.table tr {
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
  font-weight: 600;
  font-size: 18px;
}

.intro-text {
  margin-top: 20px;
}

.test-img {
  width: 100%;
  border-radius: 6px;
}

.info-img {
  max-width: 100%;
  min-height: 405px;
  object-fit: cover;
}

.card-title {
  font-size: 14px;
  font-weight: bold;
}

.oil-card {
  color: var(--grey-text);
  padding: 10px 25px;
  padding-left: 0!important;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  min-height: 85px;
}

.section-title {
  font-weight: 700;
  /* color: #1a237e; */
  color: var(--site-color);
}

.image-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
}

.list-section {
  font-size: 16px;
  line-height: 1.8;
}

/* .product-img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    } */

@media (max-width: 767px) {
  .text-end {
    text-align: left !important;
    margin-top: 15px;
  }
}

.drum-steel-img {
  height: 350px;
  background: #eaeaea;
  object-fit: contain;
  width: -webkit-fill-available;
}

.icon-box {
  width: 150px;
  height: 150px;
  padding: 25px;
  border: 15px solid var(--site-color);
  border-radius: 50%;
  background-color: #fff;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.strength-item p,
.advantage-item p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: var(--site-color);
}

.strength-item p {
  max-width: 250px;
  margin: 0 auto;
}

.strength-item strong,
.advantage-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--site-color);
  font-size: 25px;
  font-weight: 700;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.left-banner {
  background-color: var(--site-color);
  color: white;
  padding: 30px;
}

.left-banner h2 {
  font-size: 1.5rem;
}

.car-img {
  max-width: 100%;
  height: auto;
}

.adipro-logo {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.adipro-logo span {
  color: #fdb813;
}

.product-card {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  /*   margin-bottom: 20px; */
  height: 100%;
}

.tab-product-content .product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
div#category-6 a.btn {
  display: none;
}

.product-card h5 {
  font-size: 1rem;
  font-weight: bold;
}
.product-card p {
  font-size: 0.9rem;
  color: #555;
}
.product-tab-header {
  background: #fcc201;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
}
.btn-yellow {
  background-color: #fdb813;
  color: #000;
  border: none;
  padding: 5px 15px;
  font-size: 0.85rem;
  margin-top: 10px;
}

.w-265 {
  width: 265px;
}

/* Dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* align dropdown properly */
}

.product-slider-content {
  background-color: var(--site-color);
  /* Dark Blue */
  color: #fff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("/wp-content/uploads/2025/12/product-drum-banner.webp")
    left center / cover no-repeat;
}

.product-btn-custom {
  background: #fff;
  /* width: 60%; */
  width: fit-content;
  color: var(--site-color);
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.product-btn-custom a {
  text-decoration: none;
  color: var(--site-color);
}

.product-btn-custom:hover a {
  color: #fff;
}

.product-btn-custom:hover {
  background-color: var(--site-color);
  border: 1px solid #fff;
}

.carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
}

.carousel-indicators .active {
  background-color: var(--site-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.carousel-indicators {
  z-index: 999;
  position: absolute;
  bottom: 10px;
}

.h-500 {
  height: 500px;
}

.product-slider-content h2 {
  font-size: 60px;
  letter-spacing: 0.48px;
  font-weight: 700;
  text-shadow: 0px 4px 4px #00000080;
}

.product-slider-content p {
  font-size: 20px;
  margin: 15px 0;
  letter-spacing: -0.16px;
  margin-bottom: 80px;
}

/* .object-position {object-position: -260px;} */

.card-img-top {
  object-fit: cover;
  background: #d9d9d9;
  height: 300px !important;
  border-radius: 0;
}

.product-page-title {
  padding: 15px 0 0!important;
}

.product-page-title h6 {
  font-size: clamp(1.25rem, 1.2039rem + 0.2105vw, 1.375rem);
  font-weight: 400;
  color: var(--sky-blue);
}

.product-page-content {
  background-color: #FFF;
}

.product-page-content p {
  color: #090808;
  font-size: 14px;
  font-weight: 300;
  min-height: 50px;
}

.card-btn-link {
  color: var(--site-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

a.custom-btn {
  display: inline-block;
  background: var(--sky-blue);
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  text-decoration: none;
  border: 1px solid var(--sky-blue);
  transition: 0.3s all;
}

a.custom-btn:hover {
  background: transparent;
  color: var(--sky-blue);
}

.object-fit {
  width: 100% !important;
  height: -webkit-fill-available;
  object-fit: cover;
}

.section-title {
  font-weight: 700;
  /* color: #1a1a8f; */
  color: var(--site-color);
  margin-bottom: 30px;
}

.polymer-card {
  border: none;
  transition: transform 0.3s ease;
  padding-inline: 15px;
}

/* .polymer-card:hover {
  transform: scale(1.03);
} */

.polymer-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.polymer-card-body {
  /* background-color: #f6f6f6; */
  padding: 15px;
}

.polymer-title {
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 0;
}

.info-button {
  background-color: var(--sky-blue);
  color: white;
  font-size: 20px;
  font-weight: 400;
  border: none;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.py-150 {
  padding-block: 150px;
}

.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

h5.velocity-products-head {
  position: relative;
  bottom: -45px;
}

.oil-card a {
  color: var(--grey-text);
  text-decoration: none;
}

.product-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* Top Product Container */
.product-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.product-image img {
  width: 100%;
  height: 365px;
  object-fit: contain;
}

.product-image {
  background-color: #eaeaea;
  width: 400px;
  height: 400px;
  padding: 20px 60px;
}

.product-content {
  max-width: 500px;
}

.product-content .description {
  margin-bottom: 15px;
  font-size: 15px;
  color: #555;
}
.product-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.product-content ul {
  list-style: disc;
  margin-left: 20px;
}
.product-content ul li {
  margin-bottom: 6px;
  font-size: 13px;
}

/* Bottom Application Container */
.application-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.application-content {
  max-width: 500px;
}

.application-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.application-content ul {
  list-style: disc;
  margin-left: 20px;
}

.application-content ul li {
  margin-bottom: 8px;
  font-size: 13px;
}
.vision-mission {
  background-color: #f0f5f9;
}
.white-card {
  background: white;
  padding: 30px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2px;
}
.vm-icon:before {
  position: absolute;
  content: "";
  background: #f8952c45;
  width: 40px;
  height: 60px;
  top: 0px;
  left: 10px;
  bottom: -15px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.white-card:hover .vm-icon:before {
  transform: rotate(-90deg);
}
.footer-text p,
.footer-text p a {
  color: #767676;
  font-size: 16px;
}
.ps-160 {
  padding-left: 160px;
}
ul.list-unstyled.small.fw-bold {
  font-size: 16px;
}
.tests-container {
  max-width: 1200px;
  margin: 0 auto;
}
.test-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  padding: 20px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.test-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--site-color);
  margin-bottom: 5px;
}
.test-standard {
  font-size: 0.94rem;
  color: var(--site-color);
}

/* ############### Animation ############### */
/* Base */
.animate {
  opacity: 0;
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
  will-change: opacity, transform;
  overflow: hidden;
}
.animate.show {
  opacity: 1;
}
.animate-group {
  overflow: hidden;
}

/* Effects */
.fade-up {
  transform: translateY(30px);
}
.fade-up.show {
  transform: translateY(0);
}

.fade-left {
  transform: translateX(40px);
}
.fade-left.show {
  transform: translateX(0);
}

.fade-right {
  transform: translateX(-40px);
}
.fade-right.show {
  transform: translateX(0);
}

.zoom-in {
  transform: scale(0.9);
}
.zoom-in.show {
  transform: scale(1);
}

@media (max-width: 767px) {
  .animate {
    transition-duration: 0.45s;
  }
}

/* ######################################################## NEW CSS ######################################################## */

.font-20 {font-size: 20px;}

.section-padding {
  padding-block: 60px;
}
.color-sky {
  color: var(--sky-blue);
}
.block-heading,
.block-heading h2 {
  font-size: clamp(1.5625rem, 1.2171rem + 1.5789vw, 2.5rem);
  color: var(--navy);
  font-weight: 400 !important;
}

/* ################ BANNER ################ */
:root {
  --autoplay-duration: 5000;
  --transition-speed: 0.8s;
}
.hero-carousel-container {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  max-height: 600px;
}
.hero-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-carousel-track {
  display: flex;
  height: 100%;
  transition: transform var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.hero-carousel-track.no-transition {
  transition: none;
}
.hero-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.2); */
  background: -webkit-linear-gradient(0deg, rgba(4, 23, 48, 0.65) 0%, rgba(0, 0, 0, 0.10) 100%);
  z-index: 1;
}

/* .hero-slide-overlay::before, .hero-slide-overlay::after {content: '';width: 40%;height: 100%;display: inline-block;background: linear-gradient(90deg, #00000030 10%, #0000 80%);top: 0;left: 0;position: absolute;}
.hero-slide-overlay::after {background: linear-gradient(270deg, #00000030 10%, #0000 80%);left: auto;right: 0;} */


/* .hero-slide-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;color: white;max-width: 900px;width: 90%;padding: 0 20px;} */
.hero-slide-content {
  position: absolute;
  top: 40%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  max-width: 900px;
  width: 90%;
  padding: 0 20px;
}
.hero-slide-content h1 {
  font-size: clamp(1.875rem, 1.2993rem + 2.6316vw, 3.4375rem);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: rgb(0, 0, 0) 5px 5px 7px;
}
.hero-slide-content p {
  font-size: clamp(1rem, 0.9079rem + 0.4211vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
  margin: 0 auto;
}
.hero-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.hero-nav-button:hover {
  background: #0c0a6120;
}
/* .hero-nav-button:active {transform: translateY(-50%) scale(0.95);} */
.hero-nav-button svg {
  width: 24px;
  height: 24px;
  fill: #333;
}
.hero-nav-button.prev {
  left: 0;
}
.hero-nav-button.next {
  right: 0px;
}
.hero-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}
.hero-pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.hero-pagination-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}
/* .hero-pagination-dot.active {background: white;width: 40px;border-radius: 6px;} */
.hero-pagination-dot.active {
  background: white;
}
@media (max-width: 768px) {
  .hero-carousel-container {
    height: 60vh;
    max-height: 500px;
  }
  .hero-nav-button {
    width: 50px;
    height: 50px;
  }
  .hero-nav-button.prev {
    left: 15px;
  }
  .hero-nav-button.next {
    right: 15px;
  }
  .hero-pagination {
    bottom: 30px;
  }
}
@media (max-width: 576px) {
  .hero-carousel-container {
    height: 60vh;
    max-height: 400px;
  }
}
@media (max-width: 400px) {
  .hero-carousel-container {
    height: 50vh;
  }
}

/* body:is(.page-id-71088, .page-id-71090) {
  .hero-slide-content {top: auto;bottom: 10%;transform: translateY(0%);}
}  */


.pg-advantage-section .features-section {
  background: #f5f5f5;
}
.pg-advantage-section .features-wrapper {
  position: relative;
}
.pg-advantage-section .features-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #dcdcdc;
}
.pg-advantage-section .feature-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.pg-advantage-section .feature-item .feature-item-wrapper {
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.pg-advantage-section .feature-item:nth-last-child(-n + 2) {
  border-bottom: none;
}
.pg-advantage-section .feature-icon {
  height: 100px;
  flex-shrink: 0;
}
.pg-advantage-section .feature-item .feature-item-wrapper > div {
  max-width: 275px;
}
.pg-advantage-section .feature-item h4 {
  font-size: clamp(1.25rem, 1.1579rem + 0.4211vw, 1.5rem);
  margin: 0 0 6px;
  font-weight: 500;
  color: #444;
}
.pg-advantage-section .feature-item p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

/* ################ ABOUT US PAGE ################ */
.vmv-wrapper {
  position: relative;
}
.vmv-col {
  padding: 0 30px;
}
.vmv-col:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.vmv-text {
  line-height: 1.6;
}
.core-values-image img {
  max-width: 100%;
  height: auto;
}

.capacity-section .row .col-md-4:nth-child(2) {
  border-inline: 1px solid #cfcece;
}
.capacity-detail {
  max-width: 280px;
  margin-inline: auto;
}
.capacity-detail .capacity_number {
  display: inline-block;
  font-size: clamp(1.875rem, 1.4605rem + 1.8947vw, 3rem);
  font-weight: 400;
  color: var(--grey-text);
}
.capacity-detail .capacity_number::after {
  content: "+";
  position: relative;
  display: inline-block;
  font-size: inherit;
  top: -20px;
  color: var(--navy);
}
.capacity-detail p {
  font-size: clamp(1rem, 0.5489rem + 0.9398vw, 1.3125rem);
}

/* ################ PRODUCT PAGE ################ */
.two-block-section div ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-col.product-category-banner {
  height: 70vh;
  align-content: center;
}

.strength-icon-item {
  padding: 20px 15px;
}
.strength-icon-item .strength-icon {
  margin-bottom: 18px;
  max-height: 110px;
}
.strength-icon-item h4 {
  color: var(--sky-blue);
  font-weight: 400;
  margin-bottom: 10px;
}
.strength-icon-item p {
  color: var(--grey-text);
  font-size: 14px;
  line-height: 1.5;
}

/* ####################### Contact Us########################################## */

.contact_icons {
  width: 70px;
  margin-top: -30px;
  margin-bottom: 10px;
}
.contact_crds:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.contact_crds:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.contact_crds {
   overflow: visible;
  margin-top: 80px;
  background: #eff1f7;
}
/* ####################### pg lab Table ############################## */
.spec_table_sec {
  background: #e6e6e6;
  padding: 40px 0;
}

.spec_table_container {
  /* width: 95%;
  max-width: 1200px; */
  margin: auto;
}

.spec_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.spec_table tr {
  border-bottom: 1px solid #1e1e1e;
}

.spec_table_cell {
  padding: 18px 20px;
  vertical-align: top;
  width: 33.33%;
  border: none!important;
}

.spec_table_cell h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #111;
}

.spec_table_cell span {
  font-size: 17px;
  color: #464545;
  display: block;
}
/* ###################################*/
.video_description {
  color: #464545;
}

/* Responsive */
@media (max-width: 992px) {
  /* .spec_table,
  .spec_table tbody,
  .spec_table tr,
  .spec_table td {
    display: block;
    width: 100%;
  } */

  .spec_table tr {
    margin-bottom: 20px;
    /* border-bottom: none; */
  }

  .spec_table_cell {
    padding: 10px 8px;
  }
}

/* pg lab table end */

@media (max-width: 768px) {
  .strengths-title {
    font-size: 28px;
    text-align: center;
  }
}

.championing-education-section .card img {
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}
.education-content p {
  line-height: 1.5;
  margin-bottom: 0;
}

/* ########################### Lubricants Adictive ############################ */
span.a_GcMg {
  font-size: 18px;
}

/* ########################### SEARCH PAGE ############################ */

main.search-page article.card h2.card-title a {
  font-size: clamp(1.25rem, 1.1349rem + 0.5263vw, 1.5625rem);
  color: var(--sky-blue) !important;
  font-weight: 500;
}

main.search-page article.card .card-body a.btn {color: #FFF;border-color: var(--navy);background: var(--navy);border-radius: 0;}
main.search-page article.card .card-body a.btn:hover {color: var(--navy);background: transparent;}
.header-search-form label.screen-reader-text {
    display: none;
}
main.search-page nav.navigation.pagination h2.screen-reader-text {
  display: none;
}
main.search-page nav.navigation.pagination .nav-links {margin: 0 auto;font-size: 20px;word-spacing: 12px;text-decoration: none;}
main.search-page nav.navigation.pagination .nav-links a {color: var(--sky-blue);text-decoration: none;}
main.search-page nav.navigation.pagination .nav-links span.page-numbers.current {color: #FFF;background: var(--sky-blue);padding: 5px 12px;}

/* ################ OUR TEAM PAGE ################ */

.leader-card {border:1px solid #ddd;border-radius:12px;padding:20px;max-width: 1100px;margin-inline: auto;}
.leader-card + .leader-card {margin-top: 30px;}
.leader-img {max-width:290px;}
.leader-name {font-size:30px;font-weight:600;margin-bottom:6px;}
.leader-role {color:var(--sky-blue);font-weight:500;margin-bottom:20px;}
.leader-desc {color:var(--grey-text);line-height:1.7;margin:0;}

@media(max-width:768px){
.leader-card {padding:15px;}
.leader-name, .leader-role, .leader-desc {text-align:center;}
}



/* GALLERY PAGE */
.event-gallery-card.event-wrap-box {padding: 0;overflow: hidden;}
.event-gallery-image img {height: 200px;object-fit: cover;object-position: center;}
.event-gallery-content {padding: 30px 40px;}
.event-gallery-card.event-wrap-box .event-title {height: auto;}
.ibc_container .row .col-lg-4 {padding-inline: 5px!important;}

.gallery-item {position: relative;overflow: hidden;cursor: pointer;}

/* image */
.gallery-item img {width: 100%;display: block;transition: transform .4s ease;height: 300px;object-fit: cover;}
.hover-gallery {position: absolute;inset: 0;background: rgba(0,0,0,0.45);display: flex;align-items: center;justify-content: center;opacity: 0;transition: 0.5s all ease;z-index: 2;}
.hover-gallery i {color: #fff;font-size: 28px;transition: transform .35s ease;}
.gallery-item:hover .hover-gallery {opacity: 1;}
.hover-gallery .fa-search-plus::before {content: '';background: url('/wp-content/uploads/2026/03/zoom-in-icon-bold.svg') center / contain no-repeat;width: 30px;height: 30px;display: inline-block;}
.hidden-image {display:none;}
button#load-more-gallery {background-color: var(--site-color);color: #FFF;border: none;padding: 5px 15px;font-size: 0.85rem;}

/* POST LISTING PAGE */

.archive-page .card img.wp-post-image,
.listing-page .card img.wp-post-image {max-height: 400px;object-fit: cover;object-position: center;}

.wpcf7.no-js > .screen-reader-response p {display: none!important;}
form.wpcf7-form.sent .wpcf7-response-output {background: #cde8cd;
    padding: 10px 20px;
    border-radius: 10px;
    color: green;
    border: 1px solid green;}


/* ################ FOOTER ################ */
.footer-text .contact-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-text .contact-list ul li {
  font-weight: 400;
  display: flex;
  gap: 10px;
}
.footer-text .contact-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-text .contact-list .list-icon {
  min-width: 26px;
  min-height: 26px;
  max-width: 26px;
  max-height: 26px;
}
.footer-text .contact-list .list-icon img {
  border-radius: 50%;
  background: #fff;
  max-width: 100%;
}
.footer-text .contact-list span {
  display: inline-block;
}
.footer-text .contact-list span.list-text,
.footer-text .contact-list span.list-text * {
  font-size: 16px;
  color: var(--grey-text);
  text-decoration: none;
}
.footer-text .wd-newsletter .footer-socials-link {
  margin-top: 0 !important;
}

ul.footer-site-links li a {
  font-weight: 500;
  font-size: 16px;
  color: var(--grey-text);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .product-slider-content p {
    margin-bottom: 60px;
  }
  .footer-top-section img {
    height: 100px;
  }
  .footer-top-section {
    flex-wrap: wrap;
  }
  .polymer-card {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .section-padding {
    padding-block: 50px;
  }
  .product-slider-content h2 {
    font-size: 50px;
  }
  .py-150 {
    padding-block: 80px;
  }
  .product-slider-content p {
    margin-bottom: 50px;
  }
  .section-heading,
  .section-heading.pill-heading {
    font-size: 30px;
  }
  .cnt-10 img {
    min-height: 28vh;
    max-height: 28vh;
  }
  .about-text.product-col,
  .page-id-70896 .about-text {
    padding: 15px;
  }
  .vmv-col {
    border-right: none;
    margin-bottom: 30px;
  }
  .pg-advantage-section .feature-icon {
    height: 80px;
  }
  .two-block-section img.w-100 {
    width: auto !important;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .header-search-form {order: -1;width: 100%;}
  .header-search-form form {width: 100%!important;}

}

@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 98vw !important;
  }
  .carousel-item .h-500 {
    height: 350px;
  }
  .carousel-item .product-slider-content {
    min-height: 220px;
  }
  .product-slider-content h2 {
    font-size: 40px;
  }
  .py-150 {
    padding-block: 60px;
  }
  .product-container,
  .application-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .product-content,
  .application-content {
    max-width: 100%;
  }
  .product-slider-content {
    padding: 30px 20px;
  }
  .product-slider-content p {
    margin: 0px;
  }
  .cnt-10 img {
    min-height: 22vh;
    max-height: 22vh;
  }
  .pg-advantage-section .feature-icon {
    height: 60px;
  }
  .oil-card {
    padding: 10px 15px;
    font-size: 18px;
  }
  .strength-icon-item .strength-icon {
    height: 70px;
  }
  .oil-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .capacity-section .row .col-md-4:nth-child(2) {
    border-inline: none;
    border-left: 1px solid #cfcece;
    padding-left: 5%;
  }
}

@media (max-width: 576px) {
  .section-padding {
    padding-block: 40px;
  }
  .slider-section {
    height: 500px;
  }
  .slider-section .slider-content {
    padding-left: 1rem !important;
  }
  .carousel-item .h-500 {
    height: 250px;
  }
  .product-slider-content h2 {
    font-size: 30px;
  }
  .py-150 {
    padding-block: 50px;
  }
  .section-heading,
  .section-heading.pill-heading {
    font-size: 20px;
  }
  .test-title {
    font-size: 1rem;
  }
  .test-standard {
    font-size: 0.9rem;
  }
  .product-slider-content p {
    font-size: 16px;
  }
  .features-wrapper::before {
    display: none;
  }
  .feature-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .pg-advantage-section .feature-icon {
    height: 40px;
  }
  .footer-top-section img {
    height: 90px;
  }
  .oil-card {
    padding: 10px;
    font-size: 16px;
  }
  .strength-icon-item {
    padding: 10px calc(var(--bs-gutter-x) * 0.5);
  }
  .strength-icon-item .strength-icon {
    height: 60px;
  }
  .contact_crds {
    border-radius: 20px;
  }
  nav.navbar a.navbar-brand img {height: 50px;}
  .card-img-top {height: auto!important;max-height: 300px !important;}

  .spec_table_cell h6 {font-size: 14px;}
  .spec_table_cell span {font-size: 12px;}
  
  
}

@media (max-width: 425px) {
  .product-image img,
  .application-image img {
    width: 200px;
  }
  .product-content ul li,
  .application-content ul li {
    font-size: 13px;
  }
  .footer-top-section img {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  footer .row .col-lg-4 {
    width: 38%;
  }
  footer .row .col-lg-8 {
    width: 62%;
  }
}

@media (min-width: 1500px) {
  .hero-carousel-container {
    height: 75vh;
  }
  body:is(.page-id-71090, .page-id-71088) .hero-slide-content h1 {width: 85%;}
  body.page-id-71088 .hero-carousel-container .hero-slide {background-position: top 45% center !important;}
}



