body
{
	background: white;
}



.noto-sans-regular {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}




.title01
{
  font-size: 36px !important;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: white;
}


.title02
{

  font-size: 36px !important;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: black;
}


@media(max-width: 576px)
{
  .title01
{
  font-size: 30px !important;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: white;
}

.title02
{

  font-size: 30px !important;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: black;
}
}

.content01
{
  font-size: 16px !important;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: white;
}



.content02
{
  font-size: 16px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: black;
}

.full-body-optimize-header
{
max-width: 1300px !important;
margin: 0 auto;
background-color: transparent !important;
}

.full-body-optimize
{
max-width: 1200px !important;
margin: 0 auto;
padding-left: 15px !important;
padding-right: 15px !important;
}

.hero-center-align
{ 
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 0px !important;
}

.center-align
{ 
    position: relative;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 0px !important;
}

@media(max-width: 992px)
{
  .full-body-optimize,.full-body-optimize-header
{
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.center-align
{ 
  position: relative;
  transform: translateY(0%);
  top: 0%;
  margin-top: 0px !important;
}

}


/* ===================================== */
/* PJV CLEAN PREMIUM MOBILE SYSTEM      */
/* ===================================== */


/* =============================== */
/* TRIGGER */
/* =============================== */

.pjv-trigger-wrap {
  position: fixed;
  top: 30px;
  right: 25px;
  z-index: 2147483647;
  display: none;
  opacity: 1;
  transition: opacity 0.25s ease;
}

@media (max-width: 991.98px) {
  .pjv-trigger-wrap {
    display: block;
  }
}

/* Hidden state for fade reset */
.pjv-trigger-wrap.pjv-hidden {
  opacity: 0;
  pointer-events: none;
}

.pjv-trigger {
  width: 28px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

/* Hamburger Lines */

.pjv-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: #ffffff;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.77,0,0.175,1),
              opacity 0.3s ease,
              width 0.3s ease,
              top 0.3s ease,
              bottom 0.3s ease;
}

/* Disable transition when resetting */
.pjv-trigger.no-transition .pjv-line {
  transition: none !important;
}
.pjv-line-top { top: 0; }

.pjv-line-middle {
  top: 50%;
  transform: translateY(-50%);
}

.pjv-line-bottom {
  bottom: 0;
  width: 50%;
}

/* OPEN STATE (X) */
.pjv-trigger.active .pjv-line-top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.pjv-trigger.active .pjv-line-middle {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}

.pjv-trigger.active .pjv-line-bottom {
  bottom: auto;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
}


/* =============================== */
/* OVERLAY */
/* =============================== */

.pjv-mobile-overlay {
  position: fixed;
  inset: 0;
  background: #000000;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.77,0,0.175,1);
  z-index: 99998;
  overflow-y: auto;
}

.pjv-mobile-overlay.open {
  transform: translateX(0);
}


/* =============================== */
/* PANEL */
/* =============================== */

.pjv-mobile-panel {
  padding: 140px 40px 50px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


/* =============================== */
/* MAIN MENU */
/* =============================== */

.pjv-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pjv-mobile-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 26px 0;
  opacity: 0;
  transform: translateX(60px);
}

/* Wave animation (triggered via JS) */
@keyframes pjvItemWave {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.pjv-mobile-item a {
  color: #ffffff;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  text-decoration: none;
 
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.pjv-mobile-item a:hover {
  color: #c9a44a;
}


/* =============================== */
/* DROPDOWN */
/* =============================== */

.pjv-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pjv-expand {
  font-size: 22px;

  color: #c9a44a;
  cursor: pointer;
}

.pjv-submenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-12px);
  transition:
    max-height 0.6s cubic-bezier(0.77,0,0.175,1),
    opacity 0.4s ease,
    transform 0.4s ease;
  padding-left: 20px;
}

.pjv-submenu.pjv-open {
  max-height: 1500px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 15px;
}

.pjv-submenu li {
  padding: 14px 0;
}

.pjv-submenu a {

      font-size: 18px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #aaaaaa;
}

.pjv-submenu a:hover {
  color: #c9a44a;
}


/* =============================== */
/* BOTTOM */
/* =============================== */

.pjv-mobile-bottom {
  margin-top: auto;
  text-align: center;
  padding-top: 70px;
}

.pjv-mobile-bottom img {
  width: 150px;
  margin-bottom: 20px;
}

.pjv-social a {
  color: #c9a44a;
  margin: 0 12px;
  font-size: 18px;
}

.pjv-social a:hover {
  color: #ffffff;
}

/* ==============================
   GLOBAL RESET FOR HEADER
============================== */
header {
  position: relative;
  z-index: 9999;
}

.navbar-brand img
{
	width: 150px;
	position: relative;
	top: -6px;
}

/* ==============================
   NAVBAR BASE (DESIGNED BLACK)
============================== */
.navbar.peejay-navbar {
  background: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 15px;
  transition: all 0.45s ease;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* TOP ACCENT LINE (luxury cue) */
.navbar.peejay-navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 99999;
  background: linear-gradient(
    90deg,
    transparent,
    #c9a44a,
    transparent
  );
  opacity: 0.85;
}

/* SCROLLED STATE */
.navbar.peejay-navbar.scrolled {
  background: rgba(0,0,0,0.75) !important; /* darker, more solid */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  padding: 24px 0 22px;

  border-bottom-color: rgba(255,255,255,0.14);
}


/* ==============================
   LOGO (MORE AUTHORITY)
============================== */
.peejay-logo {
  font-family: "Noto Sans", sans-serif;
  font-size: 21px;
  letter-spacing: 2.5px;
  font-weight: 700;
  color: #fff;
}

.peejay-logo span {
  font-weight: 300;
  opacity: 0.65;
  margin-left: 6px;
}

/* ==============================
   MENU ARCHITECTURE
============================== */
.peejay-menu {
  gap: 0;
}

.peejay-menu .nav-item {
  position: relative;
  padding: 0 28px;
}

/* vertical separators */
.peejay-menu .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.12);
  transform: translateY(-50%);
}

/* menu links */
.peejay-menu .nav-link {
  font-size: 13px;
  font-weight: 600;
   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #d8d8d8;
  padding: 6px 0;
  transition: all 0.3s ease;
}

/* gold dot indicator */
.peejay-menu .nav-link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #c9a44a;
  border-radius: 50%;
  margin: 8px auto 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.peejay-menu .nav-link:hover,
.peejay-menu .nav-link.active {
  color: #c9a44a;
}

.peejay-menu .nav-link:hover::after,
.peejay-menu .nav-link.active::after {
  opacity: 1;
  transform: scale(1);
}

/* ==============================
   CTA – METALLIC GOLD PILL
============================== */
.peejay-cta-wrap {
  align-items: center;
}

.peejay-cta-btn {
  position: relative;
  padding: 14px 42px;
  border-radius: 60px;

  font-size: 13px;

   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;

  color: #111 !important;
  text-decoration: none;

  background: linear-gradient(
    145deg,
    #AF7100,
    #E4B747
  );

  
  transition: all 0.35s ease;
}

/* subtle gold outline */
.peejay-cta-btn::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 60px;
  border: 1px solid rgba(255,255,255,0.35);
  pointer-events: none;
}

.peejay-cta-btn:hover {
  transform: translateY(-2px);
box-shadow:
  inset 0 1px 1px rgba(255,255,255,0.45),
  inset 0 -1px 1px rgba(0,0,0,0.25),
  0 10px 24px rgba(201,164,74,0.35);

  color: #000 !important;
}

/* ==============================
   DROPDOWNS – HEAVY & CLEAN
============================== */
.peejay-dropdown-menu {
  background: #0a0a0a;
  border-radius: 0px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  min-width: 320px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.85);
}

.peejay-dropdown-menu .dropdown-item {
  color: #cfcfcf;
  padding: 12px 18px;
  border-radius: 0px;
  font-size: 14px;
   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  letter-spacing: 0.5px;
}

.peejay-dropdown-menu .dropdown-item:hover {
  background: rgba(255,255,255,0.12) !important;
  color: #fff;
  border-radius: 0px !important;
}

/* SUBMENU */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 14px;
  display: none;
}


/* ==============================
   MOBILE
============================== */
@media (max-width: 991px) {

  .navbar.peejay-navbar {
    padding: 22px 0;
  }

  .peejay-menu .nav-item {
    padding: 12px 0;
  }

  .peejay-menu .nav-item::after {
    display: none;
  }

  .peejay-menu {
    text-align: right;
    padding-top: 20px;
  }
}

/* =========================================================
   FORCE OVERRIDE – PRODUCTS DROPDOWN SYSTEM
   (place at VERY BOTTOM of CSS)
========================================================= */

/* ---------- PRIMARY DROPDOWN ---------- */
header nav.navbar.peejay-navbar li.nav-item.dropdown > ul.peejay-dropdown-menu {
  background-color: #000 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;

  display: block !important;              /* needed for animation */
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(16px) !important;


  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease !important;
}

