@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Sora:wght@300;400;500;600;700;800&display=swap);

.nav-links,
ul {
  list-style: none
}

.blog-content a,
a {
  text-decoration: none
}

:root {
  --white: #ffffff;
  --off-white: #f6f9fc;
  --light-gray: #edf2f7;
  --blue: #0077cc;
  --blue-mid: #0091e6;
  --blue-light: #e8f4ff;
  --blue-bright: #00aaff;
  --cyan: #00c4e8;
  --cyan-soft: rgba(0, 196, 232, 0.10);
  --navy: #0a1f35;
  --navy-mid: #0d2d4a;
  --text-main: #0f2233;
  --text-mid: #2d4a63;
  --text-muted: #6b8ca8;
  --border: rgba(0, 119, 204, 0.12);
  --border-soft: rgba(0, 0, 0, 0.07);
  --card-bg: #ffffff;
  --gold: #e8a800;
  --shadow-xs: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 12px 40px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 25px 70px rgba(0, 0, 0, 0.14);
  --shadow-blue: 0 8px 30px rgba(0, 119, 204, 0.18);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-h: 76px
}

.mega-column a,
.mega-menu,
.mega-menu .filter-bar a,
.nav-links li,
.navbar {
  transition: var(--transition)
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--off-white);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

.nav-links li a,
a {
  color: inherit
}

img {
  max-width: 100%;
  display: block
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none
}

.btn-primary,
.contact-form-premium h2,
.get-touch-premium h2,
.hero-title,
.stat h3,
.title,
h1,
h2,
h3,
h4,
h5 {
  font-family: Sora, sans-serif
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2
}

.title {
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--navy)
}

.title span {
  color: var(--blue-mid)
}

.subtitle {
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 620px;
  margin: 14px auto 0
}

.navbar {
  position: static;
  width: 100%;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07)
}

.mega,
.nav-links li {
  position: relative
}

.mega-menu,
.search-dropdown,
.search-results {
  background: var(--white);
  box-shadow: var(--shadow-md);
  left: 0
}

.navbar.scrolled {
  background: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .10)
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: var(--nav-h);
  gap: 20px
}

.logo img {
  height: 38px;
  width: auto;
  object-fit: contain
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px
}

.nav-links li {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-mid);
  cursor: pointer;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  white-space: nowrap
}

.mega-column h4,
.mega-menu .products h2 {
  font-weight: 700;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
  text-transform: uppercase
}

.find-content a,
.nav-links li a:hover,
.nav-links li:hover {
  color: var(--blue)
}

.nav-links li.active a {
  color: var(--blue);
  font-weight: 700
}

.mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  z-index: 100
}

.mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.mega-column h4 {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--blue-mid);
  margin-bottom: 12px
}

.mega-column a {
  display: block;
  padding: 7px 10px;
  font-size: 14px;
  color: var(--text-mid);
  border-radius: 8px;
  margin: 2px 0
}

.mega-column a:hover {
  color: var(--blue);
  background: var(--blue-light);
  padding-left: 16px
}

.mega-menu .products {
  min-width: 500px
}

.mega-menu .products h2 {
  font-size: 13px;
  letter-spacing: 1.2px;
  color: var(--blue-mid);
  margin-bottom: 14px
}

.mega-menu .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.mega-menu .filter-bar a {
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-mid);
  background: var(--light-gray);
  border-radius: 30px;
  border: 1px solid transparent
}

.mega-menu .filter-bar a:hover,
.search-dropdown div:hover,
.search-results div:hover {
  background: var(--blue-light);
  color: var(--blue)
}

.mega-menu .filter-bar a:hover {
  border-color: var(--border)
}

.search-dropdown,
.search-results {
  position: absolute;
  top: 46px;
  width: 100%;
  min-width: 220px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  flex-direction: column;
  overflow: hidden;
  z-index: 200;
  display: none
}

.hero,
.search-box {
  position: relative
}

.search-dropdown div,
.search-results div {
  padding: 10px 16px;
  font-size: 14px;
  color: var(--text-mid);
  cursor: pointer;
  transition: var(--transition)
}

.menu-toggle {
  display: none;
  font-size: 22px;
  color: var(--text-main);
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 4px 8px
}

