/* ============================================================
   Kandoi Global — Quality & Hygiene Inner Page
   Theme: Industrial navy / agro-green / gold accent
   ============================================================ */

.qcmain-part {
  --navy: #1b4393;
  /* Deep Royal Blue */
  --navy-dark: #153678;
  --navy-soft: #275bbd;
  --green: #0f8a84;
  /* Oceanic Teal Green */
  --green-soft: #e6f6f5;
  --gold: #0f8a84;
  /* Teal accent */
  --gold-soft: #e6f6f5;
  --cream: #f4f8fb;
  /* Soft Cool Ice Blue Light Tint */
  --ink: #1a2a3a;
  --muted: #556877;
  --line: #0f8a84;
  --white: #ffffff;
  --teal: #0f8a84;
  --teal-light: #e6f6f5;
  --teal-dark: #1b4393;
  --gradient-ocean: linear-gradient(135deg, #1b4393 0%, #17658d 45%, #0f8a84 100%);

  --font-head: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
}


.qcmain-part {
  font-family: 'Poppins', sans-serif !important;
  color: var(--ink);
  background: #ffffff;
}

/* ============================================================
   HEADER / NAVBAR (100% Match to Design)
   ============================================================ */
.site-header {
  background-color: var(--white);
  border-bottom: 1px solid #eef2f6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  z-index: 1030;
  position: sticky;
  top: 0;
}

.site-header .navbar {
  padding: 10px 0;
}

.header-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.header-logo:hover {
  transform: scale(1.02);
}

/* Navbar Links */
.navbar-menu .nav-item {
  position: relative;
  margin: 0 6px;
}

.navbar-menu .nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.90rem;
  color: #332319 !important;
  padding: 8px 14px !important;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.navbar-menu .nav-link:hover,
.navbar-menu .nav-link:focus {
  color: #caa454 !important;
}

/* Active Link State */
.navbar-menu .nav-link.active {
  color: #4b1d20 !important;
  font-weight: 700;
  border-bottom: 2px solid #caa454;
}

/* Dropdown Arrow Icon */
.dropdown-arrow {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
  color: inherit;
}

.nav-item.dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown Submenu Styling */
.dropdown-menu-custom {
  border-radius: 12px;
  padding: 10px 0;
  min-width: 250px;
  box-shadow: 0 12px 32px rgba(75, 29, 32, 0.12) !important;
  border: 1px solid rgba(204, 164, 84, 0.2) !important;
  margin-top: 8px;
}

.dropdown-menu-custom .dropdown-item {
  font-size: 0.9rem;
  font-weight: 500;
  color: #332319;
  padding: 9px 20px;
  transition: all 0.2s ease;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: #fbf7f2;
  color: #caa454;
  padding-left: 24px;
}

/* Hover-open dropdown on Desktop */
@media (min-width: 992px) {
  .site-header .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 4px;
    animation: headerFadeIn 0.2s ease-in-out;
  }
}

@keyframes headerFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Action Button: Download Brochure */
.btn-download-brochure {
  background: var(--gradient-ocean);
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 0.90rem;
  border: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-download-brochure:hover {
  background: #0f8a84;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 138, 132, 0.35);
  transform: translateY(-1px);
}

.btn-download-brochure:active {
  transform: translateY(0);
}

h1,
h2,
h3,
h4,
h5,
.font-head {
  font-family: var(--font-head);
}

.qh-page {
  overflow-x: clip;
}

.eyebrow {
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--green);
  text-transform: uppercase;
}

.divider-gold {
  width: 64px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin: 14px 0 22px;
}

.divider-center {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Section spacing ---------- */
.qh-section {
  padding: 70px 0;
}

.qh-section.bg-cream {
  background: var(--cream);
}

/* ============================================================
   QUALITY BANNER (Blue-Teal Gradient Theme)
   ============================================================ */
.quality-banner {
  background: #f4f8fb;
  min-height: 620px;
  height: auto;
  /* padding: 40px 0; */
  overflow: visible;
  position: relative;
}

.content {
  padding-left: 60px;
}

.content h1 {
  font-family: 'Poppins', sans-serif !important;
  text-shadow:unset !important;
  font-size: 45px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b4393 !important;
  margin-bottom: 16px;
}

.line {
  display: inline-block;
  width: 75px;
  height: 3px;
  background: #0f8a84;
  position: relative;
  margin-bottom: 25px;
}

.line:after {
  content: "";
  position: absolute;
  right: -8px;
  top: -4px;
  width: 10px;
  height: 10px;
  border: 2px solid #0f8a84;
  border-radius: 50%;
}

.content h6 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 18px;
}

