@charset "UTF-8";
.language-switcher {
  position: relative;
  z-index: 1000;
}

.goog-te-gadget {
  font-family: inherit;
  font-size: 14px;
  color: #000;
}

.goog-te-gadget .goog-te-combo {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

#google_translate_element {
  font-size: 14px;
  display: inline-block;
}

.goog-te-gadget .goog-te-combo {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
}

.features img {
  width: 90px;
}

.dire_name {
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 7px;
}

.small_icon {
  width: 100px;
}

.sign {
  max-width: 250px;
}

.mode_icon {
  width: 70px;
}

.why-img {
  width: 65px;
}

.clip-path-short::before {
  background-color: #032330;
}

.facility {
  padding: 75px 0px 30px 0px;
}

.facility img {
  width: 70px;
}

.blog-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.blog-card img {
  border-bottom: 1px solid #f0f0f0;
}

.blog-date {
  background: #0197b2;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-content {
  padding: 20px;
}

.blog-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.read-more {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #0197b2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0197b2;
}

.import-form-section {
  background: linear-gradient(135deg, #f9fafb, #eef2f7);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: 50px auto;
  font-family: "Poppins", sans-serif;
}

.form-title {
  font-size: 28px;
  font-weight: 700;
  color: #0197b2;
  text-align: center;
  margin-bottom: 5px;
}

.form-subtitle {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form-group.full-width {
  flex: 100%;
}

.form-group.half-width {
  flex: calc(50% - 10px);
}

label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #374151;
}

label span {
  color: red;
}

input,
select,
textarea {
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #0197b2;
  box-shadow: 0 0 0 3px rgba(1, 151, 178, 0.2);
}

textarea {
  resize: none;
}

.file-upload input {
  padding: 10px;
  border: 2px dashed #c8d3e1;
  background: #fafbff;
  cursor: pointer;
}

.file-upload input:hover {
  border-color: #0197b2;
}

.submit-btn {
  padding: 14px;
  background: #0197b2;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #017d94;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 10px 25px rgba(1, 151, 178, 0.2);
}

.product-card img {
  transition: transform 0.3s ease-in-out;
}

.product-card:hover img {
  transform: scale(1.05);
}

.btn-view {
  background: #0197b2;
  color: #fff;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-view:hover {
  background: #017a90;
  box-shadow: 0px 4px 12px rgba(1, 151, 178, 0.4);
}

.product-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(1, 151, 178, 0.05);
  transform: rotate(45deg);
}

.mobile-menu {
  z-index: 12345;
}

.a4-img {
  width: 100%;
  aspect-ratio: 210/297;
  /* A4 ratio */
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s;
}

.a4-img:hover {
  transform: scale(1.02);
}

.section-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #2c3e50;
}

.section-subtitle {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 2rem;
}

.swiper-wrapper img {
  width: 100% !important;
  height: 250px !important;
}

/* Small devices (≥576px) */
/* Medium devices (≥768px) */
/* Large devices (≥992px) */
/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .swiper-wrapper img {
    height: 300px !important;
  }
}
/* XXL devices (≥1400px) *//*# sourceMappingURL=public.css.map */