:root {
  --brand-primary: #008676;
  --brand-secondary: #fdb913;
  --brand-deep: #032b2a;
  --brand-muted: #5f746f;
  --brand-cream: #f7f4eb;
  --brand-panel: rgba(255, 255, 255, 0.88);
  /*--brand-shadow: 0 24px 80px rgba(3, 43, 42, 0.18);*/
  --brand-shadow: 0 5px 17px rgba(3, 43, 42, 0.18);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;

  /* Unified section vertical spacing — change once, updates everywhere */
  --section-py: 6rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--brand-deep);
  background: #fff;
  /*background:*/
  /*  radial-gradient(circle at top left, rgba(253, 185, 19, 0.16), transparent 28%),*/
  /*  radial-gradient(circle at right center, rgba(0, 132, 117, 0.12), transparent 25%),*/
  /*  linear-gradient(180deg, #fffdf7 0%, #f4fbf9 100%);*/
}

.btn-outline-light {
    display: flex;
    align-items: center;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  /*background: rgba(3, 43, 42, 0.72);*/
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar {
  padding: 0.4rem 0;
}

.brand-logo {
  max-width: 330px;
}

@media (max-width: 767px) {
    .brand-logo {
  max-width: 230px;
}
}

.brand-text {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}

.nav-link {
  /*color: rgba(255, 255, 255, 0.86);*/
  color: #000;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand-secondary) !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--brand-secondary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-secondary), #ffd45f);
  border: 0;
  color: var(--brand-deep);
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(253, 185, 19, 0.34);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-brand:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(253, 185, 19, 0.4);
  color: var(--brand-deep);
}

.mobile-menu {
  /*background:*/
  /*  radial-gradient(circle at top, rgba(253, 185, 19, 0.18), transparent 34%),*/
  /*  linear-gradient(180deg, #062f2d 0%, #031918 100%);*/
  background: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-link {
  color: #000;
  font-weight: 700;
  padding: 0.9rem 0;
  border-bottom: 1px solid #00000014;
  transition: color 0.3s ease, transform 0.3s ease;
}

.mobile-link:hover,
.mobile-link.active {
  color: var(--brand-secondary);
  transform: translateX(6px);
}

.navbar-toggler {
background-color: #02574f;
}

.leaves-img {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 150px;
    z-index: 1;
}

.leaves2-img {
    position: absolute;
    right: 0px;
    top: 0;
    width: 350px;
    z-index: 1;
}

@media (max-width: 767px) {
    .leaves2-img {
   display: none;
}
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 90px);
  padding: var(--section-py) 0;
  background: url("../images/banner-img1.jpg");
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}

/* ── Hero Swiper Carousel ─────────────────────────── */
.hero-carousel-section {
  /*background: var(--brand-deep);*/
  padding: 0;
  display: block;
  overflow: hidden;
}

.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(*/
  /*  to right,*/
  /*  rgba(3, 43, 42, 0.95) 0%,*/
  /*  rgba(3, 43, 42, 0.88) 32%,*/
  /*  rgba(3, 43, 42, 0.42) 54%,*/
  /*  rgba(0, 0, 0, 0) 70%*/
  /*);*/
  background: linear-gradient(to right, #0000008f 0%, #ffffff00 100%);
  z-index: 1;
}

.hero-slide-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  padding: var(--section-py) 0;
}

/* Text entrance animation on active slide */
.swiper-slide-active .hero-copy,
.swiper-slide-duplicate-active .hero-copy {
  animation: heroSlideIn 0.85s ease both;
}

@keyframes heroSlideIn {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Pagination */
.hero-swiper-pagination {
  bottom: 26px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.35s ease;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--brand-secondary);
  width: 28px;
  border-radius: 5px;
}

/* Nav arrows */
.hero-swiper-prev,
.hero-swiper-next {
  width: 48px !important;
  height: 48px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(8px);
  border-radius: 50%;
  color: #fff !important;
  transition: background 0.3s ease;
}

.hero-swiper-prev::after,
.hero-swiper-next::after {
  font-size: 16px !important;
  font-weight: 700;
}

.hero-swiper-prev:hover,
.hero-swiper-next:hover {
  background: rgba(255, 255, 255, 0.30) !important;
}

@media (max-width: 991.98px) {
  .hero-swiper-prev,
  .hero-swiper-next { display: none !important; }

  .hero-slide-inner {
    min-height: 72vh;
  }

  .hero-slide-overlay {
    background: linear-gradient(
      180deg,
      rgba(3, 43, 42, 0.92) 0%,
      rgba(0, 0, 0, 0.60) 100%
    );
  }
}

@media (max-width: 767.98px) {
  .hero-slide-inner {
    min-height: 62vh;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  .hero-slide-inner {
    min-height: 55vh;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
/* ── End Hero Swiper Carousel ─────────────────────── */

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  animation: floatOrb 8s ease-in-out infinite;
}

.orb-one {
  width: 240px;
  height: 240px;
  background: rgba(253, 185, 19, 0.24);
  top: 12%;
  left: -6%;
}

.orb-two {
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.08);
  bottom: -8%;
  right: -6%;
  animation-delay: 1.2s;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--brand-secondary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-title,
.page-banner h1,
.section-heading h2,
.content-panel h2,
.contact-panel h2,
.category-card h2 {
  font-family: "Sora", sans-serif;
  line-height: 1.1;
}

.hero-title {
  font-size: clamp(2.8rem, 3.7vw, 5.2rem);
  margin-bottom: 1.25rem;
}

.hero-text,
.section-heading p,
.content-panel p,
.contact-panel p,
.page-banner p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-stats .stat-card,
.floating-card,
.feature-card,
.image-card,
.content-panel,
.mini-feature,
.contact-panel,
.contact-form-wrap,
.category-card,
.contact-info {
  border-radius: var(--radius-lg);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.stat-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1rem;
  min-height: 120px;
}

.stat-card strong {
  display: block;
  font-size: 1.8rem;
  font-family: "Sora", sans-serif;
}

.stat-card span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.72);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  perspective: 1400px;
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--brand-shadow);
}

