:root {
  --primary: #1e2c36;
  --secondary: #2f4352;
  --steel: #6f879a;
  --silver: #b9c4cd;
  --light: #f5f7f8;
  --white: #ffffff;
}

body {
  font-family: "Poppins", sans-serif;
}

.btn-custom {
  background: var(--primary);
  color: white;
}

.btn-custom:hover {
  background: var(--steel);
  color: white;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1547px;
}

.custom-navbar {
  background: #fff;
  padding: 12px 0;
  transition: 0.4s;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
  transition: 0.3s;
}

.nav-link {
  color: #1e2c36 !important;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #6f879a;
  transition: width 0.4s ease;
}

/* Underline for all menu items except dropdown */
.nav-link:not(.dropdown-toggle):hover::after,
.nav-link:not(.dropdown-toggle).active::after {
  width: 100%;
}

/* Remove underline from Products dropdown */
.dropdown-toggle::after {
  border: none !important;      /* removes bootstrap arrow */
}

.nav-link.dropdown-toggle::before,
.nav-link.dropdown-toggle::after {
  width: 0 !important;
  content: none !important;
}

.quote-btn {
  background: #6f879a;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.4s;
}

.quote-btn:hover {
  background: #fff;
  color: #1e2c36;
}

.dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.dropdown-item {
  padding: 10px 20px;
}

.dropdown-item:hover {
  background: #f5f7f8;
  color: #1e2c36;
}

/* top bar  */

/*==============================
TOP BAR
==============================*/

.top-bar {
  background: #172834;

  padding: 10px 0;

  font-size: 14px;

  color: #fff;
}

.topbar-left,
.topbar-right {
  display: flex;

  align-items: center;

  gap: 25px;
}

.topbar-right {
  justify-content: flex-end;
}

.top-bar a {
  color: #fff;

  text-decoration: none;

  transition: 0.3s;
}

.top-bar a:hover {
  color: #ffd54f;
}

.top-bar i {
  margin-right: 6px;
}

.topbar-right a {
  font-size: 18px;
}

.topbar-right span {
  font-weight: 500;
}

/* Mobile */

@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
}
/* top bar */
/* WHY CHOOSE US */

.why-us-section {
  padding: 100px 0;
  background: #1e2c36;
}

.section-title {
  color: #1e2c36;
  font-size: 42px;
  font-weight: 700;
  margin: 15px 0;
}

.section-desc {
  color: #666;
  max-width: 700px;
  margin: auto;
}

.why-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.why-card:hover {
  transform: translateY(-10px);
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #6f879a;
}

.why-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #1e2c36;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.why-icon i {
  color: #fff;
  font-size: 32px;
}

.why-card h4 {
  color: #1e2c36;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-card p {
  color: #666;
  line-height: 1.8;
}

/* Slider */

.slider-img {
  height: 600px;
  object-fit: cover;
}

/* Slider */

.slider-img {
  height: 650px;
  object-fit: cover;
}

/* Dark Overlay */

.carousel-item {
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.45); */
  z-index: 1;
}

/* Content */

.custom-caption {
  padding: 20px;
  z-index: 2;
  bottom: 20%;
  left: 10%;
  right: auto;
  text-align: left;
  max-width: 700px;
}

.slider-tag {
  display: inline-block;
  background: #6f879a;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.custom-caption h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.custom-caption p {
  font-size: 18px;
  color: #f5f7f8;
  margin-bottom: 30px;
  line-height: 1.8;
}

.slider-btn-primary {
  background: #6f879a;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
}

.slider-btn-primary:hover {
  background: #fff;
  color: #1e2c36;
}

.slider-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  margin-left: 10px;
}

.slider-btn-secondary:hover {
  background: #fff;
  color: #1e2c36;
}

@media (max-width: 768px) {
  .slider-img {
    height: 450px;
  }

  .custom-caption {
    left: 5%;
    right: 5%;
    bottom: 15%;
    text-align: center;
  }

  .custom-caption h1 {
    font-size: 32px;
  }

  .custom-caption p {
    font-size: 15px;
  }

  .slider-btn-primary,
  .slider-btn-secondary {
    display: block;
    margin: 10px 0;
  }
}

/* Hero Content */

.hero-content-section {
  margin-top: -80px;
  position: relative;
  z-index: 10;
}

