/*!
Theme Name: ah
Theme URI: http://underscores.me/
Author: Tung Van Nguyen
Author URI: http://underscores.me/
Description: custom theme for AH site
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ah
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ah is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #080b2a;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  /* color: #800080; */
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
} */

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom Styles for AH Solution
---------------------------------------- */
:root {
  --primary-color: #0066ff;
  --text-color: #333333;
  --light-text: #666666;
  --white: #ffffff;
  --background-light: #f5f5f5;
}

/* montserrat-regular - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-v29-latin_vietnamese-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/montserrat-v29-latin_vietnamese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat-v29-latin_vietnamese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat-v29-latin_vietnamese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-color);
  line-height: 1.5;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.page-wrapper {
  position: relative;
  padding-top: 100px;
  z-index: 0;
  background-image: url(images/about-bg.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.dich-vu,
.services,
.network,
.mang-luoi,
.tin-tuc,
.news {
  background-image: url("images/news-bg.svg");
}

.contact,
.lien-he {
  background-image: url("images/contact-bg.svg");
}

/* Header Styles */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  animation: headerFadeIn 0.5s ease-out;
}

/* Thêm class mới cho header khi scroll */
.main-header.scrolled {
  background: rgba(0, 0, 0, 0.85);
  padding: 15px 0;
}

.header-container {
  /* max-width: 1440px; */
  /* margin: 0 auto; */
  /* padding: 0 24px; */
}

.content-container {
  max-width: 1440px;
  display: flex;
  padding: 26px 80px;
  align-items: center;
  gap: 0;
  align-self: stretch;
  margin: auto;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo-link {
  display: block;
  width: 183px;
  height: 40px;
  align-items: flex-start;
  aspect-ratio: 183/40;
  animation: fadeInUp 0.5s ease-out;
}

.logo {
  height: 40px;
  width: auto;
}

.main-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.nav-tabs li {
  display: inherit;
  animation: fadeInUp 0.5s ease-out;
  animation-fill-mode: both;
}

/* Animation delay cho từng menu item */
.nav-tabs li:nth-child(1) {
  animation-delay: 0.1s;
}
.nav-tabs li:nth-child(2) {
  animation-delay: 0.2s;
}
.nav-tabs li:nth-child(3) {
  animation-delay: 0.3s;
}
.nav-tabs li:nth-child(4) {
  animation-delay: 0.4s;
}
.nav-tabs li:nth-child(5) {
  animation-delay: 0.5s;
}
.nav-tabs li:nth-child(6) {
  animation-delay: 0.6s;
}

/* Menu Items Hover Effect */
.nav-tabs li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--neutral-contrast-Text, #9e9e9e);
  font-family: var(--font-family-sans, Montserrat);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: 135%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  padding: 9px 14px;
  position: relative;
  transition: color 0.3s ease;
}

