/********** Cosmoking Remedies CSS **********/

:root {
  --primary: #078849;
  --primary-dark: #056334;
  --secondary: #444092;
  --ink: #17233c;
  --muted: #667085;
  --soft: #f3f8f5;
  --light: #ffffff;
  --line: #dfe8e3;
  --shadow: 0 20px 50px rgba(17, 33, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--muted);
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin-bottom: 18px;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
}

h1 {
  font-size: clamp(42px, 6vw, 86px);
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
}

h3 {
  font-size: 18px;
}

.section-space {
  padding: 100px 0;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker::before,
.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary);
}

.section-kicker.light {
  color: #d6f8e6;
}

.section-kicker.light::before {
  background: #d6f8e6;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.section-heading p {
  font-size: 17px;
  margin-bottom: 0;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  visibility: visible;
  opacity: 1;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  box-shadow: 0 12px 28px rgba(7, 136, 73, 0.22);
}

.btn-brand:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(68, 64, 146, 0.24);
}

.btn-light-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.btn-light-outline:hover {
  color: var(--ink);
  background: #fff;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 28px;
  bottom: 28px;
  z-index: 99;
  background: var(--primary);
  border: 0;
}

.navbar {
  top: 0 !important;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(15, 24, 44, 0.08);
}

.brand-logo {
  width: 128px;
  height: 76px;
  object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 10px;
  padding: 34px 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 26px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary);
  opacity: 0;
  transform: translateY(6px);
  transition: 0.25s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: translateY(0);
}