.intro-box {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.hero-tag {
  display: inline-block;
  background: #6f879a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e2c36;
  margin-bottom: 15px;
}

.hero-description {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

.hero-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn-quote {
  background: #1e2c36;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
}

.btn-quote:hover {
  background: #6f879a;
  color: #fff;
}

.btn-outline-custom {
  border: 2px solid #1e2c36;
  color: #1e2c36;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
}

.btn-outline-custom:hover {
  background: #1e2c36;
  color: #fff;
}
/* ABOUT SECTION */

.about-section {
  background: #fff;
  padding: 100px 0;
}

.section-subtitle {
  color: #6f879a;
  font-size: 14px;

  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-text {
  color: #555;
  line-height: 1.9;
  margin-bottom: 15px;
}

.about-image-wrapper {
  position: relative;
}

.about-main-image {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.experience-box {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: #1e2c36;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.experience-box h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.experience-box span {
  font-size: 14px;
}

.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  margin-bottom: 15px;
  color: #1e2c36;
  font-weight: 500;
}

.about-list i {
  color: #6f879a;
  margin-right: 10px;
}

.about-btn {
  background: #1e2c36;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.about-btn:hover {
  background: #6f879a;
  color: #fff;
}
.products-section {
  background: #f5f7f8;
}

.hover-overlay .hover-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  text-align: left;
}
.product-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.why-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
}

.industry-box {
  background: #1e2c36;
  color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  font-weight: 600;
}

.cta-section {
  background: #2f4352;
  color: white;
  padding: 80px 0;
}

/* Footer */

.footer-section {
  background: #1e2c36;
  color: #fff;
  padding: 70px 0 0;
}

.footer-logo {
  height: 80px;
  width: auto;
  background: #fff;
  padding: 8px;
  border-radius: 10px;
}

.footer-text {
  color: #b9c4cd;
  line-height: 1.8;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #b9c4cd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 15px;
  color: #b9c4cd;
}

.footer-contact i {
  color: #6f879a;
  margin-right: 10px;
}

.footer-bottom {
  background: #16222b;
  margin-top: 40px;
  padding: 18px 0;
}

.footer-bottom p {
  color: #b9c4cd;
}

.footer-bottom a {
  color: #b9c4cd;
  text-decoration: none;
  margin-left: 10px;
}

.footer-bottom a:hover {
  color: #fff;
}

.fb {
  font-size: 13px;
}

/* STATS SECTION */

.stats-section {
  background: #1e2c36;
  padding: 50px 0;
}

.stats-section h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stats-section p {
  color: #b9c4cd;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.stats-section .col-md-3 {
  position: relative;
}

/* Vertical Divider */

.stats-section .col-md-3:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
}
.stats-section .col-md-3 {
  transition: all 0.3s ease;
}

.stats-section .col-md-3:hover {
  transform: translateY(-5px);
}

.stats-section .col-md-3:hover h3 {
  color: #6f879a;
}
/* Animation Keyframes */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Default Hidden */

.custom-caption h1,
.custom-caption p,
.slider-buttons {
  opacity: 0;
}

/* Active Slide Animations */

.carousel-item.active .custom-caption h1 {
  animation: fadeInLeft 1s ease forwards;
}

.carousel-item.active .custom-caption p {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.4s;
}

.carousel-item.active .slider-buttons {
  animation: zoomIn 0.8s ease forwards;
  animation-delay: 0.8s;
}

/* Keep Animation State */

.carousel-item.active .custom-caption h1,
.carousel-item.active .custom-caption p,
.carousel-item.active .slider-buttons {
  animation-fill-mode: forwards;
}

.slider-img {
  height: 650px;
  object-fit: cover;
  transition: transform 6s ease;
}

.carousel-item.active .slider-img {
  transform: scale(1.08);
}
.slider-btn-primary,
.slider-btn-secondary {
  transition: all 0.3s ease;
}

.slider-btn-primary:hover,
.slider-btn-secondary:hover {
  transform: translateY(-3px);
}

/* ==========================
   HERO CONTENT ANIMATIONS
========================== */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Hidden Initially */

.hero-tag,
.hero-title,
.hero-description,
.hero-btns {
  opacity: 0;
}

/* Tag */

.hero-tag {
  animation: fadeUp 0.8s ease forwards;
}

/* Heading */

.hero-title {
  animation: slideLeft 1s ease forwards;
  animation-delay: 0.3s;
}

/* Description */

.hero-description {
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.6s;
}

/* Buttons */

.hero-btns {
  animation: slideRight 1s ease forwards;
  animation-delay: 0.9s;
}
.intro-box {
  transition: all 0.4s ease;
}