.btn-primary,
.hero {
  align-items: center;
  color: var(--white);
  overflow: hidden
}

.search-box {
  width: 300px
}

.search-box input {
  padding: 12px 14px 12px 40px;
  border-radius: 30px;
  border: 1px solid #ddd;
  outline: 0;
  font-size: 14px;
  transition: .3s;
  width: 180px
}

.search-box input:focus {
  border-color: var(--mediocon-blue);
  box-shadow: 0 0 8px rgba(42, 125, 225, .2);
  width: 260px
}

.search-box i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mediocon-blue);
  font-size: 14px
}

.hero {
  height: 100vh;
  min-height: 700px;
  display: flex
}

#moleculeCanvas,
.bg-slide,
.bg-slide::after,
.bg-slider {
  position: absolute
}

#moleculeCanvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none
}

.bg-slider {
  inset: 0;
  z-index: 0
}

.bg-slide {
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s
}

.bg-slide::after {
  content: '';
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 31, 53, .88) 0, rgba(10, 31, 53, .55) 60%, rgba(10, 31, 53, .25) 100%)
}

.btn-primary::before,
.slider-controls span {
  background: rgba(255, 255, 255, .15);
  position: absolute
}

.bg-slide.active {
  opacity: 1;
  animation: 8s forwards zoomBg
}

@keyframes zoomBg {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.07)
  }
}

.hero-content {
  position: relative;
  z-index: 5;
  padding: 0 80px;
  max-width: 720px;
  animation: 1.1s both heroIn
}

.blogs-section,
.insight-grid {
  max-width: 1180px;
  margin: 0 auto
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-title {
  font-size: clamp(36px, 5.5vw, 66px);
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(135deg, #fff 0, #a8ddff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px
}

.brochure-btn,
.btn-primary {
  display: inline-flex;
  gap: 8px;
  font-weight: 600
}

.hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 32px;
  line-height: 1.7
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  position: relative;
  transition: var(--transition);
  box-shadow: 0 6px 30px rgba(0, 119, 204, .4)
}

.btn-primary::before {
  content: '';
  width: 300%;
  height: 300%;
  top: -100%;
  left: -100%;
  transform: rotate(45deg);
  transition: .6s
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 40px rgba(0, 119, 204, .5)
}

.btn-primary:hover::before {
  top: 100%;
  left: 100%
}

.brochure-btn {
  align-items: center
}

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, .15)
}

.stat {
  text-align: center
}

.stat h3 {
  font-size: 36px;
  font-weight: 800;
  color: var(--gold)
}

.blog-date,
.stat span {
  font-size: 13px;
  letter-spacing: 1px
}

.stat span {
  color: rgba(255, 255, 255, .65);
  text-transform: uppercase
}

.leader-info span,
.touch-card h3 {
  letter-spacing: 1.2px;
  text-transform: uppercase
}

.slider-controls span {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 20px;
  color: rgba(255, 255, 255, .8);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  backdrop-filter: blur(8px)
}

.page-hero h1,
.page-hero p {
  z-index: 1;
  position: relative
}

.about-premium .title,
.page-hero,
.page-hero h1 {
  color: var(--navy)
}

.slider-controls span:hover {
  background: var(--blue);
  border-color: var(--blue)
}

#prev {
  left: 24px
}

#next {
  right: 24px
}

.page-hero {
  padding: 160px 30px 100px;
  background: linear-gradient(135deg, var(--white) 0, var(--blue-light) 60%, #daeeff 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border)
}

.about-card,
.about-premium {
  background: var(--white);
  text-align: center
}

.about-card,
.insight-card {
  color: var(--text-main);
  box-shadow: var(--shadow-xs);
  transition: var(--transition)
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(0, 119, 204, .07) 0, transparent 60%)
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 800
}

.page-hero p {
  font-size: 17px;
  color: var(--text-muted);
  margin-top: 12px
}

.about-premium {
  padding: 110px 30px
}

.about-premium .subtitle {
  color: var(--text-muted)
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 56px
}

.about-card {
  border: 1.5px solid var(--border-soft);
  padding: 40px 30px;
  border-radius: var(--radius-md)
}

