/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Fenix&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --primary--color: #009ca3;
  --secondary--color: #00435b;
}
html,
body {
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
a {
  display: inline-block;
  text-decoration: none;
}
h5 {
  font-size: 18px;
}
/* Header */
header {
  position: relative;
  z-index: 100;
  background: white;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.06);
}
.header-top {
  background-color: #12425c;
  color: #ffffff;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  padding-block: 10px;
}
.head-row {
  justify-content: space-between;
}
.contact-no {
  display: flex;
  justify-content: space-between;
}
.contact-no a {
  display: block !important;
}
.contact-no a:hover {
  color: var(--primary--color) !important;
}
.call {
  font-size: 14px;
  color: #ffffff;
}
.navbar-brand {
  height: 85px;
  width: 360px;
  padding: 0;
}
.navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.navbar-expand-lg .navbar-nav {
  gap: 15px;
}
.nav-link {
  font-weight: 500;
  text-transform: uppercase;
}
.nav-link:hover {
  color: var(--primary--color);
}
.nav-link.active {
  color: var(--primary--color) !important;
}
.btn-outline-success {
  border-color: var(--primary--color);
  color: var(--primary--color);
}
.btn-outline-success:hover {
  background: var(--primary--color);
  color: #fff;
}
/* Quick links */
.wp-link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
.fa-whatsapp {
  font-size: 40px;
  background-color: green;
  color: white;
  border-radius: 20%;
  padding: 5px;
}
.fa-whatsapp:hover {
  background-color: rgb(0, 61, 0);
  transition: all;
  /* 0.3s ease-in-out; */
}
/* Banner section */
#bannerSwiper.swiper {
  width: 100%;
  height: 100%;
}
#bannerSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: calc(100vh - 137px); */
  width: 100%;
}
#bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bannerSwiper .para {
  max-width: 700px;
  color: #e9e9e9;
  font-weight: 500;
  padding: 20px 0;
}
.slider {
  width: 100%;
  height: calc(100vh - 137px);
  /* height: 560px; */
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  background-blend-mode: multiply;
  background-color: #1414148c !important;
}

.title1 {
  font-size: 40px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.swiper-button-next,
.swiper-button-prev {
  padding: 15px;
  background-color: #00435b;
  height: 50px;
  width: 50px;
  font-size: 15px;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  color: white;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--primary--color);
  transition: all 0.5s ease-in-out;
}
.contact {
  background: #009ca3;
  padding: 10px 25px;
  color: white;
}
.contact:hover {
  background: var(--secondary--color);
}

/* About Section */
.about-section {
  background-color: #011f2a;
  color: #f8fafc;
  padding: 45px 0;
}
.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}
.about-section h2 {
  font-weight: 800;
  margin-bottom: 0;
  text-align: left;
}
.about-section p {
  color: #cbd5e1;
  max-width: 600px;
  text-align: left;
  margin-bottom: 0;
}
.about-us-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
  gap: 15px;
  border-radius: 0 32px;
  border: 1px solid white;
  padding: 15px 18px;
}
.about-us-list p {
  text-align: center;
}
.about-list-row {
  justify-content: space-between;
  gap: 20px;
}
.about-us-list p span {
  font-weight: 700;
  color: var(--primary--color);
  display: block;
}
.about-img {
  height: 200px;
  width: 100%;
}
.about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-row {
  justify-content: center;
  align-items: center;
}
.about-list li {
  text-align: left;
  font-weight: 300;
  margin-bottom: 10px;
}
.about-list li span {
  font-weight: 700;
}
.list-icon {
  height: 55px;
  width: 55px;
  object-fit: cover;
  margin-right: 15px;
}
/* Services Section */
.services-section {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.12),
    rgba(6, 182, 212, 0.12)
  );
}
.services-section h2 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
}
.services-section h2 + p {
  /* max-width: 750px; */
  margin: auto;
  margin-bottom: 2rem;
  text-align: center;
}
.service-card {
  height: 250px;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
  padding: 15px 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
}
.service-icon-img {
  width: 60px;
  height: 60px;
  color: #fff;
  object-fit: cover;
}

.service-card h5 {
  font-weight: 600;
  text-align: center;
}
.service-card p {
  font-size: 15px;
  color: #475569;
  text-align: justify;
}

