/* Reset */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* animatoin */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: none;
}

h1, h2, h3, h4, h5, h, p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

/*.logo-container {*/
/*  display: inline-block;*/
/*  background: rgba(0, 0, 0, 0.15);*/
/*  padding: 10px;*/
/*  border-radius: 10px;*/
/*  backdrop-filter: blur(4px);*/
/*}*/

/*img.logo {*/
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
/*}*/

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  display: block;
  width: 32px;
  height: 32px;
}

/* Media Social */
.social-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.social-icon:hover {
  transform: scale(1.2);
}

.social-icon.linkedin { filter: invert(28%) sepia(93%) saturate(749%) hue-rotate(177deg) brightness(95%) contrast(90%); }
.social-icon.facebook { filter: invert(29%) sepia(90%) saturate(1890%) hue-rotate(189deg) brightness(95%) contrast(87%); }
.social-icon.instagram { filter: invert(48%) sepia(56%) saturate(1824%) hue-rotate(309deg) brightness(93%) contrast(90%); }
.social-icon.tiktok { filter: invert(29%) sepia(86%) saturate(726%) hue-rotate(189deg) brightness(92%) contrast(85%); }
.social-icon.youtube { filter: invert(29%) sepia(93%) saturate(749%) hue-rotate(-7deg) brightness(95%) contrast(90%); }
.social-icon.email { filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%); }
.social-icon.phone { filter: invert(39%) sepia(79%) saturate(455%) hue-rotate(82deg) brightness(98%) contrast(91%); }


/* Custom Navbar */
.custom-navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-navbar .custom-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.custom-logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #2554C7;
  text-decoration: none;
  z-index: 1001;
}

.custom-hamburger {
  font-size: 24px;
  color: #2554C7;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1001;
}

.custom-nav-links {
  list-style: none;
  display: flex;
  gap: 7px;
  margin-left: auto;
}

.custom-nav-links li a {
  color: #2554C7;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 14px 20px;
}

.custom-nav-links li a:hover {
  background-color: #2554C7;
  color: white;
  border-radius: 4px;
}

.costum-active{
  background-color: #2554C7;
  color: white !important;
  border-radius: 4px;
}

.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(166, 167, 255, 0.66);
  display: none;
  z-index: 998;
}


.custom-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 10px;
}

.custom-content {
  padding: 60px 20px;
  background: #f4f4f4;
  text-align: center;
}


.parallax-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  will-change: transform;
}

.parallax-text {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  border-radius: 10px;
  color: white;
  max-width: 800px;
}

.parallax-buttons {
  margin-top: 20px;
}

.parallax-buttons .btn {
  margin: 0 10px;
}

.custom-product-carousel {
  position: relative;
  background: #f8f9fa;
  padding: 40px 0;
}

.custom-carousel-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
}

.custom-carousel-container {
  display: flex;
  gap: 30px;
  padding: 60px 40px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.custom-carousel-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
  text-align: center;
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  background: white;
}

.custom-carousel-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.custom-carousel-item.active {
  transform: scale(1.2);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-nav.left {
  left: 10px;
}

.custom-nav.right {
  right: 10px;
}

@media (max-width: 768px) {
  .custom-nav {
    display: none;
  }
}

/* css blog */

.product-article {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

.article-section {
  margin-bottom: 2.5rem;
  position: relative;
}

.img-float {
  max-width: 45%;
  height: auto;
  margin: 0 1rem 1rem 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.img-float.start {
  float: left;
}

.img-float.end {
  float: right;
}

.img-center {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
  .img-float {
    float: none;
    display: block;
    margin: 1rem auto;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .custom-hamburger {
    display: block;
  }

  .custom-nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 360px;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px 20px;
    transition: left 0.3s ease;
    display: none;
    z-index: 999;
  }

  .custom-nav-links.show {
    display: flex !important;
    left: 0;
  }

  .custom-nav-links li {
    margin: 15px 0;
    width: 100%;
  }

  .custom-nav-links li a {
    width: 100%;
    display: block;
  }
}

.aboutus-section {
  background: #f9f9f9;
}

.aboutus-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2554C7;
}

.product-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2554C7;
}

.stats-row h3 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.stats-row p {
  margin: 0;
  font-size: 0.95rem;
}

/* Desktop Scroll Behavior */
@media (min-width: 769px) {
  .custom-navbar .custom-hamburger {
    display: none;
  }

  .custom-navbar.scrolled .custom-hamburger {
    display: block;
  }

  .custom-nav-links {
    position: static;
    flex-direction: row;
    height: auto;
    width: auto;
    background: none;
    padding: 0;
    display: flex;
  }

  .custom-navbar.scrolled .custom-nav-links {
    display: none;
  }

  .custom-nav-links.show {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px 20px;
    z-index: 999;
  }
}