/* SHOW ON HOVER */
@media (min-width: 992px) {
  header nav.navbar.peejay-navbar li.nav-item.dropdown:hover > ul.peejay-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
}

/* ---------- PRIMARY ITEMS ---------- */
header nav.navbar.peejay-navbar ul.peejay-dropdown-menu > li > a.dropdown-item {
  background: #000 !important;
  color: #fff !important;
  padding: 15px 32px !important;
}

header nav.navbar.peejay-navbar ul.peejay-dropdown-menu > li > a.dropdown-item:hover {
  background: rgba(255,255,255,0.12) !important;
  color: white !important;
  border-radius: 0px !important;
}

/* ---------- SECOND LEVEL ---------- */
header nav.navbar.peejay-navbar li.dropdown-submenu > ul.dropdown-menu {
  background: #000 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;

  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(18px) !important;

  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease !important;
}

/* SHOW SECOND LEVEL ON HOVER */
@media (min-width: 992px) {
  header nav.navbar.peejay-navbar li.dropdown-submenu:hover > ul.dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
  }
}

/* ---------- SECOND LEVEL (NO GAP, EDGE-ALIGNED) ---------- */
header nav.navbar.peejay-navbar li.dropdown-submenu {
  position: relative;
}

header nav.navbar.peejay-navbar li.dropdown-submenu > ul.dropdown-menu {
  background: #000 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;

  /* EDGE ALIGNMENT */
  top: 0;
  left: 100%;              /* start exactly at end of primary */
  margin-left: 0 !important;

  display: block !important;

  opacity: 0 !important;
  visibility: hidden !important;

  /* smooth fade-right without gap */
  transform: translateX(0) !important;

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease !important;
}

/* SHOW ON HOVER */
@media (min-width: 992px) {
  header nav.navbar.peejay-navbar li.dropdown-submenu:hover > ul.dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* DOT VISIBLE ON HOVER & OPEN */
header nav.navbar.peejay-navbar li.nav-item.dropdown:hover > a.nav-link::before,
header nav.navbar.peejay-navbar li.nav-item.dropdown.show > a.nav-link::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}


header nav.navbar.peejay-navbar 
li.nav-item.dropdown > a.nav-link::before {
  display: none !important;
  content: none !important;
}


/* =====================================================
   FORCE REMOVE DOT UNDER PRODUCTS (ALL STATES)
===================================================== */
header nav.navbar.peejay-navbar
li.nav-item.dropdown > a.nav-link::before,
header nav.navbar.peejay-navbar
li.nav-item.dropdown > a.nav-link::after,
header nav.navbar.peejay-navbar
li.nav-item.dropdown:hover > a.nav-link::before,
header nav.navbar.peejay-navbar
li.nav-item.dropdown.show > a.nav-link::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

header nav.navbar.peejay-navbar
li.nav-item.dropdown > ul.peejay-dropdown-menu {
  margin-top: 10px !important;   /* adjust: 6px–14px if needed */
}

/* =====================================
   PRODUCTS DROPDOWN ARROW (BI ICON)
===================================== */
.product-arrow {
  font-size: 12px;
  color: #ffffff;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* hover / open */
header nav.navbar.peejay-navbar
li.nav-item.dropdown:hover .product-arrow,
header nav.navbar.peejay-navbar
li.nav-item.dropdown.show .product-arrow {
  color: #c9a44a;
  transform: rotate(180deg);
}



/* =========================================================
   HERO SLIDER – CINEMATIC / LUXURY / INDUSTRIAL
========================================================= */

.hero-slider {
  position: relative;
  height: 100vh;
  background: #000;
  overflow: hidden;
}

/* ---------------------------------------------------------
   SLIDE BASE
--------------------------------------------------------- */
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.6s ease,
    visibility 1.6s ease;
}

/* ACTIVE SLIDE */
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* ---------------------------------------------------------
   BACKGROUND IMAGE LAYER (ZOOM ONLY HERE)
--------------------------------------------------------- */
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transform: scale(1);
  transition: transform 14s ease-in-out;
}

/* assign background via inline style fallback */
.hero-slide[style]::before {
  background-image: inherit;
}

/* subtle ken burns */
.hero-slide.active::before {
  transform: scale(1.06);
}

/* ---------------------------------------------------------
   DARK CINEMATIC OVERLAY
--------------------------------------------------------- */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.40),
      rgba(0,0,0,0.50),
      rgba(0,0,0,0.60)
    );
}

/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
}

/* EYEBROW */
.hero-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a44a;
  margin-bottom: 18px;
}

/* HEADLINE */
.hero-content h1 {
  font-size: 56px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 22px;
}

/* DESCRIPTION */
.hero-content p {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  max-width: 680px;
  margin: 0 auto 36px;
}

/* CTA */
.hero-actions {
  display: flex;
  justify-content: center;
}

/* ---------------------------------------------------------
   ANIMATIONS
--------------------------------------------------------- */

/* Fade Up */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade Down */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Utility Classes */
.fade-up {
  opacity: 0;
  animation: fadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.fade-down {
  opacity: 0;
  animation: fadeDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Delays */
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
.delay-3 { animation-delay: 0.9s; }



/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 14px;
  }




  /* Reset vertical transform on mobile */
  .hero-content.hero-center-align {
    top: 0 !important;
    transform: none !important;
    margin-top: 0 !important;
  }

  /* Proper centering using flex */
  .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-content {
    padding-top: 60px; /* accounts for fixed navbar */
    padding-bottom: 40px;
  }

}


/* =========================================
   WHO WE ARE SECTION
========================================= */

.who-we-are {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f6f6f6;
  color: #111;
}

@media (min-width: 992px) {
  .who-we-are .row {
    align-items: flex-start;
  }
}

/* ----------------------------------------
   LEFT CONTENT
---------------------------------------- */

.section-badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b8943d;
  margin-bottom: 18px;
}

.who-content h2 {
  line-height: 1.2;
  margin-bottom: 22px;
}

.who-content p {
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 28px;
}

.scroll-description span {
  color: rgba(0,0,0,0.15);
  transition: color 0.25s ease;
}

/* ----------------------------------------
   BUTTON
---------------------------------------- */

.cta-btn {
  display: inline-block !important;
  width: auto !important;
}

@media (max-width: 991px) {
  .cta-desktop { display: none; }
}

@media (min-width: 992px) {
  .cta-mobile { display: none; }
}

/* ----------------------------------------
   DESKTOP FEATURE BOX (UNCHANGED)
---------------------------------------- */

.who-features-wrapper {
  display: flex;
  align-items: flex-start;
}

.who-features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(201,164,74,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 26px;
  color: #c9a44a;
}

.feature-content h5 {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.feature-content p {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
  color: rgba(0,0,0,0.5);
  margin: 0;
}

/* ----------------------------------------
   MOBILE ACCORDION
---------------------------------------- */

.mobile-accordion { display: none; }

@media (max-width: 992px) {

  .desktop-features { display: none; }

  .mobile-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* Individual Card */
  .accordion-item {
    background: #ffffff;
    padding: 12px;
    border: 1px solid rgba(0,0,0,0.06);
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s ease;
    border-radius: 16px;
  }

  /* Ensure first & last corners render properly */
  .mobile-accordion .accordion-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .mobile-accordion .accordion-item:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .accordion-item.active {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  /* Layout Row */
  .accordion-row {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .accordion-icon {
    width: 30px;
    height: 30px;
    border-radius: 16px;
    background: rgba(201,164,74,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .accordion-icon i {
    font-size: 16px;
    color: #c9a44a;
  }

  .accordion-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .accordion-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-title {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    margin: 0;
  }

  .accordion-toggle {
    font-size: 22px;
    transition: transform 0.3s ease;
  }

  .accordion-item.active .accordion-toggle {
    transform: rotate(45deg);
  }

  .accordion-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0,0,0,0.6);
    font-family: "Noto Sans", sans-serif;
  }

  .accordion-item.active .accordion-body {
    max-height: 200px;
    opacity: 1;
  }

}


/* =========================================================
   PRODUCTS SECTION
========================================================= */

.products-section {
  padding: 110px 0;
  background: #ffffff;
  color: #111111;
}

/* -------------------------------------
   HEADER
------------------------------------- */

.products-header {

  margin: 0 auto 48px;
}

.products-header .section-badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a44a;
  margin-bottom: 16px;
}

.products-header h2 {
  
  margin-bottom: 16px;
}

.products-header p {
  
  line-height: 1.8;
  color: rgba(0,0,0,0.65);
}

/* -------------------------------------
   CATEGORY BUTTONS
------------------------------------- */

.product-categories {
  display: flex;
  justify-content: left;
  gap: 14px;
  margin-bottom: 56px;
  overflow-x: auto;
  padding: 6px;
}

.product-categories::-webkit-scrollbar {
  display: none;
}

.category-btn {
  padding: 10px 24px;
  border-radius: 40px;
  background: #f3f3f3;
  border: 1px solid rgba(0,0,0,0.2);
  font-size: 13px;
  font-weight: 500;
   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  white-space: nowrap;
  cursor: pointer;
  color: black
  transition: all 0.25s ease;
}

.category-btn.active,
.category-btn:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* -------------------------------------
   PRODUCT GRID
------------------------------------- */

.products-grid {
  row-gap: 40px;
}

.product-item {
  opacity: 1;
  transform: translateY(0);
  transition: 
    opacity 0.25s ease,
    transform 0.25s ease;
}

.product-item.fade-out {
  opacity: 0;
  transform: translateY(8px);
}


/* -------------------------------------
   PRODUCT CARD (PREMIUM)
------------------------------------- */

.product-card {
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;

box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.35s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 26px 60px rgba(0,0,0,0.12);
}

/* IMAGE */
.product-image {
  height: 250px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.product-content {
  padding: 26px;
}

.product-content h4 {
  font-size: 18px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  margin-bottom: 12px;
}

.product-content p {
  font-size: 14px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  line-height: 1.7;
  color: rgba(0,0,0,0.65);
  margin-bottom: 18px;
}

/* -------------------------------------
   LUXURY BULLET POINTS
------------------------------------- */

.product-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.product-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: rgba(0,0,0,0.75);
  margin-bottom: 8px;
}

.product-features i {
  color: #c9a44a;
  font-size: 14px;
}

/* -------------------------------------
   KNOW MORE BUTTON (BOXED)
------------------------------------- */

.product-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 18px;
  border-radius: 30px;

  font-size: 13px;
  font-weight: 600;
  text-decoration: none;

  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.18);

  box-shadow:
    0 6px 16px rgba(0,0,0,0.08);

  transition: all 0.3s ease;
}