.content p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  color: #556877;
  margin-bottom: 16px;
  max-width: 100%;
}

.image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.circle-border {
  width: 620px;
  height: 620px;
  border: 4px solid #d4b15f;
  border-radius: 50%;
  padding: 12px;
  overflow: hidden;
  position: relative;
  right: -120px;
}

.circle-border:before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #d4b15f;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

.circle-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.seal {
  position: absolute;
  bottom: 30px;
  right: 90px;
  z-index: 10;
}

/* Concentric Gold Rings framing the arc */
.hero-gold-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid #d4af37;
  pointer-events: none;
  z-index: 1;
}

.hero-gold-ring.ring-1 {
  width: 620px;
  height: 620px;
  top: -60px;
  left: -120px;
  opacity: 0.85;
}

.hero-gold-ring.ring-2 {
  width: 680px;
  height: 680px;
  top: -90px;
  left: -150px;
  opacity: 0.55;
  border-style: dashed;
}

/* Circular Seal Badge at Bottom-Right */
.qh-badge-seal {
  position: absolute;
  right: 119px;
  bottom: -59px;
  width: 141px;
  height: 141px;
  border-radius: 50%;
  background: #1b4393;
  border: 3px solid #0f8a84;
  box-shadow: 0 6px 20px rgba(27, 67, 147, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  z-index: 4;
}

.qh-badge-seal:hover {
  transform: scale(1.05);
}

.seal-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px;
}

.seal-icon {
  color: #b8892a;
  font-size: 1rem;
  margin-bottom: 2px;
  line-height: 1;
}

.seal-text-top {
  font-size: 0.52rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
}

.seal-text-main {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--white);
  line-height: 1.1;
  margin: 1px 0;
  text-transform: uppercase;
}

.seal-text-sub {
  font-size: 0.50rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.3;
}

.seal-brand {
  display: block;
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  color: #b8892a;
  font-weight: 600;
  margin-top: 2px;
}

.qh-badge span {
  display: block;
  font-family: var(--font-head);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.qh-badge small {
  display: block;
  margin-top: 6px;
  font-size: .58rem;
  letter-spacing: .18em;
  color: var(--gold);
}

/* ============================================================
   APPROACH TO QUALITY — Side-line Title
   ============================================================ */
.qh-approach-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 8px;
}

.approach-side-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0f8a84 40%, #0f8a84 60%, transparent);
  opacity: 0.7;
}

.qh-approach-heading {
  font-family: 'Poppins', sans-serif !important;
  font-size: 45px;
  font-weight: 700;
  color: #1b4393 !important;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  white-space: nowrap;
  margin: 0;
}

.approach-card {
  text-align: center;
  padding: 20px 14px;
  height: 100%;
  border-left: 1px solid var(--line);
}

.approach-col:first-child .approach-card {
  border-left: none;
}

.approach-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1.5px solid #0f8a84;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b4393 !important;
  font-size: 1.4rem;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(15, 138, 132, 0.15);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.approach-card:hover .approach-icon {
  transform: translateY(-3px);
  background: #0f8a84;
  color: #ffffff;
}

.approach-card h3 {
  font-size: .88rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}

.approach-card p {
  font-size: .82rem;
  color: var(--muted);
  margin: 0;
}

/* ============================================================
   QC LAB BANNER — light background, maroon icon, full-height right image
   ============================================================ */
/* ============================================================
   QC LAB BANNER (Blue-Teal Oceanic Theme)
   ============================================================ */
.qc-banner {
  background: #f4f8fb;
  /* Cool ice blue background fill */
  border-radius: 16px;
  border: 1px solid rgba(15, 138, 132, 0.25);
  padding: 0;
  /* no container padding so image touches edges */
  display: flex;
  align-items: stretch;
  /* stretch children full height */
  gap: 24px;
  overflow: hidden;
  /* clip image to rounded corners */
}

/* Oceanic Blue circular teal-ring flask icon */
.qc-banner-icon {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #1b4393;
  /* royal blue fill */
  border: 3px solid #0f8a84;
  /* outer teal ring */
  box-shadow: inset 0 0 0 3px #1b4393, inset 0 0 0 4px #0f8a84, 0 6px 18px rgba(27, 67, 147, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  /* white SVG flask icon */
  margin-left: 30px;
  align-self: center;
}