.intro-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* ==========================
   STATS ANIMATION
========================== */

@keyframes fadeUpStats {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stats-section .col-md-3 {
  opacity: 0;
  animation: fadeUpStats 1s ease forwards;
}

.stats-section .col-md-3:nth-child(1) {
  animation-delay: 0.2s;
}

.stats-section .col-md-3:nth-child(2) {
  animation-delay: 0.4s;
}

.stats-section .col-md-3:nth-child(3) {
  animation-delay: 0.6s;
}

.stats-section .col-md-3:nth-child(4) {
  animation-delay: 0.8s;
}

/* Hover Effect */

.stats-section .col-md-3 {
  transition: all 0.4s ease;
}

.stats-section .col-md-3:hover {
  transform: translateY(-8px);
}

.stats-section .col-md-3:hover h3 {
  color: #6f879a;
}

/* ==========================
   ABOUT SECTION ANIMATIONS
========================== */

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.about-image-wrapper {
  animation: slideInLeft 1.2s ease;
}

.about-main-image {
  transition: all 0.5s ease;
}

.about-main-image:hover {
  transform: scale(1.05);
}
.section-subtitle {
  animation: fadeUp 0.8s ease;
}

.section-title {
  animation: slideInRight 1s ease;
}

.about-text {
  animation: fadeUp 1.2s ease;
}

.products-section {
  background: #f5f7f8;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.product-card h4 {
  padding: 20px 15px 10px;
  color: #1e2c36;
  font-size: 22px;
}

.product-card a {
  color: #6f879a;
  font-weight: 600;
  text-decoration: none;
}

#productSlider .carousel-control-prev,
#productSlider .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #1e2c36;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#productSlider .carousel-control-prev {
  left: -70px;
}

#productSlider .carousel-control-next {
  right: -70px;
}

/* INDUSTRIES SECTION */

.industries-section {
  padding: 100px 0;
  background: #ffffff;
}

.industry-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: 0.4s;
  border: 1px solid #eaeaea;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.industry-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #1e2c36;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-icon i {
  color: #fff;
  font-size: 32px;
}

.industry-card h4 {
  color: #1e2c36;
  font-weight: 600;
  margin-bottom: 15px;
}

.industry-card p {
  color: #666;
  line-height: 1.8;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.why-card {
  animation: fadeUp 0.8s ease forwards;
}

.why-card:nth-child(1) {
  animation-delay: 0.2s;
}

.why-card:nth-child(2) {
  animation-delay: 0.4s;
}

.why-card:nth-child(3) {
  animation-delay: 0.6s;
}

.why-card:nth-child(4) {
  animation-delay: 0.8s;
}
@keyframes industryFade {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.industry-card {
  animation: industryFade 0.8s ease forwards;
}

.col-lg-3:nth-child(1) .industry-card {
  animation-delay: 0.2s;
}

.col-lg-3:nth-child(2) .industry-card {
  animation-delay: 0.4s;
}

.col-lg-3:nth-child(3) .industry-card {
  animation-delay: 0.6s;
}

.col-lg-3:nth-child(4) .industry-card {
  animation-delay: 0.8s;
}
.testimonial-section {
  background: #f5f7f8;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

.quote-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  background: #1e2c36;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.quote-icon i {
  color: #fff;
  font-size: 28px;
}

.testimonial-card h5 {
  color: #1e2c36;
  margin-top: 15px;
  margin-bottom: 5px;
}

.testimonial-card span {
  color: #6f879a;
}

.swiper {
  padding-bottom: 50px;
}

.page-banner {
  background:
    linear-gradient(rgba(30, 44, 54, 0.85), rgba(30, 44, 54, 0.85)),
    url("../images/banner-chain.jpg");

  background-size: cover;
  background-position: center;

  padding: 120px 0;
  color: #fff;
}

.page-banner h1 {
  font-size: 60px;
  font-weight: 700;
}

.page-banner p {
  font-size: 18px;
}

.process-card {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.process-card span {
  font-size: 50px;
  font-weight: 700;
  color: #6f879a;
}

/* about start  */

.mv-card,
.value-card,
.quality-card,
.why-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
}

.mv-card:hover,
.value-card:hover,
.quality-card:hover,
.why-card:hover {
  transform: translateY(-10px);
}

.mv-card i,
.value-card i,
.quality-card i,
.why-card i {
  font-size: 40px;
  color: fff;
  margin-bottom: 15px;
}

.infra-list {
  padding-left: 20px;
}

.infra-list li {
  margin-bottom: 12px;
}

.process-section {
  background: #f5f7f8;
}

.process-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.process-box:hover {
  transform: translateY(-10px);
}

.process-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 50px;
  font-weight: 700;
  color: rgba(111, 135, 154, 0.15);
}

.process-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: #1e2c36;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon i {
  font-size: 38px;
  color: #fff;
}

