* {
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

img {
  max-width: 100%
}

#header {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.langs-switcher button {
  border: 1px solid #ddd;
  padding: 3px 7px;
  border-radius: 5px;
}

.langs-switcher .dropdown-menu {
  padding: 2px;
}

.langs-switcher .lang-item {
  padding: 3px;
}

.langs-switcher .lang-item a {
  display: block;
  color: #333;
  font-weight: 700;
}

.langs-switcher .lang-item a:hover {
  color: #10a2a7;
}

.error-message {
  color: red;
}

.confirm-message {
  color: #299734;
}

.main-container {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px #ddd;
  font-size: 15px;
}

.form {
  padding: 10px;

}

.form fieldset {
  padding: 20px;

}

#header-bottom {
  background-color: #ddd;
  padding: 10px;
  font-weight: 600;
}

#main {
  min-height: 500px;
  height: 100%;
}

.page-index #main {
  padding: 0;
}

.table-vertical-middle td {
  vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background: #f9fbfa;
}

.at-table {
  padding: 10px;
}

.table-vertical-middle td {
  vertical-align: middle;
}

.with-clear-button {
  position: relative;
}

.with-clear-button .clear-input {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  border-radius: 50%;
}

.pager {
  margin-top: 15px;
}

.add-new-block {
  float: left;
}

.export-block {
  float: right;
}

.at-move-icon {
  cursor: move;
}

.bcrumb {
  display: inline-block;
}

.bcrumb a {
  color: #5daac8;
  font-weight: 600;
}

.bcrumb .dropdown {
  display: inline-block;
}

.bcrumb .dropdown button {
  color: #5daac8;
  background: none;
  border: none;
  font-weight: 600;
}

.bcrumb .dropdown ul {
  padding: 0;
}

.bcrumb .dropdown ul a {
  padding: 5px;
  width: 100%;
  display: block;
}

.bcrumb .dropdown ul a:hover {
  background: #5a7f91;
  color: #fff;
}

.cobject-type-action {
  margin-right: 5px;
  padding: 1px 8px;
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: #dcede6;
  color: #000;
  font-weight: 500;
}

.seperated-actions {
  display: flex;
}

.seperated-action a {
  padding: 4px;
  margin: 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  color: #000;
}

.seperated-action a:hover {
  border: 1px solid rgb(88, 85, 85);
  background: rgb(110, 110, 110);
  color: #fff;
}

.seperated-action svg {
  margin-right: 5px;
}

.table-sortable .handle {
  cursor: move;
}

.dropdown-item {
  cursor: pointer;
}

.dropdown-item a,
.dropdown-item.ajax-action {
  display: block;
  padding: 6px 10px !important;
  width: 100%;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-item .mdi {
  margin-right: 6px;
}

.at-action button {
  border: 1px solid #736e6e;
  background: #fff;
  border-radius: 4px;
}

.at-action a,
.at-action .ajax-action {
  color: #96c1d6;
  font-weight: 700;
}

.bulk-operations-content .selected-label {
  margin-bottom: 15px;

}

#filter-block .collapse-header {
  font-size: 17px;
  background: #62bbad;
  border-radius: 3px;
  font-weight: bold;
  padding: 6px 13px;
  text-align: center;
  display: block;
  color: #fff;
}

#filter-block .collapse-header:hover {
  color: #fff;
}

#filter-block .order-collapse__header .collapse-icon {
  display: inline;
  color: #313131;
}

#filter-block .small-input {
  width: 120px !important;
}

.SumoSelect {
  min-width: 200px;
}

.filter-label {
  width: 100%;
  height: 10px;
}

#filter-block .btn {
  width: 100%;
  padding: 6px 15px;
  margin-top: 24px;
  font-size: 15px;
}

#filter-block .form {
  padding: 5px;
}

#filter-block .collapse-header {
  font-size: 17px;
  background: #9fc6c0;
  border-radius: 3px;
  font-weight: bold;
  padding: 6px 13px;
  text-align: center;
  color: #313131;
  float: right;
  margin-top: -40px;
}

#filter-block .collapse-header:hover {
  color: #6f6f6f;
}

#filter-block .order-collapse__header .collapse-icon {
  display: inline;
  color: #313131;
}

.stacktable-td {
  display: none;
  padding: 0 !important;
}

.st-td-table {
  width: 100%;
  padding: 20px 10px;
  background: #fff;
  box-shadow: 0px 0px 13px #3f4b49;
}