/* Project Section */
.printer-section {
  padding: 40px 0;
  background: linear-gradient(
    45deg,
    var(--secondary--color),
    var(--primary--color)
  );
}
.printer-section .title2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  color: #f7f7f7;
}
.printer-section .title2 span {
  color: #e7f707;
  font-weight: 700;
}

/* Gallery items */
.galleryItem {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 15px;
  /* Let height auto or min-height, not fixed, so overflow doesn’t break things */
  /*height: 350px;*/
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #ffffff;
}

.galleryItem::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 78, 78, 0.1);
  backdrop-filter: blur(1px);
  border: 1px solid black;
  display: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 8px;
  box-shadow: 1px 4px 5px rgba(15, 14, 14, 0.308);
}

.galleryItem img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

.galleryItem:hover img {
  transform: scale(0.9);
  cursor: zoom-in;
  transition: all 0.5s ease-in-out;
}

.galleryItem:hover::after {
  display: block !important;
  opacity: 1;
}

/* Lightbox overlay */
#lightBox {
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: hsla(0, 0%, 0%, 0.902);
  width: 100%;
  flex-direction: column;
  z-index: 9999; /* very high so it’s on top */
}

#lightBox img {
  width: 60%;
  max-width: 760px;
  height: 80%; /* auto so aspect ratio preserved */
  border-radius: 8px;
  object-fit: contain;
}

#lightBox #close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  mix-blend-mode: difference;
  cursor: pointer;
  font-size: 50px;
  z-index: 10000;
}

#lightBox #caption {
  color: #fff;
  margin-top: 20px;
  font-size: 1.1em;
  text-align: center;
}

/* Title under image */
.img-title {
  margin-top: 10px;
  font-size: 14px;
  padding-inline: 6px;
  text-align: center;
}

/* Centering gallery */
/* .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */
#galleryswiper .swiper {
  width: 100%;
  height: 100%;
}
#galleryswiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Other service */
.other-service {
  background-color: #042f37;
  padding: 40px 0;
}
.other-service .title2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  color: #f7f7f7;
}
.other-service .title2 span {
  color: #e7f707;
  font-weight: 700;
}
#galleryswiper2 .swiper-button-next,
#galleryswiper2 .swiper-button-prev,
#galleryswiper .swiper-button-next,
#galleryswiper .swiper-button-prev {
  display: none;
}
#galleryswiper2:hover .swiper-button-next,
#galleryswiper2:hover .swiper-button-prev,
#galleryswiper:hover .swiper-button-next,
#galleryswiper:hover .swiper-button-prev {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Label section  */
/* .label-section {
  background-color: #e7dbdb;
}
.label-section .label-row {
  justify-content: center;
}
.label-row > div { */
/* height: 220px; */
/* margin-bottom: 15px;
}
.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 290px;
  gap: 10px;
  justify-content: start;
  align-items: center;
}
.lb-img {
  height: 130px !important;
  width: 240px !important;
  object-fit: contain !important;
} */

/* Label section  */
/* Label section */
.label-section {
  background-color: #e7dbdb;
}
.label-section .label-row {
  justify-content: center;
}
.label-row > div {
  margin-bottom: 15px;
}
.card {
  height: 290px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  align-items: center;
}
.lb-img {
  height: 130px !important;
  width: 240px !important;
  object-fit: contain !important;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.lb-img:hover {
  transform: scale(1.05);
}

/* Custom Lightbox Styling */
#customLightboxModal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.custom-lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  height: 80%;
  border-radius: 10px;
  /* box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); */
  object-fit: contain;
}
#customCaption {
  margin: 10px auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.custom-close {
  position: fixed;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 100000;
}
.custom-close:hover {
  color: #bbb;
}

/* industry section */

.industry-section {
  padding: 30px 0;
}
.industry-section .title2 {
  margin-bottom: 20px;
  text-align: center;
}
.industry-section .para {
  /* max-width: 780px; */
  margin: 0 auto 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}

#industry-Swiper .swiper {
  width: 90%;
  padding-bottom: 50px;
}
#industry-Swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
#industry-Swiper .card {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  gap: 10px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.card-title {
  color: var(--primary--color);
}
.card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 65, 91, 0.7);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
}