.insight-card,
.touch-card {
  border: 1.5px solid var(--border-soft)
}

.about-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 119, 204, .25);
  box-shadow: 0 20px 60px rgba(0, 119, 204, .12)
}

.about-card .icon {
  font-size: 40px;
  margin-bottom: 18px
}

.about-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--blue-mid)
}

.about-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6
}

.insight-section,
.product-section {
  padding: 100px 30px;
  background: var(--off-white)
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px
}

.insight-card {
  background: var(--white);
  padding: 48px 40px;
  border-radius: var(--radius-md)
}

.insight-card h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--navy)
}

.insight-card p,
.overview-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7
}

.blog-hero h1,
.insight-card.highlight h2,
.insight-card.highlight p,
.nutra-section .title {
  color: var(--white)
}

.insight-card.highlight {
  background: linear-gradient(135deg, var(--blue) 0, var(--cyan) 100%);
  border-color: transparent
}

.insight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 119, 204, .12)
}

.blog-hero {
  position: relative;
  height: 380px;
  background: linear-gradient(135deg, var(--white) 0, var(--blue-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border)
}

.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 119, 204, .08) 0, transparent 70%)
}

.blog-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(6, 18, 35, .55))
}

.blog-hero h1 {
  position: relative;
  z-index: 2;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  text-align: center
}

.blogs-section {
  padding: 80px 30px;
  background: var(--off-white);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 32px
}

.blog-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
  transition: var(--transition);
  border: 1.5px solid var(--border-soft)
}

.blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: var(--transition)
}

.blog-card:hover img {
  transform: scale(1.04)
}

.blog-content h3 {
  font-weight: 700;
  color: var(--navy)
}

.blog-content p {
  color: var(--text-muted);
  line-height: 1.65
}

.blog-content a {
  font-size: 14px;
  color: var(--blue);
  transition: var(--transition)
}

.blog-content a:hover {
  color: var(--cyan);
  text-decoration: underline
}

.blog-detail-hero {
  position: relative;
  height: 420px;
  overflow: hidden
}

.blog-detail-hero img,
.circle-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.blog-detail-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 31, 53, .3) 0, rgba(10, 31, 53, .82) 100%)
}

.blog-detail-hero h1 {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--white);
  text-align: center;
  width: 90%;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .4)
}

.blog-detail {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 30px 100px
}

.blog-date {
  color: var(--text-muted);
  margin-bottom: 36px;
  text-transform: uppercase
}

.blog-detail h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 36px 0 14px;
  color: var(--navy)
}

.blog-detail p,
.blog-detail ul li,
.get-touch-premium .subtitle {
  color: var(--text-muted);
  font-size: 16px
}

.blog-detail p {
  line-height: 1.8;
  margin-bottom: 20px
}

.blog-detail ul {
  padding-left: 24px
}

.blog-detail ul li {
  line-height: 1.8;
  margin-bottom: 8px;
  list-style: disc
}

.blog-section,
.ceo-section {
  padding: 80px 20px;
  background: #f8fafc
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a
}

.section-header h2 span {
  color: #0ea5e9
}

.section-header p {
  color: #64748b
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.form-grid button,
.team-card,
.touch-card {
  transition: var(--transition)
}

.blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.blog-content {
  padding: 20px
}

.blog-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0f172a
}

.blog-content p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 15px
}

.blog-content a {
  color: #0ea5e9;
  font-weight: 600
}

.contact-hero-premium {
  position: relative;
  height: 340px;
  background: linear-gradient(135deg, var(--white) 0, var(--blue-light) 60%, #c8e6ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border)
}

.contact-hero-premium .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .15), rgba(10, 31, 53, .45))
}

.contact-hero-premium .hero-content {
  position: relative;
  z-index: 2;
  text-align: center
}

.contact-hero-premium h1 {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 800;
  color: var(--white);
  text-shadow: 0 2px 20px rgba(0, 0, 0, .25)
}

.get-touch-premium {
  padding: 80px 30px;
  background: var(--white);
  text-align: center
}

.get-touch-premium h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px
}

.get-touch-premium .subtitle {
  margin-bottom: 48px
}

.touch-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center
}

