@charset "UTF-8";

:root {
  --khmer-font-stack: "Hanuman", "Noto Sans Khmer", "Lato", Arial, sans-serif;
  --link-color: #1b4294;
  --link-color-hover: #0098da;
  --link-text-decoration: none;
}

html[lang="km"],
html[lang="km"] body {
  font-family: var(--khmer-font-stack);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html[lang="km"] body {
  overflow-x: hidden;
}

html[lang="km"] a {
  color: var(--link-color);
  text-decoration: var(--link-text-decoration);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

html[lang="km"] a:hover,
html[lang="km"] a:focus {
  color: var(--link-color-hover);
  text-decoration: none;
}

html[lang="km"] a:focus-visible,
html[lang="km"] button:focus-visible,
html[lang="km"] [role="button"]:focus-visible {
  outline: 3px solid rgba(0, 152, 218, 0.35);
  outline-offset: 3px;
}

.hs-form {
  border-color: transparent;
}

a.cta_button {
  box-sizing: content-box !important;
  vertical-align: middle;
}

.hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0 10px 10px;
}

.hs-breadcrumb-menu-divider::before {
  content: "›";
  padding-left: 10px;
}

.hs-featured-image-link {
  border: 0;
}

.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}

.hs-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.widget_1646179491971-hidden {
  display: none !important;
}

.hs_cos_wrapper_type_form {
  display: block;
  min-height: 400px;
}

.gtranslate_wrapper {
  min-height: 40px;
}

.aa-object-cover img,
.aa-bg-image-container img,
.aa-column__image img,
.aa-article-card__header img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.aa-video-container {
  background: #000;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 5;
}

.aa-video-thumbnail,
.aa-video-inner {
  display: block !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible !important;
  width: 100%;
}

.aa-video-inner iframe,
.aa-video-container iframe {
  border: 0;
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible !important;
  width: 100% !important;
  z-index: 0;
}

.aa-video-button {
  color: #fff;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.aa-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}

.aa-hero__header {
  flex: 1.2;
  min-width: 0;
}

.aa-hero__body {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 5;
}

.aa-button,
.hs-button {
  text-decoration: none !important;
}

.aa-button:hover,
.aa-button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none !important;
}

.aa-modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.aa-modal.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

body.js-nav-open {
  overflow: hidden;
}

body.js-nav-open #mobile-menu,
body.js-nav-open .aa-mobile-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.js-scroll {
  opacity: 1;
}

.whatsapp-widget {
  align-items: center;
  bottom: 24px;
  display: flex;
  gap: 12px;
  left: 24px;
  position: fixed;
  z-index: 9999;
}

.whatsapp-widget a {
  align-items: center;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  width: 60px;
}

.whatsapp-widget a:hover,
.whatsapp-widget a:focus {
  background-color: #22c55e;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5), 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.08);
}

.whatsapp-widget a:active {
  transform: scale(0.96);
}

.whatsapp-widget svg {
  fill: #fff;
  height: 34px;
  width: 34px;
}

.whatsapp-widget .tooltip {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  padding: 8px 14px;
  pointer-events: none;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.whatsapp-widget:hover .tooltip,
.whatsapp-widget:focus-within .tooltip {
  opacity: 1;
  transform: translateX(0);
}

.whatsapp-widget a::before {
  animation: whatsapp-pulse 2s infinite;
  background-color: #25d366;
  border-radius: 50%;
  content: "";
  height: 60px;
  opacity: 0;
  position: absolute;
  width: 60px;
}

.whatsapp-widget a > svg {
  position: relative;
  z-index: 1;
}

@keyframes whatsapp-pulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

@media (max-width: 991px) {
  .aa-content {
    flex-direction: column;
    gap: 20px;
  }

  .aa-hero__header,
  .aa-hero__body {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .whatsapp-widget {
    bottom: 16px;
    left: 16px;
  }

  .whatsapp-widget a {
    height: 54px;
    width: 54px;
  }

  .whatsapp-widget a::before {
    height: 54px;
    width: 54px;
  }

  .whatsapp-widget .tooltip {
    display: none;
  }
}
