/* =============================================
   HEADER STYLES
   ============================================= */
/* background gradian home page */
 body{margin: 0;}
:root {
  --site-container-max: 1224px;
  --site-container-pad: clamp(15px, 4vw, 80px);
}

body.page-template-front-page,
body.page-template-page-templatespage_home-php,
body.front-page,
body.home {
  position: relative;
  background: #fff;
    isolation: isolate;
}

body.page-template-front-page::before,
body.page-template-page-templatespage_home-php::before,
body.front-page::before,
body.home::before {
 content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 1400px;
    height: 240px;
    transform: translateX(-50%);
    pointer-events: none;
    background: radial-gradient(circle at 15% 45%, rgba(63, 100, 233, 0.22) 0%, transparent 55%), 
    radial-gradient(circle at 50% 35%, rgba(233, 63, 63, 0.22) 0%, transparent 60%), 
    radial-gradient(circle at 85% 45%, rgba(255, 184, 0, 0.25) 0%, transparent 55%);
    filter: blur(60px);
    z-index: -1;
}

/* Đảm bảo khung ngoài cùng không có nền màu trắng che mất gradient */
#homepage-360,
#homepage-360 .sec-hero {
  background: transparent !important;
}

body.page-template-front-page .header,
body.page-template-page-templatespage_home-php .header,
body.front-page .header,
body.home .header {
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 1000;
}

body.page-template-front-page .header::before,
body.page-template-page-templatespage_home-php .header::before,
body.front-page .header::before,
body.home .header::before {
  display: none;
}

body.page-template-front-page .header .container,
body.page-template-page-templatespage_home-php .header .container,
body.front-page .header .container,
body.home .header .container {
  width: min(var(--site-container-max), calc(100% - (var(--site-container-pad) * 2)));
  margin: 0 auto;
  min-height: 58px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 1;
}

body.page-template-front-page .header .logo,
body.front-page .header .logo,
body.home .header .logo {
  flex: 0 0 auto;
}

body.page-template-front-page .header .text-360-luxtech,
body.front-page .header .text-360-luxtech,
body.home .header .text-360-luxtech {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  line-height: 1;
}

body.page-template-front-page .header .f60luxtech_span_01,
body.front-page .header .f60luxtech_span_01,
body.home .header .f60luxtech_span_01 {
  color: #19171C;
  font-size: 20px;
  font-family: Archivo;
  font-weight: 800;
  word-wrap: break-word;
}

body.page-template-front-page .header .f60luxtech_span_02,
body.front-page .header .f60luxtech_span_02,
body.home .header .f60luxtech_span_02 {
  color: #19171C;
  font-size: 20px;
  font-family: Archivo;
  font-weight: 300;
  word-wrap: break-word;
}

body.page-template-front-page .header .frame,
body.front-page .header .frame,
body.home .header .frame {
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  display: flex;
  flex: 1 1 auto;
}

body.page-template-front-page .header .frame_01,
body.front-page .header .frame_01,
body.home .header .frame_01 {
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  display: flex;
  flex: 1 1 auto;
}

