@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --bg-header-top: #ebebeb;
  --bg-footer: #ebebeb;
  --bg-copyright: #ebebeb;
  --bg-body: #ffffff;
  --bg-menu: #ffffff;
  --bg-white: #ffffff;
  --color-main: #000000;
  --color-red: #e60023;
  --color-body: #484F56;
  --color-brown: #92161e;
  --color-white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #194885 #ffffff;
}

a {
  color: #484F56;
  outline: 0 none;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0 none;
}

img {
  border-style: none;
  height: auto;
  vertical-align: middle;
}

hr {
  clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

address {
  font-style: italic;
}

table {
  background-color: transparent;
  width: 100%;
  border-spacing: 0;
}

table thead th {
  color: #333;
}

table tr td {
  border-top: 1px solid #dddddd;
}

table tr td,
table tr th {
  padding: 10px;
}

table tr td:first-child,
table tr th:first-child {
  padding-left: 0px;
}

table tr td:last-child,
table tr th:last-child {
  padding-right: 0px;
}

@media only screen and (max-width: 360px) {
  table tr td {
    word-break: break-all;
  }
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
  margin: 0 0 15px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #194885;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #194885;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #194885;
}

body {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  background-color: #ffffff;
  color: #484F56;
  font-size: 1rem;
  top: 0 !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

.line-clamp-1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text_title {
  margin-bottom: 0.5rem;
  color: #194885;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.text_subtitle {
  color: #484F56;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.maintenance {
  width: 100%;
  background-color: #ffcc00;
  color: #000;
  text-align: center;
  padding: 10px 0px;
  z-index: 10000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
}

.header {
  position: relative;
  background: transparent;
}

.header__top {
  padding: 4px 0;
  background: var(--bg-header-top);
  font-size: 14px;
}
.header__top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header__top-right a {
  line-height: 1;
  display: inline-block;
}
.header__top-right img {
  transition: all 0.3s ease;
}
.header__top-right a:hover img {
  opacity: 0.7;
}
.header__top-left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.header__top-info {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
}
.header__top-socials {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header__top-socials img {
  max-width: 24px;
}

.header__bottom {
  display: none;
}
.header__bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header__cart {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  font-size: 20px;
  transition: color 0.3s ease;
  color: #333;
}
.header__cart i {
  font-size: 24px;
}

.cart__count {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(50%, -50%);
  background-color: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  line-height: 1;
  min-width: 20px;
  text-align: center;
  box-shadow: 0 0 0 2px #fff;
}

.mobile-menu,
.mobile-header,
.mobile-menu-overlay {
  display: none;
}

.home__page .menu:not(.menu-fixed) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.menu {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 2;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.flex-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.menu-right ul {
  list-style: none;
}
.menu-right .level-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 2rem;
}

.level-1 > li {
  text-align: center;
  position: relative;
}
.level-1 > li > .menu-item {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  gap: 0.67rem;
  padding: 5px 0;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.level-1 > li > .menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #194885;
  transition: width 0.4s ease;
}
.level-1 > li > .menu-item:hover::after {
  width: 100%;
}
.level-1 > li > a.menu-item {
  text-decoration: none;
}
.level-1 > li > a.menu-item svg {
  transition: transform 0.3s ease;
}
.level-1 > li > select.menu-item {
  border: 0;
  background-color: transparent;
  color: #484F56;
  font: inherit;
  cursor: pointer;
  line-height: 1.5;
  padding-right: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M11.31 0.75L6.96333 5.09667C6.45 5.61 5.61 5.61 5.09667 5.09667L0.75 0.75' stroke='%23484F56' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 6px;
}
.level-1 > li > select.menu-item:focus-visible {
  outline: none;
}
.level-1 > li:hover > .menu-item, .level-1 > li.active > .menu-item {
  color: #194885;
  border-bottom-color: #194885;
}
.level-1 > li:hover > select.menu-item, .level-1 > li.active > select.menu-item,
.level-1 > li > select.menu-item:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M11.31 0.75L6.96333 5.09667C6.45 5.61 5.61 5.61 5.09667 5.09667L0.75 0.75' stroke='%23194885' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.level-1 > li.has-submenu:hover > a.menu-item svg {
  transform: rotate(180deg);
}
.level-1 > li,
.level-1 .submenu li {
  position: relative;
}

.submenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.submenu li a {
  display: block;
  padding: 10px 15px;
  color: #6D7883;
  background: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease;
  text-align: left;
}
.submenu li a:hover {
  background: #f5f5f5;
  color: #194885;
}

.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-style-one .level-1 > li.has-submenu > .submenu {
  left: 50%;
  transform: translate(-50%, 10px);
}

.menu-style-one .level-1 > li.has-submenu:hover > .submenu {
  transform: translate(-50%, 0);
}

.level-3,
.level-4,
.level-5 {
  top: 0;
  left: 100%;
}

.menu__icons {
  display: flex;
  gap: 6px;
  align-items: center;
}

.menu__icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 30px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
.menu__icon:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
  color: #000;
}
.menu__icon i {
  pointer-events: none;
}
.menu__icon--cart:hover .menu__cart-count {
  transform: scale(1.08);
}

.menu__cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #ff4d4f;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 20px;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
  transition: transform 0.2s ease;
}

.nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.menu-style-one {
  padding: 10px 0;
}

.menu-style-two {
  padding: 10px 0;
  display: none;
}
.menu-style-two .menu-right {
  margin-left: 0px;
}

.menu__icon--user {
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  justify-content: center;
  align-items: center;
}
.menu__icon--user .avatar-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.menu__icon--user:hover .dropdown-user-menu {
  display: block;
}

.dropdown-user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  display: none;
  z-index: 9999;
}
.dropdown-user-menu li {
  list-style: none;
}
.dropdown-user-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 15px;
  font-weight: normal;
}
.dropdown-user-menu li a:hover {
  background-color: #f2f2f2;
}

.hero-slider {
  --hero-reveal: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #10161f;
}
.hero-slider__stage {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-slider__thumbs {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 2rem;
  padding: 2rem;
  justify-content: stretch;
  align-content: stretch;
  overflow: hidden;
  background: #10161f;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.hero-slider__thumb {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0.125rem;
  opacity: 0.98;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hero-slider__thumb:focus-visible {
  outline: 2px solid #194885;
  outline-offset: 3px;
}
.hero-slider__thumb:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.hero-slider__thumb-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 0.125rem;
  background: #1f2731;
}
.hero-slider__thumb-frame img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider__main {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.hero-slider__morph {
  position: absolute;
  inset: auto;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: #10161f;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.3);
  transform: translateZ(0);
  will-change: transform, width, height, opacity, clip-path;
}
.hero-slider__morph img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateZ(0);
  will-change: transform, filter;
}
.hero-slider__slider.slider {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.hero-slider__slider .slider__item {
  position: relative;
  height: 100svh;
  min-height: 100vh;
  max-height: none;
  aspect-ratio: auto;
}
.hero-slider__slider .slider__item a {
  display: flex;
  height: 100%;
}
.hero-slider__slider .slider__item-link {
  display: block;
  height: 100%;
}
.hero-slider__slider .slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider__slider .owl-stage-outer, .hero-slider__slider .owl-stage, .hero-slider__slider .owl-item {
  height: 100%;
}
.hero-slider__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(1rem, 6vw, 8rem);
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8, 12, 18, 0.64) 0%, rgba(8, 12, 18, 0.12) 42%, transparent 72%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hero-slider__content-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  max-width: 38rem;
  pointer-events: auto;
}
.hero-slider__content-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-slider__content-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 36rem;
}
.hero-slider__content-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
}
.hero-slider__content-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 0.75rem;
  padding: 0.9rem 2rem;
  background-color: #194885;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.hero-slider__content-cta svg {
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.25s ease;
}
.hero-slider__content-cta:hover {
  color: #ffffff;
  background-color: #5993DF;
  transform: translateY(-1px);
}
.hero-slider__content-cta:hover svg {
  transform: translateX(3px);
}
.hero-slider__content-cta:active {
  transform: translateY(0);
}
.hero-slider__live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hero-slider .slider__nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 4;
}
.hero-slider--animating .hero-slider__content,
.hero-slider--animating .slider__nav {
  pointer-events: none;
}
.hero-slider--revealed .hero-slider__content,
.hero-slider--revealed .slider__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hero-slider--revealed .hero-slider__main {
  opacity: 1;
  visibility: visible;
}
.hero-slider--thumbs-hidden .hero-slider__thumbs {
  display: none;
}
.hero-slider--no-motion {
  --hero-reveal: 1;
}