.process-box h4 {
  color: #1e2c36;
  font-weight: 600;
  margin-bottom: 15px;
}

.process-box p {
  color: #666;
  line-height: 1.8;
}

/* MISSION VISION */

.mission-vision-section {
  background: #f5f7f8;
}

.mv-box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.mv-box:hover {
  transform: translateY(-10px);
}

.mv-icon {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
}

.mission-box .mv-icon {
  background: #1e2c36;
}

.vision-box .mv-icon {
  background: #6f879a;
}

.mv-content {
  padding: 35px;
  flex: 1;
}

.mv-content span {
  color: #6f879a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.mv-content h3 {
  color: #1e2c36;
  margin: 15px 0;
  font-weight: 700;
}

.mv-content p {
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.quality-section {
  background: #f5f7f8;
}

.quality-image {
  position: relative;
}

.quality-image img {
  border-radius: 20px;
}

.quality-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #1e2c36;
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
}

.quality-badge h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

.quality-badge span {
  font-size: 14px;
}

.quality-text {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.9;
}

.quality-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.quality-feature:hover {
  transform: translateX(10px);
}

.quality-icon {
  width: 60px;
  height: 60px;
  background: #1e2c36;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quality-icon i {
  color: #fff;
  font-size: 24px;
}

.quality-feature h5 {
  margin-bottom: 5px;
  color: #1e2c36;
  font-weight: 600;
}

.quality-feature p {
  margin: 0;
  color: #666;
}
/* about end */

/* contact start */
.contact-banner {
  background:
    linear-gradient(rgba(30, 44, 54, 0.85), rgba(30, 44, 54, 0.85)),
    url("../images/banner-chain.jpg");

  background-size: cover;
  background-position: center;

  padding: 140px 0;
  color: #fff;
}

.banner-tag {
  background: #6f879a;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.contact-banner h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0;
}

.contact-banner p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
}

.contact-info-section {
  margin-top: -80px;
  position: relative;
  z-index: 10;
}

.contact-info-card {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.contact-info-card:hover {
  transform: translateY(-10px);
}

.contact-info-card i {
  font-size: 45px;
  color: #1e2c36;
  margin-bottom: 20px;
}

.contact-info-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form-section {
  background: #f5f7f8;
}

.contact-image-box {
  position: relative;
}

.contact-image-box img {
  width: 100%;
  border-radius: 20px;
}

.contact-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #1e2c36;
  color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
}