.card-main {
  width: min(100%, 460px);
  right: 0;
  top: 2rem;
  overflow: hidden;
  transform: rotateY(-10deg) rotateX(5deg);
}

.card-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.card-sm {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  color: var(--brand-deep);
  font-weight: 800;
  animation: levitate 5s ease-in-out infinite;
}

.card-sm i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.3rem;
  background: rgba(0, 132, 117, 0.12);
  color: var(--brand-primary);
}

.card-a {
  left: 0;
  top: 6%;
}

.card-b {
  left: 3%;
  bottom: 28%;
  animation-delay: 0.8s;
}

.card-c {
  right: 8%;
  bottom: 6%;
  animation-delay: 1.4s;
}

.section-space {
  padding: var(--section-py) 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 1rem;
}

.section-heading h2,
.contact-panel h2,
.page-banner h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
}

.content-panel h2 {
    font-size: clamp(2rem, 4vw, 2rem);
}

.section-heading p,
.content-panel p,
.contact-panel p,
.page-banner p,
.feature-card p,
.mini-feature span,
.category-content p,
.site-footer p {
  color: var(--brand-muted);
}

.feature-card,
.content-panel,
.mini-feature,
.contact-panel,
.contact-form-wrap,
.category-card,
.contact-info {
  background: var(--brand-panel);
  border: 1px solid rgba(0, 132, 117, 0.1);
  box-shadow: var(--brand-shadow);
}

.feature-card {
  height: 100%;
  padding: 2rem;
}

.feature-card:hover,
.image-card:hover,
.mini-feature:hover,
.contact-info:hover,
.category-card:hover {
  transform: translateY(-10px);
  border-color: rgba(253, 185, 19, 0.36);
  /*box-shadow: 0 30px 70px rgba(3, 43, 42, 0.2);*/
  box-shadow: 0 8px 27px rgba(3, 43, 42, 0.2);
}

.feature-card h3,
.mini-feature strong,
.site-footer h5,
.contact-info strong {
  font-family: "Sora", sans-serif;
}

.icon-wrap {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(0, 132, 117, 0.12), rgba(253, 185, 19, 0.2));
}

