/* ========================================================= */
/* Font Style */
/* ========================================================= */
.small-title {
  display: flex;
  font-family: var(--font-stack-heading);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25em;
}

.hero-section .small-title {
  align-items: center;
  gap: 12px;
}

.hero-section .small-title:before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: white;
}

.small-text {
  font-size: 0.875rem;
  line-height: 1.35em;
}


/* ========================================================= */
/* Button */
/* ========================================================= */
.amp-btn a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 8px 8px 16px;
  font-family: var(--font-stack-heading);
  font-size: 0.888rem;
  font-weight: 600;
  line-height: 24px;
  background: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  border-radius: 4px;
  transition: all 0.4s ease-out;
}

.amp-btn.white-bg a {
  color: var(--e-global-color-text);
  background: white;
  border: 1px solid white;
}
.amp-btn.gray-bg a {
  background: var(--e-global-color-b32bd7c);
  border: 1px solid var(--e-global-color-b32bd7c);
}
.amp-btn.border a {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid white;
}

.amp-btn a::after {
  content: "";
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 2px;

  background-color: white;
  background-image: url(/wp-content/uploads/2026/05/icon-arrow-combined.svg);
  background-position: right 7px top 7px;
  background-size: 25px;
  background-repeat: no-repeat;
	
  transition: all 0.4s ease-out;
}
.amp-btn.white-bg a::after,
.amp-btn.gray-bg a::after {
  background-color: var(--e-global-color-primary);
  background-image: url(/wp-content/uploads/2026/05/icon-arrow-combined-white.svg);
}
.amp-btn.border a::after {
  display: none;
}

/* Button Hover Effect */
.amp-btn a:hover {
  background: #007f34;
}
.amp-btn.white-bg a:hover {
  background: #e5e5e5;
}
.amp-btn.gray-bg a:hover {
  background: #343434;
}
.amp-btn.border a:hover {
  background: transparent;
  opacity: 0.75;
}

.amp-btn a:hover::after,
.amp-btn.white-bg a:hover::after,
.amp-btn.gray-bg a:hover::after {
  background-position: left 7px bottom 7px;
}


/* ========================================================= */
/* Header & Menu */
/* ========================================================= */
.amp-header .header-logo-wrap,
.amp-header .amp-pc-menu-wrapper,
.amp-header .amp-nav-icon-wrapper {
  height: 100%;
  align-items: center;
}

.amp-header .amp-pc-menu #menu-desktop-main-menu {
  gap: 0px;
}

.amp-header .amp-pc-menu #menu-desktop-main-menu .menu-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 70px;
  padding: 0px 20px;

  color: white;
  font-family: var(--font-stack-heading);
  font-size: 0.888rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

.amp-header .amp-pc-menu #menu-desktop-main-menu .menu-item.pc-has-sub-menu a:after {
  content: "";
  display: flex;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2020/12/amp_arrow_down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.amp-header .amp-pc-menu #menu-desktop-main-menu .menu-item a:hover {
  color: var(--e-global-color-primary);
}

@media screen and (max-width: 1520px) {
  .amp-header .amp-pc-menu #menu-desktop-main-menu .menu-item a {
    gap: 8px;
    padding: 0px 10px;
  }

  .amp-header .amp-pc-menu #menu-desktop-main-menu .menu-item.pc-has-sub-menu a:after {
    content: "";
    width: 10px;
    height: 10px;
  }
}


/* Header Contact Icon */
.amp-header .header-contact-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .amp-header .header-contact-icon {
    display: flex;
  }
}


/* Header Language */
.amp-header .lan-switch {
  height: 100%;
  cursor:pointer;
}
.amp-header .lan-switch .elementor-icon-wrapper {
  display: flex;
}
.amp-header .lan-switch p {
  font-family: var(--font-stack-heading);
  font-size: 0.888rem;
  font-weight: 700;
  text-transform: uppercase;
}
.amp-header .lan-switch p,
.amp-header .lan-switch path {
  transition: all 0.4s ease-out;
}

.amp-header .lan-switch:hover p {
  color: var(--e-global-color-primary) !important;
}
.amp-header .lan-switch:hover path {
  fill: var(--e-global-color-primary);
}


/* Header Mobile Menu Icon */
.amp-header .amp-mb-menu .hamburger.hamburger--beauty svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.amp-header .amp-mb-menu .hamburger.hamburger--beauty .line {
  stroke: #fff;
}