@media (max-width: 1199px) {
  .hero-slider__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .hero-slider__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .hero-slider__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem;
    gap: 1rem;
  }
  .hero-slider__thumb {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .hero-slider__content {
    padding: 1rem 1.25rem 1.75rem;
  }
  .hero-slider__content-title {
    font-size: 2rem;
  }
  .hero-slider__content-subtitle {
    font-size: 0.95rem;
  }
  .hero-slider__content-cta {
    padding: 0.75rem 1.35rem;
    font-size: 0.95rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slider {
    --hero-reveal: 1;
  }
  .hero-slider__morph {
    transition: none;
  }
}
.product-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-menu li {
  line-height: 1.2;
  margin-left: 20px;
}
.product-menu li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.product-menu li a:hover {
  background: #f8f8f8;
  color: #c72323;
}

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 999;
}
.floating-contact a {
  width: 45px;
  height: 45px;
  background-color: #194885;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}

.scroll-circle {
  position: fixed;
  right: 20px;
  bottom: 140px;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.scroll-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.scroll-circle .bg {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 5;
}
.scroll-circle .progress {
  fill: none;
  stroke: #194885;
  stroke-width: 5;
  stroke-dasharray: 163.36;
  stroke-dashoffset: 163.36;
  transition: stroke-dashoffset 0.2s linear;
}

.scroll-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #194885;
  font-size: 16px;
  pointer-events: none;
}

.contact-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 0px;
  background: #fff;
}

.contact-btn {
  background: #ffd700;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.contact-btn i {
  font-size: 16px;
}