.navbar-toggler {
  border: 0;
  border-radius: 12px;
  background: var(--soft);
  padding: 10px 12px;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media .owl-carousel,
.hero-media .owl-stage-outer,
.hero-media .owl-stage,
.hero-media .owl-item,
.hero-slide {
  height: 760px;
}

.hero-slide {
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(9, 23, 38, 0.9) 0%, rgba(9, 23, 38, 0.62) 48%, rgba(9, 23, 38, 0.25) 100%), radial-gradient(circle at 80% 24%, rgba(7, 136, 73, 0.28), transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  /*! padding-top: 80px; */
}

.hero h1,
.hero p,
.hero .eyebrow {
  color: #fff;
}

.hero-tagline {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: #d6f8e6 !important;
  margin-bottom: 14px;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-panel {
  margin-left: auto;
  max-width: 410px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-panel div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-panel div:last-child {
  border-bottom: 0;
}

.hero-panel span {
  display: block;
  color: #d6f8e6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  margin-top: 4px;
}

.hero .owl-nav {
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 10px;
}

.hero .owl-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.about {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.image-frame {
  position: relative;
  /*! padding: 18px; */
  /*! border-radius: 8px; */
  background: #fff;
  box-shadow: var(--shadow);
}

.image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  transform: translate(18px, 18px);
  z-index: -1;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.trust-strip div {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.trust-strip strong {
  display: block;
  color: var(--secondary);
  font-size: 30px;
  line-height: 1;
}

.trust-strip span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mission-vision {
  background: #fff;
}

.mv-card {
  height: 100%;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.mv-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin-bottom: 24px;
}

.company {
  background: linear-gradient(135deg, #f4fbf7 0%, #f7f7ff 100%);
}

.manufacturing-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.manufacturing-note i {
  font-size: 24px;
  margin-top: 3px;
}

.manufacturing-note span {
  font-weight: 700;
  line-height: 1.5;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.highlight-card {
  min-height: 230px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(17, 33, 61, 0.08);
}

.highlight-card i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 16px;
  color: #fff;
  background: var(--primary);
}

.highlight-card:nth-child(even) i {
  background: var(--secondary);
}

.products {
  background: #fff;
}

.product-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.product-filters button {
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.product-filters button:hover,
.product-filters button.active {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.product-card {
  width: calc(25% - 14px);
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 28px rgba(17, 33, 61, 0.08);
  transition: 0.25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(7, 136, 73, 0.35);
}

.product-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--primary);
  background: #e7f7ee;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 0;
  font-size: 18px;
  word-break: break-word;
}

.careers {
  background: linear-gradient(135deg, var(--secondary) 0%, #222957 45%, var(--primary-dark) 100%);
}

.career-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.career-info {
  padding: 56px 42px;
  color: #fff;
  background:
    linear-gradient(rgba(5, 99, 52, 0.93), rgba(34, 41, 87, 0.93)),
    url("../img/company.png") center/cover no-repeat;
}

.career-info h2,
.career-info p {
  color: #fff;
}

.career-info p {
  color: rgba(255, 255, 255, 0.84);
}

.career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 36px;
}

.career-tags span {
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 700;
}

.career-contact {
  display: grid;
  gap: 18px;
}

.career-contact div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 16px;
  align-items: center;
}

.career-contact i {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
}

.career-contact strong {
  color: #fff;
}

.career-contact span {
  color: rgba(255, 255, 255, 0.82);
}

.career-form {
  padding: 56px 42px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}

.career-form input,
.career-form select,
.career-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid #d3dad7;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  outline: none;
  transition: 0.2s ease;
}

.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(7, 136, 73, 0.12);
}

.resume-label {
  display: block;
  margin: 22px 0 8px;
  color: var(--ink);
  font-weight: 800;
}

.file-input {
  padding: 10px 12px !important;
}

.career-form textarea {
  display: block;
  min-height: 118px;
  margin-top: 22px;
  resize: vertical;
}

.career-form .btn {
  display: flex;
  margin: 20px auto 0;
  min-width: 160px;
}

.contact {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.contact-card,
.contact-form {
  height: 100%;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(17, 33, 61, 0.08);
}

.contact-card p {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-card i {
  color: var(--primary);
  margin-top: 7px;
}

.contact-form textarea {
  resize: vertical;
}

.map {
  height: 360px;
  background: var(--soft);
}

.footer {
  color: rgba(255, 255, 255, 0.76);
  background: #090f22;
}

.footer-logo {
  width: 110px;
  height: 80px;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
  background: #89c5c3;
  margin-bottom: 18px;
}

.footer h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer a {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 10px;
}

.footer a:hover {
  color: #fff;
}

.copyright {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.copyright a {
  display: inline;
  color: #fff;
}

@media (max-width: 1199px) {
  .product-card {
    width: calc(33.333% - 12px);
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 76px 0;
  }

  .brand-logo {
    width: 110px;
    height: 68px;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    padding: 11px 4px;
  }

  .navbar-light .navbar-nav .nav-link::after {
    left: 4px;
    right: auto;
    bottom: 6px;
    width: 34px;
  }

  .hero,
  .hero-media .owl-carousel,
  .hero-media .owl-stage-outer,
  .hero-media .owl-stage,
  .hero-media .owl-item,
  .hero-slide {
    min-height: 780px;
    height: 780px;
  }

  .hero-panel {
    margin: 34px 0 0;
    max-width: none;
  }

  .highlight-grid,
  .career-shell {
    grid-template-columns: 1fr;
  }

  .product-card {
    width: calc(50% - 9px);
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  .section-space {
    padding: 58px 0;
  }

  .hero {
    display: block;
    height: auto;
    min-height: auto;
    padding: 58px 0 72px;
  }

  .hero-media .owl-carousel,
  .hero-media .owl-stage-outer,
  .hero-media .owl-stage,
  .hero-media .owl-item,
  .hero-slide {
    height: 100%;
    min-height: 100%;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-panel {
    padding: 22px;
  }

  .trust-strip,
  .highlight-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .mv-card,
  .career-info,
  .career-form,
  .contact-card,
  .contact-form {
    padding: 28px 22px;
  }

  .product-card {
    width: 100%;
    min-height: 128px;
  }

  .career-contact div {
    grid-template-columns: 42px 1fr;
  }

  .career-contact i {
    width: 42px;
    height: 42px;
  }

  .footer,
  .copyright {
    text-align: center;
  }
}

/* Modern medical refresh */
:root {
  --primary: #078b5b;
  --primary-dark: #056947;
  --secondary: #315aa6;
  --accent: #27c5d8;
  --ink: #15304a;
  --muted: #617487;
  --soft: #eefaf7;
  --blue-soft: #eff7ff;
  --line: #d9ebe8;
  --shadow: 0 18px 46px rgba(28, 77, 102, 0.12);
}

body {
  color: var(--muted);
  background: linear-gradient(180deg, #fbfffe 0%, #f5fbff 42%, #ffffff 100%);
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0;
}

.section-space {
  padding: 92px 0;
}

.section-kicker,
.eyebrow {
  color: var(--primary);
  letter-spacing: 0.05em;
}

.section-kicker::before,
.eyebrow::before {
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.navbar {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(217, 235, 232, 0.85);
  box-shadow: 0 12px 32px rgba(49, 90, 166, 0.08);
  position: fixed;
  width: 100%;
}

.brand-logo {
  width: 118px;
  height: 72px;
}

.navbar-light .navbar-nav .nav-link {
  color: #22405b;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

.btn-brand {
  background: linear-gradient(135deg, #078b5b 0%, #23b7c9 100%);
  box-shadow: 0 14px 30px rgba(7, 139, 91, 0.18);
}

.btn-light-outline {
  color: var(--secondary);
  border: 1px solid rgba(49, 90, 166, 0.25);
  background: #fff;
  box-shadow: 0 10px 24px rgba(49, 90, 166, 0.08);
}

.btn-light-outline:hover {
  color: #fff;
  border-color: var(--secondary);
  background: var(--secondary);
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fffd 0%, #effaf7 48%, #eef6ff 100%);
  background:
    linear-gradient(135deg, rgba(39, 197, 216, 0.22), rgba(7, 139, 91, 0.08)),
    url("../img/01.png") center/cover no-repeat;
}

.hero-media,
.hero-overlay,
.hero .owl-nav {
  display: none;
}

.hero-content {
  /*! padding-top: 76px; */
}

.hero h1 {
  color: var(--ink);
  max-width: 680px;
  font-size: clamp(48px, 6.6vw, 92px);
}

.hero p,
.hero .eyebrow {
  color: var(--ink);
}

.hero-tagline {
  color: var(--primary) !important;
  font-size: clamp(22px, 3vw, 34px);
}

.hero-copy {
  color: #4d657a !important;
  font-size: 18px;
}

.modern-hero-visual {
  position: relative;
  min-height: 520px;
  max-width: 500px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-image-card {
  position: absolute;
  inset: 52px 20px auto 18px;
  height: 390px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(217, 235, 232, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--soft), #fff);
}

.hero-mini-card,
.hero-range-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(217, 235, 232, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(28, 77, 102, 0.14);
  backdrop-filter: blur(12px);
}

.hero-mini-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
  width: 228px;
  padding: 16px;
}

.hero-mini-card i {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.hero-mini-card strong,
.hero-range-card strong {
  color: var(--ink);
  line-height: 1.25;
}

.hero-mini-card span,
.hero-range-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-mini-card-a {
  top: 0;
  left: 0;
}

.hero-mini-card-b {
  right: 0;
  bottom: 38px;
}

.hero-range-card {
  left: 52px;
  right: 74px;
  bottom: 0;
  padding: 18px 20px;
}

.hero-range-card strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.about {
  background: url(../img);
}

.image-frame {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(28, 77, 102, 0.1);
  overflow: hidden;
}

.image-frame::before {
  background: linear-gradient(135deg, rgba(39, 197, 216, 0.34), rgba(7, 139, 91, 0.2));
}

.trust-strip div,
.mv-card,
.highlight-card,
.product-card,
.contact-card,
.contact-form {
  border-radius: 8px;
  border-color: var(--line);
  box-shadow: 0 14px 34px rgba(28, 77, 102, 0.08);
}

.trust-strip div {
  background: linear-gradient(180deg, #fff 0%, #f7fffc 100%);
}

.trust-strip strong {
  color: var(--primary);
}

.mission-vision {
  background: linear-gradient(180deg, #f4fbffa5 0%, #ffffff 100%), url("../img/mission.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.company {
  background: linear-gradient(135deg, rgba(7, 139, 91, 0.08), rgba(39, 197, 216, 0.08)), #fbfffe;
}

.manufacturing-note {
  background: #ffffff;
  color: var(--ink);
  border: 1px solid rgba(7, 139, 91, 0.18);
  box-shadow: 0 16px 34px rgba(7, 139, 91, 0.12);
}

.manufacturing-note i {
  color: var(--primary);
}

.highlight-card {
  min-height: 210px;
  background: rgba(255, 255, 255, 0.86);
}

.highlight-card i {
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.highlight-card:nth-child(even) i {
  background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.products {
  background-image: linear-gradient(180deg, rgba(244, 251, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/product.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}

.product-filters {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7fffd;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-filters button {
  border: 0;
  background: transparent;
}

.product-filters button:hover,
.product-filters button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 142px;
  background: #fff;
}

.product-card::after {
  content: "\f0fa";
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: rgba(39, 197, 216, 0.14);
  font-family: "Font Awesome 5 Free";
  font-size: 48px;
  font-weight: 900;
}

.product-card span {
  color: var(--secondary);
  background: #eef6ff;
}

.product-card:hover {
  border-color: rgba(39, 197, 216, 0.55);
  box-shadow: 0 18px 42px rgba(39, 197, 216, 0.14);
}

.gallery {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 139, 91, 0.08), rgba(39, 197, 216, 0.1)),
    #f8fffd;
}

.page-header {
  position: relative;
  overflow: hidden;
  margin-top: 96px;
  padding: 92px 0 70px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 250, 247, 0.9)),
    url("../img/01.png") center/cover no-repeat;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 48, 74, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 48, 74, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header h1 {
  max-width: 760px;
  margin: 12px 0 14px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
}

.page-header p {
  max-width: 620px;
  margin: 0;
  color: #4d657a;
  font-size: 18px;
}

.gallery-page {
  padding-top: 72px;
}

.gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 48, 74, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 48, 74, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.gallery .container {
  position: relative;
  z-index: 1;
}

.gallery-grid {
  column-count: 4;
  column-gap: 18px;
}

.gallery-card {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin: 0 0 18px;
  padding: 0;
  border: 1px solid rgba(217, 235, 232, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(28, 77, 102, 0.1);
  cursor: pointer;
}

.gallery-card.wide {
  height: 220px;
}

.gallery-card.tall {
  height: 320px;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(21, 48, 74, 0.72) 100%);
  transition: opacity 0.3s ease;
}

.gallery-card::after {
  content: "\f00e";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.gallery-card:hover::before,
.gallery-card:hover::after,
.gallery-card:focus-visible::before,
.gallery-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-card:focus-visible {
  outline: 4px solid rgba(39, 197, 216, 0.35);
  outline-offset: 3px;
}

.careers {
  background: linear-gradient(180deg, #f6fcff 0%, #eefaf7 100%);
}

.career-shell {
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(28, 77, 102, 0.13);
}

.career-info {
  color: var(--ink);
  background:
    linear-gradient(160deg, rgba(245, 255, 252, 0.94), rgba(232, 247, 255, 0.95)),
    url("../img/company.png") center/cover no-repeat;
}

.career-info h2,
.career-info p {
  color: var(--ink);
}

.career-info p {
  color: #516a7d;
}

.section-kicker.light {
  color: var(--primary);
}

.section-kicker.light::before {
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.career-tags span {
  color: var(--primary-dark);
  background: #fff;
  border-color: rgba(7, 139, 91, 0.16);
  box-shadow: 0 8px 18px rgba(28, 77, 102, 0.08);
}

.career-contact i {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.career-contact strong {
  color: var(--ink);
}

.career-contact span {
  color: #516a7d;
}

.career-form {
  background: #fff;
}

.career-form input,
.career-form select,
.career-form textarea,
.contact-form input,
.contact-form textarea {
  border-color: #d8e7e4;
  background: #fbfefd;
}

.contact {
  background: url("../img/contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .section-heading h2 {
  color: #fff;
}
.contact .section-heading p {
  color: #fff;
}
.contact-card {
  background: linear-gradient(180deg, #f7fffd 0%, #ffffff 100%);
}

.footer {
  background: linear-gradient(135deg, #10243d 0%, #0e3f35 100%);
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding: 70px 0 82px;
  }

  .hero::before {
    inset: 74px -28% auto auto;
    width: 88%;
    height: 46%;
  }

  .hero-content {
    padding-top: 0;
  }

  .modern-hero-visual {
    min-height: 500px;
    margin: 44px 0 0;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 58px 0;
  }

  .page-header {
    margin-top: 83px;
    padding: 58px 0 46px;
  }

  .page-header h1 {
    font-size: 42px;
  }

  .hero {
    display: block;
    height: auto;
    padding: 48px 0 64px;
  }

  .hero::before {
    inset: auto -50% 8% auto;
    width: 120%;
    height: 42%;
    opacity: 0.22;
  }

  .hero::after {
    display: none;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .modern-hero-visual {
    min-height: 620px;
  }

  .hero-image-card {
    inset: 96px 0 auto 0;
    height: 330px;
  }

  .hero-mini-card {
    width: min(265px, 88%);
  }

  .hero-mini-card-a {
    top: 0;
    left: 0;
  }

  .hero-mini-card-b {
    right: 0;
    bottom: 76px;
  }

  .hero-range-card {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .product-filters {
    border-radius: 8px;
    justify-content: flex-start;
  }
}

/* Carousel and product lightbox */
.hero {
  min-height: 100vh;
  background: #f6fcff;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-media,
.hero-overlay {
  display: block;
}

.hero-media {
  z-index: 0;
}

.hero-media .owl-carousel,
.hero-media .owl-stage-outer,
.hero-media .owl-stage,
.hero-media .owl-item,
.hero-slide {
  height: 100vh;
  min-height: 720px;
}

.hero-slide {
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.hero-content {
  z-index: 2;
}

.hero .owl-nav {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 4;
  display: flex;
  gap: 10px;
}

.hero .owl-nav button {
  width: 46px;
  height: 46px;
  color: var(--ink) !important;
  border: 1px solid rgba(21, 48, 74, 0.12) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 12px 26px rgba(28, 77, 102, 0.14);
}

.hero .owl-nav button:hover {
  color: #fff !important;
  background: var(--primary) !important;
}

.product-card {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-card::after {
  display: none;
}

#products-wrapper .product-card {
  min-height: 220px;
  padding: 18px;
}

#products-wrapper .product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

#products-wrapper .product-card:hover img {
  transform: scale(1.04);
}

.product-lightbox .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(21, 48, 74, 0.25);
}

.product-lightbox .modal-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 0;
  padding: 0;
}

.product-lightbox-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 36px;
  background: linear-gradient(180deg, #d4fdf1 0%, #a3bdd0 100%);
}

.product-lightbox-media img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.product-lightbox.gallery-mode .modal-body {
  display: block;
}

.product-lightbox.gallery-mode .product-lightbox-caption {
  display: none;
}

.product-lightbox.gallery-mode .product-lightbox-media {
  min-height: 80vh;
  background: #071827;
}

.product-lightbox.gallery-mode .product-lightbox-media img {
  max-height: 78vh;
}

.product-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  transition: 0.25s ease;
}

.product-lightbox-nav:hover {
  color: #fff;
  background: var(--primary);
}

.product-lightbox-prev {
  left: 18px;
}

.product-lightbox-next {
  right: 18px;
}

.product-lightbox.gallery-mode .product-lightbox-nav {
  display: inline-flex;
}

.product-lightbox-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border-left: 1px solid var(--line);
}

.product-lightbox-caption span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-lightbox-caption h3 {
  margin: 10px 0 0;
  font-size: 28px;
}

.product-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(21, 48, 74, 0.14);
}

.jumboturn {
  background-color: #3e4095;
  color: #fff;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .hero-media .owl-carousel,
  .hero-media .owl-stage-outer,
  .hero-media .owl-stage,
  .hero-media .owl-item,
  .hero-slide {
    height: 100%;
    min-height: 100%;
  }

  .hero {
    min-height: auto;
  }

  .product-lightbox .modal-body {
    grid-template-columns: 1fr;
  }

  .product-lightbox-media {
    min-height: 430px;
  }

  .product-lightbox-caption {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .gallery-grid {
    column-count: 3;
  }

  .gallery-card {
    height: 230px;
  }

  .gallery-card.wide,
  .gallery-card.tall {
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    display: block;
    min-height: 0;
    padding: 0 0 42px;
    background: #f8fffd;
    overflow: visible;
  }

  .hero-media {
    position: relative;
    inset: auto;
    height: 280px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    border-radius: 0 0 24px 24px;
    margin-top: 83px;
  }

  .hero-media .owl-carousel,
  .hero-media .owl-stage-outer,
  .hero-media .owl-stage,
  .hero-media .owl-item,
  .hero-slide {
    height: 280px;
    min-height: 280px;
  }

  .hero-slide {
    background-position: center;
  }

  .hero-overlay {
    display: none;
  }

  .hero-content {
    position: relative;
    padding-top: 34px;
    z-index: 2;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: 42px;
  }

  .hero-tagline {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero .owl-nav {
    right: 14px;
    bottom: 14px;
  }

  .hero .owl-nav button {
    width: 40px;
    height: 40px;
  }

  #products-wrapper .product-card {
    min-height: 190px;
  }

  #products-wrapper .product-card img {
    height: 152px;
  }

  .product-lightbox-media {
    min-height: 320px;
    padding: 26px 18px;
  }

  .product-lightbox-media img {
    max-height: 300px;
  }

  .product-lightbox-caption {
    padding: 24px;
  }

  .gallery-grid {
    column-count: 2;
    column-gap: 12px;
  }

  .gallery-card {
    height: 180px;
    margin-bottom: 12px;
  }

  .gallery-card.wide,
  .gallery-card.tall {
    height: 210px;
  }

  .product-lightbox.gallery-mode .product-lightbox-media {
    min-height: 70vh;
  }

  .product-lightbox-nav {
    width: 42px;
    height: 42px;
  }

  .product-lightbox-prev {
    left: 10px;
  }

  .product-lightbox-next {
    right: 10px;
  }
}
/* Only Mobile (up to 767px) */
@media (max-width: 767.98px) {
  .mobile-mt-30 {
    margin-top: 30px !important;
  }
}