/* Text block */
.qc-banner-text {
  flex: 1 1 auto;
  padding: 26px 0;
  align-self: center;
}

.qc-banner-text h3 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 1.18rem;
  color: #1b4393 !important;
  /* royal blue heading */
  margin-bottom: 6px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.qc-banner-text p {
  font-family: 'Montserrat', sans-serif !important;
  color: #556877;
  /* dark slate muted text */
  font-size: 16px;
  margin: 0;
  line-height: 1.65;
}

/* Right image — full height, edge-to-edge flush on top, right, bottom */
.qc-banner-media {
  flex: 0 0 340px;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}

.qc-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Ice blue gradient fade overlay — left to transparent */
.qc-img-fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  /* how much of the image fades */
  height: 100%;
  background: linear-gradient(to right, #f4f8fb 0%, rgba(244, 248, 251, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

/* ============================================================
   FIBC CLEAN FOOD GRADE ROOMS — 100% Match to Reference Image
   ============================================================ */
.fibc-section {
  background: #f4f8fb;
  /* Cool ice blue background */
  position: relative;
  overflow: visible !important;
}

/* Left Media Container attached flush to top, bottom, and left edges */
.fibc-flush-media-wrap {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: visible !important;
}

/* SVG stroke overlay tracing the angled border with concentric lines */
.fibc-exact-gold-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 20 !important;
  pointer-events: none;
  overflow: visible !important;
  filter: drop-shadow(0px 2px 5px rgba(15, 138, 132, 0.35));
}