.touch-card {
  display: block;
  padding: 36px 44px;
  background: var(--off-white);
  border-radius: var(--radius-md);
  min-width: 220px;
  box-shadow: var(--shadow-xs)
}

.touch-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 119, 204, .3);
  box-shadow: var(--shadow-blue)
}

.circle-box,
.product-card:hover,
.team-card:hover {
  box-shadow: var(--shadow-md)
}

.touch-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-mid);
  margin-bottom: 8px
}

.touch-card p {
  color: var(--text-mid);
  font-size: 15px;
  font-weight: 500
}

.contact-form-premium h2,
.find-title {
  font-size: clamp(26px, 4vw, 36px);
  color: var(--navy);
  text-align: center
}

.contact-form-premium {
  padding: 80px 30px;
  background: var(--off-white)
}

.contact-form-premium h2 {
  font-weight: 800;
  margin-bottom: 40px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 860px;
  margin: 0 auto
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 14px 18px;
  border: 1.5px solid var(--border-soft);
  border-radius: var(--radius-sm);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: var(--text-main);
  background: var(--white);
  outline: 0;
  transition: var(--transition)
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 119, 204, .08)
}

.form-grid textarea {
  grid-column: 1/-1;
  height: 140px;
  resize: vertical
}

.form-grid button {
  grid-column: 1/-1;
  padding: 15px 40px;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  color: var(--white);
  border-radius: 50px;
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 15px;
  box-shadow: var(--shadow-blue)
}

.form-grid button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 119, 204, .3)
}

.findus,
.leader-section,
.overview-content {
  padding: 80px 30px;
  background: var(--white)
}

.find-title {
  font-family: Sora, sans-serif;
  font-weight: 800;
  margin-bottom: 48px
}

.find-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap
}

.adv-grid,
.team-grid {
  display: grid;
  max-width: 1100px
}

.circle-box {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid var(--border)
}

.find-content h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  color: var(--blue-mid);
  margin-bottom: 16px
}

.find-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 24px;
  margin-bottom: 6px
}

.section-title,
.team-section h2 {
  font-weight: 800;
  font-family: Sora, sans-serif
}

.find-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7
}

.team-section {
  padding: 100px 30px;
  background: var(--off-white);
  text-align: center
}

.team-section h2 {
  font-size: clamp(26px, 4vw, 36px);
  color: var(--navy)
}

.team-section .subtitle {
  color: var(--text-muted);
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 48px
}

.team-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin: 0 auto
}

.adv-grid,
.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.team-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border-soft)
}

.team-card:hover {
  transform: translateY(-10px)
}

.adv-card:hover,
.glass-card:hover,
.nutra-card:hover,
.product-card:hover {
  transform: translateY(-8px)
}

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top
}

.team-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
  padding: 0 16px;
  color: var(--navy)
}

.team-card p {
  color: var(--text-muted);
  font-size: 13px;
  padding: 0 16px 18px
}

.advantages {
  padding: 80px 20px;
  background: #f8fbff;
  text-align: center
}

.advantages h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px
}

.subtitle {
  color: #666;
  margin-bottom: 50px;
  font-size: 15px
}

.adv-grid {
  gap: 25px;
  margin: auto
}

.adv-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  transition: .3s
}

.glass-card,
.product-card {
  background: var(--white);
  box-shadow: var(--shadow-xs);
  text-align: center
}

.adv-card i {
  font-size: 28px;
  color: #2a7de1;
  margin-bottom: 15px
}

.adv-card h3 {
  font-size: 18px;
  margin-bottom: 10px
}

.adv-card p {
  font-size: 14px;
  color: #666
}

.cert-scroll-section {
  padding: 80px 30px;
  text-align: center;
  background: var(--white);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft)
}

.section-title {
  font-size: clamp(24px, 3.5vw, 34px);
  color: var(--navy)
}

.section-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 6px;
  margin-bottom: 0
}

.cert-slider {
  margin-top: 40px;
  overflow: hidden;
  position: relative
}

.cert-track {
  display: flex;
  gap: 30px;
  width: calc(250px * 30);
  animation: 60s linear infinite scrollCert
}

.cert-item {
  width: 200px;
  flex-shrink: 0
}

.cert-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .07));
  transition: .3s
}