.product-cta span {
  transition: transform 0.25s ease;
}

.product-cta:hover {
 color: #111 !important;
  text-decoration: none;

  background: linear-gradient(
    145deg,
    #AF7100,
    #E4B747
  );
border: none;
}

.product-cta:hover span {
  transform: translateX(4px);
}

/* -------------------------------------
   MOBILE
------------------------------------- */

@media (max-width: 768px) {

  .products-header h2 {
    font-size: 32px;
  }

  .product-categories {
    justify-content: flex-start;
  }

}



.products-section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
  color: #111111;
  overflow: hidden;
}


/* -------------------------------------
   SUBTLE CONSTRUCTION GRID BACKGROUND
------------------------------------- */

.products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image:
    linear-gradient(rgba(201,164,74,0.04) 2px, transparent 1px),
    linear-gradient(90deg, rgba(201,164,74,0.04) 2px, transparent 1px);

  background-size: 60px 60px;

  animation: gridMove 40s linear infinite;
}




/* =========================================================
   KEY HIGHLIGHTS SECTION
========================================================= */
/* =========================================================
   KEY HIGHLIGHTS SECTION
========================================================= */

.highlights-section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;

  background: linear-gradient(
    160deg,
    #000000 0%,
    #050505 25%,
    #0a0a0a 50%,
    #101010 75%,
    #151515 100%
  );
}


/* LEFT COLUMN */
.highlights-left {
  padding-right: 80px;
  text-align: left;
}

.light-badge {
  color: #c9a44a;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 18px;
}

.highlight-desc {
 color: rgba(255,255,255,0.6);
  margin-bottom: 40px;
}

.highlight-images {
  display: flex;
  gap: 22px;
}

.highlight-images img {
  width: 48%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 25px 50px rgba(0,0,0,0.5);
  transition: 0.4s ease;
}



.highlight-images img:hover {
  transform: translateY(-6px);
}

/* RIGHT COLUMN */
.highlights-right {
  padding-left: 20px;
}

/* ACCORDION ITEM */
.highlight-item {
  background: rgba(255,255,255,0.05);
  border-radius: 18px;
  margin-bottom: 24px;
  overflow: hidden;
}

/* BUTTON */
.highlight-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 30px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  text-align: left;
  color: #ffffff;
}

.highlight-left-content {
  display: flex;
  align-items: center;
  gap: 18px;
}

.highlight-heading h5 {
  margin: 0;
  font-size: 16px;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  text-align: left;
}

.icon-circle {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

/* PLUS MINUS */
.toggle-icon {
  font-size: 22px;
  color: #c9a44a;
}

.toggle-icon .minus {
  display: none;
}

.highlight-btn:not(.collapsed) .plus {
  display: none;
}

.highlight-btn:not(.collapsed) .minus {
  display: inline;
}

/* BODY */
.highlight-body {
  padding: 0 30px 28px 92px;
}

.highlight-short {
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 14px;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* BULLETS */
.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.highlight-list i {
  color: #c9a44a;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .highlights-left {
    padding-right: 0;
    margin-bottom: 60px;
   
  }


  .highlights-section .row {
    display: flex;
    flex-direction: column;
  }

  .highlights-right {
    order: 1;
  }

  .highlights-left {
    order: 2;
  }

}



/* =========================================================
   PROCESS SECTION
========================================================= */
/* =========================================================
   PROCESS SECTION
========================================================= */

.process-section {
  padding-top: 75px;
  padding-bottom: 80px;
  background: #ffffff;
}

.process-header {

  margin: 0 auto 80px;
}

.process-header .section-badge {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a44a;
  margin-bottom: 16px;
  display: inline-block;
}

.process-header p {

  color: rgba(0,0,0,0.65);
  line-height: 1.8;
}

/* =========================================================
   DESKTOP TIMELINE
========================================================= */

.process-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
 display: flex;
  justify-content: space-between;
  align-items: stretch;   /* Important */
  gap: 20px;
  padding-top: 80px; /* space for top line */
}

/* Horizontal Line (Top) */
.timeline-horizontal-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c9a44a;
}

/* Step */
.timeline-step {
 position: relative;
  flex: 1;
  text-align: center;

  display: flex;          /* Important */
  flex-direction: column;
}

/* Vertical Connector */
.timeline-connector {
  position: absolute;
  top: -80px;   /* same as padding-top */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: #c9a44a;
   display: flex;     
}

/* Numbered Dot */
.timeline-step::before {
  content: attr(data-step);
  position: absolute;
  top: -40px; /* Half of connector height */
  left: 50%;
  transform: translate(-50%, -50%);

  width: 30px;
  height: 30px;
  background: #c9a44a;
  color: #ffffff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 600;

  box-shadow: 0 0 0 4px rgba(201,164,74,0.2);
  z-index: 2;
}

/* Card */
.timeline-card {
  padding: 28px 20px;
  border-radius: 22px;
  background: #ffffff;

  box-shadow:
    0 8px 25px rgba(0,0,0,0.05),
    0 20px 50px rgba(0,0,0,0.04);

  transition: 0.4s ease;

  flex: 1;               /* Important */
  display: flex;
  flex-direction: column;
}


.timeline-card:hover {
  transform: translateY(-6px);
}

/* Icon */
.timeline-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: rgba(201,164,74,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #c9a44a;
}

/* Text */
.timeline-card h5 {
  font-size: 16px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
  margin-bottom: 8px;
}

.timeline-card p {
  font-size: 14px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: rgba(0,0,0,0.65);
  line-height: 1.6;
}




/* =========================================================
   MOBILE TIMELINE
========================================================= */

@media (max-width: 992px) {

  .process-timeline {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }

  /* Vertical center line */
  .timeline-horizontal-line {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
  }

  .timeline-step {
    width: 100%;
    max-width: 320px;
    margin-bottom: 80px;
  }

  .timeline-connector {
    top: -80px;
    height: 80px;
  }

  .timeline-step::before {
    top: -40px;
  }

    .timeline-step:last-child .timeline-connector {
    display: none;
  }

   .timeline-step:last-child {
    margin-bottom: 0;
  }

  .timeline-step:last-child .timeline-connector {
    display: none;
  }

}


.video-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f9f9f9;
}

.video-header {
  margin-bottom: 20px;
}

.video-wrapper {
  display: flex;
  gap: 60px;

  margin-top: 70px;

}