.nav-tabs li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: var(--primary-dark, #5fd3e4);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-tabs li:hover a::after,
.nav-tabs li.current_page_item a::after {
  width: 100%;
}

.nav-tabs li:hover a,
.nav-tabs li.current_page_item a {
  color: var(--primary-dark, #5fd3e4);
}

.current_page_item a:hover {
  cursor: default;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Icon Container Animation */
.icon-container {
  cursor: pointer;
  padding: 10px 8px 0;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 50%;
  background: transparent;
}

.icon-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(45deg, #5fd3e4, #18406d);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: all 0.3s ease;
}

.icon-container:hover::before {
  opacity: 1;
}

.icon-container .icon {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.icon-container:hover .icon {
  transform: scale(1.1) rotate(15deg);
  filter: brightness(1.2);
}

.icon-container::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(45deg, #5fd3e4, #18406d);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
  filter: blur(8px);
}

.icon-container:hover::after {
  opacity: 0.5;
}

/* Call Button Animation */
.call-button {
  color: var(--primary-dark, #5fd3e4);
  cursor: pointer;
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border-radius: var(--border-radius-5xl, 32px);
  border: 1px solid #5fd3e4;
  background: transparent;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.call-button .phone-icon {
  width: 16px;
  height: 16px;
  display: block;
  transition: all 0.3s ease;
  position: relative;
}

.call-button:hover .phone-icon {
  transform: rotate(15deg) scale(1.2);
  filter: brightness(0) invert(1);
}

.call-button .button-text {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.call-button:hover .button-text {
  color: white;
  transform: translateX(4px);
}

/* Add ripple effect */
.call-button .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(95, 211, 228, 0.4);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Add floating animation for call button */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}

.call-button {
  animation: floating 3s ease-in-out infinite;
}

/* Add pulse animation for icon-container */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(95, 211, 228, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(95, 211, 228, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(95, 211, 228, 0);
  }
}

.icon-container:hover {
  animation: pulse 1.5s infinite;
}

.language-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid var(--primary-dark, #5fd3e4);
  overflow: hidden;
}

.lang-btn {
  color: var(--primary-dark, #5fd3e4);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: var(--spacing-2-5, 10px) var(--spacing-4, 18px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.lang-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-dark, #5fd3e4);
  transition: all 0.3s ease;
  z-index: -1;
}

.lang-btn:hover::before {
  left: 0;
}

.lang-btn:hover {
  color: #080b2a;
  background: transparent;
}

.lang-btn.active {
  background: var(--primary-dark, #5fd3e4);
  color: #080b2a;
}

.header-divider {
  background: linear-gradient(90deg, #15bffd 0%, #18406d 50.6%, #20749b 100%);
  height: 4px;
  align-self: stretch;
}

/* Thêm keyframes cho các animation */
@keyframes headerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}
/* End header */

/* START - home - Hero Section */
.home-hero-section {
  position: relative;
  z-index: 1;
}

.home-hero-container {
  display: flex;
  max-width: 1440px;
  padding: 0 60px;
  align-items: center;
  margin: auto;
}

.home-hero-content {
  flex: 1;
  max-width: 472px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: contentFadeInUp 1s ease 0.3s forwards;
  backdrop-filter: blur(10px);
}

@keyframes contentFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-hero-text {
  margin-top: 8px;
}
.home-hero-slide-lightning {
  width: 232px;
  height: 65px;
}
.home-hero-slide-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
  color: #68e8fb;

  /* Typography/h3/medium */
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-2571-rem, 36px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%; /* 54px */
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  padding-left: 10px;
  margin-bottom: 20px;
}

.home-hero-slide-description {
  color: var(--accent, #eef2ff);

  /* Typography/subtitle 2/medium */
  font-size: 16px;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%; /* 27px */
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin-top: 13px;
  margin-bottom: 0;
}

.home-hero-view-more-btn {
  display: flex;
  width: 155px;
  height: 50px;
  padding: var(--padding-12, 12px) var(--padding-32, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-2, 8px);
  border-radius: var(--border-radius-5xl, 32px);
  color: var(--primary-dark, #5fd3e4);
  border: var(--border-width-1, 1px) solid var(--primary-dark, #5fd3e4);
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}

.home-hero-view-more-btn:hover {
  background: var(--primary-dark, #5fd3e4);
  color: #080b2a;
  transform: translateY(-2px);
}

.home-hero-image-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -120px;
  opacity: 0;
  transform: translateX(30px);
  animation: imageFadeIn 1s ease 0.9s forwards;
}

@keyframes imageFadeIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.home-hero-image-container img {
  margin-top: -73px;
  z-index: -1;
}
/* Hero Slider Styles */
.home-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 7px;
}

.home-hero-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.home-hero-slide.active,
.home-hero-slide.initial-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.home-hero-slide.prev {
  opacity: 0;
  visibility: hidden;
}
/* END - home - Hero Section */

/* START - home - services section */
.home-services-section {
  z-index: 2;
  position: relative;
}

.home-services-container {
  max-width: 1440px;
  padding: 42px 60px;
  margin: auto;
}

.home-services-content {
  display: flex;
  flex-direction: column;
}

.home-services-title {
  color: #68e8fb;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-2571-rem, 36px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: 150%; /* 54px */
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin-bottom: 40px;
}

.home-services-list {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  justify-content: center;
}

.home-services-item {
  display: flex;
  width: calc(100% / 3);
  padding: 16px;
  flex-direction: column;
  align-self: stretch;
  border-radius: 16px;
  border: 2px solid #15bffd;
  background: linear-gradient(
    0deg,
    rgba(21, 191, 253, 0) 8.19%,
    rgba(21, 191, 253, 0.7) 70.61%,
    rgba(156, 55, 253, 0.7) 100%
  );
  justify-content: space-between;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  margin-bottom: 40px;
}

.home-services-item:hover {
  transform: translateY(-5px);
}

.home-services-item-images {
  width: 100%;
  margin-bottom: 16px;
  height: 300px;
}

.home-services-subtitle {
  text-transform: uppercase;
  color: var(--primary-contrast-Text, #fff);
  text-align: center;
  /* Typography/subtitle 2/semibold */
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1286-rem, 18px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 150%; /* 27px */
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  /* padding: 17px 0 6px; */
  margin-bottom: 4px;
}

.home-services-item-description {
  color: var(--primary-contrast-Text, #fff);

  /* Typography/body 2/normal */
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-0875-rem, 14px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 150%; /* 21px */
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  margin-bottom: 15px;
}

.home-services-link-container {
  display: flex;
  /* min-width: 44px; */
  /* min-height: 36px; */
  /* padding: var(--padding-0, 0px) var(--padding-12, 12px); */
  /* justify-content: center; */
  align-items: end;
  /* gap: var(--spacing-2, 8px); */
  flex-direction: column;
  /* font-size: 14px; */
  /* text-decoration: none; */
  /* cursor: pointer; */
  /* color: var(--primary-dark, #5FD3E4); */
}

.home-services-view-more {
  display: flex;
  min-width: 44px;
  min-height: 36px;
  padding: var(--padding-0, 0px) var(--padding-12, 12px);
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-dark, #5fd3e4);
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

.home-services-view-more::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--primary-dark, #5fd3e4);
  transition: width 0.3s ease;
}

.home-services-view-more:hover {
  transform: translateX(5px);
  color: var(--primary-dark, #5fd3e4);
}

.home-services-view-more:hover::after {
  width: 100%;
}
/* END - home - services section */

/* START - home - partner section */
.home-partner-section {
  /* background-color: #000; */
}

.home-partner-container {
  max-width: 1440px;
  padding: 42px 60px;
  margin: auto;
}

.home-partner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.home-partner-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-partner-title {
  color: #68e8fb;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-2571-rem, 36px);
  font-style: normal;
}

.home-partner-image {
  width: auto;
  max-height: 358px;
  max-width: 100%;
  object-fit: cover;
  margin: auto;
}
/* END - home - partner section */

/* START - home - feature section */
.home-feature-section {
  /* max-width: 1440px; */
  /* padding: 42px 60px; */
  /* margin: auto; */
}

.home-feature-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1440px;
  padding: 37px 60px;
  margin: auto;
}

.home-feature-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-feature-title, .services-title {
  color: #68e8fb;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-2571-rem, 36px);
  font-style: normal;
  margin: 0;
}

.home-feature-description, .services-description {
  color: var(--accent, #eef2ff);
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
  text-align: center;
}

.home-feature-body {
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 40px; */
}

.home-feature-item {
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 40px; */
}

.home-feature-image {
  margin: auto;
}
/* END - home - feature section */

/* START - home - contact section */
.home-contact-section {
  position: relative;
}

.home-contact-container {
  max-width: 1440px;
  padding: 40px 60px;
  margin: auto;
}

.home-contact-content {
  background-image: url("images/home-contact-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #15bffd;
  border-radius: 32px;
  display: flex;
  padding: 60px 80px;
  gap: 24px;
}

.home-contact-content-left {
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
  width: 40%;
  padding-top: 71px;
}

.home-contact-left-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 74px;
}

.home-contact-left-title {
  font-family: var(--font-family-sans, Montserrat);
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #eef2ff;
  font-size: 32px;
}

.home-contact-left-link-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

a.home-contact-left-link {
  background: var(--primary-dark, #5fd3e4);
  display: flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  color: #080b2a;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
  padding: 12px 33px;
  font-size: 16px;
  transition: all 0.3s ease;
}

a.home-contact-left-link:hover {
  transform: translateY(-2px);
}

.home-contact-left-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-contact-left-info a,
.home-contact-left-info p {
  color: #fff;
  font-family: var(--font-family-sans, Montserrat);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  margin: 0;
  padding-left: 24px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.home-contact-left-info a:hover {
  color: #68e8fb;
}

.home-contact-left-info svg,
.home-contact-left-info img {
  width: 16px;
  margin-top: 3px;
}

.home-contact-content-right {
  width: 60%;
  padding: 32px;
  border: 1px solid #15bffd;
  border-radius: 24px;
  /* background: linear-gradient(
    360deg,
    rgba(21, 191, 253, 0) 8.19%,
    rgba(21, 191, 253, 0.5) 70.61%,
    rgba(12, 6, 60, 0.5) 100%
  ); */
  backdrop-filter: blur(5px);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(21, 191, 253, 0) 100%
  );
}

/* WPForms styling */
.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-contact-content-right .wpforms-container {
  margin: 0 !important;
}

.wpforms-container .wpforms-field.wpforms-field-text,
.wpforms-container .wpforms-field.wpforms-field-email {
  width: 49%;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.wpforms-container .wpforms-field.wpforms-field-textarea {
  width: 100%;
  padding: 0;
}

.home-contact-content-right
  div.wpforms-container-full
  .wpforms-form
  textarea.wpforms-field-large {
  height: 104px;
}

div.wpforms-container-full .wpforms-field-limit-text {
  display: none;
}

.home-contact-content-right .wpforms-form input[type="text"],
.home-contact-content-right .wpforms-form input[type="email"],
.home-contact-content-right .wpforms-form textarea {
  background: white;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  /* color: #FFF; */
  padding: 12px;
  font-family: var(--font-family-sans, Montserrat);
}

.home-contact-content-right .wpforms-form input[type="text"]::placeholder,
.home-contact-content-right .wpforms-form input[type="email"]::placeholder,
.home-contact-content-right .wpforms-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.home-contact-content-right .wpforms-form .wpforms-field-label {
  color: #fff;
  font-family: var(--font-family-sans, Montserrat);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.wpforms-error a.mailcheck-suggestion {
  color: red;
}

.home-contact-content-right
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  text-align: left;
  margin-top: 16px;
}

.home-contact-content-right
  div.wpforms-container-full
  button[type="submit"]:not(:hover):not(:active) {
  background: transparent;
  border: 1px solid #5fd3e4;
  border-radius: 32px;
  color: #5fd3e4;
  font-family: var(--font-family-sans, Montserrat);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px 10px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: url("images/hone-contact-send-icon.webp");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.home-contact-content-right .wpforms-form .wpforms-submit:hover {
  /* color: #080B2A; */
  /* transform: translateY(-2px); */
  padding: 12px 32px;
  border-radius: 32px;
  /* border: 1px solid #5FD3E4; */
  background: #5fd3e4;
  font-size: 16px;
}

.home-contact-content-right .wpforms-form .wpforms-submit:active {
  transform: translateY(1px);
}
/* END - home - contact section */

/* START - footer section */
footer.main-footer {
  display: flex;
  padding: 16px 60px 60px 136px;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  backdrop-filter: blur(5px);
}

p.copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: var(--accent, #eef2ff);
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-size-xl, 20px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--font-leading-7, 28px); /* 140% */
  letter-spacing: var(--font-tracking-normal, 0px);
}

.copyright-icon {
  width: 14px;
  height: 15px;
}

.back-to-top {
  position: fixed;
  right: 60px;
  bottom: 65px;
  display: flex;
  padding: var(--spacing-4, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-2, 8px);
  border-radius: var(--min-width-96, 384px);
  background: var(--primary-dark, #5fd3e4);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  width: 64px;
  height: 64px;
}

.back-to-top:hover {
  background: #039be5;
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(95, 211, 228, 0.3);
}

.back-to-top img {
  transition: transform 0.3s ease;
}

.back-to-top:hover img {
  transform: translateY(-2px);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
/* END - footer section */

/* START - about us page */
.aboutus-hero-container {
  display: flex;
  max-width: 1440px;
  padding: 0px 80px;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}

.aboutus-hero-content {
  /* width: 535px; */
  padding: 10px;
  padding-top: 42px;
  opacity: 0;
  transform: translateY(30px);
  animation: contentFadeInUp 1s ease 0.3s forwards;
}

.aboutus-hero-image {
  max-width: 745px;
  opacity: 0;
  transform: translateX(30px);
  animation: imageFadeIn 1s ease 0.9s forwards;
}

h1.aboutus-hero-title {
  color: #68e8fb;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-2571-rem, 36px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
}

.aboutus-company-intro-container {
  display: flex;
  max-width: 1440px;
  padding: 126px 20px 120px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin: auto;
}

.aboutus-intro-text {
  display: flex;
  width: 620px;
  padding: 40px 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  margin-top: 70px;
  backdrop-filter: blur(10px);
}

.aboutus-intro-text {
  display: flex;
  width: 620px;
  padding: 40px 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  margin-top: 70px;
}

p.aboutus-intro-paragraph {
  color: var(--neutral-main, #f5f5f5);
  text-align: justify;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1286-rem, 18px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

.aboutus-intro-image .aboutus-image-shadow {
  max-height: 400px;
}

.aboutus-company-values-container {
  display: flex;
  padding: 120px 70px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  max-width: 1440px;
  margin: auto;
}
.aboutus-values-image {
  display: contents;
}
.aboutus-values-image .aboutus-image-shadow {
  width: 510px;
  max-width: 100%;
}

.aboutus-values-text {
  display: flex;
  padding: 40px 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  margin-top: 110px;
}

p.aboutus-values-paragraph {
  color: var(--neutral-main, #f5f5f5);
  text-align: justify;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1571-rem, 22px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

.aboutus-company-mission-container {
  display: flex;
  padding: 120px 70px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  max-width: 1440px;
  margin: auto;
}

.aboutus-mission-text {
  display: flex;
  width: 620px;
  padding: 40px 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  margin-top: 134px;
}

.aboutus-mission-image .aboutus-image-shadow {
  width: 640px;
  max-width: 100%;
}

p.aboutus-mission-paragraph {
  color: var(--neutral-main, #f5f5f5);
  text-align: justify;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1571-rem, 22px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

.aboutus-urgency-container {
  max-width: 1440px;
  margin: auto;
  padding: 60px 160px;
}
.aboutus-urgency-content {
  display: flex;
  align-items: center;
  gap: 80px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.animate .aboutus-urgency-content {
  opacity: 1;
  transform: translateX(0);
}

.aboutus-urgency-right-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s;
}

.animate .aboutus-urgency-right-content {
  opacity: 1;
  transform: translateX(0);
}

.aboutus-urgency-image {
  width: 50%;
}

h2.aboutus-urgency-title {
  color: var(--primary-dark, #5fd3e4);

  /* Typography/h2/bold */
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-3214-rem, 45px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: 150%; /* 67.5px */
  letter-spacing: var(--font-letter-spacing-normal, 0px);
}
.aboutus-urgency-line-image {
  width: 214px;
}
.aboutus-urgency-description {
  color: var(--primary-contrast-Text, #fff);

  /* Typography/body 1_base/medium */
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1143-rem, 16px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%; /* 24px */
  letter-spacing: var(--font-letter-spacing-normal, 0px);
}
.aboutus-digital-transformation-container {
  display: flex;
  max-width: 1440px;
  padding: 127px 70px 120px;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  margin: auto;
}

.aboutus-section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-4, 16px);
  align-self: stretch;
}

h2.aboutus-section-title {
  color: #68e8fb;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-3214-rem, 45px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

p.aboutus-section-description {
  color: var(--base-white, #fff);
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1429-rem, 20px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  max-width: 940px;
}

.aboutus-why-us-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-4, 16px);
  align-self: stretch;
}

h2.aboutus-why-us-title {
  color: #68e8fb;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-3214-rem, 45px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

.aboutus-why-us-footer {
  max-width: 1020px;
  margin: 0 auto;
}

.aboutus-why-us-heading {
  color: #68e8fb;
  font-family: var(--font-family-sans, Montserrat);
  font-weight: var(--font-weight-bold, 700);
  font-style: normal;
  font-size: var(--font-size-1786-rem, 32px);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  text-align: center;
}

p.aboutus-why-us-description {
  color: var(--base-white, #fff);
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1429-rem, 20px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  max-width: 960px;
  margin: 0;
}

.aboutus-feature-block {
  display: flex;
  padding: 0px 80px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-40, 160px);
  align-self: stretch;
}

img.aboutus-feature-image {
  width: 471px;
}

.aboutus-feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--padding-24, 24px);
}

h3.aboutus-feature-heading {
  display: flex;
  align-items: center;
  gap: var(--padding-12, 12px);
  margin: 0;
  color: var(--primary-dark, #5fd3e4);
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-2286-rem, 32px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  position: relative;
  padding-left: 30px;
}

h3.aboutus-feature-heading::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5fd3e4;
  position: absolute;
  left: 0;
  top: 15px;
}

p.aboutus-feature-description {
  color: #fff;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1786-rem, 25px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

img.aboutus-feature-image2 {
  width: 429px;
}

img.aboutus-feature-image3 {
  width: 540px;
}

img.aboutus-feature-image4 {
  width: 516px;
}
/* END - about us page */

/* START - industry page */
.industry-container {
  display: flex;
  max-width: 1440px;
  padding: 60px 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.industry-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin: 0 auto 20px;
  max-width: 700px;
}

h1.industry-title {
  color: #68e8fb;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-4643-rem, 65px);
  font-style: normal;
  font-weight: var(--font-weight-black, 900);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  backdrop-filter: blur(10px);
}

p.industry-title-description {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1429-rem, 20px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

.industry-list {
  display: flex;
  padding: 40px 0px;
}

.industry-block {

}

.industry-block1, .industry-block3, .industry-block4 {
  margin-top: 160px;
}

.industry-block2, .industry-block3, .industry-block5 {
  position: relative;
}

.industry-block2:before, .industry-block5:before {
  position: absolute;
  content: '';
  top: 0;
  right: calc( 100% - 20px );
  width: 288px;
  height: 78px;
  background-image: url(./images/image-arrow.svg);
  background-repeat: no-repeat;
}

.industry-block3:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: calc( 100% - 20px );
  width: 288px;
  height: 78px;
  background-image: url(./images/image-arrow.svg);
  background-repeat: no-repeat;
}

.industry-block-container {
  display: flex;
  max-width: 540px;
  padding: 0 40px;
  flex-direction: column;
  gap: 16px;
}

.industry-block-container img {
  border-radius: 16px;
  height: 235px;
}

.industry-block-title {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1786-rem, 28px);
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  width: 100%;
}

.industry-block-title-description {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1429-rem, 20px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  text-align: center;
  width: 100%;
  margin: 0;
}

.industry-block-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

h3.industry-block-subtitle {
  color: #5fd3e4;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1286-rem, 18px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  padding-left: 28px;
  position: relative;
  transition: transform 0.3s ease;
}

h3.industry-block-subtitle:hover {
  transform: translateX(5px);
}

h3.industry-block-subtitle::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #5fd3e4;
}

p.industry-block-description {
  color: var(--primary-contrast-Text, #fff);
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1143-rem, 16px);
  font-style: normal;
  font-weight: var(--font-weight-light, 300);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  padding-left: 28px;
}

/* END - industry page */

/* START - services page */

.services-intro, .industry-intro {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.services-intro video, .industry-intro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeInScale 1.5s ease-out;
}

.services-container {
  max-width: 1440px;
  margin: auto;
}

.services-content {
  margin: auto;
  max-width: 100%;
}

.services-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-navigation {
  max-width: 1440px;
  margin: 30px auto;
}

.tab-content-area {
  max-width: 1240px;
  margin: auto;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s;
}

.tab-content.active {
  display: block; /* Show active tab content */
}

.border-gradient {
  border-radius: 16px;
  background: linear-gradient(#0f153c, #0f153c) padding-box, linear-gradient(152.14deg, rgba(21, 191, 253, 0.7) 9.96%, rgba(156, 55, 253, 0.7) 100%) border-box;
  border: 2px solid transparent;
}

.tab-btn {
  max-width: 240px;
  padding: 16px;
  color: #fff;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1286-rem, 18px);
  font-style: normal;
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  margin: 15px;
}

.tab-btn:hover, .tab-btn.active {
  background: #9AF0FC;
  color: #0A0A0A;
}

.services-tab-content {
  padding: 40px;
}

.services-header .services-description, .services-header .services-title{
  margin-bottom: 40px;
}

.services-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.services-row:last-child {
  margin-bottom: 0px;
}

.services-block {
  padding: 40px;
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
}

.services-block-content {
  padding-left: 8px;
}

.services-block-content .title {
  color: #68e8fb;
  font-weight: var(--font-weight-semibold, 600);
  font-style: normal;
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
}

.services-block-content h3 {
  color: #FFFFFF;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-2286-rem, 28px);
  margin-bottom: 20px;
}

.services-block-content p, .services-block-list li {
  color: #fff;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1286-rem, 18px);
  font-style: normal;
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
}

.services-block-content ul li ul {
  margin-left: 0;
}

.services-block-list { 
  list-style: none;
  padding-left: 0;  
  margin-left: 0;
}

.services-block-list li.services-block-list-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.services-block-list li.services-block-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5FD3E4;
}

.services-block-list li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #C2C2C2;
  top: 19px;
  left: 5.5px;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive styles remain unchanged */
/* END - services page */

/* START - news page */
.news-container {
  display: flex;
  max-width: 1440px;
  padding: 60px 84px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: auto;
}

h1.news-title {
  color: #68e8fb;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-4643-rem, 65px);
  font-style: normal;
  font-weight: var(--font-weight-black, 900);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  backdrop-filter: blur(10px);
}

.news-list {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 60px;
  align-self: stretch;
  flex-wrap: wrap;
}

.news-item {
  width: 30%;
  background-image: url("images/news-border.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 34px 20px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}

.news-border-image {
  position: absolute;
  height: 100%;
  width: 100%;
}

.news-item-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.news-item-date {
  color: #fff;
  font-size: 14px;
}
.news-item-description {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-0875-rem, 16px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  margin: 0;
  height: 70px;
}

.news-item-button {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-2, 8px);
  border-radius: var(--border-radius-5xl, 32px);
  border: var(--border-width-1, 1px) solid var(--primary-dark, #5fd3e4);
  background: transparent;
  color: var(--primary-dark, #5fd3e4);
  text-align: center;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-0875-rem, 14px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-normal, 0px);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.news-item-button:hover {
  background: var(--primary-dark, #5fd3e4);
  color: #080b2a;
  transform: translateY(-2px);
}

.pagination-container {
  display: block;
  width: 100%;
}

.pagination {
  margin: auto;
  width: 258px;
  height: 44px;
  padding: 8px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: var(--border-width-1, 1px) solid var(--primary-dark, #5fd3e4);
  display: flex;
  gap: 16px;
}

.pagination a {
  color: white;
  text-decoration: none;
}

.pagination a:hover {
  color: #5fd3e4;
}

.pagination .current {
  color: #5fd3e4;
  text-decoration: underline;
}

.no-news-message {
  color: var(--accent, #eef2ff);
  text-align: center;
  display: block;
  margin: auto;
}
/* END - news page */

/* START - news detail page */
.news-detail-container {
  width: 960px;
  margin: auto;
  padding: 60px 0;
  max-width: 100%;
}

img.news-feature-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.news-detail-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67px;
  height: 82px;
  padding: 8px;
  background: #5fd3e4;
  text-align: center;
}

.news-detail-date {
  color: #080b2a;
  line-height: 150%;
}

.news-detail-featured-image {
  position: relative;
  display: flex;
}

header.news-detail-header {
  margin: 32px 0;
}

.news-detail-author {
  margin-bottom: 32px;
  color: white;
  display: flex;
  gap: 4px;
  align-items: center;
}

h1.news-detail-title {
  line-height: 150%;
  color: white;
  margin: 0;
}

.news-detail-content {
  color: white;
  font-family: var(--font-family-sans, Montserrat);
  font-size: var(--font-s-ize-1143-rem, 16px);
  line-height: 1.8;
  margin: 2em 0;
}

.news-detail-content p {
  margin-bottom: 1.5em;
}

.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4 {
  color: var(--primary-dark, #5fd3e4);
  margin: 2em 0 1em;
  font-weight: 600;
}

.news-detail-content h2 {
  font-size: 1.75em;
}

.news-detail-content h3 {
  font-size: 1.5em;
}

.news-detail-content h4 {
  font-size: 1.25em;
}

.news-detail-content ul,
.news-detail-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}

.news-detail-content li {
  margin-bottom: 0.5em;
}

.news-detail-content blockquote {
  border-left: 4px solid var(--primary-dark, #5fd3e4);
  margin: 1.5em 0;
  padding: 1em 1.5em;
  font-style: italic;
}

.news-detail-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}

.news-detail-content a {
  color: var(--primary-dark, #5fd3e4);
  text-decoration: none;
}

.news-detail-content a:hover {
  text-decoration: underline;
}

.news-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

.news-detail-content th,
.news-detail-content td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75em;
  text-align: left;
}

.news-detail-content th {
  background-color: rgba(95, 211, 228, 0.1);
  font-weight: 600;
}

.news-detail-content pre {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1.5em 0;
}

.news-detail-content code {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

.news-detail-content .wp-caption {
  max-width: 100%;
  margin: 1.5em 0;
}

.news-detail-content .wp-caption-text {
  font-size: 0.9em;
  text-align: center;
  margin-top: 0.5em;
  color: rgba(255, 255, 255, 0.7);
}

.news-detail-content .aligncenter {
  display: block;
  margin: 1.5em auto;
}

.news-detail-content .alignleft {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

.news-detail-content .alignright {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

@media (max-width: 768px) {
  .news-detail-content .alignleft,
  .news-detail-content .alignright {
    float: none;
    margin: 1.5em auto;
    display: block;
  }
}
/* END - news detail page */

/* Add animation classes for about page */
.aboutus-hero-section {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
}

.aboutus-company-intro,
.aboutus-company-values,
.aboutus-company-mission,
.aboutus-digital-transformation {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.aboutus-company-intro.animate,
.aboutus-company-values.animate,
.aboutus-company-mission.animate,
.aboutus-digital-transformation.animate {
  opacity: 1;
  transform: translateY(0);
}

.aboutus-intro-text,
.aboutus-values-text,
.aboutus-mission-text {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease 0.2s;
}

.aboutus-intro-image,
.aboutus-values-image,
.aboutus-mission-image {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease 0.2s;
}

.aboutus-intro-text.animate,
.aboutus-values-text.animate,
.aboutus-mission-text.animate,
.aboutus-intro-image.animate,
.aboutus-values-image.animate,
.aboutus-mission-image.animate {
  opacity: 1;
  transform: translateX(0);
}

.aboutus-feature-block {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.aboutus-feature-block.animate {
  opacity: 1;
  transform: translateY(0);
}

.aboutus-feature-content {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease 0.3s;
}

.aboutus-feature-image,
.aboutus-feature-image2,
.aboutus-feature-image3,
.aboutus-feature-image4 {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease 0.3s;
}

.aboutus-feature-block.animate .aboutus-feature-content,
.aboutus-feature-block.animate .aboutus-feature-image,
.aboutus-feature-block.animate .aboutus-feature-image2,
.aboutus-feature-block.animate .aboutus-feature-image3,
.aboutus-feature-block.animate .aboutus-feature-image4 {
  opacity: 1;
  transform: translateX(0);
}

.aboutus-section-header,
.aboutus-why-us-header {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.aboutus-section-header.animate,
.aboutus-why-us-header.animate {
  opacity: 1;
  transform: translateY(0);
}

.test-page-bg {
  position: absolute;
  left: 50%;
  width: 1440px;
  z-index: 1;
  display: block;
  transform: translateX(-50%);
  opacity: 60%;
  display: none;
}


/* Responsive Styles */
@media (max-width: 1440px) {
  .content-container,
  .hero-container,
  .aboutus-hero-container,
  .aboutus-company-intro-container,
  .aboutus-company-values-container,
  .aboutus-company-mission-container,
  .aboutus-digital-transformation-container,
  .news-container,
  .aboutus-urgency-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .aboutus-hero-image {
    width: 65%;
  }
  /* Header menu */
  .nav-tabs li a {
    padding: 10px 9px;
  }
}

@media (max-width: 1300px) {
  .industry-container {
    padding: 0 20px;
  }
  .page-wrapper {
    padding-top: 89px;
  }
  /* START - Header menu */
  .nav-tabs li a {
    padding: 10px;
    font-size: 16px;
  }
  /* END - Header menu */
  .content-container {
    padding: 24px 12px;
    gap: 10px;
  }
  .services-container {
    padding: 20px;
  }
  .services-block3 {
    margin-top: 110px;
  }
  .services-block4 {
    margin-top: 64px;
  }
}

@media (max-width: 1200px) {
  .home-hero-container,
  .industry-container,
  .news-container,
  .aboutus-hero-container,
  .app-features-section,
  .home-services-container,
  .home-feature-content,
  .home-partner-container,
  .home-contact-container {
    gap: 20px;
    padding: 60px 20px;
  }

  /* START - Header menu */
  .desktop-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 8px;
  }

  .hamburger {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #5fd3e4;
    transition: all 0.3s ease;
  }

  .hamburger::before,
  .hamburger::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #5fd3e4;
    transition: all 0.3s ease;
  }

  .hamburger::before {
    transform: translateY(-6px);
  }

  .hamburger::after {
    transform: translateY(6px);
  }

  /* Hamburger Animation */
  .mobile-menu-toggle.active .hamburger {
    background-color: transparent;
  }

  .mobile-menu-toggle.active .hamburger::before {
    transform: rotate(45deg);
  }

  .mobile-menu-toggle.active .hamburger::after {
    transform: rotate(-45deg);
  }

  .mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: black;
    backdrop-filter: blur(10px);
    z-index: 1000;
  }

  .mobile-nav.active {
    display: block;
  }

  .mobile-nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-tabs li {
    border-bottom: 1px solid rgba(95, 211, 228, 0.1);
  }

  .mobile-nav-tabs li a {
    display: block;
    padding: 15px 20px;
    color: #5fd3e4;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .mobile-nav-tabs li a:hover {
    background: rgba(95, 211, 228, 0.1);
  }
  .nav-tabs li a {
    padding: 5px;
  }

  .header-actions {
    gap: 10px;
  }
  /* END - Header menu */

  /* START - About Us responsive */
  .aboutus-feature-block {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }

  .aboutus-feature-content {
    align-items: center;
    text-align: center;
  }
  .aboutus-hero-container {
    flex-direction: column;
  }

  h1.aboutus-hero-title {
    text-align: center;
  }

  .aboutus-hero-decoration {
    display: block;
    margin: auto;
  }

  .aboutus-hero-container {
    padding: 80px 40px;
  }

  .aboutus-hero-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .aboutus-hero-image {
    width: 50%;
    display: none;
  }

  .aboutus-company-intro-container,
  .aboutus-company-values-container,
  .aboutus-company-mission-container {
    padding: 60px 40px;
  }

  .aboutus-feature-block-reversesp {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .aboutus-intro-text,
  .aboutus-values-text,
  .aboutus-mission-text {
    width: 50%;
  }

  .aboutus-intro-image,
  .aboutus-values-image,
  .aboutus-mission-image {
    width: 45%;
  }
  /* END - About Us responsive */

  /* END - Network responsive */

  .industry-block2:before, 
  .industry-block5:before, 
  .industry-block3:before {
    content: none;
  }

  /* END - Network responsive */

  /* START - Industry responsive */
  .industry-list {
    justify-content: center;
    gap: 40px;
    flex-direction: column;
    padding-top: 0;
    background: none;
  }

  .industry-block {
    width: 100%;
    max-width: 540px;
    content: none;
  }

  .industry-block1, .industry-block3, .industry-block4 {
    margin-top: 0px;
  }

  .industry-block::after {
    content: none;
  }

  /* END - Industry responsive */

  .services-block-container {
    max-width: 480px;
  }
  .news-list {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .page-wrapper {
    padding-top: 97px;
  }
  .home-hero-container,
  .industry-container,
  .news-container,
  .aboutus-hero-container,
  .app-features-section,
  .home-services-container,
  .home-feature-content,
  .home-partner-container,
  .home-contact-container {
    gap: 20px;
    padding: 32px 12px;
  }
  .aboutus-hero-container,
  .aboutus-company-intro-container,
  .aboutus-company-values-container,
  .aboutus-company-mission-container,
  .aboutus-digital-transformation-container,
  .aboutus-urgency-container {
    gap: 40px;
    padding: 32px 12px;
  }
  /* START - Header menu */
  .desktop-nav {
    display: none;
  }
  .content-container {
    padding: 24px 12px;
  }

  .header-container {
    position: relative;
  }
  .header-left {
    flex: 1;
  }

  .logo {
    max-width: 150px;
  }

  .call-button .button-text {
    display: none;
  }
  /* END - Header menu */

  /* START - About Us responsive */
  .aboutus-company-intro-container,
  .aboutus-company-mission-container {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
  .aboutus-company-values-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .aboutus-hero-content {
    padding: 0;
  }
  .aboutus-intro-text,
  .aboutus-values-text,
  .aboutus-mission-text {
    display: block;
    margin: auto;
  }
  .aboutus-urgency-content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .aboutus-urgency-right-content {
    text-align: center;
    display: flex;
    align-items: center;
  }
  /* END - About Us responsive */
}

@media (max-width: 992px) {
  /* START - Home contact */
  .home-contact-content {
    flex-direction: column;
    padding: 20px;
  }

  .home-services-list {
    flex-wrap: wrap;
    gap: 0px;
  }

  .home-services-item {
    width: 400px;
  }

  .home-contact-content-left {
    padding-top: 0;
  }
  .home-contact-left-header {
    padding-bottom: 20px;
  }
  .home-contact-content-left,
  .home-contact-content-right {
    width: 100%;
  }
  .home-contact-left-title {
    text-align: center;
  }
  .home-contact-left-link-container {
    margin: auto;
  }
  .home-contact-left-info {
    margin: auto;
  }

  /* END - Home contact */

  .services-block-container {
    width: 100%;
    max-width: 525px;
  }

  .services-block1,
  .services-block2,
  .services-block3,
  .services-block4 {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .home-hero-container,
  .industry-container,
  .news-container,
  .aboutus-hero-container,
  .app-features-section,
  .home-services-container,
  .home-feature-content,
  .home-partner-container,
  .home-contact-container {
    gap: 20px;
    padding: 40px 12px;
  }

  /* START - Home hero */
  .home-hero-image-container {
    display: none;
  }
  .home-hero-content {
    max-width: 100%;
    width: 100%;
  }
  .home-hero-slide-title {
    padding-left: 0;
    text-align: center;
    font-size: 28px;
  }
  .home-hero-slide-description {
    font-size: 14px;
  }
  .home-hero-slide-lightning {
    display: block;
    margin: auto;
  }
  .home-hero-slide-description {
    text-align: center;
  }
  .home-hero-view-more-btn {
    margin: auto;
  }
  /* END - Home hero */
  /* START - Home services */
  
  /* END - Home services */
  .home-services-title,
  .home-feature-title,
  .home-partner-title {
    font-size: 28px;
  }
  .home-feature-description {
    font-size: 14px;
  }
  /* START - Home contact */
  .home-contact-left-title {
    font-size: 28px;
  }

  .home-contact-left-info a,
  .home-contact-left-info p {
    font-size: 16px;
  }

  div.contact-form-column div.wpforms-container {
    margin: auto;
  }

  .field-label,
  div.wpforms-container-full label.wpforms-field-label {
    font-size: 14px;
  }

  img.contact-bg-image {
    display: none;
  }

  .contact-social-image {
    display: none;
  }

  footer.main-footer {
    padding: 0 0 24px 0;
  }

  .aboutus-section-title,
  .aboutus-why-us-title {
    font-size: 32px;
  }

  .aboutus-section-description,
  .aboutus-why-us-description {
    font-size: 16px;
  }

  .aboutus-feature-heading {
    font-size: 24px;
  }

  .aboutus-feature-description {
    font-size: 18px;
  }

  .industry-title {
    font-size: 36px;
  }

  .industry-title-description {
    font-size: 16px;
  }

  .news-title {
    font-size: 36px;
  }

  .contact-columns {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }

  .contact-info-wrapper {
    margin-left: 0;
    text-align: center;
  }

  .contact-form {
    width: 100%;
  }

  .aboutus-intro-image .aboutus-image-shadow,
  .aboutus-values-image .aboutus-image-shadow,
  .aboutus-mission-image .aboutus-image-shadow {
    margin: auto;
    display: block;
    max-width: 100%;
  }

  .aboutus-hero-image {
    display: none;
  }

  .aboutus-company-values-container {
    gap: 40px;
  }

  .aboutus-digital-transformation-container {
    gap: 40px;
  }

  .aboutus-intro-text,
  .aboutus-values-text,
  .aboutus-mission-text {
    margin-top: 0;
    gap: 16px;
    padding: 24px 12px;
    width: 100%;
  }

  h1.aboutus-hero-title,
  h1.industry-title,
  h1.news-title,
  .contact-title, .aboutus-why-us-heading {
    font-size: 28px;
  }

  h2.aboutus-section-title,
  h2.aboutus-why-us-title,
  h2.aboutus-urgency-title {
    font-size: 28px;
  }

  h3.aboutus-feature-heading {
    font-size: 16px;
  }

  h3.aboutus-feature-heading::before {
    top: 4px;
  }

  p.aboutus-feature-description,
  p.industry-title-description,
  .contact-details,
  .contact-message,
  p.aboutus-intro-paragraph,
  p.aboutus-values-paragraph,
  p.aboutus-mission-paragraph,
  p.aboutus-section-description,
  p.aboutus-why-us-description {
    font-size: 14px;
  }

  .news-item {
    width: 384px;
  }

  p.copyright-text {
    font-size: 14px;
  }
  .news-detail-content-wrapper {
    padding: 12px;
  }
  .news-list {
    justify-content: center;
  }
  .aboutus-urgency-image {
    width: auto;
  }
}

@media (max-width: 576px) {
  /* START - Home services */
  /* END - Home services */
  /* START - Home contact */
  .home-contact-container {
    padding: 24px 16px;
  }
  .wpforms-container .wpforms-field.wpforms-field-text,
  .wpforms-container .wpforms-field.wpforms-field-email {
    width: 100%;
  }
  .aboutus-intro-image,
  .aboutus-values-image,
  .aboutus-mission-image {
    width: 100%;
  }
  .aboutus-intro-image .aboutus-image-shadow,
  .aboutus-values-image .aboutus-image-shadow,
  .aboutus-mission-image .aboutus-image-shadow {
    margin: auto;
    display: block;
    width: 100%;
  }

  .aboutus-feature-image,
  .aboutus-feature-image2,
  .aboutus-feature-image3,
  .aboutus-feature-image4 {
    width: 100%;
  }

  .services-item.row-reverse,
  .services-item {
    flex-direction: column;
  }
  .services-block-container {
    padding: 16px;
  }

  .services-block-title {
    font-size: 18px;
  }

  .services-block-subtitle,
  .services-block-description {
    font-size: 14px;
  }

  .industry-block-container {
    padding: 16px;
  }

  .industry-block-title {
    font-size: 16px;
  }

  .industry-block-title-description {
    font-size: 18px;
  }

  .industry-block-subtitle,
  .industry-block-description {
    font-size: 14px;
  }

  .news-item-container {
    width: 100%;
    padding: 24px 16px;
  }
  .news-item-date {
    font-size: 12px;
  }
  .news-item-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .page-wrapper {
    padding-top: 61px;
  }
  .logo-link {
    width: 100px;
    height: 22px;
  }

  .logo {
    height: 22px;
    max-width: 100px;
  }

  .content-container {
    padding: 10px 12px;
    gap: 6px;
  }

  .header-actions {
    gap: 8px;
  }

  .mobile-menu-toggle {
    width: 24px;
    height: 24px;
  }

  .hamburger,
  .hamburger::before,
  .hamburger::after {
    width: 16px;
  }

  .icon-container .icon {
    width: 18px;
    height: 18px;
  }

  .call-button {
    min-height: 32px;
    padding: 6px 10px;
  }

  .phone-icon {
    width: 12px;
    height: 12px;
  }

  .language-selector {
    /* padding: 2px; */
  }

  .lang-btn {
    padding: 4px 8px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .aboutus-hero-title {
    font-size: 2rem;
  }

  .aboutus-hero-image {
    width: 80%;
  }

  .aboutus-intro-image,
  .aboutus-values-image,
  .aboutus-mission-image {
    width: 80%;
  }

  .aboutus-section-title,
  .aboutus-why-us-title {
    font-size: 1.8rem;
  }

  .aboutus-section-description,
  .aboutus-why-us-description,
  .aboutus-feature-description {
    font-size: 1rem;
  }

  .aboutus-feature-heading {
    font-size: 1.4rem;
  }

  .aboutus-feature-image,
  .aboutus-feature-image2,
  .aboutus-feature-image3,
  .aboutus-feature-image4 {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .aboutus-hero-container {
    padding: 40px 20px;
  }

  .aboutus-hero-title {
    font-size: 1.6rem;
  }

  .aboutus-company-intro-container,
  .aboutus-company-values-container,
  .aboutus-company-mission-container {
    padding: 40px 20px;
  }

  .aboutus-intro-image,
  .aboutus-values-image,
  .aboutus-mission-image {
    width: 100%;
  }

  .aboutus-section-title,
  .aboutus-why-us-title {
    font-size: 1.5rem;
  }

  .aboutus-feature-heading {
    font-size: 1.2rem;
  }

  .aboutus-feature-image,
  .aboutus-feature-image2,
  .aboutus-feature-image3,
  .aboutus-feature-image4 {
    width: 90%;
  }
}

/* --- Search Popup Layout --- */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 11, 42, 0.95);
  backdrop-filter: blur(10px);
  display: none;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
}

.search-popup.active {
  display: block;
  opacity: 1;
}

.search-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.search-popup-content {
  position: relative;
  max-width: 800px;
  margin: 120px auto 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #15bffd;
  box-shadow: 0 10px 30px rgba(21, 191, 253, 0.3);
  transform: translateY(-20px);
  transition: all 0.3s ease;
}

.search-popup.active .search-popup-content {
  transform: translateY(0);
}

.search-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.search-popup-title {
  font-size: 28px;
  font-weight: 600;
  color: #68e8fb;
  margin: 0;
  font-family: var(--font-family-sans, Montserrat);
}

.search-popup-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #5fd3e4;
  transition: all 0.3s ease;
  line-height: 0;
}

.search-popup-close:hover {
  transform: rotate(90deg);
}

.search-popup-close svg {
  width: 24px;
  height: 24px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input-wrapper .search-field {
  width: 100%;
  padding: 16px 60px 16px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #15bffd;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
  font-family: var(--font-family-sans, Montserrat);
}

/* .search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
} */

.search-field:focus {
  outline: none;
  border-color: #5fd3e4;
  box-shadow: 0 0 15px rgba(95, 211, 228, 0.3);
}

.search-submit {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #5fd3e4;
  transition: all 0.3s ease;
  line-height: 0;
}

.search-submit:hover {
  transform: scale(1.1);
}

.search-submit svg {
  width: 24px;
  height: 24px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .search-popup-content {
    margin: 100px 40px 0;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .search-popup-content {
    margin: 80px 20px 0;
    padding: 24px;
  }

  .search-popup-title {
    font-size: 24px;
  }

  .search-field {
    padding: 12px 50px 12px 20px;
    font-size: 16px;
  }

  .search-submit svg,
  .search-popup-close svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .search-popup-content {
    margin: 60px 16px 0;
    padding: 20px;
  }

  .search-popup-title {
    font-size: 20px;
  }

  .search-field {
    padding: 10px 45px 10px 16px;
    font-size: 14px;
  }
}
