/* ===========================================================
   The Printer — Stylesheet
   Fonts: Montserrat (titles/headings) · Inter (body/content).page-header
=========================================================== */

:root{
  --gold:#C09535;
  --gold-dark:#b98a30;
  --cream:#f3ede1;
  --cream-2:#f7f2e8;
  --ink:#111111;
  --navy:#0a1235;
  --text-muted:#6b6b6b;
}
*{box-sizing:border-box;}

body{
  font-family:'Inter', sans-serif;
  color:var(--ink);
  background:#fff;
}
h1,h2,h3,h4,h5,h6{
  font-family:'Montserrat', sans-serif;
  font-weight:700;
  letter-spacing:-0.02em;
}
p{ color:var(--text-muted); font-family:'Inter', sans-serif; }
a{ text-decoration:none; transition:all .3s ease; font-family:'Inter', sans-serif; }
img{ transition:transform .5s ease; }

.btn-gold, .btn-outline-white, .btn-dark-cta, .btn-outline-dark2, .btn-whatsapp-white{
  transition:all .3s ease;
  display:inline-block;
  font-family:'Inter', sans-serif;
}
.btn-gold{
  background:var(--gold);
  color:#111;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.06em;
  padding:.85rem 1.8rem;
  border:none;
  border-radius:2px;
}
.btn-gold:hover{ background:var(--gold-dark); color:#111; transform:translateY(-3px); box-shadow:0 10px 20px rgba(204,157,63,.35); }
.btn-outline-white{
  background:#fff;
  color:#111;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.06em;
  padding:.85rem 1.8rem;
  border:1px solid #fff;
  border-radius:2px;
}
.btn-outline-white:hover{ background:transparent; color:#fff; transform:translateY(-3px); }
.btn-dark-cta{
  background:#111;
  color:#fff;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.06em;
  padding:.85rem 1.8rem;
  border:none;
  border-radius:2px;
}
.btn-dark-cta:hover{ background:#000; color:#fff; transform:translateY(-3px); box-shadow:0 10px 20px rgba(0,0,0,.3); }
.btn-outline-dark2{
  background:transparent;
  color:#111;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.06em;
  padding:.85rem 1.8rem;
  border:1px solid #111;
  border-radius:2px;
}
.btn-outline-dark2:hover{ background:#111; color:#fff; transform:translateY(-3px); }
.btn-whatsapp-white{
  background:#fff;
  color:#111;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.06em;
  padding:.85rem 1.8rem;
  border:1px solid #111;
  border-radius:2px;
  transition:all .3s ease;
  display:inline-block;
}
.btn-whatsapp-white:hover{
  background:#f2f2f2;
  color:#111;
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(0,0,0,.15);
}

/* NAVBAR */
.navbar-custom{
  padding:1rem 0;
  background:#fff;
}
.navbar-custom .nav-link{
  color:#333;
  font-weight:500;
  font-size:.95rem;
  margin-left:2.2rem;
  position:relative;
  transition:color .3s ease;
}
.navbar-custom .nav-link:hover{
  color:#5F8DF7;
}
.navbar-custom .nav-link.active-link{
  color:#5F8DF7;
}
.logo-mark{
  font-weight:700;
  font-size:1.15rem;
  color:#111;
  font-family:'Montserrat', sans-serif;
}
.logo-mark small{
  display:block;
  font-size:.55rem;
  letter-spacing:.15em;
  color:#999;
  font-weight:500;
}

/* HERO */
.hero {
    background: linear-gradient(100deg, #050505 0%, #1c1c1c 30%, #7a7a72 60%, #ece6d8 100%);
    height: calc(100vh - 300px);
    max-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    color: #fff;
}
.hero h1{
  font-size:3.4rem;
  color:#fff;
  line-height:1.1;
  font-weight:800;
}
.hero p{
  color:#e4e4e4;
  max-width:520px;
  font-size:1rem;
  margin-top:1.3rem;
}
.hero .btn-group-hero{
  margin-top:2rem;
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
}
.hero-banner-img{
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.15);
}
.hero-banner-img img{
  width:100%;
  height:420px;
  object-fit:cover;
  display:block;
  transition:transform .6s ease;
}
.hero-banner-img:hover img{
  transform:scale(1.06);
}

/* STATS BAR */
.stats-bar{
  background:var(--cream-2);
}
.stat-item{
  padding:2.6rem 1rem;
  text-align:center;
  border:1px solid #DDB96A;
}
.stat-item:nth-child(odd){ background:var(--cream-2); }
.stat-item:nth-child(even){ background:var(--cream); }
.stat-num{
  color:var(--gold);
  font-size:2.4rem;
  font-weight:700;
  font-family:'Montserrat', sans-serif;
}
.stat-label{
  font-size:.78rem;
  letter-spacing:.08em;
  font-weight:600;
  color:#333;
  font-family:'Inter', sans-serif;
}

/* ABOUT */
.about-section{ padding:73px 0; background:#fbfbfb; }
.about-section h2{ font-size:2.4rem; line-height:1.2; }
.about-img-box{
  border-radius:8px;
  min-height:340px;
  width:100%;
  overflow:hidden;
}
.about-img-box img{
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
  display:block;
  border-radius:8px;
}
.about-img-box:hover img{ transform:scale(1.06); }
.badge-pill{
  border:1px solid #ccc;
  border-radius:30px;
  padding:.45rem 1.1rem;
  font-size:.82rem;
  color:#333;
  display:inline-block;
  margin:.25rem .35rem .25rem 0;
  background:#fff;
  font-family:'Inter', sans-serif;
}

/* LABEL SOLUTIONS */
.solutions-section{
  background:var(--cream);
  padding:73px 0;
}
.solutions-section h2{ font-size:2.4rem; }
.solution-card{
  background:#fff;
  border-radius:4px;
  overflow:hidden;
  height:100%;
  box-shadow:1px 1px 4px 0px rgba(0,0,0,.25);
  transition:transform .35s ease, box-shadow .35s ease;
}
.solution-card:hover{
  transform:translateY(-8px);
  box-shadow:1px 6px 18px 0px rgba(0,0,0,.28);
}
.solution-thumb{
  aspect-ratio:1/0.85;
  width:100%;
  overflow:hidden;
}
.solution-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.solution-card:hover .solution-thumb img{ transform:scale(1.1); }
.solution-title{
  padding:1rem 1.1rem 1.3rem;
  font-weight:700;
  font-size:1rem;
  color:#111;
  line-height:1.3;
  font-family:'Montserrat', sans-serif;
  text-align: center;
}

/* MACHINERY */
.machinery-section{
  background:#181818;
  padding:73px 0;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.machinery-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  background: url('../images/service-page-background-image.jpg') no-repeat right bottom;
  background-size: contain;
  opacity: 0.05;
  pointer-events: none;
  filter: invert(1);
}
.machinery-section h2{
  color:var(--gold);
  font-size:2.4rem;
  line-height:1.2;
}
.machinery-section .intro-text{
  color:#c9c9c9;
  font-size:1rem;
}
.machine-card {
    padding: 1.6rem 1.4rem;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff!important;
    color: #111;
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}
.machine-card.first-card{
  background:#F5EDD6;
}
.machine-card:hover{
  transform:translateY(-8px);
  background:var(--gold);
  box-shadow:0 12px 24px rgba(0,0,0,.3);
}
.machine-card h5{
  font-weight:700;
  font-size:1.02rem;
  margin-bottom:.7rem;
}
.machine-card p{
  font-size:.85rem;
  color:#555;
  margin:0;
}
.machine-card:hover p{ color:#3d3316; }

/* SECTORS */
.sectors-section{ padding:73px 0; }
.sectors-section h2{
  color:var(--gold);
  font-size:2.4rem;
  line-height:1.2;
}
.sector-pill{
  border:1px solid #ddd;
  border-radius:30px;
  padding:.6rem 1.3rem;
  font-size:.85rem;
  color:#333;
  display:inline-block;
  margin:.3rem .4rem .3rem 0;
  background:#fff;
  font-weight:500;
  transition:all .3s ease;
  cursor:pointer;
  font-family:'Inter', sans-serif;
}
.sector-pill:hover{
  background:#C09535;
  color:#fff;
  border-color:#C09535;
  transform:translateY(-3px);
}
.sector-pill.active-pill{
  background:#C09535;
  color:#fff;
  border-color:#C09535;
}

/* WHY TRUST */
.trust-section{
  background:var(--cream-2);
  padding:73px 0;
}
.trust-section h2{ font-size:2.4rem; line-height:1.2; }
.trust-card{
  background:#fff;
  padding:1.7rem 1.4rem;
  height:100%;
  border-radius:3px;
  transition:transform .35s ease, box-shadow .35s ease;
}
.trust-card:hover{
  transform:translateY(-8px);
  box-shadow:0 12px 24px rgba(0,0,0,.12);
}
.trust-card h5{
  font-weight:700;
  font-size:1.02rem;
  margin-bottom:.7rem;
}
.trust-card p{
  font-size:.85rem;
  margin:0;
}

/* CTA */
.cta-banner{
  background:var(--gold);
  padding:73px 0;
}
.cta-banner h2{
  font-size:2.2rem;
  color:#111;
  line-height:1.2;
}
.cta-banner p{
  color:#3d3316;
  max-width:420px;
  margin:0;
}

/* FOOTER */
footer{
  background:var(--navy);
  color:#cfd2e0;
  padding:4.5rem 0 2rem;
  position:relative;
  overflow:hidden;
}
.footer-deco{
  position:absolute;
  right:0;
  bottom:0;
  width:180px;
  height:auto;
  opacity:.5;
  pointer-events:none;
  z-index:0;
}
footer .container{
  position:relative;
  z-index:1;
}
footer h6{
  color:#fff;
  font-weight:700;
  margin-bottom:1.2rem;
  font-size:1rem;
  font-family:'Montserrat', sans-serif;
}
footer a{
  color:#cfd2e0;
  display:block;
  margin-bottom:.7rem;
  font-size:.92rem;
}
footer a:hover{ color:var(--gold); }
footer p{
  color:#a9adc4;
  font-size:.9rem;
  max-width:320px;
}
.footer-logo{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  margin-bottom:1.2rem;
  background:#fff;
  padding:.4rem .7rem;
  border-radius:4px;
}
.social-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  margin-right:.7rem;
  overflow:hidden;
  transition:transform .3s ease, box-shadow .3s ease;
}
.social-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:none;
}
.social-icon:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 16px rgba(0,0,0,.35);
}
.footer-bottom{
  border-top:1px solid #232c58;
  margin-top:3rem;
  padding-top:1.5rem;
  font-size:.85rem;
  color:#8a8ea8;
}

/* Floating Whatsapp Btn */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 180px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
}

@media (max-width: 767.98px){
 .whatsapp-float {
     bottom: 48%;
 }   
}

/* SCROLL REVEAL ANIMATION */
.reveal{
  opacity:0;
  transform:translateY(30px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.in-view{
  opacity:1;
  transform:translateY(0);
}
.reveal-stagger.in-view .solution-card,
.reveal-stagger.in-view .machine-card,
.reveal-stagger.in-view .trust-card{
  animation:fadeInUp .6s ease forwards;
}
.reveal-stagger .solution-card:nth-child(2), .reveal-stagger .machine-card:nth-child(2), .reveal-stagger .trust-card:nth-child(2){ animation-delay:.1s; }
.reveal-stagger .solution-card:nth-child(3), .reveal-stagger .machine-card:nth-child(3), .reveal-stagger .trust-card:nth-child(3){ animation-delay:.2s; }
.reveal-stagger .solution-card:nth-child(4), .reveal-stagger .machine-card:nth-child(4), .reveal-stagger .trust-card:nth-child(4){ animation-delay:.3s; }
@keyframes fadeInUp{
  from{ opacity:0; transform:translateY(24px); }
  to{ opacity:1; transform:translateY(0); }
}
@media (prefers-reduced-motion: reduce){
  .reveal, .reveal.in-view{ opacity:1; transform:none; transition:none; }
  .reveal-stagger.in-view .solution-card,
  .reveal-stagger.in-view .machine-card, .reveal-stagger.in-view .trust-card{ animation:none; }
}

@media (max-width: 767.98px){
  .footer-deco{ width:110px; opacity:.35; }
  .hero h1{ font-size:2.3rem; }
  .about-section h2, .solutions-section h2, .machinery-section h2,
  .sectors-section h2, .trust-section h2, .cta-banner h2{ font-size:1.8rem; }
  .stat-item{ border:1px solid #DDB96A; }
  .cta-banner .text-lg-end{ margin-top:1.5rem; }
}

/* ===========================================================
   SHARED — Image placeholder (checkerboard) used across pages
=========================================================== */
.img-placeholder{
  background-image:
    linear-gradient(45deg, #e2e2e2 25%, transparent 25%),
    linear-gradient(-45deg, #e2e2e2 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e2e2e2 75%),
    linear-gradient(-45deg, transparent 75%, #e2e2e2 75%);
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0px;
  background-color:#f4f4f4;
  display:block;
  width:100%;
}

/* Simple page-top header used on inner pages that don't need a full hero */
.page-header{ 
  background:#fff;
  background-size: contain;
}
.page-header h1{ font-size:2.6rem; line-height:1.15; }
.page-header p {
    /* max-width: 560px; */
    font-size: 1rem;
    margin-top: 1rem;
}

/* ===========================================================
   SERVICES / LABELS PAGE
=========================================================== */
.labels-list{ padding:20px 0 60px; }
.label-row{
  display:flex;
  align-items:stretch;
  gap:0;
  margin-bottom:2.4rem;
  max-width:820px;
}
.label-row.offset-right{ margin-left:auto; }
.label-row .label-thumb{
  flex:0 0 260px;
  aspect-ratio:1/0.78;
  border-radius:2px;
  overflow:hidden;
}
.label-thumb img, .spec-thumb img, .about-hero-img img, .career-hero-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.location-map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.label-row .label-copy{
  flex:1;
  background:#fff;
  box-shadow:1px 1px 4px 0px rgba(0,0,0,.12);
  padding:1.6rem 1.8rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.label-row .label-copy h3{
  font-size:1.3rem;
  margin-bottom:.6rem;
}
.label-row .label-copy p{
  font-size:.88rem;
  margin:0;
}
.specialized-card.reveal.in-view {
    background: #F5F3ED;
    padding: 20px;
    box-shadow: none;
    border-radius: 20px;
}
.specialized-card.reveal.costomize.in-view {
    background: #E9EFFF;
}

.specialized-section {
    background: #FCF9F5;
    padding: 73px 0 73px;
}
.specialized-section h2{ font-size:2.2rem; }
.specialized-card{
  display:flex;
  align-items:stretch;
  box-shadow:1px 1px 4px 0px rgba(0,0,0,.12);
  margin-bottom:1.6rem;
  border-radius:2px;
  overflow:hidden;
}
.specialized-card .spec-thumb{ flex:0 0 600px; }
.specialized-card .spec-copy{ flex:1; padding:1.8rem 2rem; }
.specialized-card .spec-copy h3{ font-size:1.3rem; margin-bottom:.6rem; }
.specialized-card .spec-copy p{ font-size:.88rem; margin-bottom:.8rem; }
.specialized-card .spec-copy ul{ margin:0; padding-left:1.1rem; }
.specialized-card .spec-copy ul li{ font-size:.85rem; color:var(--text-muted); margin-bottom:.25rem; }

.process-section{ background:#141414; color:#fff; padding:70px 0; }
.process-section h2{ color:var(--gold); font-size:2rem; line-height:1.25; }
.process-section .process-intro{ color:#c9c9c9; font-size:.95rem; }
.process-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:#fff;
  color:#111;
  border-radius:2px;
  overflow:hidden;
  margin-top:2.4rem;
}
.process-step{
  padding:1.6rem 1.3rem;
  border-right:1px solid #eee;
}
.process-step:first-child {
    background: #fff;
}
.process-step:last-child{ border-right:none; }
.process-step .step-label{
  color:var(--gold-dark);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  margin-bottom:.6rem;
}
.process-step h5{ font-size:.95rem; margin-bottom:.6rem; }
.process-step p{ font-size:.8rem; margin:0; color:#666; }

.quote-banner{ background:var(--gold); padding:70px 0; }
.quote-banner h2{ font-size:2.1rem; color:#111; line-height:1.25; }
.quote-banner p{ color:#3d3316; max-width:440px; margin:1rem 0 0; }
.quote-banner .btn-row{ display:flex; gap:1rem; flex-wrap:wrap; }

@media (max-width: 767.98px){
  .label-row{ flex-direction:column; max-width:100%; }
  .label-row.offset-right{ margin-left:0; }
  .label-row .label-thumb{ flex-basis:auto; aspect-ratio:16/10; }
  .specialized-card{ flex-direction:column; }
  .specialized-card .spec-thumb{ flex-basis:auto; aspect-ratio:16/9; }
  .process-steps{ grid-template-columns:1fr; }
  .process-step{ border-right:none; border-bottom:1px solid #eee; }
}

/* ===========================================================
   ABOUT PAGE
=========================================================== */
.about-hero{
  background:var(--navy);
  color:#fff;
  padding:70px 0 60px;
}
.about-hero h1{ font-size:2.6rem; line-height:1.18; color:#fff; }
.about-hero p{ color:#c7cadd; max-width:640px; margin-top:1.3rem; font-size:1rem; }
.about-hero-img{
  border-radius:6px;
  aspect-ratio:16/10;
  overflow:hidden;
}
 

.story-section{ padding:73px 0; background:#fbfbfb; }
.story-section h2{ font-size:2rem; margin-bottom:1.6rem; }
.story-section p{ font-size:.95rem; margin-bottom:1rem; }

.mission-section{ padding:0 0 73px; background:#fbfbfb; }
.mission-section h2{ font-size:2rem; margin-bottom:1.4rem; }
.mission-section p{ font-size:.95rem; max-width:760px; }

.apart-section{ padding:0 0 73px; background:#fbfbfb; }
.apart-section h2{ font-size:2rem; line-height:1.2; }
.apart-section p{ font-size:.95rem; margin-bottom:1rem; }

.location-section{
  background:#e7ecfb;
  padding:70px 0;
}
.location-section h2{ font-size:2rem; line-height:1.2; }
.location-section p{ font-size:.95rem; max-width:420px; }
.location-map{
  margin-top:2.4rem;
  aspect-ratio:16/6;
  border-radius:4px;
  overflow:hidden;
}

.industries-section{
  background:var(--cream);
  padding:70px 0;
}
.industries-section h2{ font-size:2rem; line-height:1.2; }
.industry-card{
  background:#fff;
  border-radius:3px;
  padding:1.4rem 1.3rem;
  height:100%;
  text-align:center;
  box-shadow:1px 1px 4px 0px rgba(0,0,0,.1);
  transition:transform .3s ease, box-shadow .3s ease;
}
.industry-card:hover{ transform:translateY(-6px); box-shadow:0 10px 20px rgba(0,0,0,.15); }
.industry-card .industry-icon{
  width:52px; height:52px;
  border-radius:50%;
  background:var(--cream-2);
  display:flex; align-items:center; justify-content:center;
  margin:0 auto .9rem;
  font-size:1.4rem;
}
.industry-card h5{ font-size:.95rem; margin:0; }

@media (max-width: 767.98px){
  .about-hero h1{ font-size:2rem; }
}

/* ===========================================================
   CAREER PAGE
=========================================================== */
.career-hero{
  background:var(--navy);
  color:#fff;
  padding:70px 0 60px;
}
.career-hero h1{ font-size:2.6rem; line-height:1.18; color:#fff; }
.career-hero p{ color:#c7cadd; max-width:640px; margin-top:1.3rem; font-size:1rem; }
.career-hero-img{
  border-radius:6px;
  aspect-ratio:16/10;
  overflow:hidden;
}

.craft-section{
  background:var(--cream);
  padding:70px 0;
}
.craft-section h2{ font-size:2.1rem; line-height:1.2; margin-bottom:2rem; }
.craft-card{
  background:#e7ecfb;
  border-radius:3px;
  padding:1.6rem 1.5rem;
  height:100%;
}
.craft-card h3{ font-size:1.05rem; margin-bottom:.9rem; }
.craft-card p{ font-size:.88rem; margin:0; }

.openings-section{ padding:70px 0; }
.openings-section h2{ font-size:2rem; margin-bottom:2rem; }
.job-listing{ border-top:1px solid #e2e2e2; padding:2.2rem 0; }
.job-listing h3{ font-size:1.35rem; margin-bottom:1rem; }
.job-listing p{ font-size:.92rem; }
.job-listing ul{ font-size:.9rem; color:var(--text-muted); margin-bottom:1rem; }
.job-listing h6{ font-weight:700; font-size:.95rem; margin:1.2rem 0 .6rem; font-family:'Montserrat', sans-serif; }

.career-cta{ background:var(--gold); padding:70px 0; }
.career-cta h2{ font-size:2.1rem; color:#111; line-height:1.25; }
.career-cta p{ color:#3d3316; max-width:440px; margin:1rem 0 0; }

/* ===========================================================
   CONTACT PAGE
=========================================================== */
.contact-section{ padding:80px 0; }
.contact-section h1{ font-size:2.5rem; margin-bottom:1.4rem; }
.contact-section .contact-intro{ font-size:1rem; max-width:420px; margin-bottom:2.2rem; }
.contact-section .contact-block{ margin-bottom:1.8rem; }
.contact-section .contact-block h6{
  font-family:'Montserrat', sans-serif;
  font-weight:700;
  font-size:.95rem;
  color:#111;
  margin-bottom:.4rem;
}
.contact-section .contact-block p, .contact-section .contact-block a{
  font-size:.95rem;
  color:#333;
  margin:0;
}
.contact-section .contact-block a{ color:#333; text-decoration:underline; }
.contact-section .contact-block a:hover{ color:var(--gold-dark); }

.contact-form label{
  font-size:.82rem;
  font-weight:600;
  color:#333;
  margin-bottom:.35rem;
  display:block;
}
.contact-form .form-control, .contact-form .form-select{
  border:1px solid #d8d8d8;
  border-radius:2px;
  padding:.65rem .85rem;
  font-size:.9rem;
}
.contact-form .form-control:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 .15rem rgba(204,157,63,.2);
}

.label-thumb img, .spec-thumb img, .about-hero-img img, .career-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

/* ===========================================================
   SELECT2 MULTISELECT CUSTOMIZATION
=========================================================== */

/* Custom Multiselect Component */
.custom-multiselect {
  position: relative;
  width: 100%;
  z-index: 10;
}

.multiselect-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  min-height: 45px;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 11;
}

.multiselect-field:hover {
  border-color: #999;
}

.multiselect-field.active {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.15rem rgba(204, 157, 63, 0.2);
}

.multiselect-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  flex: 1;
  min-height: 30px;
  align-items: center;
}

.multiselect-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 0.35rem 0.65rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.multiselect-tag .tag-remove {
  cursor: pointer;
  font-size: 0.75rem;
  color: #999;
  font-weight: bold;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.multiselect-tag .tag-remove:hover {
  color: #333;
}

.multiselect-search {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  color: #999;
  flex: 0 1 auto;
  min-width: 150px;
  padding: 0;
}

.multiselect-search::placeholder {
  color: #999;
}

.multiselect-arrow {
  font-size: 0.85rem;
  color: #999;
  margin-left: auto;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  pointer-events: none;
}

.multiselect-field.active .multiselect-arrow {
  transform: rotate(180deg);
}

/* Dropdown Panel */
.multiselect-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

.multiselect-dropdown.open {
  display: block;
}

.multiselect-options {
  padding: 0.5rem 0;
}

/* Checkbox Option */
.multiselect-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  user-select: none;
}

.multiselect-option:hover {
  background-color: #f5f5f5;
}

.multiselect-option input[type="checkbox"] {
  display: none;
}

/* Custom Checkbox */
.checkbox-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid #d8d8d8;
  border-radius: 3px;
  background-color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  flex-shrink: 0;
}

.multiselect-option input[type="checkbox"]:checked + .checkbox-custom {
  border-color: var(--gold);
  background-color: var(--gold);
}

.multiselect-option input[type="checkbox"]:checked + .checkbox-custom::after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.75rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-text {
  font-size: 0.9rem;
  color: #333;
  flex: 1;
  font-family: 'Inter', sans-serif;
}

.multiselect-option input[type="checkbox"]:checked ~ .option-text {
  font-weight: 500;
  color: #111;
}

/* Scrollbar styling */
.multiselect-dropdown::-webkit-scrollbar {
  width: 6px;
}

.multiselect-dropdown::-webkit-scrollbar-track {
  background: transparent;
}

.multiselect-dropdown::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 3px;
}

.multiselect-dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

/* Responsive */
@media (max-width: 767.98px) {
  .multiselect-field {
    min-height: 42px;
    padding: 0.45rem 0.65rem;
  }
  
  .multiselect-search {
    min-width: 100px;
  }
}
.contact-form label { 
    DISPLAY: flex;
}
.multiselect-search {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    color: #999;
    flex: 0 1 auto;
    min-width: 150px;
    DISPLAY: NONE;
    padding: 0;
}

/* ===========================================================
   CAREER APPLY PAGE STYLES
   =========================================================== */
.apply-section {
  padding: 80px 0;
  background: #fff;
}
.apply-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid #e2e8f0;
}
.dropbox {
  background: #F8FAFC;
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  padding: 2.2rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.dropbox:hover, .dropbox.dragover {
  border-color: #5F8DF7;
  background: #f1f5f9;
}
.dropbox-icon {
  font-size: 2.2rem;
  color: #5F8DF7;
  margin-bottom: 0.8rem;
}
.dropbox-text {
  font-size: 0.9rem;
  color: #475569;
}
.dropbox-text a {
  color: #5F8DF7;
  font-weight: 600;
  text-decoration: underline;
}
.dropbox-limits {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.4rem;
}
.btn-submit-app {
  background: #5F8DF7;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.85rem 1.8rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.btn-submit-app:hover {
  background: #4a7be6;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(95, 141, 247, 0.3);
}
.back-link {
  color: #64748b;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.back-link:hover {
  color: #334155;
}

.row.g-3.reveal-stagger.reveal.in-view .col-md-4 {
    padding: 0;
    border: 1px solid #C4C4C4; border-left:0
}
.row.g-3.reveal-stagger.reveal.in-view .col-md-4:first-child {
    padding: 0;
    border-left: 1px solid #C4C4C4;
}

.job-listing.reveal.in-view {
    border-bottom: 1px solid #e2e2e2;
}