.contact-badge h4 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.contact-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-form-box .form-control {
  height: 55px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.contact-form-box textarea.form-control {
  height: auto;
}

.contact-form-box .form-control:focus {
  box-shadow: none;
  border-color: #6f879a;
}

.contact-btn {
  background: #1e2c36;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
}

.contact-btn:hover {
  background: #6f879a;
  color: #fff;
}

.map-section {
  overflow: hidden;
}

.map-section iframe {
  display: block;
}

.business-hours {
  background: #f5f7f8;
}

.hours-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hours-item {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.hours-item:last-child {
  border-bottom: none;
}

.hours-item span {
  color: #666;
  font-weight: 500;
}

.hours-item strong {
  color: #1e2c36;
}

.cta-section {
  background: #172834;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -100px;
  left: -100px;
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -100px;
  right: -100px;
}

.cta-tag {
  display: inline-block;
  background: #6f879a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-section h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.8;
}

.cta-section .btn-quote {
  background: #6f879a;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
}

.cta-section .btn-quote:hover {
  background: #fff;
  color: #1e2c36;
}

/* contact end */

/* product start */
.page-banner {
  /* background: #1e2c36; */
  color: #fff;
  padding: 120px 0;
}

.product-intro {
  background: #fff;
}

.showcase-box {
  background: #f5f7f8;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 40px;
}

.product-count {
  font-size: 70px;
  font-weight: 700;
  color: #d8dfe5;
}

.product-view-btn {
  background: #1e2c36;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
}

.category-box {
  display: block;
  padding: 35px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  color: #1e2c36;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.category-box:hover {
  transform: translateY(-8px);
}

.category-box span {
  display: block;
  font-size: 45px;
  color: #6f879a;
  font-weight: 700;
}

.why-products-section {
  background: #d1d9dd;
}

.product-feature-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.product-feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: #1e2c36;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  color: #fff;
  font-size: 32px;
}

.product-category-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.product-category-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-category-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-category-content h4 {
  color: #1e2c36;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-category-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

.product-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #1e2c36;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.product-btn:hover {
  background: #6f879a;
  color: #fff;
  transform: translateY(-3px);
}

.product-btn i {
  transition: 0.3s;
}

.product-btn:hover i {
  transform: translateX(5px);
}

.product-industries-section {
  background: #f5f7f8;
}

.industry-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 20px;
  text-align: center;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.industry-card:hover {
  transform: translateY(-10px);
}

.industry-card i {
  font-size: 45px;
  color: #6f879a;
  margin-bottom: 20px;
  display: block;
}

.industry-card h4 {
  color: #1e2c36;
  font-size: 20px;
  margin: 0;
}

.why-partner-section {
  background: #fff;
}

.partner-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.partner-feature i {
  color: #6f879a;
  font-size: 24px;
  margin-top: 4px;
}

.partner-feature h5 {
  color: #1e2c36;
  margin-bottom: 5px;
  font-weight: 600;
}

.partner-feature p {
  margin: 0;
  color: #666;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-box {
  background: #1e2c36;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
}

.stat-box:hover {
  transform: translateY(-8px);
}

.stat-box h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-box span {
  color: #d8dfe5;
  font-size: 16px;
}

.full-cta-section {
  background: linear-gradient(135deg, #1e2c36, #2f4352);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.full-cta-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  top: -150px;
  left: -150px;
}

.full-cta-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  bottom: -100px;
  right: -100px;
}

.full-cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-tag {
  display: inline-block;
  padding: 8px 18px;
  background: #6f879a;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.full-cta-section h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.full-cta-section p {
  max-width: 850px;
  margin: 0 auto 35px;
  color: #d5dce2;
  font-size: 18px;
  line-height: 1.8;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn-primary {
  background: #6f879a;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
}

.cta-btn-primary:hover {
  background: #fff;
  color: #1e2c36;
}

.cta-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
}

.cta-btn-secondary:hover {
  background: #fff;
  color: #1e2c36;
}

@media (max-width: 768px) {
  .full-cta-section {
    padding: 70px 0;
  }

  .full-cta-section h2 {
    font-size: 34px;
  }

  .full-cta-section p {
    font-size: 16px;
  }

  .full-cta-section p {
    text-align: left;
    font-size: 16px;
  }
  .full-cta-section h2 {
    text-align: left;
    font-size: 31px;
  }
  .cta-section h2 {
    text-align: left;
    font-size: 25px;
  }
  .cta-section p {
    text-align: left;
    font-size: 17px;
  }
  .mv-icon {
    width: 65px;
  }
  .mv-content {
    padding: 20px;
  }
  .txt1 {
    text-align: left !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .product-gallery {
    padding: 60px 0 !important;
  }

  .gallery-card img {
    height: 220px;
  }

  .gallery-overlay h5 {
    font-size: 16px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }
}

/* ===================================
INNER BANNER
=================================== */

.inner-banner {
  background:
    linear-gradient(rgba(30, 44, 54, 0.85), rgba(30, 44, 54, 0.85)),
    url("../images/banner-chain.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
}

.inner-banner h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin: 15px 0;
}

.inner-banner p {
  color: #d5dce2;
  max-width: 700px;
  margin: auto;
}

.banner-tag {
  display: inline-block;
  background: #6f879a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

/* ===================================
PRODUCT OVERVIEW
=================================== */

.product-details-section {
  background: #fff;
}

.product-details-section img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-features-list {
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.product-features-list li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  font-weight: 500;
}

.product-features-list li::before {
  content: "✓";
  color: #6f879a;
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* ===================================
APPLICATIONS
=================================== */

.applications-section {
  background: #f5f7f8;
}

.application-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.application-card:hover {
  transform: translateY(-10px);
  background: #1e2c36;
}

.application-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: #eef3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.4s;
}

.application-icon i {
  font-size: 34px;
  color: #6f879a;
}

.application-card:hover .application-icon {
  background: #6f879a;
}

.application-card:hover .application-icon i {
  color: #fff;
}

.app-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  font-weight: 700;
  color: rgba(111, 135, 154, 0.15);
}

.application-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1e2c36;
  margin-bottom: 15px;
  transition: 0.4s;
}

.application-card p {
  color: #666;
  margin: 0;
  transition: 0.4s;
}

.application-card:hover h4,
.application-card:hover p {
  color: #fff;
}

/* ===================================
SPECIFICATIONS
=================================== */

.specification-section {
  background: #fff;
}

.spec-table {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.spec-table th {
  background: #1e2c36;
  color: #fff;
  width: 35%;
  padding: 18px;
}

.spec-table td {
  padding: 18px;
}

/* ===================================
PRODUCT CATEGORIES
=================================== */

.product-category-nav {
  background: #f5f7f8;
}

.hover-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 450px;
  cursor: pointer;
}

.hover-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 44, 54, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  transition: 0.5s;
}