.video-selector {
  flex: 0.45;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


#videoContent
{
  display: none;
}
.video-card {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.video-card:hover {
  transform: translateY(-4px);
}

.video-card.active {
  border-left: 4px solid #c9a44a;
  background: #fffdf6;
}

.video-card h5 {
  font-size: 16px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
}

.video-card p {
  font-size: 14px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: rgba(0,0,0,0.65) !important;
}

.arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #c9a44a;
}

.video-display {
  flex: 0.55;
  margin-top: 0px;
}

.video-info {
  margin-bottom: 30px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.video-info.fade {
  opacity: 0;
  transform: translateY(10px);
}

#videoTitle
{
  font-size: 26px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


#videoDescription
{
  font-size: 16px !important;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



.video-frame {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  line-height: 0;
}

.video-frame iframe {
  width: 100%;
  height: 380px;
  display: block;
  border: 0;
}

.video-icons {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.video-icons i {
  color: #c9a44a;
  margin-right: 6px;
}

/* ==============================
   MOBILE DROPDOWN REFINED
================================ */

.mobile-dropdown {
  display: none;
}

@media (max-width: 992px) {

  .video-wrapper {
    flex-direction: column;
  }



#videoContent
{
  display: block;
}
  /* Hide desktop cards */
  .video-selector > .video-card:not(.dropdown-toggle):not(.dropdown-item) {
    display: none;
  }

  .mobile-dropdown {
    display: block;
    width: 100%;
  }


  /* Smaller player */
  .video-frame iframe {
    height: 240px;
  }
}

@media (max-width: 992px) {

  .video-wrapper {
    flex-direction: column;
  }

  .video-card:not(.dropdown-toggle):not(.dropdown-item) {
    display: none;
  }



  .video-frame iframe {
    height: 240px;
  }
}



/* =====================================
   VIDEO SECTION MOBILE DROPDOWN SAFE
===================================== */

.video-dd {
  display: none;
  margin-top: 0px;
}

@media (max-width: 992px) {

  /* Hide desktop cards */
  .video-selector > .video-card {
    display: none;
  }

  .video-dd {
    display: block;
    width: 100%;
    margin-top: -10px;
  }

  /* Toggle */
  .video-dd-toggle {
    padding: 24px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
  }

  .video-dd-toggle h5 {
    margin: 0;
    font-size: 16px;
font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  }

  .video-dd-arrow i {
    font-size: 18px;
    color: #c9a44a;
    transition: transform 0.3s ease;
  }

  /* Dropdown Menu Box */
  .video-dd-menu {
    margin-top: 5px !important;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    overflow: hidden;

    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  .video-dd-menu.open {
    max-height: 600px;
    opacity: 1;
  }

  /* Items */
  .video-dd-item {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .video-dd-item:last-child {
    border-bottom: none;
  }

  .video-dd-item h5 {
    font-size: 16px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

    margin-bottom: 6px;
  }

  .video-dd-item p {
    font-size: 13px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    margin: 0;
    line-height: 1.5;
    color: rgba(0,0,0,0.65);
  }

  .video-dd-item:hover {
    background: #fffdf6;
  }

  .video-dd-item.active {
    background: #fffdf6;
    border-left: 4px solid #c9a44a;
  }

}

@media(max-width: 576px)
{
  .video-dd {
    display: block;
    width: 100%;
    margin-top: -30px;
  }

  #videoTitle
  {
    margin-top: -30px;
  }

}

.group-showcase {
 padding-top: 75px;
 padding-bottom: 75px;
  background: #141414;
}
/* ===================================================
   GROUP SECTION COMMON
=================================================== */

.group-simple-box {
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}

.group-simple-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
}

.group-simple-box p {
  color: #C9C9C9;
  margin-bottom: 40px;
  max-width: 600px;
  line-height: 1.6;
}

/* ===================================================
   PARTNERS SLIDER
=================================================== */

/* ===================================================
   PARTNERS SLIDER
=================================================== */
/* ===================================================
   PARTNERS ANIMATION SLIDER
=================================================== */

.partners-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.partners-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scrollPartners 40s linear infinite;
}

.partner-item {
  flex: 0 0 auto;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  height: 110px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-item img:hover {
  transform: scale(1.08);
}

/* Mobile adjustments */
@media (max-width: 991px) {

  .partners-track {
    gap: 30px;
    animation: scrollPartners 25s linear infinite;
  }

  .partner-item {
    min-width: 140px;
  }

  .partner-item img {
    height: 90px;
  }
}

/* Infinite animation */
@keyframes scrollPartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===================================================
   SECTION DIVIDER
=================================================== */

.section-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 60px 0;
}

/* ===================================================
   DIVISIONS GRID – 4 PER ROW DESKTOP
=================================================== */
/* ======================================
   SIMPLE DIVISIONS GRID (FIXED)
====================================== */

.simple-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Desktop */
  gap: 30px;
}

.simple-logo-grid img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto; /* center inside grid */
}

/* ===== TABLET (3 per row) ===== */
@media (max-width: 991px) {
  .simple-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== MOBILE (2 per row) ===== */
@media (max-width: 576px) {
  .simple-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.section-divider {
  height: 1px;
  width: 100%;
  margin: 70px 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.2),
    rgba(255,255,255,0.2),
    rgba(255,255,255,0.2),
    transparent
  );
}


/* CONTACT BOX WRAPPER */
.group-contact-box {
  margin-top: 0px;
  padding: 60px 70px;
  border-radius: 20px;
  background: linear-gradient(145deg, #111111, #1a1a1a);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* LEFT SIDE */
.contact-left .section-badge {
  margin-bottom: 15px;
}

.contact-title {
  

  margin-bottom: 18px;
}

.contact-desc {
  color: rgba(255,255,255,0.6);
  
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 30px;
}

/* BUTTON */
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #c9a44a;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #e6c36a;
  transform: translateY(-3px);
}

/* RIGHT COLUMN WRAPPER */
.contact-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* IMAGE WRAPPER - SQUARE */
.contact-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1;   /* Makes it perfectly square */
  border-radius: 24px;
  overflow: hidden;
  padding: 0px !important;

}

/* IMAGE */
.contact-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* GOLDEN GRADIENT BADGE */
.support-badge {
  position: absolute;
  bottom: -30px;
  right: -30px;

  width: 140px;
  height: 140px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 24px;

  background: linear-gradient(
    135deg,
    #c9a44a,
    #e6c36a,
    #b8912f
  );

  box-shadow:
    0 20px 45px rgba(201,164,74,0.45);

  transition: 0.4s ease;
}

/* BIGGER HEADSET ICON */
.support-badge i {
  font-size: 60px;
  color: #111;
}

/* Subtle hover */
.contact-image-wrapper:hover .support-badge {
  transform: translateY(-8px);
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }


.contact-left
{
  text-align: center;
}

.contact-right {
  
  justify-content: center;
}
 
  .group-contact-box {
    padding: 50px 30px;
  }
}


.email-badge {
  position: absolute;
  top: 0;
  left: 0;

  width: 85px;
  height: 85px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 0 0 20px 0; /* smooth inner corner */

  background: rgba(20,20,20,0.98); /* solid enough to hide edge */

  box-shadow: none; /* remove outer shadow if causing line */

  z-index: 3;
}

.email-badge i {
  font-size: 28px;
  color: #c9a44a;
}



.peejay-footer {
  background: linear-gradient(180deg, #050505, #0b0b0b);
  color: rgba(255,255,255,0.75);
  padding: 90px 0 40px;
  font-family: inherit;
}

.footer-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

/* LOGO */
.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.6);
}

.footer-subtitle {
  color: #fff;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 20px;
  margin-bottom: 15px;
}

/* SOCIAL */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
  background: #111;
  color: #c9a44a;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: #c9a44a;
  color: #000;
}

/* TITLES */
.footer-title {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #c9a44a;
  position: absolute;
  bottom: -10px;
  left: 0;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(255,255,255,0.65);
  transition: 0.3s ease;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 16px;
}

.footer-links a:hover {
  color: #c9a44a;
}

/* SUBMENU */
.submenu {
  margin-top: 6px;
  margin-left: 8px;   /* small shift only */
  padding-left: 10px; /* subtle indentation */
  border-left: 1px solid rgba(255,255,255,0.08);
}
/* CONTACT ITEMS */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-size: 16px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
      color: rgba(255,255,255,0.65);
  margin-bottom: 18px;
}

.contact-item i {
  font-size: 20px;
  color: #c9a44a;
  margin-top: -2px;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    position: relative;
  padding: 14px 42px;
  border-radius: 60px;

  font-size: 13px;

   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;

  color: #111 !important;
  text-decoration: none;

  background: linear-gradient(
    145deg,
    #AF7100,
    #E4B747
  );

  
  transition: all 0.35s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
}

/* BOTTOM */
.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
   font-size: 13px;

   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 400;
}

.footer-legal a {
  margin-left: 20px;
  text-decoration: none;
   font-size: 14px !important;

   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
}

.footer-legal a:hover {
  color: #c9a44a;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}


/* RESET LIST STYLE */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}

/* MAIN DOT */
.footer-links > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;

  width: 6px;
  height: 6px;

  background: #c9a44a;
  border-radius: 50%;
}

/* SUBMENU */
.submenu {
  margin-top: 6px;
  margin-left: 6px;
  padding-left: 0;
}

/* SUBMENU ITEMS */
.submenu li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
}