.parallax-section {
  position: relative;
  /*background:*/
  /*  linear-gradient(135deg, rgba(3, 43, 42, 0.8), rgba(0, 132, 117, 0.72)),*/
  /*  url("../images/parallax.jpg") center/cover fixed;*/
  background: url("../images/parallax.jpg") center/cover fixed;
  padding: 150px 0;
  background-position: bottom !important;
}

.parallax-section .container {
  padding: 0;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.03));
}

.content-panel,
.contact-panel,
.contact-form-wrap {
  padding: 2.2rem;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
  color: var(--brand-deep);
  font-weight: 600;
}

.check-list i,
.contact-info i,
.mini-card i,
.mini-feature i {
  color: var(--brand-secondary);
}

.image-card {
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 450px;
}

.image-card.about-card1 img {
  min-height: 500px;
}

/*.image-card.about-card2 img {*/
/*  min-height: 500px;*/
/*}*/

.page-banner {
  padding: var(--section-py) 0;
  background:
    radial-gradient(circle at top, rgba(253, 185, 19, 0.18), transparent 25%),
    linear-gradient(180deg, rgba(0, 132, 117, 0.08), transparent 100%);
}

.page-banner p {
  max-width: 760px;
  margin: 0 auto;
}

.bg-panel {
  background: linear-gradient(180deg, rgba(0, 132, 117, 0.02), rgba(253, 185, 19, 0.05));
}

.image-stack {
  position: relative;
  padding-right: 3rem;
}

.mini-card {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: min(280px, 100%);
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.2rem;
  background: #fff;
  box-shadow: var(--brand-shadow);
  border-radius: var(--radius-md);
  font-weight: 800;
}

.mini-card i {
  font-size: 1.6rem;
}

.mini-feature {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  height: 100%;
  padding: 1.6rem;
}

.mini-feature.tall {
  min-height: 220px;
}

.mini-feature i {
  font-size: 1.8rem;
}

.category-card {
  overflow: hidden;
}

.category-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.category-content {
  padding: 1.8rem;
}

.contact-info {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  margin-top: 1rem;
}

.contact-info i {
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

.contact-info span {
  color: var(--brand-muted);
  display: block;
  margin-top: 0.15rem;
}

.form-control,
.form-select {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(0, 132, 117, 0.14);
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-deep);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.25rem rgba(0, 132, 117, 0.14);
}

.form-select option {
  color: var(--brand-deep);
  background: #fff;
}

textarea.form-control {
  min-height: 100px;
}

.site-footer {
  padding: 4rem 0;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at top left, rgba(253, 185, 19, 0.14), transparent 30%),
    linear-gradient(135deg, #021918, #083d39);
}