.card:hover img {
  transform: scale(1.1);
}

.card:hover .overlay {
  background: rgba(0, 65, 91, 0.8);
  top: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Pouch section */
.pouch-section {
  background: url(../assets/pouch-bg2.png) no-repeat center/cover;
  padding-bottom: 30px;
}
.pouch-section > .container > .label-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pouch-section h2 {
  color: white;
  margin-bottom: 22px;
}
.card-img {
  height: 200px;
  width: 200px;
}
.card-img img {
  object-fit: contain;
}
.pouch-section .card {
  height: 380px;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.pouch-section .card-title {
  color: var(--primary--color);
}
.pouch-section .card-text {
  font-weight: 300;
}
/* why choose us */
.why-choose-us {
  position: relative;
  padding: 50px 0;
  text-align: center;
  /* background: linear-gradient(135deg, #30cfd0, #1e033f); */
  /* background: linear-gradient(135deg, #d9ffff, #d4d0d9);
   */
  /* background: linear-gradient(135deg, #00A8E8 0%, #0073B1 100%); */
  /* background: linear-gradient(135deg, #1FC1A6 0%, #0E6F5A 100%); */
  background-color: #0f334e;
}

/* @keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

.why-choose-us h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: white;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.why-choose-us .feature-card {
  backdrop-filter: blur(10px);
  padding: 40px 25px;
  border-radius: 25px;
  width: 18%;
  transition: transform 0.4s, box-shadow 0.4s;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #1e4a70;
  /* background: linear-gradient(135deg, #2b6edb, #77d2fc); */
}

.why-choose-us .feature-card:hover {
  transform: translateY(-15px) rotate(-1deg);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25);
}
.why-choose-us .feature-card i {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Footer-section */
.footer-top {
  background-color: #fffefe;
  padding: 50px 0 30px;
}
.footer-logo {
  height: 70px;
  width: 100%;
  margin-bottom: 22px;
}
.footer-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.social-links {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  margin-top: 15px;
}
.social-links > a {
  color: rgb(0, 0, 0);
}
.social-links > a:hover {
  transform: scale(1.1);
  color: var(--secondary--color);
  transition: all 0.3s ease-in-out;
}
.footer-list h5 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(0, 0, 0);
  max-width: 90%;
  position: relative;
}
.footer-list h5::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: var(--primary--color);
  bottom: -1px;
  left: 0;
}
.list-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
  list-style-type: none;
}
.footer-list .list-item,
.footer-list .list-item a {
  color: rgb(0, 0, 0) !important;
  font-size: 13px;
}
.footer-list .list-item a:hover {
  color: var(--primary--color) !important;
}

.footer-bottom {
  background-color: #000000;
  padding: 15px 0;
}
.footer-bottom p {
  color: #7c7e84;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  font-family: "rubik", sans-serif;
}
.footer-bottom p a {
  color: #339ba4;
}
.footer-para {
  font-size: 14px;
  color: #000000;
  margin-block: 20px;
  text-align: justify;
}
.reg {
  color: var(--primary--color);
  font-size: 15px;
}
.map {
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }
  .why-choose-us .feature-card {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  h1,
  .title1 {
    font-size: 24px !important;
  }
  h2,
  .title2 {
    font-size: 20px !important;
  }
  h3,
  .title3 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 15px !important;
  }
  .footer-logo {
    height: 80px;
  }
  .contact-no {
    flex-direction: column;
  }
  .navbar-brand {
    height: 60px;
    width: 210px;
    margin-right: 10px;
  }
  .navbar {
    padding: 0;
  }
  p,
  .para {
    font-size: 13px !important;
  }
  .slider {
    height: 275px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 40px;
    width: 40px;
    padding: 10px;
  }
  .why-choose-us .feature-card {
    width: 100%;
    padding: 20px 10px;
  }
  .social-links {
    margin-bottom: 15px;
  }
  .footer-bottom p {
    font-size: 12px;
  }
  .call.wp {
    display: none !important;
  }
  .contact-no a {
    font-size: 12px;
  }
  .about-section p,
  .services-section h2 + p {
    text-align: justify;
  }
  .service-card {
    height: 225px;
  }
  #bannerSwiper .para {
    width: 90%;
    padding: 20px;
  }
}