.stacktable-td-row {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.stacktable-td-lb {
  font-weight: 700;
}

.stacktable-td-row:last-child {
  border-bottom: none;
}

img {
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.table-summary {
  float: left;
  padding: 15px 0;
}

.table-order {
  float: right;
  padding: 15px 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.cl-children {
  padding-left: 20px;
}

.collapsed .cl-children {
  display: none;
}

.collapsible .cl-label {
  cursor: pointer;
}

.collapsible>.cl-label:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  float: right;
}

.collapsible.collapsed>.cl-label:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.ws-tab-content {
  display: none;
}

.ws-scroll-tabs .ws-tab-content,
.ws-tab-content.active {
  display: block;
}

.ws-tab-item {
  cursor: pointer;
}

.popup-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  padding: 25px;
}

.popup-block {
  margin: auto;
  background-color: #fff;
  position: relative;
  outline: 0;
  box-shadow: 0 0 14px 5px #565656;
  width: 96%;
  max-width: 600px;
  padding: 15px;
}

.popup-block .close-popup {
  cursor: pointer;
}

.popup-block .close-x {
  position: absolute;
  right: -20px;
  top: -20px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  padding: 5px;
}

.popup-block .close-x span {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #757575;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 1px;
}

.popup-content {
  padding: 10px;
  height: 100%
}

.popup-content-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-header {
  padding: 10px;
  background: #eee;
}

.popup-footer {
  padding: 10px;
  border-top: 1px solid #ddd;
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-right a {
  color: #4b706b;
  font-weight: bold;
}

.nav-signout-link {
  color: #ffffff !important;
  padding: 2px 6px;
  text-align: center;
  display: inline-block;
  background: #4a4a4a;
  border-radius: 4px;
}

.module-action-button {
  margin-right: 10px;
  color: #585858;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  padding: 5px 10px;
}

.module-action-button:hover {
  background: #585858;
  color: #fff;
}

.module-action-button svg {
  margin-right: 6px;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #888d90;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.action-confirmation-block .action-confirmation-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #2a92b1;
  font-size: 21px;
}

.action-confirmation-block .action-confirmation-desc {
  margin-bottom: 10px;
}

.action-confirmation-block .action-confirmation-button a {
  margin-right: 10px;
  padding: 5px 10px;
}

.action-confirmation-block .action-confirmation-button .close-popup {
  padding: 5px 10px;
}

.action-link {
  cursor: pointer;
}

.active-1 .unblock-user {
  display: none;
}

.active-0 {
  color: #ddd;
}

.active-0 a {
  color: #ddd;
}

.active-0 .block-user {
  display: none;
}

#action-messages {
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
}

.action-message {
  border: 2px solid #ddd;
  background: #fff;
  box-shadow: 0 0 9px 2px #bbb;
  margin: 15px;
  padding: 15px;
  font-weight: 500;
}

.action-message-info {
  color: #222;
  border-bottom: 2px solid #222;
}

.action-message-danger {
  color: red;
  border-bottom: 2px solid red;
}

.action-message-warning {
  color: #ffc107;
  border-bottom: 2px solid #ffc107;
}

.fixed-element {
  position: fixed;
  top: 0;
  z-index: 10;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nav-opened .nav-content {
  display: block;
}

.mobile-navigation .nav-icon {
  cursor: pointer;
  display: none;
}

.fill-string {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.field-label {
  font-weight: 700;
}

.submit.form-button {
  border: 1px solid #4b7577;
  padding: 3px 12px;
  border-radius: 4px;
  background: #5eabaf;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.homepage-slider {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.homepage-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-text h2 {
  font-size: 40px;
  margin: 0 0 10px 0;
}

.swiper-slide {
  position: relative;
  height: 500px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.50) 50%,
      rgba(0, 0, 0, 0.20) 80%,
      rgba(0, 0, 0, 0.10) 100%);
  z-index: 1;
}

.slide-text {
  position: absolute;
  bottom: 60px;
  left: 50px;
  right: 50px;
  z-index: 2;
  color: white;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.swiper-slide-active .slide-text {
  opacity: 1;
  transform: translateY(0);
}

/* Boxes */

#boxes {
  padding: 60px 0;
}

.box-item-container {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {

  .box-item {
    margin-bottom: 50px;
  }

  .main-page-about-title {
    margin-top: 15px;
  }

}

.box-item-left {
  padding: 10px;
  color: #1d716e;
}

.box-item-left svg {
  width: 40px;
  height: auto;
}

.box-item-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 14px;
}

.box-item-description {
  color: #656565;
}

#main-page-about-us {
  padding: 60px 0;
  background-color: #eee;
}

.main-page-about-us-row {
  align-items: center;
}

.main-page-about-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalog-wrapper {
  position: relative;
  padding-bottom: 80px;
}

.catalog-container {
  max-width: 1600px;
  margin: 30px auto;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#pdf-container {
  width: 100%;
  min-height: 80vh;
  overflow-y: auto;
  padding: 20px 0;
  background: #fafafa;
  text-align: center;
}

.pdf-page {
  display: block;
  margin: 20px auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  max-width: 95%;
}

.pdf-message {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #666;
}

.pdf-navigation {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.pdf-navigation .nav-btn {
  background: #c00;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}

.pdf-navigation .nav-btn:hover {
  background: #a00;
}

.pdf-navigation .nav-btn:disabled {
  background: #555;
  cursor: not-allowed;
}

.pdf-navigation .nav-btn.small {
  padding: 8px 12px;
  font-size: 20px;
}

.pdf-navigation .nav-btn .icon {
  font-weight: bold;
  font-size: 24px;
}

.pdf-navigation .nav-btn .text {
  display: inline-block;
}

.pdf-navigation .page-info {
  font-weight: bold;
  font-size: 15px;
}

.pdf-navigation .zoom-controls {
  display: flex;
  gap: 8px;
}

#zoom-reset {
  font-weight: bold;
  font-size: 14px;
}

#zoom-reset::after {
  font-size: 10px;
  display: block;
  opacity: 0.8;
}

