@charset "UTF-8";
* {
  font-family: sans-serif;
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.header {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #eee;
}
.header .container {
  margin: 0 auto;
}
.header__inner {
  justify-content: space-between;
  align-items: center;
  background-image: url(./images/header-bg.png);
  background-size: 100% 100%;
}
.header__inner img {
  width: 17.5%;
  height: 100%;
  margin-bottom: 5%;
  padding-top: 2.6%;
}
.header__inner .imlogo {
  width: 10%;
  margin-left: 23%;
}
@media (max-width: 770px) {
  .header__inner .imlogo {
    width: 7%;
    margin-left: 5%;
    padding-bottom: 1.5%;
  }
}
@media (max-width: 720px) {
  .header__inner .imlogo {
    width: 7%;
    margin-left: 4%;
    padding-bottom: 1.5%;
  }
}
@media (max-width: 670px) {
  .header__inner .imlogo {
    width: 6%;
    margin-left: 3%;
    padding-bottom: 1.5%;
  }
}
@media (max-width: 640px) {
  .header__inner .imlogo {
    width: 5%;
    margin-left: 2%;
    padding-bottom: 1.5%;
  }
}
@media (max-width: 600px) {
  .header__inner .imlogo {
    width: 6.3%;
    margin-left: 3%;
    padding-bottom: 1.5%;
  }
}
@media (max-width: 570px) {
  .header__inner .imlogo {
    width: 5.5%;
    margin-left: 2.5%;
    padding-bottom: 1.5%;
  }
}
@media (max-width: 555px) {
  .header__inner .imlogo {
    width: 5%;
    margin-left: 2%;
    padding-bottom: 1.5%;
  }
}
@media (max-width: 554px) {
  .header__inner .imlogo {
    width: 8%;
    margin-left: 2.5%;
    padding-bottom: 1.5%;
  }
}
.header__branding {
  margin-left: 6%;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.header__logo {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.header__tagline {
  font-size: calc(0.4rem + 1vw);
  color: white;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  align-self: flex-start;
  margin-top: 3.5%;
  margin-left: 2%;
}
@media (max-width: 1200px) {
  .header__tagline {
    font-size: calc(0.6rem + 1vw);
    margin-top: 3.1%;
  }
}
@media (max-width: 1024px) {
  .header__tagline {
    font-size: calc(0.4rem + 1vw);
    margin-top: 3.4%;
  }
}
@media (max-width: 768px) {
  .header__tagline {
    font-size: calc(0.5rem + 0.8vw);
    margin-top: 3%;
  }
}
@media (max-width: 600px) {
  .header__tagline {
    font-size: calc(0.5rem + 0.6vw);
    margin-top: 19px;
  }
}
@media (max-width: 540px) {
  .header__tagline {
    font-size: calc(0.35rem + 0.6vw);
    margin-top: 19px;
  }
}
@media (max-width: 500px) {
  .header__tagline {
    font-size: calc(0.35rem + 0.6vw);
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .header__tagline {
    font-size: 0.49rem;
    margin-top: 15.5px;
  }
}
@media (max-width: 430px) {
  .header__tagline {
    font-size: 0.45rem;
    margin-top: 13px;
  }
}
@media (max-width: 380px) {
  .header__tagline {
    font-size: 0.4rem;
    margin-top: 13px;
  }
}
@media (max-width: 360px) {
  .header__tagline {
    font-size: 0.4rem;
    margin-top: 4.2%;
  }
}
@media (max-width: 350px) {
  .header__tagline {
    font-size: 0.38rem;
    margin-top: 4.2%;
  }
}
@media (max-width: 335px) {
  .header__tagline {
    font-size: 0.35rem;
    margin-top: 4.2%;
  }
}
@media (max-width: 320px) {
  .header__tagline {
    font-size: 0.3rem;
    margin-top: 4%;
  }
}
@media (max-width: 280px) {
  .header__tagline {
    font-size: 0.25rem;
    margin-top: 4%;
  }
}

.nav {
  position: relative;
}
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
  margin: 0;
  margin-top: -12.7vw;
}
@media (max-width: 768px) {
  .nav__toggle {
    display: block;
    margin-top: -11.6%;
  }
}
@media (max-width: 600px) {
  .nav__toggle {
    top: 10px;
    right: 15px;
  }
}
@media (max-width: 500px) {
  .nav__toggle {
    top: 6px;
    right: 15px;
  }
}
@media (max-width: 460px) {
  .nav__toggle {
    top: 5px;
    right: 15px;
  }
}
@media (max-width: 400px) {
  .nav__toggle {
    top: 5px;
    right: 10px;
    padding: 8px;
  }
}
@media (max-width: 320px) {
  .nav__toggle {
    top: 2.5px;
    right: 10px;
    padding: 8px;
  }
}
.nav__toggle .nav__toggle-icon {
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: white;
  position: relative;
}
.nav__toggle .nav__toggle-icon::before, .nav__toggle .nav__toggle-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  left: 0;
}
.nav__toggle .nav__toggle-icon::before {
  top: -6px;
}
.nav__toggle .nav__toggle-icon::after {
  bottom: -6px;
}
@media (max-width: 290px) {
  .nav__toggle .nav__toggle-icon {
    width: 6px;
    height: 1px;
  }
  .nav__toggle .nav__toggle-icon::before {
    top: -3px;
  }
  .nav__toggle .nav__toggle-icon::after {
    bottom: -3px;
  }
}
@media (max-width: 400px) {
  .nav__toggle .nav__toggle-icon {
    width: 14px;
    height: 1px;
  }
  .nav__toggle .nav__toggle-icon::before {
    top: -4px;
  }
  .nav__toggle .nav__toggle-icon::after {
    bottom: -4px;
  }
}
.nav__list {
  list-style: none;
  display: flex;
  gap: 6%;
  margin: 0;
  padding: 0;
  margin-left: 13%;
  position: relative;
  top: -35px;
}
@media (max-width: 1900px) {
  .nav__list {
    top: -31.2px;
  }
}
@media (max-width: 1630px) {
  .nav__list {
    top: -27.1px;
  }
}
@media (max-width: 1500px) {
  .nav__list {
    top: -24.8px;
  }
}
@media (max-width: 1300px) {
  .nav__list {
    top: -21px;
  }
}
@media (max-width: 1100px) {
  .nav__list {
    top: -17.5px;
  }
}
@media (max-width: 1000px) {
  .nav__list {
    top: -17.5px;
  }
}
@media (max-width: 970px) {
  .nav__list {
    top: -14.2px;
  }
}
@media (max-width: 768px) {
  .nav__list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 20px;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .nav__list.active {
    display: flex;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .nav__item {
    width: auto;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .active .nav__item {
    opacity: 1;
    transform: translateX(0);
  }
  .active .nav__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .active .nav__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .active .nav__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .active .nav__item:nth-child(4) {
    transition-delay: 0.4s;
  }
}
.nav__link {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: rgb(169, 169, 169);
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 3px;
  white-space: nowrap;
}
.nav__link:hover {
  color: rgb(151, 201, 232);
  background-color: transparent;
}
@media (max-width: 768px) {
  .nav__link {
    font-size: 18px;
    color: white;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
  .nav__link:hover {
    color: rgb(151, 201, 232);
  }
}
.nav__link--active {
  color: rgb(151, 201, 232);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  list-style: none;
}
@media (max-width: 768px) {
  .nav__link--active {
    font-size: 18px;
    color: rgb(151, 201, 232);
  }
}
@media (max-width: 600px) {
  .nav__link {
    font-size: 16px;
    padding: 8px 16px;
  }
  .nav__link--active {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .nav__link {
    font-size: 14px;
    padding: 6px 12px;
  }
  .nav__link--active {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .nav__link {
    font-size: 12px;
    padding: 5px 10px;
  }
  .nav__link--active {
    font-size: 12px;
  }
}

.hero {
  padding: 80px 20px;
  text-align: center;
}
.hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #333;
}
.hero-button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.hero-button:hover {
  background-color: #474747;
}

@media (max-width: 768px) {
  .hero {
    padding: 60px 20px;
  }
  .hero-title {
    font-size: 36px;
  }
}
/* About Us - Fully Responsive Styles */
.about-us {
  font-family: "Arial", sans-serif;
  color: rgb(39, 39, 39);
  line-height: 1.6;
  margin: 0 auto;
  padding: clamp(0.5rem, 3vw, 2rem);
  box-sizing: border-box;
  padding: 3%;
  padding-top: 0;
}

.about-us__list {
  font-size: clamp(0.85rem, 3vw, 1.1rem);
  color: rgba(102, 102, 102, 0.781);
}
.about-us__list li {
  margin-bottom: 1%;
}

.about-us__container {
  background-color: #fff;
  border-radius: 8px;
  padding: clamp(0.5rem, 3vw, 2rem) clamp(1rem, 4vw, 2rem);
  padding-top: 0;
}

.about-us__title {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
  color: rgb(30, 80, 174);
  font-weight: 400;
  position: relative;
  padding-bottom: 0.5rem;
}

.about-us__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(40px, 10vw, 60px);
  height: 3px;
  background-color: rgba(45, 84, 156, 0.7450980392);
}

.about-us__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 2vw, 1.2rem);
}

.about-us__paragraph {
  font-size: clamp(0.85rem, 3vw, 1.1rem);
  color: rgba(102, 102, 102, 0.781);
  margin: 0;
  line-height: 1.5;
}

/* Fine-tuning for very small screens (300px-400px) */
@media only screen and (max-width: 400px) {
  .about-us__title::after {
    height: 2px;
  }
  .about-us__paragraph {
    line-height: 1.4;
  }
  .about-us__content {
    gap: 0.7rem;
  }
}
.footer {
  background-color: rgb(27, 47, 71);
  color: #f5f5f5;
  padding: 1.5rem 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
}
.footer__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.25rem;
  margin-left: 5%;
  gap: 10%;
}
.footer__section {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.footer__title {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: rgb(220, 220, 220);
  letter-spacing: 0.5px;
}
.footer__text {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  color: rgba(237, 232, 232, 0.7);
  line-height: 1.5;
}
.footer__link {
  color: #b3cfeb;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer__link:hover {
  color: #d4e4f5;
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.footer__copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  text-align: center;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.footer__divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 1.25rem 0;
  }
  .footer__container {
    padding: 0 1rem;
  }
  .footer__section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
  }
  .footer__title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .footer__text {
    font-size: 0.85rem;
    margin-bottom: 0.7rem;
  }
  .footer__links {
    gap: 0.5rem;
  }
  .footer__divider {
    display: none;
  }
  .footer__link {
    padding: 0.25rem 0;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 2.5rem 0;
  }
  .footer__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0 2rem;
  }
  .footer__section {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer__bottom {
    grid-column: 1/-1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
  }
  .footer__copyright {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contacts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contacts-container {
    padding: 1rem;
  }
}
.contacts-container h1 {
  color: rgb(30, 80, 174);
  font-weight: 800;
  font-size: 2.5rem;
}

.contacts-header {
  margin-bottom: 2rem;
  text-align: center;
}
.contacts-header .contacts-title {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  color: rgb(30, 80, 174);
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.contacts-header .contacts-hotline {
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  color: #666;
}
.contacts-header .contacts-hotline .contacts-label {
  font-weight: 500;
}
.contacts-header .contacts-hotline .contacts-phone {
  color: rgb(30, 80, 174);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.contacts-header .contacts-hotline .contacts-phone:hover {
  color: #f00;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: white;
  padding: 2% 3%;
}
@media (max-width: 768px) {
  .contacts-grid {
    grid-template-columns: 1fr;
  }
}

.contacts-info {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  align-content: center;
  padding-top: 0;
}
.contacts-info .contact-banner {
  margin-bottom: 2rem;
  border-radius: 8px;
}
.contacts-info .contact-banner .contact-container .company-name {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  color: rgb(30, 80, 174);
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.contacts-info .contact-banner .contact-container .company-name .automation-text {
  color: rgb(114, 112, 112);
}
.contacts-info .contact-banner .contact-container .contact-info {
  margin-top: 1rem;
  background-color: rgb(30, 80, 174);
  border-radius: 22px;
  text-align: center;
  display: flex;
  gap: 12%;
  max-width: 380px;
}
@media (max-width: 900px) and (min-width: 768px) {
  .contacts-info .contact-banner .contact-container .contact-info {
    gap: 6%;
  }
}
.contacts-info .contact-banner .contact-container .contact-info .contact-img {
  padding: 5%;
}
.contacts-info .contact-banner .contact-container .contact-info .contact-img img {
  width: clamp(30px, 5vw, 40px);
  height: auto;
}
.contacts-info .contact-banner .contact-container .contact-info .info-label {
  font-size: clamp(0.9rem, 3vw, 1.1rem);
  color: white;
  margin: 0.3rem;
  margin-bottom: 6.5%;
}
@media (max-width: 330px) {
  .contacts-info .contact-banner .contact-container .contact-info .info-label {
    font-size: clamp(0.8rem, 3vw, 1.1rem);
    color: white;
    margin: 0.3rem;
  }
}
.contacts-info .contact-banner .contact-container .contact-info .phone-number {
  font-size: clamp(1.1rem, 4vw, 1.1rem);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  color: white;
}
.contacts-info .contact-banner .contact-container .contact-info .phone-number:hover {
  color: rgb(114, 112, 112);
}
@media (max-width: 370px) {
  .contacts-info .contact-banner .contact-container .contact-info .phone-number {
    font-size: clamp(0.85rem, 4vw, 1.5rem);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    color: white;
  }
}
@media (max-width: 330px) {
  .contacts-info .contact-banner .contact-container .contact-info .phone-number {
    font-size: clamp(0.85rem, 4vw, 1.5rem);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    color: white;
  }
}
@media (max-width: 420px) {
  .contacts-info .contact-banner .contact-container .contact-info {
    max-width: 85%;
    padding: 0.5rem;
  }
}
.contacts-info .contacts-item {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacts-info .contacts-item:last-child {
  margin-bottom: 0;
}
.contacts-info .contacts-item .contacts-label {
  font-weight: 500;
  color: #666;
  min-width: 100px;
  margin-right: 1rem;
}
@media (max-width: 480px) {
  .contacts-info .contacts-item .contacts-label {
    min-width: 80px;
    margin-bottom: 0.3rem;
  }
}
.contacts-info .contacts-item .contacts-value {
  color: #333;
  flex: 1;
}
.contacts-info .contacts-item .contacts-value a {
  color: rgb(30, 80, 174);
  text-decoration: none;
  transition: color 0.2s;
}
.contacts-info .contacts-item .contacts-value a:hover {
  color: #f00;
  text-decoration: underline;
}
.contacts-info .contacts-map {
  height: 400px;
  padding: 5%;
  background: white;
}
@media (max-width: 768px) {
  .contacts-info .contacts-map {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .contacts-info .contacts-map {
    height: 250px;
  }
}

.slider-container {
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  flex-grow: 1;
}

.slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-content {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  align-items: center;
  flex-grow: 1;
}
.slide:nth-child(1) .slide-bg {
  background-image: url("./images/bg-card.png");
}
.slide:nth-child(2) .slide-bg {
  background-image: url("./images/bg-card-2.png");
  opacity: 40%;
}

.product-image {
  width: 50%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./images/teh.png");
}

.text-content {
  width: 50%;
  padding: 40px;
  color: #333;
}

.slide-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.slide-subtitle {
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
}
.slide-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
  color: rgb(27, 47, 71);
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .features {
    display: block;
    gap: 10px;
    margin-top: 40px;
  }
}

.feature {
  background-color: rgba(194, 194, 197, 0.41);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #5c5c5c;
  transition: all 0.3s ease;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
  z-index: 10;
  width: 100%;
}

.slider-control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-control.active {
  background-color: #333;
  transform: scale(1.3);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.nav-arrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-arrow.left {
  left: 20px;
}
.nav-arrow.right {
  right: 20px;
}

@media (max-width: 992px) {
  .slide-title {
    font-size: 2.5rem;
  }
  .slide-subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .slider-container {
    height: auto;
    min-height: auto;
  }
  .slide-content {
    flex-direction: column;
  }
  .product-image, .text-content {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  .product-image {
    height: 210px;
    padding-top: 0;
  }
  .slide-title {
    font-size: 2rem;
  }
  .slide-subtitle {
    font-size: 1.2rem;
  }
  .slider-controls {
    padding: 15px 0;
  }
  .nav-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 300px) {
  .slider-container {
    height: auto;
    min-height: auto;
  }
  .slide-content {
    flex-direction: column;
  }
  .product-image, .text-content {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  .product-image {
    height: 150px;
    padding-top: 0;
  }
  .slide-title {
    font-size: 2rem;
  }
  .slide-subtitle {
    font-size: 1.2rem;
  }
  .slider-controls {
    padding: 15px 0;
  }
  .nav-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .text-content {
    padding: 20px;
    padding-top: 0;
  }
  .slide-title {
    font-size: 1.8rem;
  }
  .slide-subtitle {
    font-size: 1rem;
  }
  .slide-text {
    font-size: 1rem;
  }
  .features {
    gap: 8px;
  }
  .feature {
    font-size: 0.6rem;
    padding: 5px 10px;
  }
}
.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2c3e50;
  position: relative;
  padding-bottom: 15px;
  margin-top: 45.1px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #e74c3c;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 3%;
  padding-top: 0;
}

.product-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-item-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.card-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.product-content {
  padding: 20px;
}

.product-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
}

.product-type {
  font-size: 0.9rem;
  color: #e74c3c;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-desc {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  .card-item-img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .products-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}
.feedback {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 768px) {
  .feedback {
    max-width: 100%;
    margin: 2rem auto;
    margin-left: -2%;
  }
}
@media (max-width: 480px) {
  .feedback {
    max-width: 98%;
    margin: 1rem auto;
    border-radius: 8px;
    margin-left: -1%;
  }
}
@media (max-width: 345px) {
  .feedback {
    max-width: 98%;
    margin: 1rem auto;
    border-radius: 8px;
    margin-left: -2%;
  }
}

.form-header {
  text-align: center;
  padding: 2.5rem 5% 1.5rem;
  background: white;
  padding-bottom: 0;
  padding-top: 0;
}
.form-header h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4361ee;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .form-header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .form-header h1 {
    font-size: 1.7rem;
  }
}
@media (max-width: 360px) {
  .form-header h1 {
    font-size: 1.5rem;
  }
}
.form-header::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #4361ee;
  margin: 1.2rem auto 0;
  border-radius: 2px;
}

#contactForm {
  padding: 6%;
  padding-top: 2%;
}
@media (max-width: 480px) {
  #contactForm {
    padding: 6%;
    padding-top: 2%;
  }
}

.form-divider {
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #e9ecef 50%, transparent 100%);
  margin: 1.8rem 5%;
  border: none;
}
@media (max-width: 480px) {
  .form-divider {
    margin: 1.5rem 5%;
  }
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
  padding: 0 5%;
}
.form-group:last-child {
  margin-bottom: 1.2rem;
}
@media (max-width: 480px) {
  .form-group {
    margin-bottom: 1.5rem;
    padding: 0 5%;
  }
}

.form-label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 480px) {
  .form-label {
    font-size: 0.95rem;
  }
}

.required::after {
  content: "*";
  color: #f72585;
  margin-left: 4px;
  font-size: 0.9em;
}

.form-control {
  width: 100%;
  padding: 1.1rem;
  font-size: 1.05rem;
  font-family: inherit;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-control:focus {
  outline: none;
  border-color: #4361ee;
  box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
  border-color: #4361ee;
  transform: translateY(-1px);
}
.form-control::-moz-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.form-control::placeholder {
  color: #a1a8ae;
  opacity: 1;
}
@media (max-width: 480px) {
  .form-control {
    padding: 1rem;
    font-size: 1rem;
  }
}

textarea.form-control {
  min-height: 160px;
  resize: vertical;
  line-height: 1.6;
}
@media (max-width: 480px) {
  textarea.form-control {
    min-height: 140px;
  }
}

.verification-section {
  padding: 0 5%;
  margin: 1.5rem 1% 1.5rem;
}
.verification-section .verification-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.verification-section .verification-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234361ee"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat center;
  margin-right: 10px;
}
.verification-section .captcha-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.verification-section .captcha-image {
  width: 120px;
  height: 50px;
  background-color: #ff0000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 5%;
}
.verification-section .captcha-image:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .verification-section .captcha-image {
    width: 100px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .verification-section .captcha-image {
    width: 90px;
    height: 35px;
    font-size: 0.8rem;
  }
}

.btn-submit {
  display: block;
  width: 90%;
  margin: 2.5rem auto 1.5rem;
  padding: 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  color: white;
  background: linear-gradient(135deg, #4361ee 0%, #4895ef 100%);
  position: relative;
  overflow: hidden;
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(67, 97, 238, 0.3);
}
.btn-submit:hover::after {
  opacity: 1;
}
.btn-submit:active {
  transform: translateY(0);
}
.btn-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 768px) {
  .btn-submit {
    width: 80%;
    margin-left: 10%;
    padding: 1.1rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .btn-submit {
    width: 80%;
    margin-left: 10%;
    padding: 1.1rem;
    font-size: 1rem;
  }
}

.contact-block {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 768px) {
  .contact-block {
    flex-direction: column;
    min-height: auto;
  }
}

.contact-image {
  flex: 1;
  position: relative;
  min-height: 400px;
  background-color: white;
  background-image: url("./images/contact-teh.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.contact-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.contact-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .contact-image {
    width: 100%;
    min-height: 250px;
    background-color: white;
  }
  .contact-image::before {
    padding-top: 56.25%;
  }
}
@media (max-width: 480px) {
  .contact-image {
    min-height: 200px;
    background-color: white;
  }
}

.contact-content {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .contact-content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .contact-content {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .contact-content {
    padding: 25px;
  }
}

.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .contact-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .contact-title {
    font-size: 1.4rem;
  }
}

.contact-text {
  font-size: 1.2rem;
  color: #163171;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 700;
}
@media (max-width: 480px) {
  .contact-text {
    font-size: 1rem;
  }
}

.contact-email {
  display: block;
  font-size: 1.2rem;
  color: #e74c3c;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-email:hover {
  color: #2c3e50;
}
@media (max-width: 480px) {
  .contact-email {
    font-size: 1rem;
  }
}

.contact-btn {
  display: inline-block;
  background-color: #e74c3c;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 143px;
}
.contact-btn:hover {
  background-color: #2c3e50;
  transform: translateY(-3px);
}

.form-label.required::after {
  content: " *";
  color: red;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.is-invalid {
  border-color: red !important;
}

.devices-section h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
  color: rgb(30, 80, 174);
  font-weight: 400;
  position: relative;
  padding: 3% 3% 2% 3%;
  padding-top: 0;
}
.devices-section .devices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
  padding: 3%;
}
.devices-section .devices-grid .device-card {
  background: #251d4a;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.devices-section .devices-grid .device-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.devices-section .devices-grid .device-card:hover .device-image img {
  transform: scale(1.05);
}
.devices-section .devices-grid .device-card .device-image {
  height: 180px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.devices-section .devices-grid .device-card .device-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
}
.devices-section .devices-grid .device-card h3 {
  padding: 15px;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  margin-top: auto;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay .modal-content {
  background: white;
  border-radius: var(--border-radius);
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.modal-overlay .modal-content .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: var(--dark-color);
  transition: var(--transition);
}
.modal-overlay .modal-content .close-modal:hover {
  color: var(--secondary-color);
}
.modal-overlay .modal-content .device-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.modal-overlay .modal-content .device-detail-image {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: var(--border-radius);
  overflow: hidden;
  align-content: center;
  margin-left: 10%;
}
.modal-overlay .modal-content .device-detail-image img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-overlay .modal-content .tab-buttons {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.modal-overlay .modal-content .tab-buttons .tab-btn {
  padding: 10px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--dark-color);
  position: relative;
  transition: var(--transition);
}
.modal-overlay .modal-content .tab-buttons .tab-btn.active {
  color: rgba(16, 12, 132, 0.91);
}
.modal-overlay .modal-content .tab-buttons .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
}
.modal-overlay .modal-content .tab-content {
  display: none;
}
.modal-overlay .modal-content .tab-content.active {
  display: block;
}
.modal-overlay .modal-content .detail-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.modal-overlay .modal-content .detail-table th, .modal-overlay .modal-content .detail-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.modal-overlay .modal-content .detail-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  width: 30%;
}
.modal-overlay .modal-content .feature-list {
  list-style-type: none;
  margin-bottom: 20px;
}
.modal-overlay .modal-content .feature-list li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
}
.modal-overlay .modal-content .feature-list li::before {
  content: "•";
  color: var(--secondary-color);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.modal-overlay .modal-content .tech-specs {
  margin-top: 20px;
}
.modal-overlay .modal-content .tech-specs p {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .devices-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  }
  .modal-content {
    width: 95% !important;
    padding: 20px !important;
  }
  .modal-content .device-detail-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-content .device-detail-image {
    height: 200px !important;
  }
  .modal-content .tab-buttons {
    flex-wrap: wrap;
  }
  .modal-content .tab-btn {
    padding: 8px 15px !important;
    font-size: 14px !important;
  }
  .modal-content .detail-table th, .modal-content .detail-table td {
    padding: 8px 10px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .devices-grid {
    grid-template-columns: 1fr !important;
  }
  .device-image {
    height: 150px !important;
  }
  .detail-table {
    display: block;
    overflow-x: auto;
  }
}
.price-request-btn {
  display: inline-block;
  background-color: #2c7be5;
  color: white;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
  margin-top: 1.5%;
}

.price-request-btn:hover {
  background-color: #1a68d1;
}/*# sourceMappingURL=style.css.map */