/* =========================================================
   ABOUT HERO SECTION
========================================================= */

.about-hero {
  position: relative;

  padding-top: 150px;
  padding-bottom: 100px;


  background: url('../img/peejayventures-02.webp') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Cinematic Overlay */
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.75) 0%,
      rgba(0,0,0,0.65) 40%,
      rgba(0,0,0,0.85) 100%
    );
  z-index: 1;
}

/* Content */
.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  color: #ffffff;
}

/* Headline */
.about-hero-content h1 {
  font-size: 52px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
}

/* Caption */
.about-hero-content p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  max-width: 680px;
  margin: 0 auto 32px;
}

/* Smooth scroll */
.scroll-btn {
  transition: transform 0.3s ease;
}

.scroll-btn:hover {
  transform: translateY(-4px);
}


@media (max-width: 768px) {

  .about-hero {
    height: 100vh;
    min-height: 480px;
    text-align: center;
  }

  .about-hero-content h1 {
    font-size: 34px;
  }

  .about-hero-content p {
    font-size: 14px;
  }

}


/* =========================================
   WHO WE ARE – DARK THEME VERSION
========================================= */

.who-we-are.dark-theme {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(
    160deg,
    #000000 0%,
    #050505 25%,
    #0a0a0a 50%,
    #101010 75%,
    #151515 100%
  );
  color: #ffffff;
}

/* ----------------------------------------
   LEFT CONTENT
---------------------------------------- */

.who-we-are.dark-theme .section-badge {
  color: #c9a44a;
}

.who-we-are.dark-theme .who-content h2 {
  color: #ffffff;
}

.who-we-are.dark-theme .who-content p {
  color: rgba(255,255,255,0.65);
}

.who-we-are.dark-theme .scroll-description span {
  color: rgba(255,255,255,0.15);
}

/* ----------------------------------------
   BUTTON
---------------------------------------- */

.who-we-are.dark-theme .cta-btn {
  background: #c9a44a;
  color: #000;
}

.who-we-are.dark-theme .cta-btn:hover {
  background: #b8933f;
}

/* ----------------------------------------
   DESKTOP FEATURE BOX
---------------------------------------- */

.who-we-are.dark-theme .who-features {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 30px;
}

.who-we-are.dark-theme .feature-item {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 15px;
}

.who-we-are.dark-theme .feature-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.who-we-are.dark-theme .feature-icon {
  background: rgba(201,164,74,0.15);
}

.who-we-are.dark-theme .feature-icon i {
  color: #c9a44a;
}

.who-we-are.dark-theme .feature-content h5 {
  color: #ffffff;
}

.who-we-are.dark-theme .feature-content p {
  color: rgba(255,255,255,0.6);
}

/* ----------------------------------------
   MOBILE ACCORDION
---------------------------------------- */

@media (max-width: 992px) {

  .who-we-are.dark-theme .accordion-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
  }

  .who-we-are.dark-theme .accordion-item.active {
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  }

  .who-we-are.dark-theme .accordion-icon {
    background: rgba(201,164,74,0.15);
  }

  .who-we-are.dark-theme .accordion-icon i {
    color: #c9a44a;
  }

  .who-we-are.dark-theme .accordion-title {
    color: #ffffff;
  }

  .who-we-are.dark-theme .accordion-body {
    color: rgba(255,255,255,0.65);
  }

}


.logo-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  cursor: grab;

  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.logo-scroller::-webkit-scrollbar {
  display: none;
}

.logo-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollPartners 35s linear infinite;
}

.logo-track img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: 0.3s ease;
}

/* Desktop – 4 logos visible */
@media (min-width: 992px) {

  .logo-track img {
    flex: 0 0 25%;
    max-width: 200px;
  }

}

/* Mobile – swipe enabled */
@media (max-width: 991px) {

  .logo-track {
    animation: none; /* disable auto scroll */
  }

  .logo-track img {
    flex: 0 0 70%; /* forces horizontal scroll */
    max-width: 70%;
  }

}


/* =========================================================
   ABOUT STATS – PREMIUM DARK CARDS
========================================================= */

.about-stats {
  margin-top: 100px;
}

.stat-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,164,74,0.1);
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center;
  transition: 0.4s ease;
  margin-bottom: 30px;
}

.stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201,164,74,0.6);
 border: 1px solid rgba(201,164,74,0.2);
}

/* GOLDEN GRADIENT NUMBER */
.stat-number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Noto Sans", sans-serif;

  background: linear-gradient(
    145deg,
    #AF7100,
    #E4B747,
    #F7D774
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Label */
.stat-card p {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);

      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}




/* =========================================================
   FOUNDERS SECTION
========================================================= */

.founders-section {
  padding-top: 75px;padding-bottom: 75px;
  background: #f8f8f8;
  overflow-x: hidden;
}

/* Header */
.founders-header {

  margin: 0 auto 70px;
}

.founders-header p
{
   color: rgba(0,0,0,0.65);
}

/* Cards */
.founder-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 50px 35px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.08);
  transition: 0.4s ease;
  height: 100%;
  position: relative;
}

.founder-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* Round Image */
.founder-image {
  width: 130px;
  height: 130px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #c9a44a;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name */
.founder-card h5 {
  font-size: 20px;
   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
 
  margin-bottom: 6px;
}

/* Position */
.founder-position {
  font-size: 13px;
   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c9a44a;
  display: block;
  margin-bottom: 15px;
}

/* Description */
.founder-desc {
  font-size: 14px;

   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: rgba(0,0,0,0.65);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Email */
.founder-email {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;

  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  background: #c9a44a;
  color: #111;
}

.founder-email:hover {
    background: #111;
  color: #c9a44a;
}

/* Navigation Buttons */
.founder-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.founder-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #111;
  color: #c9a44a;
}



/* =========================================================
   VISION & MISSION – STRUCTURAL LAYOUT
========================================================= */

.vision-mission-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Subtle construction grid background */
.vision-mission-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,164,74,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,164,74,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

/* Header */
.vm-header {

  margin: 0 auto 90px;
}

.vm-header p
{
    color: rgba(0,0,0,0.65);
}

/* Grid */
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: -40px;
}

/* Card Base */
.vm-card {
  position: relative;
  padding: 70px 60px;
  border-radius: 28px;
  background: #111111;
  color: #ffffff;
  overflow: hidden;
  transition: 0.5s ease;
  border: 1px solid rgba(201,164,74,0.25);
}

/* Hover lift */
.vm-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  border-color: rgba(201,164,74,0.6);
}

/* Watermark text */
.vm-watermark {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 80px;
  font-weight: 700;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
}

/* Icon */
.vm-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(201,164,74,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #c9a44a;
}

/* Heading */
.vm-card h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

/* Text */
.vm-card p {
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  font-size: 15px;
}

/* Structural diagonal accent */
.vm-card::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    rgba(201,164,74,0.3),
    transparent
  );
  transform: rotate(45deg);
  opacity: 0.4;
}


@media (max-width: 992px) {

  .vm-grid {
    grid-template-columns: 1fr;
  }

  .vm-card {
    padding: 50px 35px;
  }

  .vm-watermark {
    font-size: 60px;
  }

}


@media (max-width: 992px) {

  .vm-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;   /* Reduced from 50px */
  }

  .vision-mission-section {
    padding: 90px 0;   /* Slightly reduced vertical section padding */
  }

  .vm-card {
    padding: 40px 28px;   /* Slightly tighter internal spacing */
  }

}


/* =========================================================
   CONTACT CTA – GOLDEN TRANSITION SECTION
========================================================= */

.contact-cta-section {
  padding: 110px 0;
  background: linear-gradient(
    135deg,
    #AF7100,
    #E4B747,
    #F2C861
  );
  position: relative;
  overflow: hidden;
}

/* Subtle texture overlay */
.contact-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.15;
  pointer-events: none;
}

.contact-cta-content {
  max-width: 650px;
  position: relative;
  z-index: 2;
}

/* Badge */
.cta-badge {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 18px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #111;
  font-weight: 600;
}

/* Heading */
.contact-cta-content h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;

      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Description */
.contact-cta-content p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0,0,0,0.75);
  margin-bottom: 30px;

      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Dark Button */
.cta-button-dark {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.cta-button-dark:hover {
  background: #000;
  transform: translateY(-3px);
}


@media (max-width: 768px) {

  .contact-cta-section {
    padding: 80px 0;
  }

  .contact-cta-content h3 {
    font-size: 26px;
  }

}
/* WATERMARK ICON */
.cta-watermark {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 320px;
  color: rgba(0,0,0,0.08);
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}

/* Ensure content stays above */
.contact-cta-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
.cta-watermark {
  display: none;
}

.vm-grid {
    grid-template-columns: 1fr;
  
  }
}



/* =========================================================
   PRODUCT CATEGORY SECTION
========================================================= */
.product-categories-section
{
    background-color: #FFFAE3;
  padding-top: 60px !important;
}

