@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* =============================================
   GANESH POLYCHEM LIMITED — PREMIUM DESIGN SYSTEM
   Version 3.0 | Manrope | #2E8B07 Accent
   ============================================= */

:root {
  --c-accent:       #2E8B07;
  --c-accent-d:     #236d05;
  --c-accent-bg:    #f0faea;

  --c-dark:         #111827;
  --c-dark-2:       #1f2937;
  --c-mid:          #374151;
  --c-body:         #4b5563;
  --c-muted:        #9ca3af;

  --c-bg:           #ffffff;
  --c-bg-alt:       #f9fafb;
  --c-bg-alt2:      #f3f4f6;
  --c-border:       #e5e7eb;
  --c-border-d:     #d1d5db;

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;

  --sh-xs: 0 1px 4px rgba(17,24,39,.05);
  --sh-sm: 0 2px 10px rgba(17,24,39,.07);
  --sh-md: 0 6px 24px rgba(17,24,39,.09);
  --sh-lg: 0 16px 48px rgba(17,24,39,.12);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --dur: 220ms;
}

/* =============================================
   WHY GPL — Feature list rows
   ============================================= */
.why-features { display: flex; flex-direction: column; gap: 0; }
.why-feature-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-border);
}
.why-feature-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: var(--r-sm);
  background: var(--c-accent-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.why-feature-icon i { color: var(--c-accent); font-size: 14px; }
.why-feature-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 4px;
}
.why-feature-body {
  font-size: 13.5px;
  color: var(--c-body);
  line-height: 1.55;
}

/* =============================================
   CERTIFICATION CARDS
   ============================================= */
.cert-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 20px 14px 16px;
  text-align: center;
  transition: all var(--dur) var(--ease);
}
.cert-card:hover {
  box-shadow: var(--sh-sm);
  border-color: var(--c-accent);
  transform: translateY(-2px);
}
.cert-card img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 12px;
  display: block;
}
.cert-card__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--c-mid);
  line-height: 1.3;
}

/* =============================================
   MARQUEE — Large logo variant (no border)
   ============================================= */
.gpl-marquee-item--lg {
  padding: 0 40px;
  height: 100px;
  border-right: none;
}
.gpl-marquee-item--lg img {
  max-height: 56px;
  max-width: 160px;
  filter: grayscale(60%) opacity(0.75);
  transition: filter 300ms var(--ease);
}
.gpl-marquee-item--lg:hover img { filter: grayscale(0%) opacity(1); }



*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--c-body);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: var(--c-accent); transition: color var(--dur) var(--ease); }
a:hover { color: var(--c-accent-d); }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: var(--c-dark);
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* =============================================
   PRELOADER
   ============================================= */
.se-pre-con {
  position: fixed; inset: 0; z-index: 999999;
  background: #fff url(../img/preloader.gif) center/48px no-repeat;
}

/* =============================================
   TOPBAR
   ============================================= */
.gpl-topbar {
  background: var(--c-dark);
  padding: 9px 0;
  font-size: 13px;
  font-weight: 500;
}
.gpl-topbar a {
  color: #9ca3af;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color var(--dur) var(--ease);
}
.gpl-topbar a:hover { color: #ffffff; }
.gpl-topbar i { color: var(--c-accent); font-size: 12px; }
.gpl-topbar .divider { width: 1px; height: 16px; background: #374151; }

/* =============================================
   NAVIGATION
   ============================================= */
/* =============================================
   NAVIGATION & FROSTED NAVBAR
   ============================================= */
.main-navbar,
.gpl-navbar {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.8) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.gpl-navbar.is-sticky,
.main-header.fixed-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1050;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(17,24,39,0.08);
}
.gpl-navbar .navbar-brand img {
  height: 46px;
  width: auto;
  object-fit: contain;
}
.gpl-navbar .nav-link {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--c-dark) !important;
  padding: 24px 16px !important;
  position: relative;
  transition: color var(--dur) var(--ease);
}
.gpl-navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 16px; right: 16px;
  height: 2.5px;
  background: var(--c-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur) var(--ease);
}
.gpl-navbar .nav-link:hover,
.gpl-navbar .nav-link.active {
  color: var(--c-accent) !important;
}
.gpl-navbar .nav-link:hover::after,
.gpl-navbar .nav-link.active::after {
  transform: scaleX(1);
}