.site-footer h5 {
  color: #fff;
  margin-bottom: 1rem;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.7rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.site-footer a:hover {
  color: var(--brand-secondary);
  transform: translateX(4px);
}

.reveal-up,
.reveal-left,
.reveal-scale {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-left {
  transform: translateX(-45px);
}

.reveal-scale {
  transform: scale(0.88);
}

.revealed {
  opacity: 1;
  transform: none;
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes levitate {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(12px, -22px, 0) scale(1.06);
  }
}

/* ================================================================
   PRODUCT CARD
================================================================ */
.product-card {
  background: var(--brand-panel);
  border: 1px solid rgba(0, 132, 117, 0.1);
  box-shadow: var(--brand-shadow);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  border-color: rgba(253, 185, 19, 0.36);
  box-shadow: 0 30px 70px rgba(3, 43, 42, 0.2);
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.06);
}

.product-badge {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(3, 43, 42, 0.76);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.product-tag {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tag-hot {
  background: linear-gradient(135deg, #ff6b35, #e63946);
  color: #fff;
}

.tag-new {
  background: linear-gradient(135deg, var(--brand-secondary), #ffd45f);
  color: var(--brand-deep);
}

.product-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-body h4 {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-deep);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.product-body p {
  color: var(--brand-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.product-price {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand-primary);
}

.product-price small {
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--brand-muted);
}

/* ================================================================
   TESTIMONIALS
================================================================ */
.testimonial-card {
  background: var(--brand-panel);
  border: 1px solid rgba(0, 132, 117, 0.1);
  box-shadow: var(--brand-shadow);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(253, 185, 19, 0.36);
  box-shadow: 0 30px 70px rgba(3, 43, 42, 0.2);
}

.testimonial-stars {
  color: var(--brand-secondary);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.testimonial-text {
  color: var(--brand-muted);
  font-size: 0.97rem;
  line-height: 1.8;
  flex: 1;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 132, 117, 0.1);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 2px solid var(--brand-secondary);
}

.testimonial-author strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  color: var(--brand-deep);
}

.testimonial-author span {
  font-size: 0.8rem;
  color: var(--brand-muted);
}

/* ================================================================
   TRUST STRIP
================================================================ */
.trust-strip {
  border-top: 1px solid rgba(0, 132, 117, 0.1);
  padding-top: 3rem;
  margin-top: 1rem;
}

.trust-item {
  text-align: center;
  padding: 1.5rem 1rem;
}

.trust-item i {
  display: block;
  font-size: 2rem;
  color: var(--brand-primary);
  margin-bottom: 0.6rem;
}

.trust-item strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  color: var(--brand-deep);
  line-height: 1;
}

.trust-item span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.85rem;
  color: var(--brand-muted);
  font-weight: 600;
}

/* ================================================================
   MISSION BAND
================================================================ */
.mission-band {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  /*background:*/
  /*  linear-gradient(135deg, rgba(3, 43, 42, 0.9), rgba(0, 132, 117, 0.82)),*/
  /*  url("https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=1800&q=80") center / cover fixed;*/
   background: url("../images/bed-set.jpg") center / cover fixed;
  color: #fff;
}

.mission-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(253, 185, 19, 0.06));
  pointer-events: none;
}

/* ================================================================
   GALLERY GRID (About page)
================================================================ */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--brand-shadow);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 72px rgba(3, 43, 42, 0.22);
}

.gallery-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.gallery-card.gallery-tall img {
  height: 540px;
}

.gallery-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.2rem;
  background: linear-gradient(to top, rgba(3, 43, 42, 0.85), transparent);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}

.gallery-label i {
  color: var(--brand-secondary);
  font-size: 1rem;
}

/* ================================================================
   SPOTLIGHT GROUPS (Categories page)
================================================================ */
.spotlight-group {
  border-top: 1px solid rgba(0, 132, 117, 0.12);
  padding-top: 2.5rem;
}

.spotlight-header {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 0.5rem;
}

.spotlight-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 1.4rem;
  color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(0, 132, 117, 0.12), rgba(253, 185, 19, 0.18));
}

.spotlight-header h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 0.3rem;
  color: var(--brand-deep);
}

.spotlight-header p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 0.95rem;
}

/* ================================================================
   FAQ
================================================================ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 132, 117, 0.12);
}

.faq-item:first-child {
  border-top: 1px solid rgba(0, 132, 117, 0.12);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  padding: 1.4rem 0;
  text-align: left;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-deep);
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-question:hover,
.faq-question[aria-expanded="true"] {
  color: var(--brand-primary);
}

.faq-icon {
  flex-shrink: 0;
  font-size: 1.3rem;
  color: var(--brand-primary);
  transition: transform 0.35s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 1.4rem;
  color: var(--brand-muted);
  font-size: 0.97rem;
  line-height: 1.8;
}

.faq-answer strong {
  color: var(--brand-deep);
}

/* ================================================================
   FEATURE LINK
================================================================ */
.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 0.9rem;
  transition: gap 0.3s ease, color 0.3s ease;
}

.feature-link:hover {
  color: var(--brand-secondary);
  gap: 0.7rem;
}

/* ================================================================
   STAT HIGHLIGHT (About page)
================================================================ */
.stat-highlight {
  background: var(--brand-panel);
  border: 1px solid rgba(0, 132, 117, 0.12);
  box-shadow: var(--brand-shadow);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.2rem;
  text-align: center;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.stat-highlight:hover {
  transform: translateY(-8px);
  border-color: rgba(253, 185, 19, 0.36);
  box-shadow: 0 28px 60px rgba(3, 43, 42, 0.18);
}

.stat-highlight strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--brand-primary);
  line-height: 1;
}