.chat-btn,
.footer-col ul li,
.glass-card,
.nutra-card,
.overview-card,
.product-card,
.social-icons a {
  transition: var(--transition)
}

.cert-item img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 8px 24px rgba(0, 119, 204, .18))
}

@keyframes scrollCert {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.product-grid {
  display: grid;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto
}

.product-card {
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1.5px solid var(--border-soft)
}

.product-card:hover {
  border-color: rgba(0, 119, 204, .2)
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  margin-bottom: 16px
}

.product-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px
}

.product-card p {
  font-size: 13px;
  color: var(--text-muted)
}

.culture,
.vision {
  padding: 80px 30px
}

.culture-grid,
.vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 48px auto 0
}

.glass-card {
  border: 1.5px solid var(--border-soft);
  padding: 40px 32px;
  border-radius: var(--radius-md)
}

.glass-card:hover {
  border-color: rgba(0, 119, 204, .25);
  box-shadow: 0 16px 48px rgba(0, 119, 204, .1)
}

.glass-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px
}

.glass-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65
}

.overview-hero {
  position: relative;
  min-height: 380px;
  background: linear-gradient(135deg, var(--white) 0, var(--blue-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border)
}

.chat-btn,
.chat-container {
  position: fixed;
  right: 28px
}

.overview-hero .overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 30px
}

.overview-hero h1 {
  font-family: Sora, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: var(--navy)
}

.overview-hero p {
  font-size: 17px;
  color: var(--text-muted);
  margin-top: 10px
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px
}

.overview-card {
  background: var(--off-white);
  border: 1.5px solid var(--border-soft);
  padding: 40px 36px;
  border-radius: var(--radius-md)
}

.overview-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 119, 204, .2)
}

.overview-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-mid);
  margin-bottom: 12px
}

.nutra-section {
  padding: 100px 30px;
  background: linear-gradient(135deg, var(--navy) 0, var(--navy-mid) 100%);
  text-align: center
}

.nutra-section .title span {
  color: #7dd9ff
}

.nutra-section .subtitle {
  color: rgba(255, 255, 255, .7)
}

.nutra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 56px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}

.nutra-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 36px 24px;
  border-radius: var(--radius-md);
  text-align: center;
  backdrop-filter: blur(10px);
  color: var(--white)
}

.nutra-card:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(125, 217, 255, .3)
}

.nutra-card .icon {
  font-size: 36px;
  margin-bottom: 14px
}

.nutra-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #a8e6ff
}

.nutra-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.6
}

.leader-box {
  display: flex;
  gap: 56px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap
}

.leader-box img {
  width: 280px;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  flex-shrink: 0
}

.leader-info h2 {
  font-family: Sora, sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px
}

.leader-info span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-mid);
  background: var(--blue-light);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px
}

.leader-info p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px
}

.ceo-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px
}

.ceo-image img {
  width: 350px;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
}

.ceo-content {
  flex: 1
}

.ceo-content h2 {
  font-size: 36px;
  color: #0f172a
}

.ceo-role {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 6px 16px;
  background: #e0f2fe;
  color: #0284c7;
  border-radius: 20px;
  font-size: 14px
}

.ceo-content p {
  font-size: 16px;
  color: #475569;
  line-height: 1.8
}

@media (max-width:768px) {
  .ceo-container {
    flex-direction: column;
    text-align: center
  }

  .ceo-image img {
    width: 280px
  }
}

.footer-premium {
  background: var(--white);
  color: rgba(6, 6, 6, .75);
  padding: 64px 30px 0
}

.footer-container {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.footer-left .footer-logo {
  height: 36px;
  width: auto;
  margin-bottom: 20px
}

.footer-left p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 4px
}

.footer-col h4,
.footer-left h4 {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700
}

.footer-left h4 {
  color: rgba(113, 204, 238, .9);
  margin-top: 20px;
  margin-bottom: 8px
}

.footer-col h4 {
  color: rgba(51, 192, 199, .9);
  margin-bottom: 16px
}

.footer-col ul li {
  font-size: 14px;
  margin-bottom: 9px;
  cursor: pointer
}

.footer-col ul li:hover {
  color: var(--navy);
  transform: translateX(4px)
}