/* =============================================
   ULTRA-PREMIUM MEGA MENU
   ============================================= */
.gpl-navbar .nav-item.dropdown {
  position: relative;
}
.gpl-navbar .dropdown-menu {
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.12);
  padding: 8px 0;
  min-width: 240px;
  font-size: 14px;
  background: #ffffff;
}

/* Centered Mega Menu Box */
.gpl-mega-menu {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 760px;
  max-width: 95vw;
  padding: 26px 30px;
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.16);
  background: #ffffff;
  margin-top: 6px !important;
}
@media (max-width: 991px) {
  .gpl-mega-menu {
    position: static !important;
    transform: none !important;
    left: 0 !important;
    width: 100% !important;
    padding: 20px;
  }
}

.gpl-mega-header {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--c-accent);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid var(--c-accent-bg);
  display: flex;
  align-items: center;
  gap: 8px;
}

.gpl-mega-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--c-dark);
  text-decoration: none;
  transition: all 220ms ease;
  margin-bottom: 4px;
  background: transparent;
}
.gpl-mega-item:hover {
  background: var(--c-accent-bg);
  transform: translateX(4px);
}
.gpl-mega-item:hover .gpl-mega-icon {
  background: var(--c-accent);
  color: #ffffff;
  transform: scale(1.05);
}
.gpl-mega-item:hover .gpl-mega-title {
  color: var(--c-accent);
}

.gpl-mega-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 8px;
  background: rgba(46,139,7,0.1);
  color: var(--c-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 220ms ease;
}
.gpl-mega-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 2px;
  transition: color 220ms ease;
}
.gpl-mega-desc {
  font-size: 12.5px;
  color: var(--c-body);
  line-height: 1.4;
}

/* Mega Menu Spotlight Card (Right Column Accent) */
.gpl-mega-spotlight {
  background: linear-gradient(145deg, #111827 0%, #1f2937 100%);
  border-radius: 12px;
  padding: 22px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.2);
}
.gpl-mega-spotlight-badge {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.15);
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.gpl-mega-spotlight h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.35;
}
.gpl-mega-spotlight p {
  color: rgba(255,255,255,0.7);
  font-size: 12.5px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.gpl-mega-spotlight-link {
  font-size: 13px;
  font-weight: 700;
  color: #4ade80;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: gap 200ms ease;
}
.gpl-mega-spotlight-link:hover {
  color: #ffffff;
  gap: 10px;
}

/* =============================================
   CIRCULAR TEAM & CSR AVATARS
   ============================================= */
.gpl-team-card-circular {
  background: #ffffff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 36px 24px 30px;
  text-align: center;
  transition: all 250ms ease;
  height: 100%;
  box-shadow: 0 4px 16px rgba(17,24,39,0.04);
}
.gpl-team-card-circular:hover {
  box-shadow: 0 12px 36px rgba(17,24,39,0.1);
  border-color: var(--c-accent);
  transform: translateY(-4px);
}
.gpl-team-avatar-wrap {
  width: 175px;
  height: 175px;
  margin: 0 auto 22px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, #2E8B07, #86efac);
  box-shadow: 0 10px 25px rgba(46,139,7,0.2);
  overflow: hidden;
}
.gpl-team-avatar-wrap img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: top !important;
  border: 4px solid #ffffff !important;
  background: #ffffff;
}
.gpl-team-card-circular .gpl-team-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-dark);
  margin-bottom: 6px;
}
.gpl-team-card-circular .gpl-team-role {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-body);
  line-height: 1.45;
}
.gpl-team-card-circular .gpl-team-badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--c-accent);
  background: var(--c-accent-bg);
  padding: 4px 16px;
  border-radius: 50px;
  margin-top: 12px;
}

/* =============================================
   RELIABLE CLIENT LOGO SLIDER (6 LOGOS ROW, 5s STEP, 0 PADDING, 0 BORDER)
   ============================================= */