.footer {
  background-color: #f3f4f5;
}
.footer__main {
  padding: 5rem 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 37.125rem) 1px minmax(13.75rem, 1fr);
  gap: clamp(3rem, 11vw, 12.5rem);
  align-items: stretch;
  justify-content: center;
}
.footer__about, .footer__social {
  min-width: 0;
}
.footer__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #194885;
}
.footer__brand-logo {
  display: flex;
  width: 6.25rem;
  height: 6.25rem;
  flex: 0 0 6.25rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer__brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__brand-name {
  color: #194885;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
  list-style: none;
  padding: 0;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #484f56;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.footer__contact-item a {
  color: inherit;
  text-decoration: none;
}
.footer__contact-item a:hover {
  color: #194885;
}
.footer__contact-icon {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  align-items: center;
  justify-content: center;
  color: #194885;
  font-size: 1.25rem;
}
.footer__divider {
  width: 1px;
  min-height: 100%;
  background-color: rgba(252, 252, 252, 0.2);
}
.footer__heading {
  margin-bottom: 1.625rem;
  color: #194885;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.footer__social-list {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  list-style: none;
  padding: 0;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #484f56;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.footer__social-link:hover {
  color: #194885;
}
.footer__social-icon {
  display: inline-flex;
  width: 1.5625rem;
  height: 1.5625rem;
  flex: 0 0 1.5625rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer__social-icon img,
.footer__social-icon span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__social-icon span {
  background-color: #194885;
}
.footer__copyright {
  background-color: #194885;
  color: #ffffff;
  padding: 2rem 0;
}
.footer__copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copyright-policy {
  display: flex;
  gap: 1rem;
}
.footer__copyright-policy-link {
  color: #ffffff;
}
.footer__copyright-text {
  text-align: center;
}
.footer__copyright-author {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.footer__copyright-author:hover {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.btn-loading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-loading span {
  display: none;
}
.btn-loading.is-loading {
  pointer-events: none;
  opacity: 0.7;
}
.btn-loading.is-loading span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spinLoading 0.75s linear infinite;
}

@keyframes spinLoading {
  100% {
    transform: rotate(360deg);
  }
}
.notyf {
  padding: 15px;
  z-index: 9999999999 !important;
}
.notyf__message {
  white-space: nowrap;
}
.notyf__toast {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 12px 20px 12px;
  font-size: 14px;
  font-weight: 500;
  max-width: 100%;
}
.notyf__ripple {
  opacity: 0.12;
}
.notyf__wrapper {
  padding: 4px 8px;
}
.notyf__dismiss-btn {
  background: transparent;
  opacity: 1;
  cursor: pointer;
  height: 26px;
  width: 26px;
  border-radius: 4px !important;
}
.notyf__dismiss {
  height: 26px;
  width: 26px;
  border-radius: 4px !important;
}

@keyframes our-services-mobile-default {
  0%, 68.9655172414% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes our-services-mobile-hover {
  0%, 68.9655172414% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.our-services {
  padding: 5rem 0;
}
.our-services__header {
  max-width: 35.1875rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.our-services__item {
  min-width: 0;
  height: 100%;
}
.our-services__card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 38.125rem;
  text-decoration: none;
  color: #ffffff;
}
.our-services__image {
  position: absolute;
  inset: 0;
  transition: opacity 0.45s ease;
}
.our-services__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.our-services__image--default {
  opacity: 1;
}
.our-services__image--hover {
  opacity: 0;
}
.our-services__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
.our-services__content {
  position: absolute;
  right: 2.0625rem;
  bottom: 2.0625rem;
  left: 2.0625rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}
.our-services__name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}
.our-services__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfcfc;
}
.our-services__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.our-services__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #ffffff;
}
@media (hover: hover) {
  .our-services__card:hover .our-services__image--default, .our-services__card:focus-visible .our-services__image--default {
    opacity: 0;
  }
  .our-services__card:hover .our-services__image--hover, .our-services__card:focus-visible .our-services__image--hover {
    opacity: 1;
  }
  .our-services__card:hover .our-services__cta, .our-services__card:focus-visible .our-services__cta {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) and (prefers-reduced-motion: no-preference) {
  .our-services__owl.owl-carousel .our-services__card--mobile-preview .our-services__image {
    transition: none;
  }
  .our-services__owl.owl-carousel .our-services__card--mobile-preview .our-services__image--default {
    animation: our-services-mobile-default 1.45s ease-in-out forwards;
  }
  .our-services__owl.owl-carousel .our-services__card--mobile-preview .our-services__image--hover {
    animation: our-services-mobile-hover 1.45s ease-in-out forwards;
  }
  .our-services__grid:not(.owl-carousel) .our-services__card--mobile-preview .our-services__image {
    transition: none;
  }
  .our-services__grid:not(.owl-carousel) .our-services__card--mobile-preview .our-services__image--default {
    animation: our-services-mobile-default 1.45s ease-in-out forwards;
  }
  .our-services__grid:not(.owl-carousel) .our-services__card--mobile-preview .our-services__image--hover {
    animation: our-services-mobile-hover 1.45s ease-in-out forwards;
  }
}

.why-choose-us {
  min-height: 45.3125rem;
  padding: 9.25rem 0 9.1875rem;
  background: var(--why-choose-us-bg) center/cover no-repeat;
}
.why-choose-us__panel {
  border-radius: 2.5rem;
  background: #ffffff;
  padding: 2.9375rem 2.25rem;
}
.why-choose-us__header {
  max-width: 36.875rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.why-choose-us__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.125rem;
}
.why-choose-us__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 1.1875rem;
  text-align: center;
}
.why-choose-us__icon {
  display: inline-flex;
  width: 6.25rem;
  height: 6.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf3fb;
}
.why-choose-us__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.why-choose-us h3 {
  color: #194885;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
.why-choose-us p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.about-home {
  padding: 3rem 0;
}
.about-home__inner {
  display: grid;
  grid-template-columns: minmax(0, 36.875rem) minmax(0, 37rem);
  gap: 2rem;
  align-items: center;
}
.about-home__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.about-home__title {
  color: #194885;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.about-home__description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #484F56;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.about-home__image {
  overflow: hidden;
  border-radius: 1.25rem;
}
.about-home__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials {
  padding: 5rem 0;
}
.testimonials__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.testimonials__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials__nav {
  display: inline-flex;
  width: 3.75rem;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #194885;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.25rem;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.testimonials__nav:hover:not(:disabled) {
  background: #5993DF;
}
.testimonials__nav:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background: #7a96b8;
}
.testimonials__nav--next:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background: #7a96b8;
}
.testimonials__owl .owl-stage {
  display: flex;
}
.testimonials__owl .owl-item {
  display: flex;
}
.testimonials__card {
  display: flex;
  min-height: 24.375rem;
  width: 100%;
  flex-direction: column;
  border-radius: 1.25rem;
  background: #edf3fb;
  padding: 2.4375rem 1.625rem 2.5rem;
  margin: 1rem 0;
  transition: all 0.3s ease;
}
.testimonials__card:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(25, 72, 133, 0.1411764706);
}
.testimonials__quote {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  color: #5993DF;
  font-size: 1.5rem;
}
.testimonials__content {
  max-width: 20.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.testimonials__author {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: auto;
}
.testimonials__author-line {
  width: 0.1875rem;
  height: 3.6875rem;
  flex: 0 0 0.1875rem;
  background: #5993DF;
}
.testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.testimonials__author-info strong {
  color: #194885;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.testimonials__author-info span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact-us-form {
  min-height: 43.375rem;
  padding: 9.1875rem 0;
  background: linear-gradient(90deg, rgba(247, 244, 244, 0.08), rgba(255, 255, 255, 0.02)), var(--contact-us-form-bg) center/cover no-repeat;
}
.contact-us-form__inner {
  display: grid;
  grid-template-columns: minmax(0, 36.875rem) minmax(0, 36.9375rem);
  gap: 2.0625rem;
  align-items: center;
}
.contact-us-form__intro, .contact-us-form__form {
  border-radius: 1.25rem;
}
.contact-us-form__intro {
  padding: 1.875rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(25px);
}
.contact-us-form__title {
  margin-bottom: 0.8rem;
  color: #194885;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.contact-us-form__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.contact-us-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.875rem;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(223deg, rgb(140, 180, 233) 3%, rgba(255, 255, 255, 0) 76%) border-box;
}
.contact-us-form__field {
  position: relative;
}
.contact-us-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.contact-us-form input,
.contact-us-form textarea {
  width: 100%;
  border: 1px solid #e4e6e8;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #484f56;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-us-form input::-moz-placeholder, .contact-us-form textarea::-moz-placeholder {
  color: #939ca5;
  opacity: 1;
}
.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
  color: #939ca5;
  opacity: 1;
}
.contact-us-form input:focus,
.contact-us-form textarea:focus {
  border-color: #8cb4e9;
  box-shadow: 0 0 0 3px rgba(140, 180, 233, 0.2);
}
.contact-us-form input {
  min-height: 4rem;
  padding: 1.25rem 1.5rem;
}
.contact-us-form textarea {
  min-height: 11.875rem;
  padding: 1.25rem 1.5rem;
  resize: vertical;
}
.contact-us-form__error {
  display: none;
  margin-top: 0.375rem;
  color: #ef8787;
  font-size: 0.875rem;
  line-height: 1.4;
}
.contact-us-form__submit {
  display: inline-flex;
  min-height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 0;
  border-radius: 0.75rem;
  background: #194885;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 0.75rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact-us-form__submit:hover {
  background: #123766;
  transform: translateY(-1px);
}
.contact-us-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.75;
  transform: none;
}
.contact-us-form__submit.is-loading {
  pointer-events: none;
}
.contact-us-form__submit-icon {
  display: inline-flex;
  width: 0.875rem;
  height: 0.875rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -82%;
  width: 82%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: left 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: var(--text-color-black);
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.mobile-menu .mobile-search {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.mobile-menu .mobile-search form {
  justify-content: space-between;
}
.mobile-menu .mobile-search input {
  width: 100%;
  opacity: 1;
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.mobile-menu .mobile-search button {
  position: absolute;
  right: 5px;
}
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-item:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.mobile-menu-item a {
  display: flex;
  align-items: center;
  padding: 15px;
  color: var(--text-color-black);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.mobile-menu-item i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
  font-size: 14px;
}
.mobile-menu-item.active a {
  color: var(--text-color-red);
}
.mobile-menu-item .active-span {
  font-weight: 600;
}
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu-toggle span {
  display: block;
  width: 27px;
  height: 2px;
  background: #194885;
}
.mobile-menu-footer {
  padding: 15px;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.mobile-menu-footer .support-info {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu-footer .support-info p {
  margin: 5px 0;
  color: #333;
}
.mobile-menu-footer .support-info a {
  color: #194885;
  text-decoration: none;
}
.mobile-menu-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-logo {
  max-width: 150px;
}
.mobile-logo img {
  max-width: 100%;
  height: auto;
}

.mobile-search {
  width: 200px;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.mobile-search form {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  border: var(--text-color-red) dashed 1px;
  border-radius: 20px;
}
.mobile-search input {
  width: 100px;
  padding: 8px 10px;
  outline: none;
  font-size: 14px;
  border: none;
}
.mobile-search input::-moz-placeholder {
  color: var(--text-color-red);
  font-weight: 500;
  font-size: 16px;
}
.mobile-search input::placeholder {
  color: var(--text-color-red);
  font-weight: 500;
  font-size: 16px;
}
.mobile-search button {
  background: var(--background-button);
  border: none;
  outline: none;
  padding: 8px 8px;
  border-radius: 30px;
  cursor: pointer;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: var(--text-color-white);
}
.mobile-search.active button {
  background: var(--main-background);
}
.mobile-search.active button i {
  filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(7465%) hue-rotate(0deg) brightness(91%) contrast(122%);
  color: var(--text-color-red);
}

.mobile-nav {
  padding-bottom: 10px;
  flex: 1;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  border-top: 1px solid #ebebeb;
}
.mobile-social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: var(--text-color-black);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.mobile-social-link:hover {
  background-color: var(--background-blue);
  color: #fff;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
  display: none;
}
.mobile-header .mobile-search {
  flex: 1;
  padding: 0 10px;
  max-width: 170px;
  margin-right: 10px;
}
.mobile-header .mobile-search form {
  justify-content: flex-end;
}
.mobile-header-logo {
  max-width: 140px;
}
.mobile-header-logo img {
  max-width: 100%;
  height: auto;
}
.mobile-header-actions {
  display: flex;
}

.mobile-search-toggle {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language__pc {
  display: flex;
  justify-content: end;
  gap: 6px;
  margin-right: 10px;
}
.language__pc--item img {
  width: auto;
  max-width: 24px;
}

.mobile-language-section {
  border-top: 1px solid #ddd;
  padding: 15px;
  margin-top: auto;
  background-color: #f8f9fa;
}
.mobile-language-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 550;
  color: var(--text-color-black);
}
.mobile-language-title i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
  color: var(--text-color-blue);
  font-size: 14px;
}
.mobile-language-options {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.mobile-lang-btn {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text-color-black);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mobile-lang-btn .flag-icon {
  width: 24px;
  height: 16px;
  margin-right: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}
.mobile-lang-btn span {
  flex: 1;
  font-weight: 500;
}

.mobile-has-submenu {
  position: relative;
}

.mobile-submenu-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.mobile-submenu-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-left: auto;
  color: #888;
}
.mobile-submenu-arrow.rotated {
  transform: rotate(180deg);
}
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 0;
  transition: 0.2s all;
  margin-bottom: 0;
}
.mobile-submenu.active {
  max-height: 800px;
  padding: 4px 0;
}
.mobile-submenu-item {
  list-style: none;
}
.mobile-submenu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.mobile-submenu-level-3 {
  background-color: #f9f9f9;
  padding-left: 10px;
}
.mobile-submenu-level-3 .mobile-submenu-item a {
  font-size: 14px;
}
.mobile-submenu-level-4 {
  background-color: #f9f9f9;
  padding-left: 20px;
}
.mobile-submenu-level-4 .mobile-submenu-item a {
  font-size: 14px;
}
.mobile-submenu-level-5 {
  background-color: #f9f9f9;
  padding-left: 30px;
}
.mobile-submenu-level-5 .mobile-submenu-item a {
  font-size: 14px;
}

.page__static--section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.page__title {
  font-size: 28px;
  color: #e60023;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  margin: 16px 0;
}

.breadcrumb-nav {
  margin: 16px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
}

.breadcrumb-link {
  color: #333;
  text-decoration: none;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  transition: color 0.2s ease-in-out;
}
.breadcrumb-link:hover {
  color: #e63946;
  background-color: transparent;
}

.breadcrumb-current {
  font-weight: bold;
  color: #333;
  padding: 0.3rem 0.5rem;
}

.breadcrumb-separator {
  margin: 0 0.5rem;
  color: #999;
}

.empty-state {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 24px;
}

.empty-content i {
  font-size: 64px;
  color: #ddd;
  margin-bottom: 20px;
}
.empty-content h3 {
  color: #666;
  margin-bottom: 10px;
}
.empty-content p {
  color: #999;
  margin-bottom: 30px;
}
.empty-content a {
  color: #333;
}

.fixed-social {
  position: fixed;
  bottom: 4rem;
  right: 0.25rem;
  padding: 0.5rem;
  z-index: 1000;
}
.fixed-social .link-item {
  position: relative;
  margin-bottom: 0.625rem;
}
.fixed-social .link-item span {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0.625rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
  font-size: 3.75rem;
  border: 3px solid rgb(56, 32, 41);
  border-right: 0;
}
.fixed-social .social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.625rem;
  background-color: #194885;
  border-radius: 50%;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.fixed-social .social-button:hover {
  transform: scale(1.1);
}
.fixed-social .social-button img {
  width: 1.75rem;
  height: auto;
}

.social-button svg {
  width: 24px;
  height: 24px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(25, 72, 133, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(25, 72, 133, 0);
  }
  to {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(25, 72, 133, 0);
  }
}
.pulse-1 {
  animation: pulse 0.8s infinite;
}

.pulse-2 {
  animation: pulse 1.2s infinite 0.2s;
}

.pulse-3 {
  animation: pulse 1.5s infinite 0.4s;
}

.pulse-4 {
  animation: pulse 1.7s infinite 0.1s;
}

.link-item-phone {
  position: relative;
}

.phone-sub {
  position: absolute;
  right: calc(100% + 12px);
  min-width: 150px;
  max-width: 250px;
  background-color: #194885;
  border-radius: 6px;
  bottom: 0px;
  transform-origin: bottom right;
  transform: scale(0);
  transition: 0.3s all;
}
.phone-sub.open {
  transform: scale(1);
}

.phone-sub-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 5px;
  border-bottom: 1px solid #e3e3e3;
  color: #fff;
}
.phone-sub-item:last-child {
  border-bottom: 0px;
}
.phone-sub-item i {
  color: #fff;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.phone-sub-item .icon {
  color: #194885;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.phone-sub-item .icon svg {
  fill: #194885;
}
.phone-sub-item:hover span:not(.icon) {
  opacity: 0.6;
}

.skiptranslate {
  display: none;
}

#google_language_translator {
  clear: both;
  width: auto !important;
  text-align: right;
  display: none;
}

.go__top {
  position: fixed;
  bottom: 15px;
  right: 12px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  background: transparent;
}
.go__top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.go__top::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 900;
  color: #194885;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}
.go__top-svg {
  fill: none;
}
.go__top-svg path {
  stroke: #194885;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.coppy_right {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.coppy_right:hover {
  color: #0800e6;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(1, 129, 248, 0.7);
  transform: translateY(-2px);
}

.content__detail {
  font-size: 16px;
}
.content__detail h1,
.content__detail h2,
.content__detail h3,
.content__detail h4,
.content__detail h5,
.content__detail h6 {
  font-weight: bold;
  color: var(--color-main);
}
.content__detail h1 {
  font-size: 1.5rem;
}
.content__detail h2 {
  font-size: 1.5rem;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.content__detail h3 {
  font-size: 1.2rem;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.content__detail h4 {
  font-size: 1.124rem;
}
.content__detail h5,
.content__detail h6 {
  font-size: 1rem;
}
.content__detail img {
  margin-bottom: 15px;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
.content__detail table,
.content__detail table td {
  border: 1px solid #ccc;
}
.content__detail table td {
  padding: 15px;
}
.content__detail ul li {
  margin-left: 17px;
}
.content__detail ul li:not(:last-child) {
  margin-bottom: 15px;
}
.content__detail p {
  margin-bottom: 10px;
}