.pc-header p
{
  color: rgba(0,0,0,0.65);

  margin: 0 auto;

}

/* =========================================================
   CATEGORY CARD
========================================================= */

.pc-card {
  display: grid;
  grid-template-columns: 40% 60%;   /* 40 / 60 layout */
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 0px;
}

/* =========================================================
   LEFT IMAGE COLUMN
   Height matches content automatically
========================================================= */

.pc-image {
  position: relative;
  width: 100%;
}

/* Make image fill column without affecting height */
.pc-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   RIGHT CONTENT COLUMN
========================================================= */

.pc-content {
  padding: 25px;
}

/* =========================================================
   CATEGORY BADGE
========================================================= */

.pc-category-badge {
  display: inline-block;
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  background: linear-gradient(
    135deg,
    rgba(201,164,74,0.12),
    rgba(228,183,71,0.20)
  );
  color: #b8943d;
  border: 1px solid rgba(201,164,74,0.25);
  margin-bottom: 14px;
}

/* =========================================================
   TITLE & DESCRIPTION
========================================================= */

.pc-content h3 {
  font-size: 26px;

    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
  margin-bottom: 14px;
}

.pc-content p {
  color: rgba(0,0,0,0.65);
  margin-bottom: 20px;
   font-size: 16px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  line-height: 1.7;
}

/* =========================================================
   LEARN MORE LINK
========================================================= */

.pc-category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
   font-size:16px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #c9a44a;
  text-decoration: none;
  margin-bottom: 30px;
  transition: 0.3s ease;
}

.pc-category-link i {
  font-size: 14px;
  transition: 0.3s ease;
}

.pc-category-link:hover {
  color: #AF7100;
}

.pc-category-link:hover i {
  transform: translateX(4px);
}

/* =========================================================
   PRODUCT LIST
========================================================= */

.pc-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;            /* 1-2-3 left / 4-5-6 right */
  grid-template-rows: repeat(3, auto);
  gap: 16px 60px;

  background: linear-gradient(
    135deg,
    rgba(201,164,74,0.06),
    rgba(228,183,71,0.10),
    rgba(201,164,74,0.06)
  );

  padding: 30px 35px;
  border-radius: 18px;
  border: 1px solid rgba(201,164,74,0.18);
}

/* =========================================================
   PRODUCT LINK ITEM
========================================================= */

.pc-product-link-item {
  position: relative;
  padding-left: 22px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
   font-size: 16px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.pc-product-link-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #AF7100,
    #E4B747,
    #F2C861
  );
}

.pc-product-link-item i {
  font-size: 14px;

  color: #c9a44a;
  transition: 0.3s ease;
}

.pc-product-link-item:hover {
  color: #c9a44a;
}

.pc-product-link-item:hover i {
  transform: translateX(3px);
}


.pc-grid
{
  margin-top: 50px;
  padding-bottom: 80px;
}
/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 992px) {

  .pc-card {
    grid-template-columns: 1fr;
  }

  .pc-image {
    position: relative;
    aspect-ratio: 1 / 1;  /* square image */
  }

  .pc-image img {
    position: absolute;
    inset: 0;
  }

  .pc-product-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-template-rows: auto;
    padding: 25px;
  }

  .pc-content {
    padding: 15px;
  }

}
/* =========================================================
   CARD GRID WRAPPER
========================================================= */

.pc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}


/* =========================================================
   STACKED VIEWS (Tablet + Mobile)
   Make image square
========================================================= */
/* =========================================================
   STACKED VIEW (Tablet + Mobile)
========================================================= */

@media (max-width: 991px) {

  /* Make cards vertical */
  .pc-card {
    display: block;
  }

  /* Reset image completely */
  .pc-image {
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  /* Reset image behavior */
  .pc-image img {
    position: static !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}


/* =========================================================
   TABLET VIEW (692px – 991px)
   2 cards per row
========================================================= */

@media (min-width: 692px) and (max-width: 991px) {

  /* 2 cards per row */
  .pc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  /* Stack inside card */
  .pc-card {
    display: flex;
    flex-direction: column;
  }

  /* Square image */
  .pc-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    overflow: hidden;
  }

  .pc-image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}


/* =========================================================
   MOBILE (<692px)
   1 card per row
========================================================= */

@media (max-width: 691px) {

  .pc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pc-card {
    display: flex;
    flex-direction: column;
  }

  .pc-image {
    width: 100%;
    aspect-ratio: 4 /3;
    height: auto;
  }

  .pc-image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}


/* =========================================
   CATEGORY SHOWCASE (Reusable)
========================================= */

.cat-showcase {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f8f8f8;
  position: relative;
}

.text-adjust-01
{
  text-align: left;
}

.cat-badge {
  color: #c9a44a;
}

.cat-showcase-title {
  
  line-height: 1.2;
}

.cat-showcase-desc {
  color: rgba(0,0,0,0.65);
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: 10px;
  max-width: 520px;
}

/* Feature Grid */
.cat-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cat-feature-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.cat-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.cat-feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg,#AF7100,#E4B747,#F7D774);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #111;
  font-size: 20px;
}

.cat-feature-card h5 {
  font-size: 16px;
 
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  margin-bottom: 8px;
}

.cat-feature-card p {
  font-size: 14px;
  color: rgba(0,0,0,0.65);
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* =========================================
   CATEGORY SLIDER
========================================= */

.cat-slider-wrapper {
  position: relative;
}

.cat-slider {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.cat-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.cat-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.cat-slide.active {
  opacity: 1;
  position: relative;
}

.cat-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
}

.cat-slide-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(20px);
  animation: catFadeUp 0.8s ease forwards;
  animation-delay: 0.4s;
}

.cat-slide-caption {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  margin-top: 8px;
  max-width: 420px;
  opacity: 0;
  transform: translateY(20px);
  animation: catFadeUp 0.8s ease forwards;
  animation-delay: 0.7s;
}

@keyframes catFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Navigation */
.cat-slider-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}

.cat-slider-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #111;
  color: #c9a44a;
}

/* Responsive */
@media (max-width: 992px) {

  .cat-slide img {
    height: 420px;
  }


  .cat-slider {
    margin-top: 50px;
  }

  .cat-showcase-title {
    font-size: 30px;
  }
}

@media(max-width: 576px) {
  .cat-feature-grid {
    grid-template-columns: 1fr;
  }
}

.products-listing-detail-single-page
{
   padding-top: 60px !important;
  padding-bottom: 80px;
}

.other-product-main-section01
{

  background-color: #FFFAE3;
  padding-top: 50px !important
  padding-bottom: 50px;
}



/* =========================================================
   PJ PRODUCT INTRO SECTION
========================================================= */

.pj-product-intro {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9f9f9;
}

/* Left Content */
.pj-product-intro-content {
  padding-right: 40px;
}

.pj-product-intro-title {
  
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
  color: #111;
}

.pj-product-intro-desc {
 
  line-height: 1.8;
  color: rgba(0,0,0,0.65);
  margin-bottom: 40px;
  max-width: 520px;
}

/* Feature Grid */
.pj-product-intro-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.pj-product-intro-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.pj-product-intro-feature-item:hover {
  transform: translateY(-6px);
  border-color: rgba(201,164,74,0.4);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.pj-feature-icon {
  width: 38px;
  height: 38px;
  background: rgba(201,164,74,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a44a;
  font-size: 18px;
}

.pj-feature-text {
  font-size: 14px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  color: rgba(0, 0, 0,0.6);
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

/* Right Image */
.pj-product-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.pj-product-image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {

  .pj-product-intro-content {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .pj-product-intro-features {
    grid-template-columns: 1fr;
  }

  .pj-product-image-wrapper img {
    height: 420px;
  }

}


/* =========================================================
   PJ PRODUCT KEY FEATURES - DARK
========================================================= */

.pj-product-features-dark {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #0d0d0d;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Subtle Industrial Texture */
.pj-product-features-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,164,74,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,164,74,0.03) 1px, transparent 1px);
  background-size: 90px 90px;
  pointer-events: none;
}

/* Header */
.pj-product-features-header {

  margin: 0 auto 80px;
}

.pj-product-features-title {

  margin-bottom: 20px;
}

.pj-product-features-desc {
  color: rgba(255,255,255,0.7);
  font-weight: 300 !important;
  line-height: 1.8;
}

/* Grid */
.pj-product-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

/* Feature Box */
.pj-product-feature-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,164,74,0.1);
  border-radius: 22px;
  padding: 40px 35px;
  transition: 0.4s ease;
}