.stat-highlight span {
  display: block;
  margin-top: 0.4rem;
  color: var(--brand-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

/* ================================================================
   CATEGORY BADGE
================================================================ */
.category-image {
  position: relative;
}

.category-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(3, 43, 42, 0.72);
  backdrop-filter: blur(8px);
  color: var(--brand-secondary);
  font-size: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ================================================================
   FOOTER ENHANCEMENTS
================================================================ */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
}

.footer-contact-item i {
  color: var(--brand-secondary);
  flex-shrink: 0;
  margin-top: 0.1rem;
  font-size: 1rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  /*display: grid;*/
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease !important;
  margin-bottom: 0 !important;
  transform: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.social-icon:hover {
  background: var(--brand-secondary) !important;
  color: var(--brand-deep) !important;
  transform: translateY(-3px) !important;
  border-color: var(--brand-secondary) !important;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  text-align: center;
}

/* ================================================================
   CTA SECTION
================================================================ */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: var(--section-py) 0;
  background:
   linear-gradient(135deg, rgb(3 43 42 / 47%), #00000070), url(../images/comforter.jpg) center / cover;
  color: #fff;
}

.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.cta-orb-one {
  width: 400px;
  height: 400px;
  background: rgba(253, 185, 19, 0.22);
  top: -10%;
  left: -8%;
}

.cta-orb-two {
  width: 500px;
  height: 500px;
  background: rgba(0, 132, 117, 0.18);
  bottom: -15%;
  right: -6%;
}

.cta-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.cta-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 660px;
  margin: 0 auto;
}

.cta-features {
  margin-top: 3rem;
}

.cta-feat-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-md);
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.cta-feat-card:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(253, 185, 19, 0.4);
  transform: translateY(-4px);
}

.cta-feat-card i {
  font-size: 1.6rem;
  color: var(--brand-secondary);
}