.footer-premium>p {
  text-align: center;
  font-size: 13px;
  padding: 24px 0 0;
  color: rgba(10, 10, 10, .45)
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 16px 0 32px
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(102, 162, 241, .921);
  border: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center
}

.social-icons a:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-3px)
}

.social-icons svg {
  width: 18px;
  height: 18px;
  fill: rgba(255, 255, 255, 0.75)
}

.social-icons a.whatsapp:hover {
  background: #25d366;
  border-color: #25d366
}

.chat-btn {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  color: var(--white);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 6px 28px rgba(0, 119, 204, .4)
}

.chat-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 40px rgba(0, 119, 204, .5)
}

.chat-container {
  display: none;
  position: fixed;
  right: 28px;
  bottom: 96px;
  width: 340px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  z-index: 998;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border-soft)
}

.chat-header {
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  color: var(--white);
  padding: 16px 20px;
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.chat-header span {
  cursor: pointer;
  font-size: 18px;
  opacity: .8;
  transition: var(--transition)
}

.chat-input button,
.chat-input input {
  font-size: 13px;
  transition: var(--transition)
}

.chat-header span:hover {
  opacity: 1
}

.chat-body {
  flex: 1;
  max-height: 320px;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--off-white)
}

.bot-msg,
.user-msg {
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.6;
  max-width: 88%
}

.bot-msg {
  background: var(--white);
  color: var(--text-main);
  border: 1px solid var(--border-soft);
  align-self: flex-start;
  border-bottom-left-radius: 4px
}

.user-msg {
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  color: var(--white);
  align-self: flex-end;
  border-bottom-right-radius: 4px
}

.chat-input {
  display: flex;
  padding: 12px;
  gap: 8px;
  border-top: 1px solid var(--border-soft);
  background: var(--white)
}

.chat-input input {
  flex: 1;
  padding: 10px 14px;
  border: 1.5px solid var(--border-soft);
  border-radius: 30px;
  outline: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text-main);
  background: var(--off-white)
}

.chat-input input:focus {
  border-color: var(--blue);
  background: var(--white)
}

.chat-input button {
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  color: var(--white);
  border-radius: 30px;
  font-weight: 600;
  font-family: Sora, sans-serif
}

.chat-input button:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 16px rgba(0, 119, 204, .3)
}

.fade-section,
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s, transform .7s
}

.fade-section.active,
.fade-up.active {
  opacity: 1;
  transform: translateY(0)
}

@media(max-width:900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }

  .hero-content {
    padding: 0 32px
  }

  .leader-box {
    flex-direction: column;
    text-align: center
  }

  .find-wrapper {
    justify-content: center;
    text-align: center
  }
}

@media(max-width:640px) {

  .nav-links,
  .search-box {
    display: none
  }

  .menu-toggle {
    display: flex
  }

  .footer-container,
  .form-grid {
    grid-template-columns: 1fr
  }

  .form-grid button,
  .form-grid textarea {
    grid-column: unset
  }

  .hero-content {
    padding: 0 24px
  }

  .hero-stats {
    gap: 24px;
    flex-wrap: wrap
  }

  .touch-cards {
    flex-direction: column;
    align-items: center
  }
}
.product-detail {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0,0,0,0.1);
  transition: 0.4s ease;
  z-index: 999;
  padding: 30px;
}

.product-detail.active {
  right: 0;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
  float: right;
}

.detail-content h2 {
  margin-top: 20px;
  font-size: 22px;
}

.product-meta {
  margin-top: 20px;
  font-size: 14px;
}

/* ── COMPANY DETAILS (overview page) ── */
.company-details-section {
  padding: 80px 30px;
  background: var(--white)
}

.company-details-section .container {
  max-width: 1100px;
  margin: 0 auto
}

.company-details-section .section-title {
  font-family: Sora, sans-serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 48px;
  text-align: center
}

.company-details-section .section-title span {
  color: var(--blue-mid)
}

.company-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: start
}

@media(max-width:768px){
  .company-story { grid-template-columns: 1fr }
}

.company-story p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8
}

.core-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 60px
}

.value-card {
  background: var(--off-white);
  border: 1.5px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  text-align: center;
  transition: var(--transition)
}