.pj-product-feature-box:hover {
  transform: translateY(-10px);
  border-color: rgba(201,164,74,0.2);
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

/* Icon */
.pj-feature-icon-dark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(201,164,74,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 26px;
  color: #c9a44a;
}

/* Heading */
.pj-product-feature-box h4 {
  font-size: 20px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  margin-bottom: 15px;
}

/* Description */
.pj-product-feature-box p {

      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
}

/* Responsive */
@media (max-width: 992px) {

  .pj-product-features-grid {
    grid-template-columns: 1fr 1fr;
  }

}


@media (max-width: 576px) {

  .pj-product-features-grid {
    grid-template-columns: 1fr;
  }

}


/* =========================================================
   PJ PRODUCT TECHNICAL SPECIFICATIONS - PREMIUM VERSION
========================================================= */

.pj-product-specs {
padding-top: 75px;
padding-bottom: 75px;
  background: #f4f4f4;
  position: relative;
}

/* Header */
.pj-product-specs-header {
  
  margin: 0 auto 90px;
}

.pj-product-specs-title {
 
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;

}

.pj-product-specs-desc {
  
  line-height: 1.8;
  color: rgba(0,0,0,0.65);
}

/* Grid */
.pj-product-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: -30px;
}

/* Spec Card */
.pj-spec-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 30px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Gold Accent Bar */
.pj-spec-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(
    180deg,
    #AF7100,
    #E4B747,
    #F7D774
  );
}

/* Hover Effect */
.pj-spec-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  border-color: rgba(201,164,74,0.4);
}

/* Label */
.pj-spec-label {
  font-size: 16px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  margin-bottom: 12px;
  color: #111;
  font-family: "Noto Sans", sans-serif;
}

/* Value */
.pj-spec-value {

  font-size: 14px;
  line-height: 1.8;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: rgba(0,0,0,0.7);
  font-family: "Noto Sans", sans-serif;
}

/* Responsive */
@media (max-width: 992px) {
  .pj-product-specs-grid {
  grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 576px) {
  .pj-product-specs-grid {
  grid-template-columns: 1fr;
  }
}

.light-theme {
  background: #f9fafb;
}

.pj-careers-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pj-careers-intro p {
  max-width: 700px;
  margin: 20px auto 0;
  color: #555;
}

.pj-careers-life {
  padding-top: 75px;
  padding-bottom: 75px;
    background: #FFFAE3;
}

.pj-careers-life-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ===== SLIDER ===== */

.pj-careers-slider {
  position: relative;
}

.pj-slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.pj-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.pj-slide.active {
  opacity: 1;
  position: relative;
}

.pj-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.pj-slide-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 16px 28px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    #c9a44a 0%,
    #e6c36a 35%,
    #f2d98a 50%,
    #e6c36a 70%,
    #b8912f 100%
  );
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.pj-slide-caption h4 {
  margin: 0;
  font-size: 14px;
   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.5px;
}

/* ===== WHY SECTION ===== */

.pj-careers-why-desc {
  margin-top: 15px;
  margin-bottom: 40px;
  color: #666;
}

.pj-careers-points {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.pj-career-point {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


.pj-career-point i {
  font-size: 22px;
  color: #c9a44a;
  margin-top: 5px;
}

.pj-career-point h5 {
  margin-bottom: 6px;
  font-size: 16px;
 font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.pj-career-point p {
  margin: 0;
  font-size: 14px;
   font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #666;
}
/* ============================= */
/* TABLET VIEW (Below 992px)    */
/* ============================= */

@media (max-width: 991.98px) {

  /* Stack main grid */
  .pj-careers-life-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  /* Center align header content */
  .pj-careers-why {
    text-align: center;
  }

  .pj-careers-why-desc {
    margin-left: auto;
    margin-right: auto;
  }

  /* Points grid 2 per row */
  .pj-careers-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 30px;
    text-align: left; /* Keep point content aligned properly */
  }

  /* KEEP divider visible */
  .pj-career-point {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

}


/* ============================= */
/* MOBILE VIEW (Below 576px)    */
/* ============================= */

@media (max-width: 575.98px) {

  /* Points become 1 per row */
  .pj-careers-points {
    grid-template-columns: 1fr;
  }

}


.pj-careers-openings {
 padding-top: 75px;
 padding-bottom: 75px;
  background: #ffffff;
}

.pj-section-header p {
  
  margin: 15px auto 0;
  color: #666;
}

/* GRID */
.pj-jobs-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
    align-items: start;
}

/* CARD */
.pj-job-card {
  background: #ffffff;
  border-radius: 22px;
 padding: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.05),
    0 2px 8px rgba(0,0,0,0.03);
  transition: all 0.4s ease;
}

.pj-job-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.08),
    0 5px 20px rgba(0,0,0,0.05);
}

/* GOLD ACCENT */
.pj-job-top-accent {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg,#c9a44a,#f2d98a,#b8912f);
}

/* HEADER */
.pj-job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pj-job-header h4 {
  margin: 0;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
}

/* TOGGLE */
.pj-job-toggle {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fafafa;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pj-job-card.active .pj-job-toggle {
  background: linear-gradient(135deg,#c9a44a,#e6c36a);
  color: #111;
  border-color: transparent;
}

/* META BOX */
.pj-job-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding: 18px 20px;
  background: #fafafa;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.05);
}

.pj-meta-item span {
  display: block;
  font-size: 12px;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #888;
}

.pj-meta-item strong {
  font-size: 14px;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 600;
}

/* SUMMARY */
.pj-job-summary {
  margin-top: 25px;
  font-size: 14px;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #555;
  line-height: 1.6;
}

/* DETAILS */
.pj-job-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, margin-top 0.3s ease;
}

.pj-job-card.active .pj-job-details {
  max-height: 800px;
  margin-top: 30px;
}

.pj-divider {
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin-bottom: 25px;
}

.pj-detail-block {
  margin-bottom: 20px;
}

.pj-detail-block h5 {
  margin-bottom: 8px;
  font-weight: 600;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
}

.pj-detail-block p {
  font-size: 14px;
  color: #666;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  line-height: 1.6;
}