@media screen and (max-width: 767px) {
  .amp-header .amp-mb-menu .hamburger.hamburger--beauty svg {
    width: 30px;
    height: 30px;
  }
}

/* ========================================================= */
/* Hero */
/* ========================================================= */
.hero-section {
  position: relative;
  height: calc(100svh - var(--header-bar));
  margin-top: 70px;
}

.hero-section .hero-video {
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.hero-section .hero-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(5, 9, 20, 0.8) 0%,
    rgba(5, 9, 20, 0.6) 30%,
    rgba(5, 9, 20, 0) 50%
  );
}

.hero-section .hero-video .elementor-widget-html,
.hero-section .hero-video .video-wrap {
  height: 100%;
}

.hero-section .hero-video video {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Hero Text Content */
.hero-section .hero-text-box .highlight {
  padding-left: 20px;
  border-left: 4px solid var(--e-global-color-primary);
}

/* Hero News Loop */
.hero-section .hero-news-wrap {
  position: absolute;
  right: 50px;
  bottom: 120px;
}

.hero-news-loop .elementor-loop-container > .e-loop-item {
  position: relative;
  border-radius: 4px;
}

.hero-news-loop .elementor-loop-container > .e-loop-item:nth-of-type(1) {
  background: white;
  border: 0.5px solid var(--e-global-color-1b7153d);
}
.hero-news-loop .elementor-loop-container > .e-loop-item:nth-of-type(1) .hero-news-title {
  color: var(--e-global-color-text);
}
.hero-news-loop .elementor-loop-container > .e-loop-item:nth-of-type(1) .hero-news-date {
  color: #5c5c5c;
}

.hero-news-loop .elementor-loop-container > .e-loop-item:nth-of-type(even) {
  background: rgba(10, 22, 61, 0.2);	
  border: 0.5px solid var(--e-global-color-1b7153d);
}
.hero-news-loop .elementor-loop-container > .e-loop-item:nth-of-type(even):before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2026/05/news-item-blur-bg-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-news-loop .elementor-loop-container > .e-loop-item:nth-of-type(even) .hero-news-title {
  color: white;
}
.hero-news-loop .elementor-loop-container > .e-loop-item:nth-of-type(even) .hero-news-date {
  color: var(--e-global-color-1b7153d);
}

.hero-news-loop .hero-news-title .elementor-heading-title {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit title to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.25em;
  max-height: 3.75em; /* line-height × 3 */
}

.hero-news-loop .hero-news-date {
  display: flex;
  font-size: 12px;
}

.hero-news-loop .hero-news-img img {
  aspect-ratio: 4 / 3;
  transition: all 0.3s ease-out;
}

/* Hero News Hover Effect */
.hero-news-loop
  .elementor-loop-container
  > .e-loop-item:hover
  .hero-news-img
  img {
  scale: 1.1;
}


/* Hero Adjust Desktop Layout 1710px-1367px */
@media screen and (min-width: 1367px) and (max-width: 1710px) {
  .hero-section .hero-inner-con {
    padding: 80px 50px;
  }

  .hero-section .hero-inner-con .hero-text-box {
    width: 45%;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1520px) {
  .hero-section .hero-inner-con .hero-text-box {
    gap: 0px;
    margin-bottom: 30px;
  }

  .hero-section .hero-inner-con .hero-text-box .hero-heading-wrap {
    gap: 16px;
  }

  .hero-section .hero-inner-con .hero-text-box h1 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1520px) {
  .hero-section .hero-video:after {
    background: linear-gradient(
      90deg,
      rgba(5, 9, 20, 0.8) 0%,
      rgba(5, 9, 20, 0.6) 35%,
      rgba(5, 9, 20, 0) 55%
    );
  }
}

@media screen and (min-width: 1367px) {
  .hero-section .hero-news-wrap {
    min-width: 350px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .hero-section .hero-news-wrap {
    right: 40px;
    bottom: 105px;
  }
}


/* ========================================================= */
/* Chatbot Icon for Demo */
/* ========================================================= */
.chat-bot-for-demo {
/*   position: fixed!important; */
  right: 50px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #5c5c5c;
  border-radius: 999px;
}

.chat-bot-for-demo:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 48px;
  height: 48px;
  border: 1.5px solid var(--e-global-color-primary);
  border-radius: 999px;
}

@media screen and (max-width: 1366px) {
  .chat-bot-for-demo {
    right: 40px;
	bottom: 40px;
    width: 50px;
    height: 50px;
  }

  .chat-bot-for-demo:before {
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--e-global-color-primary);
  }
}