.hover-category-card:hover .hover-overlay {
  opacity: 1;
}

.hover-category-card:hover img {
  transform: scale(1.1);
}

.hover-overlay h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  transform: translateY(30px);
  transition: 0.5s;
}

.hover-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #6f879a;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transform: translateY(30px);
  transition: 0.5s;
}

.hover-category-card:hover .hover-overlay h4,
.hover-category-card:hover .hover-btn {
  transform: translateY(0);
}

.hover-btn:hover {
  background: #fff;
  color: #1e2c36;
}

.hover-category-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

.hover-category-card:hover::after {
  display: none;
}
/* ===================================
BENEFITS
=================================== */

.benefits-section {
  background: #fff;
}

.benefit-card {
  background: #f5f7f8;
  padding: 40px 25px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
}

.benefit-card:hover {
  background: #1e2c36;
  color: #fff;
}

.benefit-card i {
  font-size: 50px;
  color: #6f879a;
  margin-bottom: 20px;
  display: block;
}

.benefit-card h4 {
  font-weight: 600;
}

/* ===================================
INDUSTRIES
=================================== */

.industry-use-section {
  background: #f5f7f8;
}

.industry-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  border-top: 4px solid transparent;
}

.industry-card:hover {
  transform: translateY(-10px);
  border-color: #6f879a;
}

.industry-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #eef3f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-icon i {
  font-size: 35px;
  color: #1e2c36;
}

.industry-card h4 {
  color: #1e2c36;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.industry-card p {
  color: #666;
  margin: 0;
  line-height: 1.7;
}
/* ===================================
GALLERY
=================================== */

.product-gallery {
  background: #f5f7f8;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 320px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 44, 54, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.gallery-overlay h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  transform: translateY(20px);
  transition: 0.4s;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-card:hover .gallery-overlay h5 {
  transform: translateY(0);
}

/* Slider Arrows */

#gallerySlider .carousel-control-prev,
#gallerySlider .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #1e2c36;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#gallerySlider .carousel-control-prev {
  left: -25px;
}

#gallerySlider .carousel-control-next {
  right: -25px;
}

.gallery-card {
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

#popupImage {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
}
/* ===================================
COMMON TITLES
=================================== */

.why-product-section {
  background: #f8fafc;
}

/* ===================================
product advantages
=================================== */

.advantage-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.advantage-card:hover {
  transform: translateY(-10px);
}

.advantage-card i {
  font-size: 45px;
  color: #6f879a;
  margin-bottom: 20px;
}

.advantage-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1e2c36;
  margin-bottom: 15px;
}

.advantage-card p {
  color: #666;
  margin: 0;
}

.gallery-overlay {
  pointer-events: none;
}
/* product end  */

/* industries start */
.industry-icon-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
}

.industry-icon-card i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #6f879a;
}

.industry-icon-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1e2c36;
}

.industry-icon-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.industry-icon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.process-section {
  background: #f5f7f8;
}

.process-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.process-box:hover {
  transform: translateY(-10px);
}

.process-number {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 50px;
  font-weight: 700;
  color: rgba(111, 135, 154, 0.15);
}

.process-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon i {
  font-size: 30px;
  color: #fff;
}

.process-box h4 {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.process-box p {
  color: #666;
  line-height: 1.7;
}

.stats-section {
  background: var(--primary);
  padding: 70px 0;
}

.stats-section h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.stats-section p {
  color: var(--silver);
  margin: 0;
}

.stats-section .col-md-3 {
  position: relative;
}

.stats-section .col-md-3:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .stats-section .col-md-3::after {
    display: none;
  }
}
/* industries end  */

/* service start */

/* SERVICES SECTION */
.services-section {
  background: #f5f7f8;
}