.download-btn {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 16px 45px;
  background: #c00;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.download-btn:hover {
  background: #a00;
}

@media (max-width: 768px) {
  .pdf-navigation .nav-btn .text {
    display: none;
  }

  .pdf-navigation .nav-btn .icon {
    font-size: 28px;
  }

  .page-info {
    font-size: 14px;
  }

  .zoom-controls {
    gap: 12px;
  }

  .pdf-navigation .nav-btn.small {
    padding: 10px 14px;
  }

  #zoom-reset::after {
    content: "100%";
  }

  #zoom-reset {
    font-size: 12px;
    padding: 8px 10px;
  }
}

.page-hero {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.6) 70%,
      rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.page-title {
  font-size: 56px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.page-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0 0;
  opacity: 0.9;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .page-hero {
    height: 150px;
  }

  .page-title {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .page-subtitle {
    font-size: 14px;
  }
}

.certificates-list {
  padding: 50px 0;
}

#certificate-item-6 .certificate-title {
  visibility: hidden;
}

.certificate-item-container {
  padding: 25px;
  text-align: center;
}

.certificate-title {
  margin-top: 15px;
}

.page-description {
  padding: 25px 0;
}

.product-detail-page {
  padding: 60px 0;
  background: #fff;
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-detail-main-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.product-detail-main-image img:hover {
  transform: scale(1.02);
}

.product-detail-thumbnails {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-detail-thumb {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.product-detail-thumb.active,
.product-detail-thumb:hover {
  border-color: #000;
  opacity: 1;
}

.product-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-detail-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
  line-height: 1.2;
  color: #111;
}

.product-detail-short {
  font-size: 19px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.product-detail-description {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}



/* Responsive */
@media (max-width: 992px) {
  .product-detail {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .product-detail-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .product-detail {
    padding: 0 15px;
  }

  .product-detail-title {
    font-size: 32px;
  }

  .product-detail-thumbnails {
    justify-content: center;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .product-detail {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-gallery {
    position: static;
  }
}

@media (max-width: 576px) {
  .product-info h1 {
    font-size: 32px;
  }

  .product-actions {
    flex-direction: column;
  }
}

/* Contact Page */
.contact-page {
  background: #fafafa;
  min-height: 80vh;
}

.section-title {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #111;
}

.contact-info-list {
  font-size: 16px;
  line-height: 1.8;
}

.contact-info-item {
  margin-bottom: 24px;
}

.contact-label {
  display: block;
  font-weight: 500;
  color: #111;
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-value {
  color: #555;
}

.contact-value a {
  color: #c00;
  text-decoration: none;
  font-weight: 500;
}

.contact-value a:hover {
  text-decoration: underline;
}

.contact-social h5 {
  font-weight: 400;
  color: #111;
  font-size: 18px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #c00;
  transform: translateY(-4px);
}

.contact-form-wrapper {
  border: 1px solid #eee;
}

.contact-map-wrapper {
  margin-top: 2rem;
}

/* Responsive */
@media (max-width: 992px) {
  .section-title {
    font-size: 36px;
    text-align: center;
  }

  .contact-info-list {
    text-align: center;
  }

  .contact-social {
    text-align: center;
  }

  .contact-social-icons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .contact-social .d-flex {
    justify-content: center;
  }
}

/* Products */

.category-products {
  padding: 50px 0;
}

.category-products-list .product-item {
  display: block;
  margin-bottom: 80px;
}

.category-products-list .product-item-container {
  overflow: hidden;
}

.category-products-list .product-item:nth-child(even) .product-item-container {}

.product-item-left {
  float: left;
  margin-right: 15px;
}

.product-item-right {
  color: #666;
}

.product-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .product-item-left {
    float: none;
    margin-right: 0;
  }
}

/* Footer */
#footer {
  background: #111;
  color: #aaa;
  font-size: 15px;
}

.footer-main {
  background: #111;
}

.footer-title {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}

.footer-contact a {
  color: #aaa;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #fff;
}

.social-links {
  margin-top: 10px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s;
}

.social-icon:hover {
  background: #c00;
  color: #fff;
  transform: translateY(-3px);
}

.copyright {
  opacity: 0.7;
  font-size: 13px;
}

/* Mobil */
@media (max-width: 768px) {
  .footer-main .row>div {
    text-align: center;
    margin-bottom: 30px;
  }

  .social-links {
    justify-content: center;
  }

  .copyright {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .popup-block {
    padding: 6px;
  }

  .nav-content {
    display: none;
  }

  .mobile-navigation .nav-icon {
    display: block;
  }

  .stacktable-thead {
    display: none;
  }

  .stacktable-std-td {
    display: none;
  }

  .stacktable-td {
    display: block;
    border: 1px solid #ddd;
    margin: 8px;
  }
}