.cta-feat-card strong {
  font-size: 0.88rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ================================================================
   RESPONSIVE — xl (≤ 1199px)
================================================================ */
@media (max-width: 1199.98px) {
  .hero-visual {
    min-height: 500px;
  }

  .card-main {
    width: min(100%, 390px);
  }
}

/* ================================================================
   RESPONSIVE — lg (≤ 991px)
================================================================ */
@media (max-width: 991.98px) {
  :root { --section-py: 5rem; }

  /*.site-header {*/
  /*  background: rgba(3, 43, 42, 0.92);*/
  /*}*/

  .hero-section {
    min-height: auto;
  }

  .hero-visual {
    min-height: 480px;
  }

  .card-main {
    position: relative;
    margin: 0 auto;
    top: 0;
    right: auto;
  }

  .card-a { left: 2%; }
  .card-b { left: 4%; bottom: 20%; }
  .card-c { right: 2%; }

  .parallax-section {
    background-attachment: scroll;
  }

  .cta-orb-one { width: 280px; height: 280px; }
  .cta-orb-two { width: 350px; height: 350px; }
}

/* ================================================================
   RESPONSIVE — md (≤ 767px)
================================================================ */
@media (max-width: 767.98px) {
  :root { --section-py: 4rem; }

  .navbar {
    padding: 0.85rem 0;
  }

  /*.brand-logo {*/
  /*  width: 40px;*/
  /*  height: 40px;*/
  /*}*/

  .brand-text {
    font-size: 1rem;
  }

  .hero-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .hero-text {
    font-size: 0.97rem;
  }

  .hero-visual {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .card-main img {
    min-height: 300px;
  }

  .card-sm {
    position: relative;
    margin-top: 1rem;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    animation: none;
  }

  .hero-stats .stat-card {
    min-height: 100px;
  }

  .image-stack {
    padding-right: 0;
  }

  .mini-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
    width: 100%;
  }

  .page-banner h1 {
    font-size: clamp(1.9rem, 7vw, 3rem);
  }

  .section-heading h2,
  .content-panel h2,
  .contact-panel h2 {
    font-size: clamp(1.7rem, 5.5vw, 2.6rem);
  }

  .content-panel,
  .contact-panel,
  .contact-form-wrap {
    padding: 1.6rem;
  }

  .feature-card {
    padding: 1.6rem;
  }

  .category-image img {
    height: 240px;
  }

  .cta-title {
    font-size: clamp(1.7rem, 7vw, 2.6rem);
  }

  .cta-text {
    font-size: 0.97rem;
  }

  .stat-highlight strong {
    font-size: 2rem;
  }
}

/* ================================================================
   RESPONSIVE — sm (≤ 575px)
================================================================ */
@media (max-width: 575.98px) {
  :root { --section-py: 3rem; }

  .hero-title {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .hero-text {
    font-size: 0.94rem;
  }

  .hero-visual {
    min-height: auto;
  }

  .card-main img {
    min-height: 240px;
  }

  .hero-stats .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .stat-card {
    min-height: 90px;
    padding: 0.85rem;
  }

  .stat-card strong {
    font-size: 1.5rem;
  }

  .section-heading h2 {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .page-banner h1 {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
  }

  .parallax-section h2 {
    font-size: clamp(1.5rem, 6vw, 2.4rem);
  }

  .content-panel,
  .contact-panel,
  .contact-form-wrap {
    padding: 1.3rem;
  }

  .feature-card {
    padding: 1.3rem;
  }

  .mini-feature {
    padding: 1.2rem;
  }

  .category-image img {
    height: 200px;
  }

  .category-content {
    padding: 1.3rem;
  }

  .icon-wrap {
    width: 58px;
    height: 58px;
    font-size: 1.4rem;
  }

  .form-control,
  .form-select {
    min-height: 50px;
    font-size: 0.95rem;
  }

  .btn-lg {
    font-size: 0.95rem;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .cta-title {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }

  .cta-feat-card {
    padding: 1rem 0.75rem;
  }

  .cta-feat-card i {
    font-size: 1.3rem;
  }

  .site-footer {
    padding: 3rem 0;
  }

  .footer-bottom {
    font-size: 0.8rem;
  }

  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .stat-highlight {
    padding: 1.2rem 0.8rem;
  }

  .stat-highlight strong {
    font-size: 1.6rem;
  }

  /* Product cards */
  .product-img img {
    height: 180px;
  }

  .product-body {
    padding: 1.1rem;
  }

  .product-body h4 {
    font-size: 0.92rem;
  }

  .product-price {
    font-size: 0.95rem;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 1.4rem;
  }

  /* Gallery */
  .gallery-card img {
    height: 200px;
  }

  .gallery-card.gallery-tall img {
    height: 260px;
  }

  /* Spotlight */
  .spotlight-header {
    flex-direction: column;
    gap: 0.75rem;
  }

  .spotlight-icon {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }

  /* Mission band */
  .mission-band {
    background-attachment: scroll;
  }

  /* FAQ */
  .faq-question {
    font-size: 0.92rem;
    padding: 1.1rem 0;
  }
}

/* ================================================================
   RESPONSIVE — md (product images)
================================================================ */
@media (max-width: 767.98px) {
  .product-img img {
    height: 200px;
  }

  .gallery-card img {
    height: 220px;
  }

  .gallery-card.gallery-tall img {
    height: 320px;
  }

  .mission-band {
    background-attachment: scroll;
  }

  .trust-item strong {
    font-size: 1.3rem;
  }

  .spotlight-header {
    gap: 0.9rem;
  }
}

/* ================================================================
   ENQUIRY MODAL
================================================================ */

/* Modal wrapper */
.enquiry-modal-content {
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(3, 43, 42, 0.28);
}

/* Header */
.enquiry-modal-header {
  background: linear-gradient(135deg, var(--brand-deep) 0%, #02574f 100%);
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.enquiry-header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.enquiry-header-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(253, 185, 19, 0.18);
  border: 1px solid rgba(253, 185, 19, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--brand-secondary);
  flex-shrink: 0;
}

.enquiry-modal-header .modal-title {
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.enquiry-header-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.1rem;
}

.enquiry-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.enquiry-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Product banner strip */
.enquiry-product-banner {
  background: linear-gradient(90deg, rgba(253, 185, 19, 0.12), rgba(253, 185, 19, 0.04));
  border-bottom: 1px solid rgba(253, 185, 19, 0.2);
  padding: 0.65rem 1.75rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-deep);
  display: flex;
  align-items: center;
}

.enquiry-product-banner i {
  color: var(--brand-secondary);
}

#enquiryProductDisplay {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: var(--brand-primary);
}

/* Body */
.enquiry-modal-body {
  padding: 1.75rem;
  background: #fff;
}

/* Labels */
.enquiry-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-deep);
  margin-bottom: 0.45rem;
  display: block;
  letter-spacing: 0.01em;
}

.enquiry-label i {
  color: var(--brand-primary);
}

/* Inputs */
.enquiry-input {
  border: 1.5px solid #e4e9e8;
  border-radius: 12px;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  color: var(--brand-deep);
  background: #fafcfc;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.enquiry-input:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(0, 134, 118, 0.12);
  background: #fff;
  outline: none;
}

.enquiry-input::placeholder {
  color: #aab8b5;
}

.enquiry-textarea {
  resize: vertical;
  min-height: 110px;
}

/* Form footer */
.enquiry-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eef2f1;
}