.gpl-clients-slider-box {
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
  position: relative;
  background: #ffffff;
}
.gpl-clients-track {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.gpl-client-logo-card {
  flex: 0 0 calc((100% - (5 * 24px)) / 6);
  min-width: 170px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}
.gpl-client-logo-card img {
  max-height: 90px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: none !important;
  opacity: 0.95;
  transition: transform 250ms ease, opacity 250ms ease;
}
.gpl-client-logo-card:hover img {
  transform: scale(1.08);
  opacity: 1;
}

@media (max-width: 991px) {
  .gpl-client-logo-card { flex: 0 0 calc((100% - (3 * 20px)) / 4); min-width: 130px; }
}
@media (max-width: 575px) {
  .gpl-client-logo-card { flex: 0 0 calc((100% - 16px) / 2); min-width: 110px; }
}

.gpl-client-card {
  background: #ffffff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all var(--dur) var(--ease);
}
.gpl-client-card img {
  max-height: 105px;
  max-width: 95%;
  width: auto;
  object-fit: contain;
  filter: none !important;
  opacity: 0.95;
  transition: transform var(--dur) var(--ease);
}
.gpl-client-card:hover {
  box-shadow: var(--sh-md);
  border-color: var(--c-accent);
  transform: translateY(-3px);
}
.gpl-client-card:hover img {
  transform: scale(1.06);
}

.navbar-toggler { border: 1px solid var(--c-border); border-radius: var(--r-sm); padding: 6px 10px; }
.navbar-toggler:focus { box-shadow: none; }

/* =============================================
   BUTTONS
   ============================================= */
.btn-gpl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 10px 22px;
  border-radius: var(--r-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
  white-space: nowrap;
  text-decoration: none;
}

/* solid green */
.btn-gpl-primary {
  background: var(--c-accent);
  color: #fff;
  border-color: var(--c-accent);
}
.btn-gpl-primary:hover {
  background: var(--c-accent-d);
  border-color: var(--c-accent-d);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(46,139,7,.3);
}

/* outlined */
.btn-gpl-outline {
  background: transparent;
  color: var(--c-dark);
  border-color: var(--c-border-d);
}
.btn-gpl-outline:hover {
  background: var(--c-dark);
  color: #fff;
  border-color: var(--c-dark);
  transform: translateY(-1px);
}

/* dark */
.btn-gpl-dark {
  background: var(--c-dark);
  color: #fff;
  border-color: var(--c-dark);
}
.btn-gpl-dark:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
  transform: translateY(-1px);
}

/* ghost (footer / on dark bg) */
.btn-gpl-ghost {
  background: transparent;
  color: rgba(255,255,255,0.75);
  border-color: rgba(255,255,255,0.25);
  font-size: 13px;
  padding: 8px 18px;
}
.btn-gpl-ghost:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

/* Backward compat */
.btn2 { @extend .btn-gpl; }

/* =============================================
   HERO / BANNER
   ============================================= */