/* WordPress primary-menu */
body.page-template-front-page .header .frame_01 .primary-menu,
body.front-page .header .frame_01 .primary-menu,
body.home .header .frame_01 .primary-menu {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.page-template-front-page .header .frame_01 .primary-menu li,
body.front-page .header .frame_01 .primary-menu li,
body.home .header .frame_01 .primary-menu li {
  list-style: none;
}

body.page-template-front-page .header .frame_01 .primary-menu li a,
body.front-page .header .frame_01 .primary-menu li a,
body.home .header .frame_01 .primary-menu li a {
  color: #19171C;
  font-size: 11px;
  font-family: Archivo;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  letter-spacing: -0.01em;
  word-wrap: break-word;
  transition: color 0.3s ease;
}

body.page-template-front-page .header .frame_01 .primary-menu li a:hover,
body.front-page .header .frame_01 .primary-menu li a:hover,
body.home .header .frame_01 .primary-menu li a:hover {
  color: #6B8A00;
}

body.page-template-front-page .header .frame_01 .primary-menu li.current-menu-item > a,
body.page-template-front-page .header .frame_01 .primary-menu li.current_page_item > a,
body.front-page .header .frame_01 .primary-menu li.current-menu-item > a,
body.front-page .header .frame_01 .primary-menu li.current_page_item > a,
body.home .header .frame_01 .primary-menu li.current-menu-item > a,
body.home .header .frame_01 .primary-menu li.current_page_item > a {
  font-weight: 800;
}

body.page-template-front-page .header .button,
body.front-page .header .button,
body.home .header .button {
  padding: 13px 18px;
  background: #ABF400;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  flex: 0 0 auto;
}

body.page-template-front-page .header .getintouch_span,
body.front-page .header .getintouch_span,
body.home .header .getintouch_span {
  color: #19171C;
  font-size: 12px;
  font-family: Archivo;
  font-weight: 800;
  line-height: 1;
  word-wrap: break-word;
}

body.page-template-front-page .header .frame_02,
body.front-page .header .frame_02,
body.home .header .frame_02 {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.page-template-front-page .header .vector,
body.front-page .header .vector,
body.home .header .vector {
  width: 14px;
  height: 14px;
  display: block;
}

.header {
  font-family: 'Archivo', sans-serif;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
}

.header.is-scrolled {
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
}

.header .container {
  width: min(var(--site-container-max), calc(100% - (var(--site-container-pad) * 2))) !important;
  margin: 0 auto;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.header .logo {
  flex: 0 0 auto;
}

.header .text-360-luxtech {
  display: inline-flex;
  align-items: baseline;
  font-family: 'Archivo', sans-serif;
  line-height: 1;
  text-decoration: none;
}

.header .f60luxtech_span_01,
.header .f60luxtech_span_02 {
  font-family: 'Archivo', sans-serif !important;
  font-size: 32px !important;
  line-height: 1 !important;
}

.header .f60luxtech_span_01 {
  color: #19171C;
  font-weight: 800;
}

.header .f60luxtech_span_02 {
  color: #19171C;
  font-weight: 300;
}

.header .frame {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 1 1 auto;
}

.header .frame_01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.header .frame_01 .primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 32px !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .frame_01 .primary-menu li {
  margin: 0;
  list-style: none;
}

.header .frame_01 .primary-menu li a {
  color: #19171C;
  font-family: 'Archivo', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header .frame_01 .primary-menu li a:hover {
  color: #6B8A00;
}

.header .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px !important;
  background: #ABF400;
  border-radius: 999px;
  gap: 12px !important;
  color: #19171C;
  text-decoration: none;
  flex: 0 0 auto;
  cursor: pointer;
}

.header .getintouch_span {
  color: #19171C;
  font-family: 'Archivo', sans-serif !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 800;
}

.header .frame_02,
.header .vector {
  width: 18px !important;
  height: 18px !important;
}

.header__mobile-toggle {
  display: none;
}

@media (max-width: 991px) {
  .header {
    padding-top: 18px;
  }

  .header .container {
    padding: 0;
    gap: 16px;
  }

  .header .frame {
    gap: 12px;
  }

  .header .f60luxtech_span_01,
  .header .f60luxtech_span_02 {
    font-size: 26px !important;
  }

  .header .frame_01 .primary-menu {
    gap: 18px 24px !important;
  }

  .header .frame_01 .primary-menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .header .button {
    padding: 14px 22px !important;
  }

  .header .getintouch_span {
    font-size: 14px !important;
  }

  body.page-template-front-page .header,
  body.front-page .header,
  body.home .header {
    padding-top: 18px;
  }

  body.page-template-front-page .header::before,
  body.front-page .header::before,
  body.home .header::before {
    top: 4px;
    height: 110px;
    width: min(100%, 920px);
  }

  body.page-template-front-page .header .container,
  body.front-page .header .container,
  body.home .header .container {
    padding: 0;
    gap: 16px;
  }

  body.page-template-front-page .header .frame,
  body.front-page .header .frame,
  body.home .header .frame {
    gap: 12px;
  }

  body.page-template-front-page .header .frame_01 .primary-menu,
  body.front-page .header .frame_01 .primary-menu,
  body.home .header .frame_01 .primary-menu {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 16px 15px 0;
  }

  .header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .header .frame,
  .header .frame_01,
  .header .frame_01 .primary-menu {
    width: 100%;
    justify-content: flex-start;
  }

  .header .frame {
    flex-direction: column;
    align-items: flex-start;
  }

  .header .f60luxtech_span_01,
  .header .f60luxtech_span_02 {
    font-size: 24px !important;
  }

  .header .frame_01 .primary-menu li a {
    font-size: 14px !important;
  }

  body.page-template-front-page .header,
  body.front-page .header,
  body.home .header {
    padding: 16px 15px 0;
  }

  body.page-template-front-page .header::before,
  body.front-page .header::before,
  body.home .header::before {
    top: 6px;
    width: calc(100% - 24px);
    height: 88px;
    filter: blur(22px);
  }

  body.page-template-front-page .header .container,
  body.front-page .header .container,
  body.home .header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-template-front-page .header .frame,
  body.page-template-front-page .header .frame_01,
  body.page-template-front-page .header .frame_01 .primary-menu,
  body.front-page .header .frame,
  body.front-page .header .frame_01,
  body.front-page .header .frame_01 .primary-menu,
  body.home .header .frame,
  body.home .header .frame_01,
  body.home .header .frame_01 .primary-menu {
    width: 100%;
    justify-content: flex-start;
  }

  body.page-template-front-page .header .frame,
  body.front-page .header .frame,
  body.home .header .frame {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-template-front-page .header .frame_01 .primary-menu,
  body.front-page .header .frame_01 .primary-menu,
  body.home .header .frame_01 .primary-menu {
    gap: 12px 16px;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 14px 15px 0;
  }

  .header .container,
  body.page-template-front-page .header .container,
  body.front-page .header .container,
  body.home .header .container {
    width: 100% !important;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0;
    position: relative;
  }

  .header .logo {
    position: relative;
    z-index: 12;
  }

  .header .f60luxtech_span_01,
  .header .f60luxtech_span_02 {
    font-size: 24px !important;
  }

  .header__mobile-toggle {
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(25, 23, 28, 0.14);
    border-radius: 999px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 12;
  }

  .header__mobile-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #19171C;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .header.is-open .header__mobile-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .header.is-open .header__mobile-toggle span:nth-child(2) {
    opacity: 0;
  }

  .header.is-open .header__mobile-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header .frame,
  body.page-template-front-page .header .frame,
  body.front-page .header .frame,
  body.home .header .frame {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(25, 23, 28, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 50px rgba(25, 23, 28, 0.12);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .header.is-open .frame,
  body.page-template-front-page .header.is-open .frame,
  body.front-page .header.is-open .frame,
  body.home .header.is-open .frame {
    display: flex;
  }

  .header .frame_01,
  body.page-template-front-page .header .frame_01,
  body.front-page .header .frame_01,
  body.home .header .frame_01 {
    width: 100%;
    justify-content: flex-start;
  }

  .header .frame_01 .primary-menu,
  body.page-template-front-page .header .frame_01 .primary-menu,
  body.front-page .header .frame_01 .primary-menu,
  body.home .header .frame_01 .primary-menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
  }

  .header .frame_01 .primary-menu li a,
  body.page-template-front-page .header .frame_01 .primary-menu li a,
  body.front-page .header .frame_01 .primary-menu li a,
  body.home .header .frame_01 .primary-menu li a {
    display: block;
    padding: 12px 0;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .header .frame_01 .primary-menu li + li {
    border-top: 1px solid rgba(25, 23, 28, 0.08);
  }

  .header .button,
  body.page-template-front-page .header .button,
  body.front-page .header .button,
  body.home .header .button {
    width: 100%;
    padding: 15px 20px !important;
  }
}


/* =============================================
   FOOTER STYLES
   ============================================= */

.foooter {
  width: 100%;
  background: #F2F1F3;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foooter .footer-container {
  width: min(var(--site-container-max), calc(100% - (var(--site-container-pad) * 2)));
  max-width: none;
  margin: 0 auto;
  padding: 120px 0 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  gap: 60px;
}

/* Footer Left */
.foooter .left {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex;
}

.foooter .footer-logo-01 {
  color: #19171C;
  font-size: 40px;
  font-family: Archivo, sans-serif;
  font-weight: 800;
}

.foooter .footer-logo-02 {
  color: #19171C;
  font-size: 40px;
  font-family: Archivo, sans-serif;
  font-weight: 300;
}

.foooter .contact-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.foooter .switzerland_span {
  color: #19171C;
  font-size: 16px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.foooter .footer-info-text {
  color: #19171C;
  font-size: 14px;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.foooter .location,
.foooter .email,
.foooter .phone {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.foooter .icon24-location,
.foooter .icon24-email,
.foooter .icon24-call {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Social icons */
.foooter .social-footer {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: flex;
}

.foooter .social-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.foooter .social-icon:hover {
  opacity: 0.6;
}

/* Footer Right */
.foooter .right {
  flex: 1 1 0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  gap: 40px;
}

.foooter .footer-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
  display: flex;
}

.foooter .footer-col-title {
  color: #19171C;
  font-size: 18px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  line-height: 26px;
}

.foooter .footer-col-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.foooter .footer-link-text {
  color: rgba(25, 23, 28, 0.60);
  font-size: 14px;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.foooter .footer-link-text:hover {
  color: #19171C;
}

/* WordPress footer-menu */
.foooter .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.foooter .footer-menu li a {
  color: rgba(25, 23, 28, 0.60);
  font-size: 14px;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.foooter .footer-menu li a:hover {
  color: #19171C;
}

/* Footer Bottom Bar */
.foooter .footer-bottom-bar {
  width: min(var(--site-container-max), calc(100% - (var(--site-container-pad) * 2)));
  max-width: none;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(128, 128, 128, 0.16);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.foooter .footer-copyright {
  color: #19171C;
  font-size: 13px;
  font-family: Archivo, sans-serif;
  font-weight: 400;
}

.foooter .footer-bottom-links {
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  display: flex;
}

.foooter .footer-bottom-link {
  color: #19171C;
  font-size: 13px;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.foooter .footer-bottom-link:hover {
  color: rgba(25, 23, 28, 0.60);
}

@media (max-width: 991px) {
  .foooter .footer-container {
    padding: 80px 24px 56px;
    flex-direction: column;
    gap: 48px;
  }

  .foooter .left,
  .foooter .right {
    width: 100%;
    flex: 0 1 auto;
  }

  .foooter .left {
    gap: 26px;
  }

  .foooter .right {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .foooter .footer-bottom-bar {
    padding: 20px 24px;
    gap: 24px;
  }

  .foooter .footer-bottom-links {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  :root {
    --site-container-pad: 15px;
  }

  .foooter {
    align-items: stretch;
  }

  .foooter .footer-container {
    padding: 64px 18px 42px;
    gap: 38px;
  }

  .foooter .footer-logo-01,
  .foooter .footer-logo-02 {
    font-size: 32px;
    line-height: 1;
  }

  .foooter .contact-footer {
    width: 100%;
    gap: 14px;
  }

  .foooter .location,
  .foooter .email,
  .foooter .phone {
    align-items: flex-start;
    gap: 10px;
  }

  .foooter .footer-info-text {
    display: inline-block;
    max-width: 280px;
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .foooter .social-footer {
    gap: 16px;
  }

  .foooter .social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(25, 23, 28, 0.10);
    border-radius: 999px;
  }

  .foooter .social-icon svg {
    width: 20px;
    height: 20px;
  }

  .foooter .right {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }

  .foooter .footer-col {
    gap: 16px;
  }

  .foooter .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .foooter .footer-col-title {
    font-size: 16px;
    line-height: 1.35;
  }

  .foooter .footer-col-links,
  .foooter .footer-menu {
    gap: 12px;
  }

  .foooter .footer-link-text,
  .foooter .footer-menu li a {
    font-size: 14px;
    line-height: 1.45;
  }

  .foooter .footer-bottom-bar {
    padding: 22px 18px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .foooter .footer-bottom-links {
    width: 100%;
    gap: 10px 18px;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .foooter .footer-container {
    padding: 52px 16px 34px;
  }

  .foooter .right {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .foooter .footer-col:last-child {
    grid-column: auto;
  }

  .foooter .footer-info-text {
    max-width: none;
  }

  .foooter .footer-bottom-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