.enquiry-privacy-note {
  font-size: 0.78rem;
  color: var(--brand-muted);
  margin: 0;
}

.enquiry-privacy-note i {
  color: var(--brand-primary);
}

.enquiry-cancel-btn {
  border: 1.5px solid #dde5e3;
  color: var(--brand-muted);
  font-weight: 600;
  font-size: 0.88rem;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.enquiry-cancel-btn:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

/* Success state */
.enquiry-success-msg {
  padding: 1.5rem 0 0.5rem;
}

.enquiry-success-inner {
  text-align: center;
  padding: 2rem 1rem;
}

.enquiry-success-icon {
  font-size: 3.5rem;
  color: var(--brand-primary);
  margin-bottom: 1rem;
  line-height: 1;
}

.enquiry-success-inner h5 {
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--brand-deep);
  margin-bottom: 0.75rem;
}

.enquiry-success-inner p {
  color: var(--brand-muted);
  font-size: 0.92rem;
  max-width: 400px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

/* Mobile adjustments */
@media (max-width: 575.98px) {
  .enquiry-modal-header {
    padding: 1.25rem;
  }

  .enquiry-modal-body {
    padding: 1.25rem;
  }

  .enquiry-product-banner {
    padding: 0.6rem 1.25rem;
    font-size: 0.8rem;
  }

  .enquiry-form-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .enquiry-form-footer .d-flex {
    flex-direction: column;
  }

  .enquiry-form-footer .btn {
    width: 100%;
  }

  .enquiry-header-icon {
    display: none;
  }
}

/* ============================================================
   CATEGORIES MEGA-MENU — desktop 2-column + mobile accordion
   ============================================================ */

/* Mega-menu panel */
.cat-megamenu {
  border: none;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 60px rgba(3, 43, 42, 0.16);
  padding: 0 !important;
  min-width: 420px;
  animation: dropFade 0.2s ease;
  overflow: hidden;
}

@keyframes dropFade {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.megamenu-inner {
  padding: 1rem;
}

.megamenu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem 1rem;
}

.megamenu-col {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.megamenu-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--brand-deep);
  transition: background 0.2s, color 0.2s, transform 0.15s;
  text-decoration: none;
  white-space: nowrap;
}

.megamenu-item:hover {
  background: rgba(0, 134, 118, 0.09);
  color: var(--brand-primary);
  transform: translateX(3px);
}

.megamenu-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand-primary), #00b39e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  color: #fff;
  flex-shrink: 0;
}

.megamenu-footer {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(3, 43, 42, 0.08);
}

