﻿/* ==========================================================================
   Thai Minh Long Seafood - Premium Design System (2024 Refactor)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  overflow-x: hidden !important;  /* clip ngang á»Ÿ html */
  overflow-y: auto !important;    /* scroll dá»c chá»‰ á»Ÿ html */
}

body {
  /* KHÃ”NG Ä‘Æ°á»£c set overflow-x:hidden á»Ÿ Ä‘Ã¢y!
     CSS spec: khi 1 chiá»u hidden, chiá»u kia bá»‹ Ã©p thÃ nh auto â†’ táº¡o scrollbar thá»© 2 */
  overflow: visible !important;
  max-width: 100vw;               /* ngÄƒn body rá»™ng hÆ¡n viewport */
}

.c-product-slider__badge {
    display: none !important;
}
/* Undo "body overflow: hidden" á»Ÿ má»i breakpoint tá»« theme/css/style.css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body { overflow: visible !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body { overflow: visible !important; }
}
@media only screen and (max-width: 767px) {
  body { overflow: visible !important; }
}

/* Fix horizontal overflow tá»« Swiper/product-slider â€” clip á»Ÿ container */
.c-product-slider,
.swiper-container-wrapper,
[class*="swiper"]:not(.swiper-slide):not(.swiper-wrapper) {
  overflow-x: hidden;
}

