.header[data-v-8514b312] {
  width: 100%;
}
.top-bar[data-v-8514b312] {
  background-color: #3a3c4b;
  color: #fff9;
  padding: 5px 0;
  font-size: 0.8rem;
}
.top-bar-container[data-v-8514b312] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px !important;
}
.language-switch[data-v-8514b312] {
  color: #fff9;
  text-decoration: none;
  font-size: 0.8rem;
}
.language-switch[data-v-8514b312]:hover {
  text-decoration: underline;
}
.header-top[data-v-8514b312] {
  background-color: #fff;
  padding: 10px 0;
}
.container[data-v-8514b312] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-container[data-v-8514b312] {
  display: flex;
  align-items: center;
}
.logo[data-v-8514b312] {
  height: 50px;
  margin-right: 10px;
}
.company-info h1[data-v-8514b312] {
  font-size: 1.5rem;
  margin: 0;
}
.company-info p[data-v-8514b312] {
  font-size: 0.9rem;
  color: #666;
}
.contact-info[data-v-8514b312] {
  font-size: 1rem;
}
.phone-icon[data-v-8514b312] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fb8967;
  border-radius: 50%;
  position: relative;
}
.phone-icon[data-v-8514b312]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.045 15.045 0 0 1-6.59-6.59l2.2-2.21a.96.96 0 0 0 .25-1A11.36 11.36 0 0 1 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-nav[data-v-8514b312] {
  background-color: #4f41bd;
}
.nav-container[data-v-8514b312] {
  justify-content: center !important;
}
.nav-links[data-v-8514b312] {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.nav-links li[data-v-8514b312] {
  margin: 0 30px;
  position: relative;
}
.nav-links a[data-v-8514b312] {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 5px 15px;
  font-weight: 700;
  display: block;
}
.nav-links a[data-v-8514b312]:hover,
.nav-links a.router-link-active[data-v-8514b312] {
  text-decoration: underline;
}
.dropdown[data-v-8514b312] {
  position: relative;
}
.dropdown-toggle[data-v-8514b312] {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.arrow[data-v-8514b312] {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 4px solid white;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.3s;
}
.dropdown.active .arrow[data-v-8514b312] {
  transform: rotate(180deg);
}
.dropdown-menu[data-v-8514b312] {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px #0000001a;
  border-radius: 4px;
  padding: 5px 0;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.dropdown.active .dropdown-menu[data-v-8514b312] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu li[data-v-8514b312] {
  margin: 0;
  display: block;
  width: 100%;
}
.dropdown-menu a[data-v-8514b312],
.dropdown-menu a.router-link-active[data-v-8514b312] {
  color: #333;
  padding: 10px 15px;
  display: block;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu a[data-v-8514b312]:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
a[data-v-e44e8a27] {
  color: #fff;
  text-decoration: none;
}
a[data-v-e44e8a27]:visited,
a[data-v-e44e8a27]:hover,
a[data-v-e44e8a27]:active {
  color: #fff;
}
.footer[data-v-e44e8a27] {
  background-color: #222;
  color: #fff;
  padding-top: 40px;
  position: relative;
}
.container[data-v-e44e8a27] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-desc[data-v-e44e8a27] {
  color: #fff6;
  text-align: center;
  font-size: 0.6rem;
}
.footer-content[data-v-e44e8a27] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.footer-section h3[data-v-e44e8a27] {
  font-size: 1rem;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}
.footer-section h3[data-v-e44e8a27]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #ffffff4d;
}
.footer-section p[data-v-e44e8a27] {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 0.8rem;
  color: #ffffffb3;
}
.contact-info p[data-v-e44e8a27] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 0.75rem;
  color: #ffffffb3;
  position: relative;
  padding-left: 24px;
}
.icon[data-v-e44e8a27] {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-section ul[data-v-e44e8a27] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section ul li[data-v-e44e8a27] {
  margin-bottom: 8px;
}
.footer-section ul li a[data-v-e44e8a27] {
  color: #ffffffb3;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.75rem;
}
.footer-section ul li a[data-v-e44e8a27]:hover {
  color: #fff;
}
.contact-section[data-v-e44e8a27] {
  display: flex;
  flex-direction: column;
  width: 250px;
}
.qrcode-section[data-v-e44e8a27] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrcode[data-v-e44e8a27] {
  margin-top: 15px;
}
.qrcode img[data-v-e44e8a27] {
  width: 130px;
  height: 130px;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.phone[data-v-e44e8a27]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.045 15.045 0 0 1-6.59-6.59l2.2-2.21a.96.96 0 0 0 .25-1A11.36 11.36 0 0 1 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.location[data-v-e44e8a27]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.email[data-v-e44e8a27]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-bottom[data-v-e44e8a27] {
  background-color: #222;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.image-modal[data-v-e44e8a27] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content[data-v-e44e8a27] {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  padding: 20px;
  border-radius: 5px;
}
.modal-content img[data-v-e44e8a27] {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.modal-content img[data-v-e44e8a27] {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border: 2px solid white;
}
.close-button[data-v-e44e8a27] {
  position: absolute;
  top: -40px;
  right: -40px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
body {
  font-family: Arial, sans-serif;
}
.app-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.banner-overlay[data-v-543e7eb3] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0000004d;
  z-index: 2;
}
.animate-title[data-v-543e7eb3] {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeInDown-543e7eb3 1.2s ease forwards;
}
.animate-subtitle[data-v-543e7eb3] {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp-543e7eb3 1.2s ease forwards 0.5s;
}
.fade-in-section[data-v-543e7eb3] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-in-section.visible[data-v-543e7eb3] {
  opacity: 1;
  transform: translateY(0);
}
.animate-card[data-v-543e7eb3] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-card.visible[data-v-543e7eb3] {
  opacity: 1;
  transform: translateY(0);
}
.slide-in-left[data-v-543e7eb3] {
  opacity: 0;
  transform: translate(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.slide-in-left.visible[data-v-543e7eb3] {
  opacity: 1;
  transform: translate(0);
}
.slide-in-right[data-v-543e7eb3] {
  opacity: 0;
  transform: translate(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.slide-in-right.visible[data-v-543e7eb3] {
  opacity: 1;
  transform: translate(0);
}
.zoom-in[data-v-543e7eb3] {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.zoom-in.visible[data-v-543e7eb3] {
  opacity: 1;
  transform: scale(1);
}
@keyframes fadeInDown-543e7eb3 {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp-543e7eb3 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.image-modal[data-v-543e7eb3] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content[data-v-543e7eb3] {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.modal-content img[data-v-543e7eb3] {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border: 2px solid white;
}
.close-button[data-v-543e7eb3] {
  position: absolute;
  top: -40px;
  right: -40px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.certificate-card[data-v-543e7eb3] {
  cursor: pointer;
}
.home[data-v-543e7eb3] {
  width: 100%;
  background-color: #fff;
}
.banner[data-v-543e7eb3] {
  height: calc(100vh - 170px);
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.banner-slider[data-v-543e7eb3] {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.banner-slide[data-v-543e7eb3] {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.banner-image[data-v-543e7eb3] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
}
.banner-content[data-v-543e7eb3] {
  z-index: 2;
  max-width: 800px;
  position: relative;
  background-color: #0006;
  padding: 30px;
  border-radius: 10px;
}
.banner h2[data-v-543e7eb3] {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.banner p[data-v-543e7eb3] {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.banner-buttons[data-v-543e7eb3] {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.btn[data-v-543e7eb3] {
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.btn.primary[data-v-543e7eb3] {
  background-color: #4c2c92;
  color: #fff;
}
.btn.secondary[data-v-543e7eb3] {
  background-color: transparent;
  border: 2px solid white;
  color: #fff;
}
.section-title[data-v-543e7eb3] {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #333;
}
.certificates-section .section-title[data-v-543e7eb3] {
  font-size: 2.5rem;
  margin-bottom: 50px;
}
.container[data-v-543e7eb3] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
section[data-v-543e7eb3] {
  padding: 60px 0;
}
.certificates-section[data-v-543e7eb3] {
  padding: 100px 0;
}
.product-grid[data-v-543e7eb3] {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 30px;
}
.product-card[data-v-543e7eb3] {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.product-card[data-v-543e7eb3]:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px #0000001a;
}
.product-image img[data-v-543e7eb3] {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.product-info[data-v-543e7eb3] {
  padding: 15px;
}
.product-info h3[data-v-543e7eb3] {
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.price[data-v-543e7eb3] {
  color: #e53935;
  font-weight: 700;
}
.about-content[data-v-543e7eb3] {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.about-text[data-v-543e7eb3],
.about-image[data-v-543e7eb3] {
  flex: 1;
}
.about-image img[data-v-543e7eb3] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px #0000001a;
}
.certificate-carousel[data-v-543e7eb3] {
  margin-top: 40px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.certificate-carousel.visible[data-v-543e7eb3] {
  opacity: 1;
  transform: translateY(0);
}
.carousel-container[data-v-543e7eb3] {
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.carousel-track[data-v-543e7eb3] {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.carousel-slide[data-v-543e7eb3] {
  min-width: 25%;
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-slide img[data-v-543e7eb3] {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: transform 0.3s;
  padding: 15px;
}
.carousel-slide img[data-v-543e7eb3]:hover {
  transform: scale(1.05);
}
.carousel-controls[data-v-543e7eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.carousel-button[data-v-543e7eb3] {
  background-color: #4c2c92;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s;
}
.carousel-button[data-v-543e7eb3]:hover:not(:disabled) {
  background-color: #3a1f7a;
}
.carousel-button[data-v-543e7eb3]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.carousel-indicators[data-v-543e7eb3] {
  display: flex;
  justify-content: center;
  margin: 0 15px;
}
.carousel-dot[data-v-543e7eb3] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.carousel-dot.active[data-v-543e7eb3] {
  background-color: #4c2c92;
  transform: scale(1.2);
}
.partners-section[data-v-543e7eb3] {
  background-color: #f5f5f5;
}
.partners-grid[data-v-543e7eb3] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 30px;
  align-items: center;
}
.partner-logo img[data-v-543e7eb3] {
  width: 100%;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.partner-logo:hover img[data-v-543e7eb3] {
  filter: grayscale(0);
}