.megamenu-all-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--brand-primary), #00b39e);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.megamenu-all-link:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Hover-open on desktop */
@media (min-width: 992px) {
  .cat-dropdown:hover .cat-megamenu {
    display: block;
  }

  .cat-dropdown .nav-link.dropdown-toggle::after {
    transition: transform 0.2s;
  }

  .cat-dropdown:hover .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* Mobile categories accordion */
.mobile-cat-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-cat-toggle {
  padding: 0.85rem 0;
  border: 0;
  color: #000 !important;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.mobile-cat-arrow {
  transition: transform 0.25s ease;
  font-size: 0.85rem;
}

.mobile-cat-toggle[aria-expanded="true"] .mobile-cat-arrow {
  transform: rotate(180deg);
}

.mobile-cat-links {
  padding: 0.5rem 0 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-sublink {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background 0.2s, color 0.2s;
}

.mobile-sublink:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--brand-secondary);
}

.mobile-sublink i {
  color: var(--brand-secondary);
}

/* ============================================================
   CONTACT SUCCESS MESSAGE
   ============================================================ */
.contact-success-msg .bi-check-circle-fill {
  font-size: 3rem;
  color: var(--brand-primary);
}

/* ============================================================
   CAREERS PAGE
   ============================================================ */
.job-card {
  background: var(--brand-panel);
  border: 1px solid rgba(3, 43, 42, 0.06);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: box-shadow 0.3s, transform 0.3s;
}

.job-card:hover {
  box-shadow: var(--brand-shadow);
  transform: translateY(-4px);
}

.job-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.job-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-primary), #00b39e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  flex-shrink: 0;
}

.job-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem 0;
  color: var(--brand-deep);
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.job-badge {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
}

.badge-fulltime {
  background: rgba(0, 134, 118, 0.12);
  color: var(--brand-primary);
}

.badge-parttime {
  background: rgba(253, 185, 19, 0.15);
  color: #a07000;
}

.badge-location {
  background: rgba(3, 43, 42, 0.07);
  color: var(--brand-muted);
}

.job-desc {
  font-size: 0.92rem;
  color: var(--brand-muted);
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.job-requirements {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.job-requirements li {
  font-size: 0.88rem;
  color: var(--brand-deep);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.job-requirements li i {
  color: var(--brand-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================================
   PRODUCTS PAGE
   ============================================================ */

/* Full-image banner (separate from .page-banner so it works independently) */
.prod-banner-section {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prod-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3,43,42,0.82) 0%, rgba(0,134,118,0.62) 100%);
}

.prod-banner-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-secondary);
  margin-bottom: 0.75rem;
}

.prod-banner-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.prod-banner-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── Sticky scrollable tabs ── */
.prod-tabs-bar {
  background: #fff;
  border-bottom: 2px solid rgba(3,43,42,0.07);
  position: sticky;
  top: 66px;
  z-index: 200;
  padding: 0.65rem 0;
  box-shadow: 0 2px 12px rgba(3,43,42,0.06);
}

.prod-tabs-scroll {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 2px 4px;
}

.prod-tabs-scroll::-webkit-scrollbar { display: none; }

.prod-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  padding: 0.48rem 1rem;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.83rem;
  color: var(--brand-deep);
  background: rgba(3, 43, 42, 0.06);
  border: 2px solid transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
}

.prod-tab:hover {
  background: rgba(0, 134, 118, 0.1);
  color: var(--brand-primary);
  border-color: rgba(0, 134, 118, 0.28);
}

.prod-tab.active {
  background: var(--brand-primary);
  color: #fff !important;
  border-color: var(--brand-primary);
}

/* ── Product count pill ── */
.prod-count-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 1rem;
  border-radius: 30px;
  background: rgba(0, 134, 118, 0.1);
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 0.83rem;
}

/* ============================================================
   RESPONSIVE TWEAKS FOR NEW PAGES
   ============================================================ */
@media (max-width: 575.98px) {
  .job-card {
    padding: 1.25rem;
  }

  .job-icon-wrap {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  .prod-tab {
    font-size: 0.78rem;
    padding: 0.38rem 0.75rem;
  }

  .prod-banner-section {
    min-height: 240px;
  }

  .cat-megamenu {
    min-width: 300px;
  }

  .megamenu-item {
    font-size: 0.8rem;
  }

  .megamenu-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.15rem 0.5rem;
  }
  
  .hero-swiper-pagination {
    bottom: 10px !important;
}
}