:root {
  /* Colors - Standardized Palette (Linked to Admin Settings) */
  --clr-primary: var(--color-primary, #005278);
  --clr-primary-light: var(--color-info, #74C6DB);
  --clr-primary-dark: var(--color-heading-1, #003a55);
  --clr-accent: var(--color-secondary, #F9A12D);
  --clr-white: var(--color-white, #ffffff);
  --clr-light: var(--site-bg, #F2F2F2);
  --clr-black: var(--color-secondary-hover, #0a0a0a);
  --clr-text: var(--color-primary, #005278);
  /* Default text to primary blue */
  --clr-text-muted: rgba(0, 82, 120, 0.7);
  --clr-bg: var(--site-bg, #F2F2F2);
  --clr-bg-alt: var(--color-white, #ffffff);

  /* Fonts */
  --font-heading: 'Be Vietnam Pro', sans-serif;
  --font-body: 'Be Vietnam Pro', sans-serif;

  /* Typography Scale - Exact Figma Values (Minor Third | 1.2 ratio | 16px base) */
  --fs-biggest: 68.8px;
  --lh-biggest: 76.3px;
  --fs-big-title: 57.3px;
  --lh-big-title: 76.3px;
  --fs-h1: 47.8px;
  --lh-h1: 76.3px;
  --fs-h2: 39.82px;
  --lh-h2: 63.6px;
  --fs-h3: 33.2px;
  --lh-h3: 53px;
  --fs-h4: 27.6px;
  --lh-h4: 44.2px;
  --fs-h5: 23px;
  --lh-h5: 36.8px;
  --fs-h6: 19.2px;
  --lh-h6: 30.7px;
  --fs-p: 16px;
  --lh-p: 25.6px;
  --fs-small: 13.3px;
  --lh-small: 21.3px;

  /* Layout */
  --container-max: 1320px;
  --section-padding: 120px;
  --header-height: 100px;
  --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.3s ease;

  /* Shadows */
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-premium: 0 40px 80px rgba(0, 0, 0, 0.2);
}


/* Global Responsive Adjustments - REFINED */
@media (max-width: 1200px) {
  :root {
    --fs-biggest: 60px;
    --lh-biggest: 1.1;
    --fs-big-title: 50px;
    --lh-big-title: 1.2;
    --fs-h1: 42px;
    --lh-h1: 1.2;
    --section-padding: 100px;
  }
}

@media (max-width: 1024px) {
  :root {
    --fs-biggest: 52px;
    --fs-big-title: 42px;
    --fs-h1: 38px;
    --fs-h2: 32px;
    --lh-h2: 1.3;
    --fs-h3: 28px;
    --lh-h3: 1.4;
    --section-padding: 80px;
  }

  .l-container {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  :root {
    --fs-biggest: 42px;
    --fs-big-title: 36px;
    --fs-h1: 32px;
    --fs-h2: 28px;
    --fs-h3: 24px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --fs-p: 16px;
    --lh-p: 1.6;
    --section-padding: 60px;
    --header-height: 70px;
  }

  .l-container {
    padding: 0 25px;
  }

  /* Fixing line-height specifically for headings */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2 !important;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 480px) {
  :root {
    --fs-biggest: 34px;
    --fs-big-title: 30px;
    --fs-h1: 28px;
    --fs-h2: 24px;
    --fs-h3: 20px;
    --section-padding: 50px;
  }

  .l-container {
    padding: 0 20px;
  }
}


/* 1. Base Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
}

body {
  font-family: var(--font-body);
  color: var(--clr-text);
  background-color: var(--clr-bg);
  line-height: var(--lh-p);
  overflow-x: hidden !important;
  overflow-y: visible !important;
  height: auto !important;
  min-height: 100vh !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--clr-primary);
}

h1 {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
}

h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}

h3 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
}

h4 {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
}

h5 {
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
}

h6 {
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
}

/* 2. Layout & Utilities */
.l-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

.u-text-center {
  text-align: center;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

/* Section Title Pattern */
.c-section-header {
  margin-bottom: 70px;
}

.c-section-subtitle {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.c-section-title {
  font-size: var(--fs-big-title);
  line-height: var(--lh-big-title);
  letter-spacing: -1px;
  font-weight: 800;
}

/* Buttons */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  font-size: var(--fs-p);
  position: relative;
  overflow: hidden;
}

.c-btn--primary {
  background-color: transparent;
  border-color: var(--clr-white);
  color: var(--clr-white);
  }

.c-btn--primary:hover {
  background-color: var(--clr-primary-dark);
  border-color: var(--clr-primary-dark);
  color: var(--clr-white);
  box-shadow: 0 8px 24px rgba(0, 82, 120, 0.4);
}

.c-btn--outline {
  background-color: transparent;
  border-color: var(--clr-white);
  color: var(--clr-white);
}

.c-btn--outline:hover {
  background-color: var(--clr-white);
  border-color: var(--clr-white);
  color: var(--clr-primary);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

/* 3. Header & Nav */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: var(--transition-smooth);

}

.c-header.is-fixed {
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-md);
}

.c-header.is-fixed .c-header__menu-label,
.c-header.is-fixed .c-header__hamburger span {
  color: var(--clr-primary-dark);

}

.c-header.is-fixed .c-header__hamburger span {
  background-color: var(--clr-primary-dark);
}

.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.c-header__left,
.c-header__right {
  flex: 1;
}

.c-header__right {
  display: flex;
  justify-content: flex-end;
}

.c-header__logo {
  flex: 0 0 auto;
  text-align: center;
}

.c-header__logo img {
  height: 80px;
  transition: var(--transition-smooth);
  filter: brightness(0) invert(1);
}

.c-header__logo .logo-sticky {
  display: none;
}

.c-header.is-fixed .c-header__logo .logo-normal {
  display: none;
}

.c-header.is-fixed .c-header__logo .logo-sticky {
  display: inline-block;
}

.c-header.is-fixed .c-header__logo img {
  height: 80px;
  filter: none;
}

@media (max-width: 768px) {
  .c-header.is-fixed .c-header__logo img {
    height: 90px;
  }
}

.c-header__menu-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--clr-white);
  transition: color 0.3s ease;
}

.c-header__menu-btn:hover {
  color: var(--clr-primary-light);
}

.c-header__menu-btn:hover .c-header__hamburger span {
  background-color: var(--clr-primary-light);
}

.c-header__menu-label {
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: var(--fs-p);
}

.c-header__hamburger {
  width: 25px;
  height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--clr-white);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-header__hamburger span:first-child {
  transform: translateX(5px);
}

.c-header__hamburger span:last-child {
  transform: translateX(-5px);
}

.c-header__menu-btn:hover .c-header__hamburger span:first-child {
  transform: translateX(-5px);
}

.c-header__menu-btn:hover .c-header__hamburger span:last-child {
  transform: translateX(5px);
}

.c-header__contact {
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  color: var(--clr-white);
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}

/* .c-header__contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--clr-primary-light);
  transition: width 0.3s ease;
} */

.c-header__contact:hover {
  color: var(--clr-primary-light);
}

.c-header__contact:hover::after {
  width: 100%;
}

.c-header.is-fixed .c-header__menu-btn,
.c-header.is-fixed .c-header__contact {
  color: var(--clr-primary-dark);
}

@media (max-width: 768px) {
  .c-header__menu-btn {
    gap: 8px;
  }

  .c-header__menu-label,
  .c-header__contact {
    font-size: 0.85rem;
    letter-spacing: 1px;
  }

  .c-header__left,
  .c-header__right {
    margin-top: 15px;
  }

  .c-header.is-fixed {
    height: 100px;
  }
}

.c-header.is-fixed .c-header__hamburger span {
  background-color: var(--clr-primary-dark);
}

/* Fullscreen Menu Overlay */


/* --- 4. Hero Section --- */
.c-hero {
  height: 130vh;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary-dark);
}

.c-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.c-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-hero__content {
  position: relative;
  z-index: 1;
  color: var(--clr-white);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.c-hero__title {
  font-size: var(--fs-biggest);
  line-height: var(--lh-biggest);
  margin-bottom: 32px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.c-hero__desc {
  font-size: var(--fs-p);
  line-height: var(--lh-p);
  color: #ffffff;
  max-width: 620px;
  margin: 0 auto 32px;
  font-weight: 400;
  text-align: center;
  padding: 0;
}

.c-hero__btns {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

@media (max-width: 768px) {
  .c-hero {
    height: 100vh;
  }

  .c-hero__content {
    padding: 0;
  }

  .c-hero__title {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
    padding: 0;
    margin-bottom: 20px;
  }

  .c-hero__desc {
    font-size: var(--fs-p);
    line-height: var(--lh-p);
    padding: 0;
    margin: 0 auto 24px;
  }

  .c-hero__btns {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    gap: 12px;
  }

  .c-hero__btns .c-btn--primary,
  .c-hero__btns .c-btn--outline {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--clr-primary);
    padding: 12px 24px;
    font-size: var(--fs-small);
    white-space: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .c-hero__btns .c-btn--primary,
  .c-hero__btns .c-btn--outline {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--clr-primary);
  }
}

.c-hero__ocean {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}

/* --- 5. Features Section --- */
section {
  padding: var(--section-padding) 0;
}

.c-features {
  background-color: var(--clr-primary);
  color: var(--clr-light);
}

.c-features__header {
  margin-bottom: 60px;
}

.c-features__badge {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
}

.c-features__title {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.c-features__desc {
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: 700;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
}

.c-features__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-features__item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  margin: 0;
}

.c-features__item--reverse {
  flex-direction: row-reverse;
}

.c-features__img,
.c-features__content {
  flex: 1;
}

.c-features__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-features__img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-premium);
  transition: box-shadow 0.4s ease;
}

.c-features__img:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.c-features__img img {
  width: 100%;
  transition: transform 0.7s ease;
}

.c-features__img:hover img {
  transform: scale(1.04);
}

.c-features__content h3 {
  color: var(--clr-white);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: 800;
  margin: 0;
}

.c-features__content p {
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  font-weight: 400;
  color: #ffffff;
}

.c-features__banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.c-features__banner-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow-premium);
  background: rgba(255, 255, 255, 0.05);
  transition: box-shadow 0.4s ease;
}

.c-features__banner-item img {
  width: 100%;
  display: block;
  transition: transform 0.7s ease;
}

.c-features__banner-item:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.c-features__banner-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .c-features__banners {
    grid-template-columns: 1fr;
  }

  .c-features__item {
    gap: 20px;
  }
}

/* Features mobile responsive */
@media (max-width: 768px) {
  .c-features {
    padding: 60px 0;
  }

  .c-features__header {
    margin-bottom: 40px;
  }

  .c-features__badge {
    font-size: var(--fs-small);
    line-height: 21.3px;
    padding: 5px 18px;
  }

  .c-features__title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }

  .c-features__list {
    gap: 40px;
  }

  .c-features__item {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    align-items: flex-start !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }

  .c-features__item--reverse {
    flex-direction: row-reverse !important;
  }

  .c-features__img {
    flex: 0 0 45% !important;
    border-radius: 20px;
    aspect-ratio: auto;
  }

  .c-features__img img {
    aspect-ratio: 186 / 160;
    object-fit: cover;
    border-radius: 20px;
  }

  .c-features__content {
    flex: 1 !important;
    min-width: 0;
    gap: 8px;
  }

  .c-features__content h3 {
    font-size: var(--fs-h6) !important;
    line-height: var(--lh-h6) !important;
    font-weight: 700 !important;
  }

  .c-features__content p {
    font-size: var(--fs-p) !important;
    line-height: var(--lh-p) !important;
    font-weight: 400 !important;
  }
}

/* iPhone SE and smaller screens */
@media (max-width: 375px) {
  .c-features__badge {
    font-size: 11px;
    padding: 4px 14px;
  }

  .c-features__title {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }

  .c-features__content h3 {
    font-size: var(--fs-h6);
    line-height: var(--lh-h6);
    font-weight: 700;
  }

  .c-features__content p {
    font-size: 9.26px;
    line-height: 14.8px;
    font-weight: 300;
  }

  .c-features__img {
    flex: 0 0 42%;
    border-radius: 16px;
  }

  .c-features__img img {
    aspect-ratio: 186 / 160;
    object-fit: cover;
    border-radius: 16px;
  }
}

/* Hub section mobile */
@media (max-width: 768px) {
  .c-hub {
    padding: 40px 0;
      margin-top: -90px !important;
  }

  .c-hub__label {
    font-size: var(--fs-small);
    padding: 5px 18px;
  }

  .c-hub__subtitle {
    font-size: var(--fs-p);
    line-height: var(--lh-p);
    font-weight: 400;
  }

  .c-hub__title {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
    font-weight: 900;
  }

  .c-hub__desc {
    font-size: var(--fs-small);
    line-height: 21.3px;
    font-weight: 400;
  }

  .c-hub__flex {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .c-hub__content {
    flex: 0 0 100%;
    text-align: center;
  }

  .c-hub__map {
    width: 100%;
  }

  .c-hub__map img {
    max-width: 80%;
    margin: 0 auto;
  }

  .c-hub__image {
    margin-top: 15px;
    border-radius: 12px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-hub__pin {
   
    top: 50%!important;
    left: 60%!important;
    }
}

@media (max-width: 375px) {


  .c-hub__subtitle {
    font-size: var(--fs-small);
    line-height: 21.3px;
  }

  .c-hub__title {
    font-size: var(--fs-h6);
    line-height: var(--lh-h6);
  }

  .c-hub__desc {
    font-size: 9.26px;
    line-height: 14.8px;
  }
}

/* Quote section mobile */
@media (max-width: 768px) {
  .c-quote__text {
    font-size: var(--fs-h6);
    line-height: var(--lh-h6);
    font-weight: 700;
  }

  .c-quote__icon img {
    width: 150px;
  }
}

@media (max-width: 375px) {
  .c-quote__text {
    font-size: var(--fs-h6);
    line-height: var(--lh-h6);
    font-weight: 700;
  }

  .c-quote__icon img {
    width: 120px;
  }
}


/* --- 6. Hub Section --- */
.c-hub {
  padding: 150px 0;
  background-color: var(--clr-white);
  position: relative;
  overflow: hidden;
    margin-top: -290px;
  z-index: 5;
}

.c-hub__flex {
  display: flex;
  align-items: center;
}

.c-hub__content {
  flex: 0 0 50%;
}

.c-hub__label {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid var(--clr-primary);
  border-radius: 50px;
  color: var(--clr-primary);
  font-weight: 700;
  font-size: var(--fs-small);
  margin-bottom: 16px;
}

.c-hub__subtitle {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: 400;
  color: var(--clr-primary);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.c-hub__title {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: 900;
  color: var(--clr-primary);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.c-hub__desc {
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  font-weight: 400;
  color: var(--clr-primary);
}

.c-hub__image {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-premium);
}

.c-hub__map {
  flex: 1;
  position: relative;
}

.c-hub__pin {
  position: absolute;
  top: 65%;
  left: 70%;
  color: #ef4444;
  font-size: 50px;
  filter: drop-shadow(0 5px 15px rgba(239, 68, 68, 0.4));
  z-index: 10;
  animation: pinFloating 2s ease-in-out infinite;
}

@keyframes pinFloating {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}


@media (max-width: 991px) {
  .c-hub {
    background-size: contain !important;
    padding: 80px 0;
  }

  .c-hub__flex {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .c-hub__content {
    flex: 0 0 100%;
  }

  .c-hub__title {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }

  .c-hub__subtitle {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }
}

/* --- Explore Section --- */
.c-explore {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0;
  background-color: var(--clr-primary-dark);
}

.c-explore__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

c-explore__bg>img {
  width: 100%;
}

.c-explore__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.c-explore__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 10s linear;
}

.c-explore:hover .c-explore__bg img {
  transform: scale(1.1);
}

.c-explore .l-container {
  position: relative;
  z-index: 2;
}

.c-explore__content {
  max-width: 600px;
  color: var(--clr-white);
}

.c-explore__subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--clr-accent);
  margin-bottom: 20px;
}

.c-explore__title {
  font-size: 4rem;
  line-height: 1.1;
  color: var(--clr-white);
  margin-bottom: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.c-explore__link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--clr-white);
  border-bottom: 2px solid var(--clr-accent);
  padding-bottom: 8px;
  transition: var(--transition-fast);
  font-size: 1.1rem;
}

.c-explore__link:hover {
  color: var(--clr-accent);
  gap: 25px;
}

@media (max-width: 768px) {
  .c-explore {
    min-height: 450px;
    padding: 80px 0;
    text-align: center;
  }

 

  .c-explore__title {
    font-size: 2.5rem;
  }

  .c-explore__link {
    justify-content: center;
  }
}

/* --- 7. SPC Flooring --- */
.c-spc-flooring {
  background: #0d0d0d;
  padding: 120px 0;
  color: var(--clr-white);
  overflow: hidden;
}

.c-spc-flooring__header {
  margin-bottom: 60px;
}

.c-spc-flooring__brand {
  font-size: 0.9rem;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 10px;
}



.c-spc-flooring__title-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.c-spc-flooring__title {
  font-size: 3rem;
  margin: 0;
}

.c-spc-flooring__line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.c-spc-card {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  transition: var(--transition-smooth);
  background: #1a1a1a;
}

.c-spc-card__img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.c-spc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.c-spc-card:hover .c-spc-card__img img {
  transform: scale(1.1);
}

.c-spc-card__content {
  padding: 30px;
}

.c-spc-card__content h3 {
  color: var(--clr-white);
  font-size: 1.2rem;
  margin-bottom: 20px;
  min-height: 3em;
}

.c-spc-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.c-spc-card__info .price {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.c-spc-card__info .price strong {
  color: var(--clr-accent);
  font-size: 1.2rem;
  margin-left: 5px;
}

.c-spc-card__info .detail {
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Swiper Specific for SPC */
.c-spc-flooring .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

.c-spc-flooring .swiper-slide-active,
.c-spc-flooring .swiper-slide-next {
  opacity: 1;
}

.c-spc-flooring__controls {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.c-spc-flooring__progress {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.c-spc-flooring__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--clr-accent);
  width: 0;
  transition: width 0.3s ease;
}

.c-spc-flooring__nav {
  display: flex;
  gap: 15px;
}

.c-spc-flooring__nav .swiper-button-prev,
.c-spc-flooring__nav .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--clr-white);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-spc-flooring__nav .swiper-button-prev::after,
.c-spc-flooring__nav .swiper-button-next::after {
  content: none;
}

/* --- 8. Footer --- */
.c-footer {
  background-color: #f8fafc;
  color: #334155;
  padding: 80px 0 40px;
  border-top: 1px solid #e2e8f0;
  font-family: var(--font-body);
}

.c-footer__inner {
  display: grid;
  grid-template-columns: 1fr 2fr 1.5fr;
  gap: 60px;
  align-items: flex-start;
  text-align: left;
}

/* Footer columns */
.c-footer__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Col Title */
.c-footer__col-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 10px 0;
  position: relative;
  padding-bottom: 10px;
}

.c-footer__col-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--color-primary, #005278);
  border-radius: 2px;
}

/* Logo block */
.c-footer__col--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.c-footer__logo {
  margin-bottom: 0;
  text-align: left;
}

.c-footer__logo img {
  max-width: 180px;
  height: auto;
  margin: 0 0 15px 0;
  transition: transform 0.3s ease;
}

.c-footer__logo img:hover {
  transform: scale(1.03);
}

.c-footer__brand {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: #0f172a;
  text-transform: uppercase;
  margin: 0;
}

/* Company name heading */
.c-footer__company-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 0 10px 0;
  max-width: 100%;
  text-align: center;
}

/* Contact info rows */
.c-footer__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.c-footer__info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.6;
}

.c-footer__info-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--color-primary, #005278);
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-footer__link {
  color: #334155;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.c-footer__link:hover {
  color: var(--color-primary, #005278);
  padding-left: 4px;
}

/* Quick-link nav */
.c-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.c-footer__nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
  transition: color 0.2s ease, padding-left 0.2s ease, border-color 0.2s ease;
}

.c-footer__nav-link:hover {
  color: var(--color-primary, #005278);
  padding-left: 6px;
  border-bottom-color: var(--color-primary, #005278);
}

.c-footer__nav-link svg {
  flex-shrink: 0;
  color: var(--color-primary, #005278);
  transition: transform 0.2s ease;
}

.c-footer__nav-link:hover svg {
  transform: translateX(3px);
}

/* Social icons */
.c-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}

.c-footer__col--logo {
  align-items: center;
  justify-content: center;
}

.c-footer__social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #334155;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.c-footer__social-icon:hover {
  transform: translateY(-4px);
  color: #ffffff;
  border-color: transparent;
}

.c-footer__social-icon--facebook:hover { background: #1877F2; }
.c-footer__social-icon--instagram:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.c-footer__social-icon--twitter:hover { background: #000; }
.c-footer__social-icon--telegram:hover { background: #26A5E4; }

/* Map Styling */
.c-footer__map {
  width: 100%;
  margin-top: 15px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.c-footer__map iframe {
  display: block;
  width: 100%;
  height: 150px;
  border: 0;
}

/* Bottom bar */
.c-footer__bottom {
  border-top: 1px solid #e2e8f0;
  padding-top: 25px;
  margin-top: 60px;
  font-size: 0.88rem;
  color: #64748b;
}

.c-footer__bottom a {
  color: #0f172a;
  font-weight: 600;
  transition: color 0.2s ease;
}

.c-footer__bottom a:hover {
  color: var(--color-primary, #005278);
}

@media (max-width: 991px) {
  .c-footer {
    padding: 60px 0 30px;
  }
  .c-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .c-footer__col--logo {
    grid-column: span 2;
    align-items: center;
  }
  .c-footer__logo {
    text-align: center;
  }
  .c-footer__logo img {
    margin: 0 auto 15px;
  }
  .c-footer__socials {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .c-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }

  .c-footer__col {
    align-items: flex-start;
    text-align: left;
  }

  .c-footer__col-title {
    display: none;
  }

  .c-footer__col-title::after {
    left: 0;
    transform: none;
  }

  /* Col logo: cÄƒn giá»¯a trÃªn mobile */
  .c-footer__col--logo {
    align-items: center;
    text-align: center;
  }

  .c-footer__logo {
    text-align: center;
  }

  .c-footer__logo img {
    margin: 0 auto 15px;
  }

  /* Col info */
  .c-footer__col--info {
    align-items: flex-start;
  }

  .c-footer__company-name {
    text-align: center;
    width: 100%;
   
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .c-footer__info {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .c-footer__info-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }

  /* Col menu */
  .c-footer__col--menu {
    align-items: flex-start;
  }

  .c-footer__nav {
    align-items: flex-start;
    width: 100%;
  }

  .c-footer__nav-link {
    justify-content: flex-start;
    width: 100%;
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
    font-weight: 700;
  }

  .c-footer__socials {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .c-footer__socials .c-footer__social-icon {
    width: 40px;
    height: 40px;
  }

  .c-footer__bottom {
    margin-top: 40px;
  }
}

/* /* --- Fullscreen Menu Overlay (Premium Redesign) --- */
.Menu_bg {
  position: fixed;
  inset: 0;
  background: url("/TML/assets/img/Menu_bg.png") no-repeat center center/cover;
  z-index: 2000;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  display: flex;
  flex-direction: column;
  padding: 24px 0 40px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}

.Menu_bg.is-active {
  transform: translateY(0);
  overflow: hidden;
}
.shop-main-h{
    overflow: hidden !important;
}
.Menu_bg__nav>ul li{
        margin-top: 0;
    margin-bottom: 0;
}
/* Header: close trÃ¡i, logo pháº£i */
.Menu_bg__header {
  margin-bottom: clamp(32px, 6vh, 64px);
}

.Menu_bg__close {
  background: none;
  border: none;
  color: var(--clr-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: opacity 0.3s ease;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}

.Menu_bg__close:hover {
  opacity: 0.7;
}

/* "â€” Close" label: small 13.3px */
.Menu_bg__close-label {
  color: var(--clr-white);
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 13.3px;
  line-height: 21.3px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Logo bÃªn pháº£i: vá»«a pháº£i, cÃ³ text bÃªn dÆ°á»›i */
.Menu_bg__close-logo {
  height: 64px;
  width: auto;
  filter: brightness(0) invert(1);
  display: block;
}

/* Content area */
.Menu_bg__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.Menu_bg__flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 80px;
}

/* Cá»™t trÃ¡i: Logo lá»›n â€” PC only */
.Menu_bg__left-col {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Menu_bg__logo-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.Menu_bg__logo-large img {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: brightness(0) invert(1);
}

.Menu_bg__logo-brand {
  color: var(--clr-white);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0;
}

/* Cá»™t pháº£i: Menu & Social */
.Menu_bg__right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Nav menu items: H1 47.8px / 76.3px, Black 900 */
.Menu_bg__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 0;
  margin: 0;
}

.Menu_bg__nav a {
  display: inline-block;
  color: var(--clr-white);
  font-size: 47.8px;
  line-height: 76.3px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.3s ease, padding-left 0.3s ease;
  position: relative;
  letter-spacing: -0.5px;
}

.Menu_bg__nav a:hover {
  color: var(--clr-accent);
  padding-left: 24px;
}

.Menu_bg__nav a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 4px;
  background: var(--clr-accent);
  transition: width 0.3s ease;
  transform: translateY(-50%);
}

.Menu_bg__nav a:hover::before {
  width: 16px;
}

/* Footer: "LiÃªn Há»‡ ChÃºng TÃ´i" H5 23px Bold */
.Menu_bg__footer {
  margin-top: clamp(24px, 4vh, 48px);
  padding-top: clamp(16px, 2vh, 32px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Menu_bg__footer-label {
  color: var(--clr-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 23px;
  line-height: 36.8px;
  letter-spacing: 0;
  text-transform: none;
}

/* Social toggle button */
.Menu_bg__social-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.Menu_bg__social-toggle {
  background: var(--clr-white);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a2540;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.Menu_bg__social-wrapper:hover .Menu_bg__social-toggle {
  transform: rotate(45deg);
  background: var(--clr-accent, #F5A623);
  color: #fff;
}

.Menu_bg__socials {
  display: flex;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.Menu_bg__social-wrapper:hover .Menu_bg__socials {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.Menu_bg__social-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 1.1rem;
  color: var(--clr-white);
  transition: all 0.3s ease;
  text-decoration: none;
}

.Menu_bg__social-item:hover {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .Menu_bg {
    padding: 24px 0 32px;
  }

  /* áº¨n cá»™t logo trÃªn mobile */
  .Menu_bg__left-col {
    display: none;
  }

  .Menu_bg__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .Menu_bg__right-col {
    width: 100%;
  }

  .Menu_bg__nav a {
    font-size: clamp(2rem, 10vw, 47.8px);
    line-height: 1.6;
  }

  .Menu_bg__footer-label {
    font-size: 18px;
    line-height: 1.6;
  }

  .Menu_bg__social-toggle {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .c-features__item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
    text-align: center;
  }

  .c-features__item--reverse {
    flex-direction: column;
  }
}

/* --- Wave Animations (Simple CSS Waves) --- */
.waves {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: -7px;
  /* Fix for safari gap */
  min-height: 280px;
  max-height: 280px;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/* Shrinking for mobile */
@media (max-width: 768px) {
  .waves {
    height: 120px;
    min-height: 40px;
  }
}

/* --- 9. Quote Section --- */
.c-quote {
  padding: 100px 0;
  background-color: var(--clr-white);
  color: var(--clr-primary);
}

.c-quote__inner {
  max-width: 783px;
  margin: 0 auto;
  padding: 10px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.c-quote__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.c-quote__icon img {
  width: 316px;
  height: auto;
  display: block;
  margin-bottom: 0;
}

.c-quote__brand {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 4px;
  color: var(--clr-primary);
  text-transform: uppercase;
}

.c-quote__text {
  font-size: var(--fs-biggest);
  margin: 0;
  line-height: var(--lh-biggest);
  font-weight: 900;
  color: var(--clr-primary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .c-quote {
    padding: 60px 0;
  }

  .c-quote__text {
    font-size: var(--fs-h1);
    line-height: var(--lh-h1);
  }

  .c-quote__icon img {
    width: 200px;
  }

  .c-quote__inner {
    padding: 10px 16px;
  }
}

/* --- 10. Product Slider & Cards --- */
.c-product-slider {
  padding: 80px 0;
  background-color: #F4F4F2 !important;
  background-image: url('../../media-files/bg-product.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: var(--clr-primary);
}

.c-product-slider::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(244, 244, 242, 0.9);
  z-index: 0;
  pointer-events: none;
}

.c-product-slider > * {
  position: relative;
  z-index: 1;
}

/* Remove excessive space between consecutive product sliders */
.c-product-slider+.c-product-slider {
  padding-top: 0;
}

.c-product-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  gap: 30px;
}

.c-product-slider__title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-product-slider__badge {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid var(--clr-primary);
  border-radius: 50px;
  color: var(--clr-primary);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.c-product-slider .c-section-title {
  color: var(--clr-primary) !important;
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: 900;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.1;
}

.c-product-slider__view-all-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.c-product-slider__view-all {
  color: var(--clr-primary);
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  white-space: nowrap;
  text-transform: capitalize;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}

.c-product-slider__view-all::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--clr-accent);
  transition: width 0.3s ease;
}

.c-product-slider__view-all:hover {
  color: var(--clr-accent);
}

.c-product-slider__view-all:hover::after {
  width: 100%;
}

.c-product-slider__header-line {
  height: 1px;
  background-color: var(--clr-primary);
  width: 100%;
  max-width: 150px;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left center;
}

.c-product-slider__header-line.aos-animate {
  animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

@keyframes expandLine {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 768px) {
  .c-product-slider {
    padding: 40px 0;
  }

  .c-product-slider__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    gap: 10px;
  }

  .c-product-slider__title-group {
    align-items: flex-start;
  }

  .c-product-slider__badge {
    font-size: var(--fs-small);
    line-height: 21.3px;
    padding: 4px 15px;
  }

  .c-product-slider .c-section-title {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    font-weight: 900;
  }

  .c-product-slider__view-all-group {
    justify-content: flex-end;
    width: auto;
    flex-shrink: 0;
  }

  .c-product-slider__view-all {
    font-size: var(--fs-p);
    font-weight: 600;
  }

  .c-product-slider__header-line {
    display: none;
  }

  .c-product-card__content h3 {
    font-size: 11px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
  }

  .c-product-card__view-more {
    font-size: 10px !important;
    line-height: 16px !important;
  }

  .c-product-slider__nav .swiper-button-prev,
  .c-product-slider__nav .swiper-button-next {
    width: 36px !important;
    height: 36px!important;
  }

  .c-product-slider__nav .swiper-button-prev svg,
  .c-product-slider__nav .swiper-button-next svg {
    width: 10px;
    height: 18px;
  }
}

@media (max-width: 390px) {
  .c-product-slider .c-section-title {
    font-size: var(--fs-h6);
    line-height: var(--lh-h6);
  }

  .c-product-slider__badge {
    font-size: 11px;
    padding: 3px 12px;
  }

  .c-product-slider__view-all {
    font-size: var(--fs-small);
    font-weight: 400;
  }

  .c-product-card__content h3 {
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 700 !important;
  }

  .c-product-card__view-more {
    font-size: 9px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
  }

  .c-product-slider__nav .swiper-button-prev,
  .c-product-slider__nav .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .c-product-slider__nav .swiper-button-prev svg,
  .c-product-slider__nav .swiper-button-next svg {
    width: 8px;
    height: 14px;
  }
}

.js-product-swiper {
  padding-bottom: 60px;
  overflow: visible !important;
}

.js-product-swiper .swiper-slide {
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0.4;
  transform: scale(0.85);
}

.js-product-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.c-product-card {
  background: transparent;
}

.c-product-card__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  aspect-ratio: 16/9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.c-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.swiper-slide-active .c-product-card:hover .c-product-card__img img {
  transform: scale(1.05);
}

.c-product-card__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: translateY(10px);
}

.swiper-slide-active .c-product-card__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-product-card__content h3 {
  color: var(--clr-primary);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  flex: 1;
}

.c-product-card__view-more {
  color: var(--clr-primary);
  font-weight: 700;
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.c-product-card__view-more::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--clr-accent);
  transition: width 0.3s ease;
}

.c-product-card__view-more:hover {
  color: var(--clr-accent);
}

.c-product-card__view-more:hover::after {
  width: 100%;
}

@media (min-width: 769px) {
  .c-product-card__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-product-card__content h3 {
    max-width: 75%;
  }
}

.c-product-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  position: relative;
}

.c-product-slider__nav::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgb(0 90 135);
  z-index: 1;
  width: 30%;
  transform: scaleX(0);
  transform-origin: left center;
}

.swiper.aos-animate .c-product-slider__nav::before {
  animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}

.c-product-slider__nav .swiper-button-prev,
.c-product-slider__nav .swiper-button-next {
  position: relative;
  width: 56px;
  height: 56px;
  border: 2px solid var(--clr-primary);
  border-radius: 50%;
  color: var(--clr-primary);
  background: transparent;
  z-index: 2;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.c-product-slider__nav .swiper-button-prev::after,
.c-product-slider__nav .swiper-button-next::after {
  content: none;
}

.c-product-slider__nav .swiper-button-prev:hover,
.c-product-slider__nav .swiper-button-next:hover {
  background: var(--clr-primary);
  color: #fff;
}

/* --- 11. Certifications --- */
.c-certs {
  padding: 60px 0;
  background-color: #F5F5F3;
  overflow: hidden;
}

.c-certs__quote {
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  margin-bottom: 80px;
  color: var(--clr-primary);
  position: relative;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  z-index: 1;
}

.c-certs__quote::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-image: url('../../TML/assets/img/icon/quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}

@media (max-width: 768px) {
  .c-certs__quote {
    font-size: 1.5rem;
  }

  .c-certs__quote::before {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -15px;
  }
}

/* Swiper Slider */
.c-certs__slider {
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.c-certs__slider .swiper-slide {
  width: 320px;
  opacity: 0.5;
  transform: scale(0.92);
  transition: all 0.4s ease;
  height: auto;
}

.c-certs__slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.c-certs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: grab;
  user-select: none;
}

.c-certs__item:active {
  cursor: grabbing;
}

.c-certs__img-wrapper {
  background: #fff;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
  width: 100%;
  aspect-ratio: 1 / 1.414;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-certs__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.c-certs__label {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--clr-primary);
  text-transform: uppercase;
  transition: opacity 0.4s ease;
}

.c-certs__slider .swiper-slide:not(.swiper-slide-active) .c-certs__label {
  opacity: 0.5;
}

/* Pagination */
.c-certs__slider .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.c-certs__slider .swiper-pagination-bullet {
  background: var(--clr-primary);
  opacity: 0.3;
}

.c-certs__slider .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 1024px) {
  .c-certs__slider .swiper-slide {
    width: 260px;
  }
}

@media (max-width: 768px) {
  .c-certs__slider .swiper-slide {
    width: 250px;
  }
  .c-certs__img-wrapper {
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  .c-certs__label {
    font-size: 1.2rem;
  }
}

/* --- 12. Global Map Interactive --- */
.c-global-map {
  padding: 100px 0;
  background-color: var(--clr-primary);
  /* Dark blue matching brand */
  color: var(--clr-light);
  text-align: center;
}

.c-global-map__title {
  color: #fff !important;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .c-global-map {
    padding: 60px 0;
  }

  .c-global-map__title {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}

.c-global-map__markets {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
  -webkit-overflow-scrolling: touch;
}

.c-global-map__markets::-webkit-scrollbar {
  height: 4px;
}

.c-global-map__markets::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .c-global-map__markets {
    justify-content: flex-start;
    padding: 0 15px 10px 15px;
  }
}

.c-global-map__market {
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c-global-map__market:hover,
.c-global-map__market.is-active {
  background: #fff;
  color: #002b40;
  border-color: #fff;

}

.c-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.c-global-map__container {
  position: relative;
  max-width: 1260px;
  /* Increased width */
  margin: 0 auto;
  aspect-ratio: 372 / 246;
  /* Precise SVG ratio */
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.c-global-map__pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ce8b19;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 
    0 0 0 4px #ffffff,
    0 0 0 10px rgba(200, 230, 240, 0.7),
    0 0 0 18px rgba(180, 220, 235, 0.4);
  animation: pin-pulse 2s ease-out infinite;
}

.c-global-map__pin::before,
.c-global-map__pin::after,
.c-global-map__pin .c-global-map__pin-ring {
  content: none;
  display: none;
}

.c-global-map__svg-wrapper {
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}

.c-global-map__svg-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}

.c-global-map__pin-label {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.c-global-map__pin:hover .c-global-map__pin-label {
  opacity: 1;
}

@keyframes pin-pulse {
  0% {
    box-shadow: 
      0 0 0 0 #ffffff,
      0 0 0 0 rgba(200, 230, 240, 0.7),
      0 0 0 0 rgba(180, 220, 235, 0.4);
  }
  100% {
    box-shadow: 
      0 0 0 6px rgba(255, 255, 255, 0),
      0 0 0 14px rgba(200, 230, 240, 0),
      0 0 0 22px rgba(180, 220, 235, 0);
  }
}

@keyframes pin-breathe {
  0%, 100% {
    box-shadow: 
      0 0 0 4px #ffffff,
      0 0 0 10px rgba(200, 230, 240, 0.7),
      0 0 0 18px rgba(180, 220, 235, 0.4);
  }
  50% {
    box-shadow: 
      0 0 0 5px #ffffff,
      0 0 0 13px rgba(200, 230, 240, 0.5),
      0 0 0 22px rgba(180, 220, 235, 0.25);
  }
}

/* --- 13. Contact Section --- */
.c-contact {
  padding: 60px 0;
  background: var(--clr-primary) !important;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.c-contact .c-section-subtitle {
  color: #fff;
  opacity: 0.8;
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: block;
}

.c-contact .c-section-title {
  color: #fff !important;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.c-contact__form {
  max-width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  padding: 50px 40px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.c-contact__group {
  margin-bottom: 30px;
  text-align: left;
}

.c-contact__label {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.c-contact__form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.3s;
}

.c-contact__form input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.c-contact__form input:focus {
  outline: none;
  border-bottom-color: #ce8b19;
}

.c-contact .c-btn--primary {
  background: #ce8b19;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 15px 60px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.c-contact .c-btn--primary:hover {
  background: #fff;
  color: #002b40;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .c-contact__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .c-contact .c-section-title {
    font-size: 2rem;
  }

  .c-contact__form {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .c-contact .c-btn--primary {
    width: 100%;
    padding: 15px 30px;
    font-size: 1rem;
    background: #ce8b19;
    border: none;
    color: #fff;
    border-radius: 50px;
  }

  .c-contact__label {
    color: #fff;
    font-weight: 700;
  }

  .c-contact__form input {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

/* â”€â”€ Premium Breadcrumbs Refactoring â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rts-navigation-area-breadcrumb {
  padding: 95px 0 !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(6, 141, 196, 0.15) !important;
}

.rts-navigation-area-breadcrumb .breadcrumb-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, rgba(6, 141, 196, 0.88) 0%, rgba(0, 58, 85, 0.94) 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.rts-navigation-area-breadcrumb .container {
  position: relative !important;
  z-index: 5 !important;
}

.navigator-breadcrumb-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.navigator-breadcrumb-wrapper a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.navigator-breadcrumb-wrapper a:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

.navigator-breadcrumb-wrapper a.current {
  color: #ffffff !important;
  font-weight: 700 !important;
  pointer-events: none !important;
}

.navigator-breadcrumb-wrapper i {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  display: inline-flex !important;
  align-items: center !important;
}