.gpl-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.gpl-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transform: scale(1.04);
  transition: transform 8s ease-out;
}
.gpl-hero__bg.loaded { transform: scale(1); }
.gpl-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(17,24,39,0.85) 40%, rgba(17,24,39,0.5) 100%);
}
.gpl-hero__content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  max-width: 620px;
}
.gpl-hero__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-accent);
  background: rgba(46,139,7,0.15);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.gpl-hero__title {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.gpl-hero__subtitle {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 28px;
}
.gpl-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* =============================================
   BREADCRUMB BANNER (inner pages)
   ============================================= */
.breadcrum-sec {
  padding: 52px 0 42px;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(105deg, rgba(17,24,39,0.88) 0%, rgba(17,24,39,0.7) 100%),
                    url(assets/img/inner-pgs-banner.jpg);
}
.breadcrum-sec h1 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.breadcrumb { margin: 0 !important; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }
.breadcrumb-item a { color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 500; }
.breadcrumb-item a:hover { color: #fff; }
.breadcrumb-item.active { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; }

/* =============================================
   STAT BAR / KPI ROW
   ============================================= */
.gpl-stat-bar {
  background: var(--c-bg-alt);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  padding: 0;
}
.gpl-stat-item {
  padding: 22px 24px;
  text-align: center;
  border-right: 1px solid var(--c-border);
}
.gpl-stat-item:last-child { border-right: none; }
.gpl-stat-item__num {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-dark);
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.gpl-stat-item__num span { color: var(--c-accent); }
.gpl-stat-item__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-muted);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* =============================================
   SECTION LABEL / TITLE
   ============================================= */
.sec-label {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 10px;
}
.sec-title { margin-bottom: 36px; }
.sec-title h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--c-dark);
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.sec-title h2.light { color: #fff; }
.sec-title p {
  margin-top: 10px;
  font-size: 15px;
  color: var(--c-body);
  max-width: 560px;
}
.sec-title.centered { text-align: center; }
.sec-title.centered p { margin-left: auto; margin-right: auto; }

/* Legacy .sec-title compatibility */
.sec-title .title {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 10px;
}
.sec-title.light .title { color: rgba(255,255,255,0.85); }
.sec-title.light h2 { color: #fff; }

/* =============================================
   CARDS
   ============================================= */
.gpl-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.gpl-card:hover {
  box-shadow: var(--sh-md);
  border-color: var(--c-border-d);
  transform: translateY(-2px);
}

/* Product card */
.gpl-product-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all var(--dur) var(--ease);
}
.gpl-product-card:hover {
  box-shadow: var(--sh-md);
  border-color: var(--c-accent);
  transform: translateY(-3px);
}
.gpl-product-card__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 400ms var(--ease);
}
.gpl-product-card:hover .gpl-product-card__img { transform: scale(1.04); }
.gpl-product-card__body {
  padding: 18px 20px 20px;
  border-top: 1px solid var(--c-border);
}
.gpl-product-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 6px;
}
.gpl-product-card__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap var(--dur) var(--ease), color var(--dur) var(--ease);
}
.gpl-product-card:hover .gpl-product-card__link { gap: 8px; }

/* Team card */
.gpl-team-card {
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #fff;
  transition: all var(--dur) var(--ease);
  text-align: center;
}
.gpl-team-card:hover {
  box-shadow: var(--sh-md);
  border-color: var(--c-accent);
  transform: translateY(-2px);
}
.gpl-team-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.gpl-team-card__info {
  padding: 16px 16px 20px;
  border-top: 2px solid var(--c-accent);
}
.gpl-team-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 4px;
}
.gpl-team-card__role {
  font-size: 12.5px;
  color: var(--c-muted);
  font-weight: 500;
  line-height: 1.4;
}

/* Client logo card */
.gpl-client-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transition: all var(--dur) var(--ease);
}
.gpl-client-card img {
  max-height: 44px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: filter var(--dur) var(--ease);
}
.gpl-client-card:hover {
  box-shadow: var(--sh-sm);
  border-color: var(--c-border-d);
}
.gpl-client-card:hover img { filter: grayscale(0%) opacity(1); }

/* Investor / info card */
.gpl-info-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 24px;
  transition: all var(--dur) var(--ease);
}
.gpl-info-card:hover {
  box-shadow: var(--sh-sm);
  border-color: var(--c-border-d);
}
.gpl-info-card__icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r-sm);
  background: var(--c-accent-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.gpl-info-card__icon i { color: var(--c-accent); font-size: 16px; }
.gpl-info-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 8px;
}
.gpl-info-card__body {
  font-size: 14px;
  color: var(--c-body);
  line-height: 1.6;
}

/* =============================================
   CONTACT DETAILS PANEL
   ============================================= */