/* Clipped image wrapper using URL clipPath */
.fibc-clipped-media {
  width: 100%;
  height: 100%;
  clip-path: url(#fibcExactLeftClip);
  overflow: hidden;
}

.fibc-clipped-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Content Column & Typography */
.fibc-content-wrap {
  padding-left: 20px;
}

.fibc-header-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fibc-shield-badge {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #0f8a84;
  box-shadow: 0 4px 12px rgba(15, 138, 132, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fibc-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 45px;
  color: #1b4393 !important;
  /* Royal blue color */
  line-height: 1.15;
  margin: 0;
}

.fibc-gold-sub {
  font-family: 'Poppins', sans-serif !important;
  color: #0f8a84;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 12px 0 16px;
}

.fibc-desc {
  font-family: 'Montserrat', sans-serif !important;
  color: #556877;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 24px;
}

/* 4-Column Feature Grid with vertical border lines */
.fibc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 28px;
}

.fibc-grid-item {
  padding: 0 12px;
  text-align: center;
  border-right: 1px solid rgba(15, 138, 132, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.fibc-grid-item:nth-child(4n) {
  border-right: none;
}

.fibc-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f8a84;
}

.fibc-text {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1a2a3a;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 991.98px) {
  .fibc-media-container {
    height: 380px;
  }

  .fibc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fibc-grid-item:nth-child(2n) {
    border-right: none;
  }

  .fibc-grid-item:nth-child(4n) {
    border-right: 1px solid rgba(200, 151, 63, 0.3);
  }
}

@media (max-width: 575.98px) {
  .fibc-grid {
    grid-template-columns: 1fr;
  }

  .fibc-grid-item {
    border-right: none;
    border-bottom: 1px solid rgba(200, 151, 63, 0.2);
    padding-bottom: 16px;
  }

  .fibc-grid-item:last-child {
    border-bottom: none;
  }
}

/* ============================================================
   SUSTAINABILITY TITLE
   ============================================================ */
.sustain-title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #4a1428;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.cleanroom-eyebrow-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.qh-content h2 {
  color: var(--navy);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.qh-gold-sub {
  color: var(--gold);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.qh-content p {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.75;
}

.feature-grid {
  margin-top: 22px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}

.feature-item .fi-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--green-soft);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.feature-item .fi-text {
  font-size: .82rem;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.4;
  padding-top: 6px;
}

/* ============================================================
   OUR COMMITMENT TO SUSTAINABILITY (100% Match to Reference Image)
   ============================================================ */
.sustain-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.sustain-left-content {
  padding-right: 20px;
}

.sustain-heading {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 45px;
  color: #1b4393 !important;
  line-height: 1.15;
  margin: 0;
}

/* Gold Leaf List */
.sustain-gold-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sustain-gold-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  color: #556877;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.sustain-list-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f8a84;
  margin-top: 1px;
}

.sustain-footer-note {
  margin-top: 24px;
}

.sustain-leaf-single {
  color: #0f8a84;
}

.sustain-footer-text {
  font-family: 'Montserrat', sans-serif !important;
  color: #556877;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/* Right Full-Bleed Media Wrap */
.sustain-full-media-wrap {
  position: relative;
  width: 100%;
  height: 434px;
  overflow: hidden;
}

.sustain-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

/* Left-to-Right White Gradient Overlay Fade */
.sustain-gradient-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Orbit Circle Overlay centered around hands & plant */
.sustain-orbit-circle-overlay {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  z-index: 3;
  pointer-events: none;
}

.sustain-dashed-circle-svg {
  width: 100%;
  height: 100%;
}

/* 6 Orbit Badges positioned around the ring */
.sustain-orbit-badge {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(15, 138, 132, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.sustain-orbit-badge:hover {
  transform: scale(1.12);
  background: rgba(27, 67, 147, 0.90);
}

.sustain-orbit-badge.b1 {
  top: 4%;
  left: 20%;
}

.sustain-orbit-badge.b2 {
  top: 4%;
  right: 20%;
}

.sustain-orbit-badge.b3 {
  top: 45%;
  left: 2%;
}

.sustain-orbit-badge.b4 {
  top: 45%;
  right: 2%;
}

.sustain-orbit-badge.b5 {
  bottom: 4%;
  left: 20%;
}

.sustain-orbit-badge.b6 {
  bottom: 4%;
  right: 20%;
}

/* ============================================================
   STATS STRIP (100% Match to Blue-Teal Gradient Reference Image)
   ============================================================ */
.stats-strip {
  background: var(--gradient-ocean);
  color: #ffffff;
  padding: 40px 0 28px;
}

.stat-item {
  text-align: center;
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-col:last-child .stat-item {
  border-right: none;
}

.stat-item i {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 12px;
  display: block;
}

.stat-item h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 6px;
}

.stat-item p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

.stats-tagline {
  text-align: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

/* ============================================================
   RESPONSIVE (All Screen Sizes)
   ============================================================ */
@media (max-width: 1199.98px) {
  .content {
    padding-left: 30px;
  }

  .content h1,
  .qh-approach-heading,
  .fibc-title,
  .sustain-heading {
    font-size: 38px !important;
  }
}

@media (max-width: 991.98px) {
  .quality-banner {
    padding: 40px 0;
  }

  .content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .content h1,
  .qh-approach-heading,
  .fibc-title,
  .sustain-heading {
    font-size: 32px !important;
  }

  .hero-arch-container {
    height: 440px !important;
  }

  .hero-arch-inner {
    width: 90% !important;
  }

  .qh-badge-seal {
    width: 110px;
    height: 110px;
    right: 20px;
    bottom: -20px;
  }

  .approach-card {
    border-left: none;
    border-right: 1px solid rgba(15, 138, 132, 0.2);
    border-bottom: 1px solid rgba(15, 138, 132, 0.2);
    padding: 18px 10px;
  }

  .approach-col:nth-child(2n) .approach-card {
    border-right: none;
  }

  .approach-col:nth-last-child(-n+2) .approach-card {
    border-bottom: none;
  }

  .qc-banner {
    flex-direction: column;
    padding: 24px 24px 0 24px;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .qc-banner-icon {
    margin-left: 0;
  }

  .qc-banner-text {
    padding: 0;
  }

  .qc-banner-media {
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
  }

  .qc-img-fade {
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #f4f8fb 0%, rgba(244, 248, 251, 0) 100%);
  }

  .fibc-flush-media-wrap {
    height: 380px !important;
  }

  .sustain-left-content {
    padding-right: 0;
  }

  .stat-item {
    border: none !important;
    padding: 16px 10px;
  }
}

@media (max-width: 575.98px) {
  .qh-section {
    padding: 40px 0;
  }

  .content h1,
  .qh-approach-heading,
  .fibc-title,
  .sustain-heading {
    font-size: 26px !important;
  }

  .hero-arch-container {
    height: 340px !important;
  }

  .hero-arch-inner {
    width: 100% !important;
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .qh-badge-seal {
    width: 90px;
    height: 90px;
    right: 10px;
    bottom: -15px;
  }

  .seal-text-main {
    font-size: 0.65rem;
  }

  .qh-approach-heading {
    white-space: normal;
  }

  .approach-side-line {
    display: none;
  }
}