.pj-read-text
{
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.pj-read-more {
  margin-top: 15px;
}

.pj-read-toggle {

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #c9a44a;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.pj-read-toggle:hover {
  letter-spacing: 0.5px;
}

.pj-read-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pj-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.pj-job-card.active .pj-arrow {
  transform: rotate(90deg);
}




/* RESPONSIVE */
@media (max-width: 991.98px) {
  .pj-jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .pj-jobs-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================= */
/* TABLET & BELOW (≤ 992px)     */
/* ============================= */

@media (max-width: 991.98px) {

  .pj-job-meta {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

}




.pj-job-ribbon {
  margin-top: 20px;
  padding: 16px 20px;
  background: linear-gradient(
    90deg,
    rgba(201,164,74,0.08),
    rgba(201,164,74,0.15)
  );
  border-left: 4px solid #c9a44a;
  border-radius: 12px;
  font-size: 14px;
  color: #444;
  transition: all 0.3s ease;
}

.pj-job-ribbon strong {
  font-weight: 600;
  color: #111;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.pj-job-ribbon a {
  color: #c9a44a;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
     font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.pj-job-ribbon a:hover {
  text-decoration: underline;
}

/* Slight highlight when card active */
.pj-job-card.active .pj-job-ribbon {
  background: linear-gradient(
    90deg,
    rgba(201,164,74,0.15),
    rgba(201,164,74,0.25)
  );
}



/* =========================================================
   CONTACT DARK SECTION
========================================================= */

.contact-dark-section {
  padding-top: 75px;padding-bottom: 100px;
  background: linear-gradient(
    180deg,
    #050505 0%,
    #0b0b0b 40%,
    #111111 100%
  );
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Subtle grid texture */
.contact-dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,164,74,0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,164,74,0.01) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

/* HEADER */
.contact-header {
 
  margin: 0 auto 90px;
}

.contact-header p {
  color: rgba(255,255,255,0.75);
}

/* ================= INFO BOXES ================= */

.contact-info-grid {
  margin-bottom: 110px;
}

.contact-box {
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(201,164,74,0.1);
  padding-top: 15px;padding-bottom: 15px;
  border-radius: 22px;
  text-align: center;
  transition: 0.4s ease;
  height: 100%;
  align-items: center;
}

.contact-box:hover {
  transform: translateY(-8px);
  border-color: rgba(201,164,74,0.15);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #c9a44a;
}
.contact-box h5{
  font-size: 20px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.contact-box p {
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* ================= FORM ================= */

.contact-form-wrapper {
  position: relative;
  padding: 60px 50px;
  background: rgba(0,0,0,0.5);
  border-radius: 28px;
  border: 1px solid rgba(201,164,74,0.1);
}

.form-watermark {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 120px;
  font-weight: 700;
  color: rgba(255,255,255,0.02);
  pointer-events: none;
}

.contact-form-modern input,
.contact-form-modern textarea {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  color: #ffffff;
  outline: none;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
 border: 1px solid rgba(255,255,255,0.3) !important;
 color: white;
}


.quotation-form input, .quotation-form textarea
{
  background-color: transparent !important;
  color: white;
}

.quotation-form input:focus,
.quotation-form textarea:focus {
 border: 1px solid rgba(255,255,255,0.3) !important;
 color: white;
}
.contact-form-modern textarea {
  height: 140px;
  resize: none;
}

.contact-form-modern button {
  margin-top: 10px;
}

/* ================= COLLAGE ================= */

.contact-collage {
  position: relative;
  height: 480px;
}

.contact-collage .collage-img {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.contact-collage .collage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-collage .large {
  width: 65%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 3;
}

.contact-collage .small.top {
  width: 55%;
  height: 55%;
  left: 0;
  top: 0;
  z-index: 2;
}

.contact-collage .small.bottom {
  width: 50%;
  height: 50%;
  left: 10%;
  bottom: -20px;
  z-index: 4;
}

/* Hover lift */
.contact-collage .collage-img:hover {
  transform: translateY(-8px);
  transition: 0.4s ease;
}


.contact-main-grid
{
  margin-top: -90px !important;
}
/* ================= RESPONSIVE ================= */


.form-title
{
  font-size: 36px !important;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


@media (max-width: 992px) {

  .contact-main-grid {
    margin-top: 60px;
  }

  .contact-collage {
    margin-top: 60px;
    height: 400px;
  }

}

/* ================= FORM HEADER ================= */

.form-header {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}



.form-subtitle {
 
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  font-size: 15px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Make form wider and more premium */
.contact-form-wrapper {
  padding: 80px 70px;
}

/* Better spacing inside form */
.contact-form-modern .row {
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {

  .contact-form-wrapper {
    padding: 50px 30px;
  }

  .form-title {
    font-size: 24px;
  }

}


/* ================= FORM GROUP ================= */

.form-group {
  margin-bottom: 22px;
}

/* LABEL STYLE */

.contact-form-modern label {
  display: block;
  font-size: 13px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.75);
}

/* INPUT STYLE */

.contact-form-modern input,
.contact-form-modern textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.02);
  color: #ffffff;
  outline: none;
  transition: 0.3s ease;
  font-size: 14px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Focus effect */

.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
  border-color: #c9a44a;
  background: rgba(255,255,255,0.04) !important;
}

/* Textarea height */

.contact-form-modern textarea {
  height: 140px;
  resize: none;
}

/* Placeholder subtle */

.contact-form-modern ::placeholder {
  color: rgba(255,255,255,0.4);
}

/* ================= PLACEHOLDER STYLE ================= */

/* =========================================
   PLACEHOLDER STYLE – CONTACT + QUOTATION
========================================= */

.contact-form-modern input::placeholder,
.contact-form-modern textarea::placeholder,
.quotation-form input::placeholder,
.quotation-form textarea::placeholder {

  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(255,255,255,0.45); /* Important for dark form */
}


/* Focus fade effect */

.contact-form-modern input:focus::placeholder,
.contact-form-modern textarea:focus::placeholder,
.quotation-form input:focus::placeholder,
.quotation-form textarea:focus::placeholder {

  opacity: 0.3;
  transition: opacity 0.3s ease;

  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* ===============================================
   CLEAN PROFESSIONAL FAQ
================================================ */

.faq-clean-section {
  background: #ffffff;
  padding: 80px 0 70px;
}

/* HEADER */

.faq-clean-header {
  
  margin: 0 auto 60px;
}

.faq-badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c9a44a;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.faq-clean-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.faq-clean-header p {
  color: rgba(0,0,0,0.65);
  line-height: 1.8;
}

/* GRID */

.faq-clean-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

/* ITEM BOX */

.faq-clean-item {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 16px;
  padding: 22px 24px;
  transition: 0.3s ease;
  background: #fff;
}

.faq-clean-item:hover {
box-shadow: 0px 10px 30px rgba(201, 164, 74, 0.1);

}

/* QUESTION */

/* QUESTION ROW */

.faq-clean-question {
  display: flex;
  align-items: center;   /* Center by default */
  gap: 18px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Remove top margin from heading */
.faq-clean-text h4 {

  font-size: 14px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  margin: 0;   /* IMPORTANT */

  line-height: 1.4;
}

/* ICON */

.faq-clean-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(201,164,74,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a44a;
  font-size: 18px;
  flex-shrink: 0;
  transition: 0.3s ease;
}


/* TOGGLE */

.faq-clean-toggle {
  margin-left: auto;
  font-size: 20px;
  color: #c9a44a;
  transition: 0.3s ease;
}

.faq-clean-toggle::before {
  content: "+";
}

/* ANSWER */

.faq-clean-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, margin-top 0.35s ease;
}

.faq-clean-answer p {
  margin: 0;
  margin-left: 60px; /* aligns under text, not icon */
  margin-top: 18px;
  font-size: 14px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  line-height: 1.8;
  color: rgba(0,0,0,0.6);
}

/* ACTIVE */

.faq-clean-item.active {
  border-color: #c9a44a;
}

.faq-clean-item.active .faq-clean-icon {
  background: linear-gradient(135deg,#AF7100,#E4B747);
  color: #111;
}

.faq-clean-item.active .faq-clean-toggle::before {
  content: "–";
}

.faq-clean-item.active .faq-clean-answer {
  max-height: 300px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .faq-clean-grid {
    grid-template-columns: 1fr;
  }
}


/* Divider between question and answer */

.faq-clean-item.active .faq-clean-answer {
  max-height: 300px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(201, 164, 74, 0.15);
}


/* =========================================================
   GET QUOTATION SECTION
========================================================= */

.quotation-section {
  background: #0f0f0f;
padding-top: 75px;
padding-bottom: 75px;
  color: #ffffff;
}

/* LEFT SIDE */

.quotation-badge {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a44a;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.quotation-left h2 {
  font-size: 34px;
  margin-bottom: 18px;
  font-weight: 600;
}

.quotation-left p {
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 25px;
}

/* BULLET POINTS */

.quotation-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}

.q-point {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.04);
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(201,164,74,0.15);
  font-size: 13.5px;
  color: rgba(255,255,255,0.85);
  transition: 0.3s ease;

    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.q-point i {
  font-size: 14px;
  color: #c9a44a;
}

.q-point:hover {
  background: rgba(201,164,74,0.08);
  transform: translateY(-2px);
}

/* COIN IMAGE STACK */

.quotation-coins {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.coin {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #0f0f0f;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  transition: 0.3s ease;
}

.coin:not(:first-child) {
  margin-left: -18px;
}

.coin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coin:hover {
  transform: translateY(-4px);
  z-index: 5;
}

/* RIGHT FORM */

.quotation-form-wrapper {
  background: #151515;
  padding: 35px 38px;
  border-radius: 18px;
  border: 1px solid rgba(201,164,74,0.1);
}

.form-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.quotation-form label {
    font-size: 13px;
      font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: rgba(255,255,255,0.75);
}

.quotation-form .form-group {
  margin-bottom: 12px;
}

.quotation-form input,
.quotation-form textarea,
.quotation-form select {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #111;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  outline: none;
  transition: 0.3s ease;
}

/* Remove default browser styling */
.quotation-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #111;
  color: #fff;
}

/* Fix selected state */
.quotation-form select:focus,
.quotation-form select:active {
  background-color: #111;
  color: #fff;
}

/* Option background fix */
.quotation-form select option {
  background: #111;
  color: #fff;
}

.quotation-form input:focus,
.quotation-form textarea:focus {
  border: 1px solid rgba(255,255,255,0.2);
}

.quotation-form textarea {
  resize: none;
  height: 100px;
}

/* RESPONSIVE */

@media (max-width: 992px) {

  .quotation-left {
    margin-bottom: 50px;
  }

  .quotation-points {
    grid-template-columns: 1fr;
  }

}


/* Submit Button Alignment */

.quotation-submit {
  margin-top: 10px;
}

/* Option 1 – Left aligned (recommended for forms) */

.quotation-submit .peejay-cta-btn {
  width: auto;
  display: inline-block;
}

/* Optional hover refinement */

.quotation-submit .peejay-cta-btn:hover {
  transform: translateY(-2px);
}


  .text-adjust-01
{
  text-align: left !important;
  
}


@media(max-width: 992px)
{
    .text-adjust-01
{
  text-align: center !important;
  display: block;
  max-width: 100%;

}

}

.design-ribbon {
  background: #0f0f0f;
  border-top: 1px solid rgba(255,255,255,0.08);
 padding-top: 20px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 20px;
  text-align: center;
  position: relative;
  top: 50px;
}

.design-ribbon p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.65);
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.design-ribbon a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.design-ribbon a:hover {
  color: #c9a44a; /* premium gold touch */
}

a
{
  text-decoration: none !important;
  
}


/* Mobile Only */
@media (max-width: 767px) {

    .csv-btn {
        width: 100%;
    }

    #fromDate,
    #toDate {
        width: 100% !important;
    }

}