.gpl-contact-panel {
  background: var(--c-dark);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  color: rgba(255,255,255,0.8);
}
.gpl-contact-panel h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.gpl-contact-panel p { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 24px; }
.gpl-contact-row {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.gpl-contact-row__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: var(--r-sm);
  background: rgba(46,139,7,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpl-contact-row__icon i { color: var(--c-accent); font-size: 14px; }
.gpl-contact-row h6 {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}
.gpl-contact-row p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin: 0;
  line-height: 1.5;
}
.gpl-contact-row a { color: rgba(255,255,255,0.85); }
.gpl-contact-row a:hover { color: #fff; }
.gpl-social-row { display: flex; gap: 8px; margin-top: 24px; }
.gpl-social-btn {
  width: 34px;
  height: 34px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  transition: all var(--dur) var(--ease);
}
.gpl-social-btn:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
}

/* =============================================
   FORMS
   ============================================= */
.gpl-form .form-control,
.gpl-form .form-select {
  border: 1px solid var(--c-border);
  border-radius: var(--r-sm);
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: var(--c-dark);
  padding: 11px 14px;
  background: #fff;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  height: auto;
}
.gpl-form .form-control:focus,
.gpl-form .form-select:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(46,139,7,.1);
  outline: none;
}
.gpl-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-mid);
  margin-bottom: 6px;
  display: block;
}
.gpl-form .form-floating label { font-size: 14px; font-weight: 400; color: var(--c-muted); }
.gpl-form .input-group-text {
  border: 1px solid var(--c-border);
  background: var(--c-bg-alt);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-dark);
  letter-spacing: 1px;
  border-radius: var(--r-sm) 0 0 var(--r-sm);
  padding: 0 14px;
}
.gpl-form .form-check-input:checked { background-color: var(--c-accent); border-color: var(--c-accent); }
.gpl-form .form-check-label { font-size: 14px; font-weight: 500; }

/* =============================================
   PDF CONTAINER
   ============================================= */
.pdf-row { display: flex; flex-wrap: wrap; gap: 20px; }
.pdf-container {
  flex: 1 1 calc(50% - 10px);
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 20px;
  transition: all var(--dur) var(--ease);
}
.pdf-container:hover {
  box-shadow: var(--sh-sm);
  border-color: var(--c-border-d);
}
.pdf-container h2 {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 14px;
  text-align: center;
}
.pdf-container embed {
  width: 100%;
  height: 360px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-sm);
}

/* =============================================
   ACCORDION (Why GPL)
   ============================================= */
.gpl-accordion .accordion-item {
  border: 1px solid var(--c-border);
  border-radius: var(--r-sm) !important;
  margin-bottom: 8px;
  overflow: hidden;
}
.gpl-accordion .accordion-button {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-dark);
  background: #fff;
  padding: 14px 18px;
  box-shadow: none !important;
}
.gpl-accordion .accordion-button:not(.collapsed) {
  background: var(--c-accent);
  color: #fff;
}
.gpl-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.gpl-accordion .accordion-body {
  background: var(--c-bg-alt);
  font-size: 14px;
  color: var(--c-body);
  padding: 14px 18px;
  border-top: 1px solid var(--c-border);
  line-height: 1.6;
}

/* =============================================
   LIST STYLE
   ============================================= */
.list-style1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-style1 li {
  padding: 6px 0 6px 26px;
  position: relative;
  font-size: 14.5px;
  color: var(--c-body);
  line-height: 1.5;
}
.list-style1 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent);
}

/* =============================================
   CLIENT MARQUEE (logo scroller)
   ============================================= */
.gpl-marquee-wrapper {
  overflow: hidden;
  padding: 4px 0;
  position: relative;
}
.gpl-marquee-wrapper::before,
.gpl-marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
}
.gpl-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--c-bg-alt) 0%, transparent 100%);
}
.gpl-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--c-bg-alt) 0%, transparent 100%);
}
.gpl-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.gpl-marquee-track:hover { animation-play-state: paused; }
.gpl-marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  height: 80px;
  flex-shrink: 0;
  border-right: 1px solid var(--c-border);
}
.gpl-marquee-item img {
  max-height: 38px;
  max-width: 120px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.55);
  transition: filter 300ms var(--ease);
}
.gpl-marquee-item:hover img { filter: grayscale(0%) opacity(1); }

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =============================================
   SECTION DIVIDERS / BACKGROUNDS
   ============================================= */
.bg-alt { background: var(--c-bg-alt); }
.bg-alt2 { background: var(--c-bg-alt2); }
.bg-dark-gpl { background: var(--c-dark); }

/* =============================================
   CTA BAND
   ============================================= */
.gpl-cta-band {
  background: var(--c-dark);
  padding: 36px 0;
}
.gpl-cta-band h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.gpl-cta-band p { font-size: 14px; color: rgba(255,255,255,0.6); margin: 0; }

/* =============================================
   FOOTER
   ============================================= */