.service-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
  background: #1e2c36;
  color: #fff;
}

/* ICON */
.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #eef3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.service-icon i {
  font-size: 34px;
  color: #1e2c36;
}

/* hover icon */
.service-card:hover .service-icon {
  background: #6f879a;
}

.service-card:hover .service-icon i {
  color: #fff;
}

.service-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1e2c36;
  margin-bottom: 12px;
  transition: 0.4s;
}

.service-card p {
  color: #666;
  margin: 0;
  line-height: 1.7;
  transition: 0.4s;
}

/* hover text */
.service-card:hover h4,
.service-card:hover p {
  color: #fff;
}

/* SERVICE HIGHLIGHTS */
.service-highlights {
  background: #fff;
}

.highlight-card {
  background: #f5f7f8;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.highlight-card:hover {
  transform: translateY(-8px);
  background: #1e2c36;
  color: #fff;
}

.highlight-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #1e2c36;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.highlight-icon i {
  font-size: 30px;
  color: #fff;
}

.highlight-card:hover .highlight-icon {
  background: #6f879a;
}

.highlight-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1e2c36;
  transition: 0.3s;
}

.highlight-card p {
  color: #666;
  margin: 0;
  transition: 0.3s;
}

.highlight-card:hover h5,
.highlight-card:hover p {
  color: #fff;
}

/* PROCESS SECTION */
.process-section {
  background: #f5f7f8;
}

.process-box {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
}

.process-box:hover {
  transform: translateY(-10px);
  background: #1e2c36;
}

.process-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 55px;
  font-weight: 700;
  color: rgba(111, 135, 154, 0.15);
}

.process-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #1e2c36;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.process-icon i {
  font-size: 34px;
  color: #fff;
}

.process-box:hover .process-icon {
  background: #6f879a;
}

.process-box h4 {
  color: #1e2c36;
  font-weight: 600;
  margin-bottom: 12px;
  transition: 0.3s;
}

.process-box p {
  color: #666;
  margin: 0;
  line-height: 1.7;
  transition: 0.3s;
}

/* hover text */
.process-box:hover h4,
.process-box:hover p {
  color: #fff;
}

/* service end  */

/* blog start */
.blog-categories {
  background: #f5f7f8;
}

.category-scroll {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.category-scroll a {
  background: #1e2c36;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.category-scroll a:hover {
  background: #6f879a;
  transform: translateY(-3px);
}

.blog-section {
  background: #fff;
}

.blog-card {
  background: #f5f7f8;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-content span {
  color: #6f879a;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.blog-content h4 {
  font-size: 18px;
  color: #1e2c36;
  margin: 10px 0;
}

.blog-content p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.blog-insights {
  background: #f5f7f8;
}

.insight-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.insight-card:hover {
  transform: translateY(-10px);
  background: #1e2c36;
  color: #fff;
}

.insight-card i {
  font-size: 40px;
  color: #6f879a;
  margin-bottom: 15px;
  display: block;
  transition: 0.4s;
}

.insight-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1e2c36;
  margin-bottom: 10px;
  transition: 0.4s;
}

.insight-card p {
  color: #666;
  font-size: 14px;
  margin: 0;
  transition: 0.4s;
}

/* hover effect */
.insight-card:hover i {
  color: #fff;
}

.insight-card:hover h4,
.insight-card:hover p {
  color: #fff;
}