.value-card:hover {
  border-color: rgba(0,119,204,.25);
  box-shadow: 0 12px 36px rgba(0,119,204,.10);
  transform: translateY(-6px)
}

.value-card .v-icon {
  font-size: 32px;
  margin-bottom: 12px
}

.value-card h4 {
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue-mid);
  margin-bottom: 8px
}

.value-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6
}

.certs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 16px
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-light);
  color: var(--blue);
  border: 1.5px solid rgba(0,119,204,.2);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700
}

.cert-badge .icon {
  font-size: 18px
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 60px
}

@media(max-width:640px){
  .vm-grid { grid-template-columns: 1fr }
}

.vm-card {
  background: linear-gradient(135deg, var(--navy) 0, var(--navy-mid) 100%);
  border-radius: var(--radius-md);
  padding: 36px 32px;
  color: var(--white)
}

.vm-card h3 {
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--cyan);
  margin-bottom: 14px
}

.vm-card p {
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.75
}

.logo {
  margin-left: 10px; /* 🔥 Moves logo slightly right */
}



.search-box {
  position: relative;
}

#searchInput {
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #ddd;
  outline: none;
  width: 220px;
  transition: 0.3s;
}

#searchInput:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 8px rgba(0,188,212,0.3);
}

.search-results {
  position: absolute;
  top: 45px;
  width: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 999;
}

.search-results div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.search-results div:hover {
  background: #f5f5f5;
}
/* ===== MOBILE NAVBAR — COMPLETE FIX ===== */
@media (max-width: 768px) {

  /* Show hamburger button */
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    z-index: 1100;
  }

  /* Hide search on mobile to save space */
  .nav-right { display: none; }

  /* Full-screen dropdown nav panel */
  .nav-links {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: calc(100vh - 76px);
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    padding: 12px 0 40px 0;
    z-index: 1050;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    gap: 0;
  }

  .nav-links.active {
    display: flex;
  }

  /* Each top-level nav item */
  .nav-links li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f0f4f8;
    white-space: normal;
  }

  /* Top-level link/label */
  .nav-links > li > a,
  .nav-links > li.mega > span,
  .nav-links > li.mega {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #0a1f35;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
  }

  /* Arrow indicator for items with submenus */
  .nav-links li.mega > a::after,
  .nav-links li.mega::after {
    content: '›';
    font-size: 20px;
    color: #2a7de1;
    line-height: 1;
    transition: transform 0.25s;
    margin-left: auto;
    padding-left: 10px;
    pointer-events: none;
  }

  /* Rotate arrow when open */
  .nav-links li.mega.open > a::after,
  .nav-links li.mega.open::after {
    transform: rotate(90deg);
  }

  /* Mega menu (submenu) — hidden by default */
  .mega-menu {
    display: none !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    border-top: 1px solid #eaf0f8 !important;
    border-radius: 0 !important;
    padding: 8px 0 8px 0 !important;
    min-width: unset !important;
    width: 100% !important;
    background: #f7faff !important;
    z-index: 1051;
  }

  /* Show submenu when parent has .open */
  .mega.open .mega-menu {
    display: block !important;
  }

  /* Submenu column layout fix */
  .mega-menu .mega-column,
  .mega-menu .products {
    min-width: unset;
    width: 100%;
    padding: 8px 20px;
  }

  .mega-menu .mega-column h4,
  .mega-menu .products h2 {
    font-size: 11px;
    letter-spacing: 1px;
    color: #2a7de1;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  /* Submenu links — fully tappable */
  .mega-menu a,
  .mega-menu .filter-bar a,
  .mega-column a {
    display: block !important;
    padding: 11px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #eef2f7;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1052 !important;
    width: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(42,125,225,0.1);
  }

  .mega-menu a:active,
  .mega-column a:active,
  .mega-menu .filter-bar a:active {
    background: #e8f1fd !important;
    color: #2a7de1 !important;
  }

  /* Products filter bar on mobile: stack vertically */
  .mega-menu .filter-bar {
    flex-direction: column;
    gap: 0;
  }

  .mega-menu .filter-bar a {
    background: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    padding: 11px 20px !important;
  }
}