.gpl-footer {
  background: var(--c-dark);
  padding-top: 56px;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
}
.gpl-footer__logo { max-height: 42px; margin-bottom: 18px; }
.gpl-footer__desc { color: rgba(255,255,255,0.55); font-size: 13.5px; line-height: 1.65; margin-bottom: 20px; }
.gpl-footer h5 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gpl-footer ul { list-style: none; padding: 0; margin: 0; }
.gpl-footer ul li { margin-bottom: 10px; }
.gpl-footer ul li a {
  color: rgba(255,255,255,0.55);
  font-size: 13.5px;
  font-weight: 500;
  transition: all var(--dur) var(--ease);
}
.gpl-footer ul li a:hover { color: #fff; padding-left: 4px; }
.gpl-footer__address { color: rgba(255,255,255,0.55); font-size: 13.5px; line-height: 1.65; }
.gpl-footer__address a { color: var(--c-accent); }
.gpl-footer__address a:hover { color: #4ade80; }
.gpl-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 18px 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.gpl-footer__copy { font-size: 12.5px; color: rgba(255,255,255,0.35); font-weight: 500; }
.gpl-social { display: flex; gap: 8px; }
.gpl-social a {
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  transition: all var(--dur) var(--ease);
}
.gpl-social a:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
}

/* =============================================
   SCROLL TO TOP
   ============================================= */
.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: var(--c-dark);
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-sm);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all var(--dur) var(--ease);
}
.scroll-top.open { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background: var(--c-accent); border-color: var(--c-accent); color: #fff; }

/* =============================================
   VISION / MISSION SPLIT SECTION
   ============================================= */
.gpl-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  overflow: hidden;
}
.gpl-split__img {
  background-size: cover;
  background-position: center;
  min-height: 340px;
}
.gpl-split__content {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .gpl-split {
    grid-template-columns: 1fr;
  }
  .gpl-split__img { min-height: 240px; }
  .gpl-split__content { padding: 36px 24px; }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991px) {
  .gpl-hero__title { font-size: 30px; }
  .sec-title h2 { font-size: 22px; }
  .gpl-stat-item { border-right: none; border-bottom: 1px solid var(--c-border); }
  .pdf-container { flex: 1 1 100%; }
}
@media (max-width: 767px) {
  .gpl-hero { min-height: 420px; }
  .gpl-hero__title { font-size: 26px; }
  .gpl-hero__content { padding: 60px 0; }
  .breadcrum-sec { padding: 36px 0 30px; }
  .breadcrum-sec h1 { font-size: 22px; }
  .gpl-footer__bottom { flex-direction: column; text-align: center; }
}

/* =============================================
   BACKWARD COMPAT — map old classes to new system
   ============================================= */
.bg1 { background: var(--c-dark) !important; }
.bg2 { background: var(--c-accent) !important; }
.bg3 { background: var(--c-dark) !important; }
.text2 { color: var(--c-accent) !important; }
.text4 { color: rgba(255,255,255,0.5) !important; }

.btn1, .btn2, .btn2.blue {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--r-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--dur) var(--ease);
  text-decoration: none;
}
.btn2 {
  background: var(--c-accent);
  color: #fff;
  border-color: var(--c-accent);
}
.btn2:hover {
  background: var(--c-accent-d);
  border-color: var(--c-accent-d);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(46,139,7,.28);
}
.btn2.blue {
  background: var(--c-dark);
  border-color: var(--c-dark);
  color: #fff;
}
.btn2.blue:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
}
.btn2.white {
  background: #fff;
  border-color: var(--c-border-d);
  color: var(--c-dark);
}
.btn2.white:hover {
  background: var(--c-dark);
  border-color: var(--c-dark);
  color: #fff;
}
.btn1 {
  background: transparent;
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.2);
}
.btn1:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
}