.blog-cta-section {
  background: linear-gradient(135deg, #1e2c36, #2f4352);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.blog-cta-section::before,
.blog-cta-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.blog-cta-section::before {
  top: -100px;
  left: -100px;
}

.blog-cta-section::after {
  bottom: -100px;
  right: -100px;
}

.cta-box {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

.cta-tag {
  display: inline-block;
  background: #6f879a;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-cta-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-cta-section p {
  color: #d5dce2;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* FORM */
.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input {
  padding: 14px 20px;
  width: 300px;
  border-radius: 50px;
  border: none;
  outline: none;
}

.newsletter-form button {
  padding: 14px 30px;
  border-radius: 50px;
  border: none;
  background: #6f879a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #fff;
  color: #1e2c36;
}

@media (max-width: 768px) {
  .blog-cta-section h2 {
    font-size: 28px;
  }

  .newsletter-form input {
    width: 100%;
  }
}
/* blog end */

/* gallery start */

.gallery-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.gallery-filters button {
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  background: #1e2c36;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

.gallery-filters button:hover,
.gallery-filters button.active {
  background: #6f879a;
  transform: translateY(-3px);
}
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 280px;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 44, 54, 0.2);
  opacity: 0;
  transition: 0.3s;
}

.gallery-card:hover::after {
  opacity: 1;
}

/* GALLERY FILTER BUTTONS */
.gallery-btn {
  border: 2px solid #1e2c36;
  background: transparent;
  color: #1e2c36;
  padding: 10px 22px;
  border-radius: 30px;
  margin: 5px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.gallery-btn:hover,
.gallery-btn.active {
  background: #1e2c36;
  color: #fff;
}

.back-to-top {
  bottom: 170px; /* Adjust according to your floating buttons */
  right: 20px;
}

/* Gallery Image Hover */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

/* Hide items by filter */
.gallery-item {
  transition: 0.4s;
}

.back-to-top {
  position: fixed;
  /* bottom: 90px; */
  right: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #ff6b00;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
  transform: translateY(-5px);
}

.back-to-top.show {
  display: block;
}

/* MANUFACTURING PROCESS */

.manufacturing-process-section {
  background: #ffffff;
}

.process-step-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.process-step-card:hover {
  transform: translateY(-10px);
}

.process-icon {
  width: 85px;
  height: 85px;
  background: #1e2c36;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.process-icon i {
  font-size: 34px;
  color: #fff;
}

.step-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 42px;
  font-weight: 700;
  color: rgba(111, 135, 154, 0.15);
}

.process-step-card h4 {
  color: #1e2c36;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.process-step-card p {
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* GALLERY CTA */

.gallery-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #1e2c36, #2f4352);
  position: relative;
  overflow: hidden;
}

.gallery-cta-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -150px;
  left: -150px;
}

.gallery-cta-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -120px;
  right: -120px;
}

.gallery-cta-box {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

.gallery-cta-box .cta-tag {
  display: inline-block;
  background: #6f879a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.gallery-cta-box h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.gallery-cta-box p {
  color: #d8dfe5;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 35px;
}

.gallery-cta-box .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.gallery-cta-box .cta-btn-primary {
  background: #6f879a;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
}

.gallery-cta-box .cta-btn-primary:hover {
  background: #fff;
  color: #1e2c36;
}

.gallery-cta-box .cta-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
}

.gallery-cta-box .cta-btn-secondary:hover {
  background: #fff;
  color: #1e2c36;
}

@media (max-width: 768px) {
  .gallery-cta-box h2 {
    font-size: 34px;
  }

  .gallery-cta-box p {
    font-size: 16px;
  }
}
/* gallery end */

/* whatsapp start */
/* FLOATING CONTACT BUTTONS */

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-whatsapp,
.float-call {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.float-whatsapp {
  background: #25d366;
}

.float-call {
  background: #1e2c36;
}

.float-whatsapp:hover,
.float-call:hover {
  transform: translateY(-5px);
  color: #fff;
}

/* Pulse Animation */

.float-whatsapp,
.float-call {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (max-width: 768px) {
  .floating-contact {
    right: 15px;
    bottom: 20px;
  }

  .float-whatsapp,
  .float-call {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

/* whatsapp end */

/* calculator start*/

.calculator-section {
  background: #f8f9fa;
}

.calculator-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.calculator-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.calculator-card .btn {
  background: #f5b301;
  border: none;
  color: #000;
  font-weight: 600;
}

.calculator-card .btn:hover {
  background: #d99d00;
}

.calculator-card h5 {
  margin-top: 20px;
  color: #198754;
  font-weight: 700;
}

/* calculator end */

/* product start */
.swiper-button-prev {
  color: white;
  width: 50px;
  height: 50px;
  background: #1e2c36d9;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next {
  color: white;
  width: 50px;
  height: 50px;
  background: #1e2c36d9;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
}
/* product end */

@media (max-width: 768px) {
  .custom-caption {
    text-align: left;
  }

  .section-title {
    font-size: 29px;
  }
}

/* animation start */
.page-banner h1,
.page-banner p {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.page-banner h1.show,
.page-banner p.show {
  opacity: 1;
  transform: translateY(0);
}

.page-banner h1.hide,
.page-banner p.hide {
  opacity: 0;
  transform: translateY(50px);
}

.page-banner p {
  transition-delay: 0.2s;
}

.animate-section {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease;
}

.animate-section.show {
  opacity: 1;
  transform: translateY(0);
}
/* animation end */
/* Desktop Hover Dropdown */
@media (min-width: 992px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .navbar .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

}