/* enq section */
.enq-sec .bg2 {
  border-radius: var(--r-md);
  padding: 28px 32px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.enq-sec h3 { font-size: 18px; font-weight: 700; color: #fff; margin: 0; }

/* products page team compat */
.team-sec { display: block; }
.team-sec .name-box {
  padding: 14px;
  background: var(--c-bg-alt);
  border-top: 2px solid var(--c-accent);
  transition: all var(--dur) var(--ease);
}
.team-sec:hover .name-box { background: var(--c-dark); }
.team-sec:hover .name-box h5 { color: #fff !important; }
.team-sec:hover .name-box .designation, .team-sec:hover .name-box small { color: rgba(255,255,255,0.6) !important; }
.team-sec .name-box h5 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.team-sec .name-box small { font-size: 12px; color: var(--c-muted); line-height: 1.4; display: block; }

/* contact detail compat */
.contact-details .bg2 {
  border-radius: var(--r-lg);
  padding: 32px 28px !important;
}
.contact-details .bg2 h3 { font-size: 17px; color: #fff; font-weight: 700; margin-bottom: 6px; }
.contact-details .bg2 p { font-size: 13.5px; color: rgba(255,255,255,0.65); }
.contact-details .bg2 h5 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.75); margin-bottom: 2px; }
.contact-details .bg2 .d-flex i { color: var(--c-accent); font-size: 15px; margin-top: 2px; }
.contact-details .bg2 .d-flex { margin-bottom: 18px; }
.contact-list { margin-top: 20px !important; }
.contact-list li a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--r-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  transition: all var(--dur) var(--ease);
}
.contact-list li a:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
}

/* Main Slider / Hero overrides */
.main-slider { position: relative; }
.main-slider h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: 'Manrope', sans-serif;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.rev_slider_wrapper { position: relative; }
.main-slider .border-layer {
  width: 160px; height: 160px;
  border: 6px solid rgba(46,139,7,0.7);
  border-right: none;
  border-bottom: none;
}

/* Why Choose Us section */
.why-choose-us {
  background: var(--c-bg-alt);
  padding: 72px 0;
}
.why-choose-us .img-block {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Products section bg */
.products-sec {
  background-size: cover;
  background-position: center;
  padding: 72px 0;
}
.products-sec .img-sec {
  overflow: hidden;
  position: relative;
  border-radius: var(--r-md) var(--r-md) 0 0;
}
.products-sec .img-sec img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 400ms var(--ease);
}
.products-sec .col-md-4:hover .img-sec img { transform: scale(1.04); }
.products-sec a.d-block {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  overflow: hidden;
  padding: 0 !important;
  transition: all var(--dur) var(--ease);
}
.products-sec a.d-block:hover {
  box-shadow: var(--sh-md);
  border-color: var(--c-accent);
  transform: translateY(-2px);
}
.products-sec a.d-block h5 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--c-dark);
  margin: 14px 16px 4px;
}
.products-sec a.d-block span.text2 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--c-accent) !important;
  margin: 0 16px 16px;
  text-transform: none;
  letter-spacing: 0;
}

/* About image */
.about-img {
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  height: 360px;
  object-fit: cover;
}

/* Vision mission */
.vision-mission-sec { position: relative; }
.vision-mission-sec .img-sec { height: 100%; }
.vision-mission-sec .list-style1 li { font-size: 14px; }

/* navbar compat */
.main-navbar { transition: box-shadow var(--dur) var(--ease); }
.main-header.fixed-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1050;
  box-shadow: var(--sh-md);
}
#navbarsExample09 li { padding: 22px 0; margin-right: 20px; }
#navbarsExample09 li > a {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-mid);
  transition: color var(--dur) var(--ease);
  padding: 0;
}
#navbarsExample09 li > a:hover,
#navbarsExample09 li > a.active { color: var(--c-accent) !important; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 6px 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li { border-bottom: 1px solid var(--c-border); }
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child { border-bottom: none; }
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--c-mid) !important;
  padding: 9px 18px !important;
  transition: all var(--dur) var(--ease);
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover > a {
  color: var(--c-accent) !important;
  background: var(--c-accent-bg) !important;
  padding-left: 22px !important;
}

/* client section on index */
.client-sec img { margin: auto; }

/* Sustainability page */
.sustainability-table th, .sustainability-table td {
  font-size: 13.5px;
  padding: 10px 14px;
  border-color: var(--c-border);
}
.sustainability-table thead th {
  background: var(--c-dark);
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  border-color: rgba(255,255,255,0.1);
}

/* misc spacing helpers */
.py-section { padding-top: 72px; padding-bottom: 72px; }
.mb-section { margin-bottom: 72px; }