@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
  --color-primary: #1f3a5f;
  --color-secondary: #ffc567;
  --color-body: #f3f8ff;
  /*   --color-primary: #03363D;
  --color-secondary: #9fe870; */
  --color-light: #ffffff;
  --color-border-light: #e5e5e5;
  --color-dark: #5E6573;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
}

::selection {
  color: var(--color-primary);
  background: var(--color-secondary);
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none;
  color: var(--color-primary);
}

a:hover {
  text-decoration: none;
}

a,
a:hover,
button,
header {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  padding: 0;
  margin: 0;
  border: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: normal;
}

html {
  width: 100%;
  margin: 0 !important;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--color-body);
  color: var(--color-primary);
  font-weight: normal;
  line-height: normal;
}

body,
html {
  overflow-x: hidden;
}

body,
html,
ul {
  font-family: "Manrope", sans-serif !important;
}

.section-padding-y {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-padding-t {
  padding-top: 120px;
}

.section-padding-b {
  padding-bottom: 120px;
}

.scroll-top-arrow {
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 8px;
  display: none;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  border: 2px solid #fff;
}

.scroll-top-arrow:hover {
  background-color: var(--color-secondary);
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.button {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 6px 6px 28px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}

.button .button-icon {
  width: 42px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--color-secondary);
  color: #122238;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-light);
}

.btn-primary:hover .button-icon {
  background: var(--color-light);
}

.btn-secondary {
  background-color: var(--color-light);
  color: var(--color-primary);
}

.btn-secondary:hover .button-icon {
  background: var(--color-primary);
  color: var(--color-light);
}

.hero-banner {
  position: relative;
}

.hero-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #122238 -1.04%, #12223800 100%);
  z-index: 2;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  color: #fff;
}

.hero-content-info {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-left: 44px;
  margin-bottom: 16px;
  display: inline-block;
  align-items: center;
}

.section-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 20px;
}

.section-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.section-title.centered {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-description.centered {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-description {
  font-size: 18px;
  line-height: 1.5;
  color: #5e6573;
}

.text-gray {
  color: #5e6573;
}

.hero-content-info .hero-title {
  font-size: 86px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: -0.03em;
}

.site-content {
  padding-top: 94px;
}

.company-intro-wrapper {
  display: flex;
  background: var(--color-light);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}

.company-content {
  flex: 1;
  padding: 40px;
}

.company-images {
  width: 50%;
  background: url(../images/about-bg.png) no-repeat;
  background-size: cover;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
}

.company-images img {
  object-fit: cover;
  width: 70%;
  margin-left: auto;
}

.highlights-text ul {
  margin: 20px 0;
}

.highlights-text ul li {
  margin-bottom: 8px;
  padding-left: 26px;
  background: url(../images/check-circle-blue.svg) no-repeat;
  background-size: 20px;
  background-position: left top;
  font-size: 16px;
  font-weight: 600;
}

.why-choose {
  padding: 100px 0;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-card {
  padding: 24px;
  border-radius: 20px;
  transition: 0.3s;
  background: #fff;
  height: 100%;
}

.why-card-icon {
  width: 80px;
  aspect-ratio: 1;
  background: var(--color-primary);
  color: var(--color-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex: none;
}

.why-card-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.cardTitle {
  font-size: 24px;
  font-weight: 700;
  flex: 1;
}

.cardTitleSmall {
  font-size: 20px;
  font-weight: 600;
}

.cardTitleSmalllg {
  font-size: 18px;
  font-weight: 600;
}

.service-product-card-main {
  border-radius: 20px;
  border: 1px solid var(--color-border-light);
  padding: 10px;
}

.service-product-card {
  border-radius: 10px;
  transition: 0.3s;
  background: color-mix(in srgb, var(--color-border-light) 30%, transparent);
  height: 100%;
  overflow: hidden;
}

.service-product-card .service-product-image {
  overflow: hidden;
}

.service-product-card:hover .service-product-image img {
  transform: scale(1.1);
}

.service-product-card .service-product-content {
  padding: 0px 24px 24px 24px;
  position: relative;
}

.service-product-card .service-product-content li {
  font-weight: normal;
}

.service-product-content .service-product-icon {
  width: 80px;
  aspect-ratio: 1;
  background: var(--color-primary);
  color: var(--color-light);
  border-radius: 50%;
  border: 3px solid var(--color-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-top: -40px;
}

.service-product-content .service-product-icon-sm {
  font-size: 24px;
  margin-top: -30px;
  width: 60px;
}

.learn-more {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.manufacturing-process {
  height: 100%;
  background: var(--color-primary);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.manufacturing-process img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  flex: 1;
}

.manufacturing-process .process-content {
  padding: 16px;
  color: var(--color-light);
}

.manufacturing-process .process-content p {
  opacity: 80%;
}

.capability-card {
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  background: var(--color-light);
  border: 1px solid var(--color-border-light);
}

.capability-card i {
  font-size: 36px;
  color: var(--color-primary);
}

.capability-description p {
  margin: 0px;
}


.light-icon-circle {
  width: 80px;
  aspect-ratio: 1;
  background: var(--color-body);
  color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex: none;
}


.certificate-card {
  border: 1px solid var(--color-border-light);
  border-radius: 16px;
  padding: 24px;
  transition: 0.3s;
  background: #fff;
  overflow: hidden;
}

.certificate-card .certificate-image {
  overflow: hidden;
  border-radius: 16px;
}

.product-category {
  font-size: 14px;
}


.client-logo-card {
  padding: 24px;
  border-radius: 8px;
  background: var(--color-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo-card img {
  max-height: 100px;
}

.cta-wrapper {
  text-align: center;
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 60px;
  color: var(--color-light);
}

.cta-wrapper .section-subtitle::before,
.hero-content-info .section-subtitle::before,
.section-subtitle.text-white::before {
  background: var(--color-light);
}

.leadership-team-image {
  border-radius: 16px;
  overflow: hidden;
}

.journey-timeline {
  margin-top: 60px;
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 112px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
}

.timeline-item {
  position: relative;
  text-align: center;
  padding: 0 12px;
}

.timeline-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color-primary);
  display: block;
  margin: 23px auto;
  position: relative;
  z-index: 2;
}

.timeline-year {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: normal;
}

.timeline-description {
  margin-bottom: 0px;
  color: #5e6573;
}

.mission-card {
  border-right: 1px solid var(--color-border-light);
  padding-right: 8px;
}

[class*="col-"]:last-child .mission-card {
  border-right: 0px;
  padding-right: 0px;
}

.leader-card {
  padding: 16px;
  border-radius: 16px;
  background: var(--color-light);
  transition: all 0.3s ease;
}

.leader-card .leader-image {
  overflow: hidden;
}

.leader-card .leader-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}

.leader-card:hover .leader-image img {
  transform: scale(1.1);
}

.leader-card .leader-content {
  padding-top: 16px;
  text-align: center;
}

.leader-content .section-description {
  position: relative;
}

.leader-content .section-description::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 4px;
  background: var(--color-primary);
  border-radius: 20px;
}

.leader-content .leader-social {
  font-size: 24px;
}

.journey-image {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.manufacturing-process-section {
  background: #fff;
}

.process-wrapper {
  margin-top: 50px;
}

.process-item {
  position: relative;
  padding: 16px;
  border-radius: 16px;
  height: 100%;
  background: var(--color-body);
}

.processSwiper .swiper-slide {
  height: auto;
}

.process-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  margin: 0 0 25px;
  background: var(--color-primary);
  color: var(--color-light);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}

.process-number {
  font-size: 20px;
  font-weight: 500;
}

/* START - Inner Page Banner ========================================================= */
.inner-page-banner {
  position: relative;
  background-image: url(../images/inner-banner-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 0;
}

.inner-page-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgb(from var(--color-primary) r g b / 0.9) 0%,
      rgb(from var(--color-primary) r g b / 0.4) 100%);
  z-index: 1;
}

.breadcrumb {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.breadcrumb a {
  color: var(--color-secondary);
  transition: all 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--color-light);
}

.breadcrumb .current {
  color: var(--color-light);
  opacity: 0.8;
}

.breadcrumb .sep {
  color: rgba(255, 255, 255, 0.5);
}

/* END - Inner Page Banner ========================================================= */

/* Infrastructure Overview Section */
.infrastructure-overview .overview-image img {
  border-radius: 16px;
  min-height: 400px;
}

.infrastructure-overview .pillar-item {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.infrastructure-overview .pillar-item:hover {
  border-color: var(--color-secondary);
}

.infrastructure-overview .pillar-number {
  color: var(--color-primary);
  font-size: 24px;
  min-width: 40px;
}

.infrastructure-overview .pillar-title {
  font-size: 18px;
  color: var(--color-primary);
}

.infrastructure-overview .stat-item {
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}

.infrastructure-overview .stat-item:hover {
  box-shadow: 0 10px 30px rgba(31, 58, 95, 0.2);
}

.infrastructure-overview .stat-number {
  font-size: 36px;
  color: var(--color-secondary);
}

.infrastructure-overview .stat-label {
  font-size: 15px;
  font-weight: 500;
  color: color-mix(in srgb, var(--color-border-light) 75%, transparent);
}

/* START - Service List Card Horizontal Layout ============================================================ */
.service-list-col {
  margin-bottom: 1rem;
}

.service-list-col:last-child {
  margin-bottom: 0px;
}

.service-list-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: var(--color-light);
  border-radius: 0.5rem;
  overflow: hidden;
}

.service-list-card:hover .service-img {
  transform: scale(1.05);
}

.service-list-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.service-list-icon {
  margin-bottom: 1.5rem;
  color: var(--color-primary);
  width: 64px;
  aspect-ratio: 1;
  overflow: hidden;
  clip-path: polygon(0 0,
      calc(100% - 10px) 0,
      100% 10px,
      100% 100%,
      10px 100%,
      0 calc(100% - 10px));
  border-radius: 8px;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-list-icon i {
  font-size: 2.5rem;
}

.service-card-title {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 28px;
}

.service-desc {
  color: #6c757d;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}

.service-features {
  margin-bottom: 1.5rem;
}

.service-features ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 16px;
  padding-left: 20px;
  margin-bottom: 0;
}

.service-features ul li {
  margin-bottom: 0;
  white-space: nowrap;
  list-style: disc;
}

.service-action {
  margin-top: auto;
  padding-top: 1rem;
}

.service-list-image {
  position: relative;
  width: 45%;
  flex: none;
}

.service-image-inner {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 1.5rem;
}

.clipped-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  clip-path: polygon(0 0,
      calc(100% - 100px) 0,
      100% 100px,
      100% 100%,
      100px 100%,
      0 calc(100% - 100px));
  border-radius: 16px;
}

.service-img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  min-height: 300px;
}

/* END - Service List Card Horizontal Layout ============================================================ */

/* START - Blog Details Layout ============================================================ */

.blog-detail-content .wp-block-paragraph {
  color: var(--color-dark);
}

.blog-detail-content .wp-block-heading {
  font-size: 32px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
}

.blog-detail-content .wp-block-list {
  margin: 20px 0;
  padding-left: 0px;
}

.blog-detail-content .wp-block-list li {
  margin-bottom: 8px;
  padding-left: 26px;
  background: url(../images/check-circle-blue.svg) no-repeat;
  background-size: 20px;
  background-position: left top;
  font-size: 16px;
  font-weight: 600;
}

/* END - Blog Details Layout ============================================================ */
.final-cta {
  background-image: url(../images/cta-manufacturing-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-form-label {
  margin-bottom: 4px;
}


/* START - Investor pages ============================================================ */
.custom-investor-tabs {
  border: none;
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent) !important;
  width: fit-content;
  margin: auto;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.custom-investor-tabs .nav-item {
  margin: 0;
}

.custom-investor-tabs .nav-link {
  border: none;
  color: var(--color-primary);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}

.custom-investor-tabs .nav-link:hover {
  background: color-mix(in srgb, var(--color-primary) 8%, transparent);
  color: var(--color-primary);
}

.custom-investor-tabs .nav-link.active {
  background-color: var(--color-primary) !important;
  color: var(--color-secondary) !important;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--color-primary) 20%, transparent);
}

.form-select:focus {
  border-color: var(--color-primary, #e25a29);
  box-shadow: none;
}

/* END - Investor pages ============================================================ */

/* START - Why Choose / Benefits Flat Grid UI ======================================== */
.why-choose-grid-row {
  position: relative;
}

.why-choose-grid-row>div {
  position: relative;
}

/* Vertical borders */
.why-choose-grid-row>div::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e8f0;
  z-index: 1;
}

/* Horizontal borders */
.why-choose-grid-row>div::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e2e8f0;
  z-index: 1;
}


/* Tablet (2 columns) */
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-grid-row>div:nth-child(2n)::after {
    display: none;
  }

  .why-choose-grid-row>div:nth-last-child(-n+2)::before {
    display: none;
  }
}

/* Styling for the why-card inside the flat grid */
.why-choose-grid-row .why-card {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 40px 30px;
  height: 100%;
  transform: none !important;
  transition: none !important;
}

.why-choose-grid-row .why-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* END - Why Choose / Benefits Flat Grid UI ========================================== */
/* Premium Industrial Aesthetic for Industry Cards */
.premium-industry-card {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-industry-img-box img {
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.85;
  filter: grayscale(20%);
  width: 100%;
  height: 100%;
}

.premium-industry-card:hover .premium-industry-img-box img {
  transform: scale(1.05);
  opacity: 1;
  filter: grayscale(0%);
}

.premium-industry-overlay {
  background: linear-gradient(to right, rgba(14, 22, 40, 0.8) 0%, rgba(14, 22, 40, 0) 100%);
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.premium-industry-card:hover .premium-industry-overlay {
  opacity: 0.2;
}

.premium-industry-icon {
  top: 24px;
  left: 24px;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  color: var(--color-light);
  font-size: 22px;
  border-radius: 100px;
  z-index: 2;
}

.premium-industry-info {
  padding: 40px 32px;
}

.premium-industry-title {
  font-size: 24px;
  color: #0E1628;
  letter-spacing: -0.5px;
}

.premium-industry-line {
  width: 40px;
  height: 3px;
  background: var(--color-secondary);
  transition: width 0.4s ease;
}

.premium-industry-card:hover .premium-industry-line {
  width: 80px;
}

.premium-industry-desc {
  opacity: 80%;
}

.premium-industry-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.premium-industry-features ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #0E1628;
  font-weight: 500;
}

.premium-industry-features ul li::before {
  content: '';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 6px;
  background: var(--color-primary);
  min-height: 6px;
  min-width: 6px;
  height: 6px;
  width: 6px;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
}

.premium-industry-btn {
  color: #0E1628;
  font-size: 14px;
  letter-spacing: 1px;
}

.premium-industry-card:hover .premium-industry-btn::after {
  width: 100%;
}

.premium-industry-btn .btn-icon {
  transition: transform 0.3s ease;
  color: var(--color-secondary);
}

/* Statistics Section Styles */
.statistics-section {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.statistics-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.statistics-icon-box {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--color-secondary) 20%, transparent);
  color: var(--color-secondary);
  font-size: 28px;
  flex-shrink: 0;
}

.statistics-card-title {
  font-size: 28px;
}

.statistics-number {
  font-size: 44px;
}

.statistics-suffix {
  font-size: 40px !important;
}

.statistics-card-desc {
  color: var(--color-dark);
  line-height: 1.6;
}

/* START - Certification ---------------------------------------------- */
.cert-custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 40px;
}

.cert-custom-modal.active {
  opacity: 1;
  visibility: visible;
}

.cert-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
}

.cert-modal-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  background: transparent;
  border-radius: 8px;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-custom-modal.active .cert-modal-content {
  transform: scale(1);
}

.cert-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.cert-modal-close:hover {
  color: var(--color-secondary);
  transform: scale(1.1);
}

.cert-modal-body img {
  max-width: 100%;
  max-height: calc(90vh - 40px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* END - Certification ---------------------------------------------- */

/* START - Blogs ---------------------------------------------- */

.custom-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.custom-blog-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.8s ease;
  height: 480px;
}

.custom-blog-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  position: relative;
}

.custom-blog-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #2a2d30;
}

.custom-blog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.custom-blog-img-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
}

.custom-blog-card:hover .custom-blog-img {
  transform: scale(1.08);
}

.custom-blog-content {
  padding: 24px;
  padding-bottom: 94px;
  margin-bottom: -64px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  background: linear-gradient(to bottom, rgba(73, 76, 82, 0.1) 0%, rgba(73, 76, 82, 0.85) 40%, rgba(73, 76, 82, 1) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.custom-blog-card:hover .custom-blog-content {
  transform: translateY(-64px);
}

.custom-blog-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-secondary);
  margin-bottom: 12px;
  font-weight: 600;
}

.custom-blog-title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-blog-action {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.custom-blog-card:hover .custom-blog-action {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--color-secondary);
  border-radius: 50%;
  color: #0E1628;
  transition: transform 0.3s ease;
}

.action-icon svg {
  width: 14px;
  fill: currentColor;
}

.custom-blog-card:hover .action-icon {
  transform: translateX(5px);
}

.blog-detail-wrapper img {
  max-height: 600px;
  object-fit: cover;
  object-position: top;
}

/* END - Blogs ---------------------------------------------- */

/* START - CTA ---------------------------------------------- */
.plant-gallery-cta {
  background-color: #FFFFFF;
  overflow: hidden;
}

.final-cta {
  position: relative;
  background-color: var(--color-primary);
  color: #FFFFFF;
  z-index: 1;
}

.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--cta-bg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.2;
  z-index: -1;
}

.cta-subtitle {
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-secondary);
}

.cta-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 600px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.btn-cta-primary {
  background: var(--color-secondary);
  color: var(--color-primary);
  padding: 16px 36px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.btn-cta-primary:hover {
  background: #FFFFFF;
  transform: translateY(-2px);
}

.btn-cta-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 36px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}

.cta-contact-info {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
}

.contact-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-block i {
  font-size: 24px;
  color: var(--color-secondary);
}

.contact-block span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}

.contact-block a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-light);
}

/* END - CTA ---------------------------------------------- */

/* START - Infrastructure ---------------------------------------------- */

.facilities-main-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.facilities-main-image img {
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}

.facility-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border-light);
  border-radius: 12px;
  padding: 40px;
  height: 100%;
  transition: all 0.4s ease;
}

.facility-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  border-bottom: 1px solid #F1F5F9;
  padding-bottom: 20px;
}

.facility-card-number {
  font-size: 48px;
  font-weight: 800;
  color: #E2E8F0;
  line-height: 1;
}

.facility-card-icon {
  width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  color: var(--color-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.facility-btn {
  margin-top: auto;
  padding-top: 30px;
}

.facility-btn a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: gap 0.3s ease;
}

.facility-btn a:hover {
  gap: 20px;
  color: var(--color-secondary);
}

.machinery-card {
  position: relative;
  background: #F8FAFC;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.machinery-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.machinery-card:hover {
  box-shadow: 0 20px 50px rgba(31, 58, 95, 0.15);
  border-color: transparent;
}

.machinery-card:hover::before {
  opacity: 0.9;
}

/* Card Elements Normal State */
.machinery-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
  transition: border-color 0.4s ease;
}

.machinery-card-number {
  font-size: 40px;
  font-weight: 800;
  color: #CBD5E1;
  line-height: 1;
  transition: color 0.4s ease;
}

.machinery-card-icon {
  font-size: 28px;
  color: var(--color-primary);
  transition: color 0.4s ease;
}

.machinery-card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
  transition: color 0.4s ease;
}

.machinery-card-desc {
  font-size: 15px;
  color: #5E6573;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: color 0.4s ease;
}

.machinery-capabilities ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.machinery-capabilities li {
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  color: #5e6573;
  font-weight: 500;
  transition: color 0.4s ease;
  list-style: disc;
}

.machinery-btn {
  margin-top: auto;
}

.machinery-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

/* Card Elements Hover State */
.machinery-card:hover .machinery-card-header {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.machinery-card:hover .machinery-card-number,
.machinery-card:hover .machinery-card-icon,
.machinery-card:hover .machinery-card-title,
.machinery-card:hover .machinery-card-desc,
.machinery-card:hover .machinery-capabilities li,
.machinery-card:hover .machinery-btn a {
  color: #FFFFFF;
}

.machinery-card:hover .machinery-btn a {
  gap: 16px;
  color: var(--color-secondary);
}

.qc-main-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  max-height: 500px;
}

.qc-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Equipment Cards */
.qc-equipment-grid {
  margin-top: 60px;
}

.qc-equipment-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.qc-equipment-card:hover {
  box-shadow: 0 12px 24px rgba(31, 58, 95, 0.1);
  border-color: var(--color-secondary);
}

.qc-equipment-icon {
  font-size: 32px;
  color: var(--color-primary);
  background: #F1F5F9;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.qc-equipment-card:hover .qc-equipment-icon {
  background: var(--color-primary);
  color: var(--color-secondary);
}

.qc-equipment-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.qc-equipment-desc {
  font-size: 14px;
  color: #5E6573;
  line-height: 1.6;
  margin-bottom: 0;
}

/* END - Infrastructure ---------------------------------------------- */

/* START - Certifications ---------------------------------------------- */
.cert-left-col {
  padding-right: 60px;
}

.cert-overview-supporting {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.cert-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cert-compact-card {
  background-color: #F8FAFC;
  padding: 20px;
  border-left: 3px solid var(--color-secondary);
  transition: all 0.3s ease;
  height: 100%;
  cursor: default;
}

.cert-compact-card:hover {
  background-color: #FFFFFF;
  box-shadow: 0 15px 35px rgba(31, 58, 95, 0.06);
  border-left-color: var(--color-primary);
}

.cert-card-number {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: 12px;
  display: block;
}

.cert-card-desc {
  font-size: 14px;
  color: #5E6573;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Right Column Image & Floating Stat */
.cert-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.cert-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cert-stat-num {
  font-size: 64px;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.cert-stat-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.cert-grid-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

/* Filters */
.cert-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.cert-filter-btn {
  background: transparent;
  border: 2px solid #E2E8F0;
  color: var(--color-primary);
  padding: 10px 24px;
  border-radius: 4px;
  /* Brutalist/Utilitarian square edges */
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cert-filter-btn:hover,
.cert-filter-btn.active {
  background: var(--color-primary);
  color: var(--color-secondary);
  border-color: var(--color-primary);
}

/* Card Grid */
.cert-card-item {
  display: block;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.cert-card-item:hover {
  border-color: var(--color-primary);
  box-shadow: 0 20px 40px rgba(31, 58, 95, 0.08);
  transform: translateY(-4px);
}

/* Image Area */
.cert-card-img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cert-card-img-wrap a {
  display: block;
  padding: 24px;
}

.cert-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Certificates should be fully visible, not cropped */
  background-color: #FFFFFF;
  border-radius: 12px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cert-card-item:hover .cert-card-img-wrap img {
  transform: scale(1.05);
}

/* View Icon Overlay */
.cert-view-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 58, 95, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.cert-card-item:hover .cert-view-overlay {
  opacity: 1;
}

.cert-view-overlay i {
  color: #FFFFFF;
  font-size: 32px;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cert-card-item:hover .cert-view-overlay i {
  transform: translateY(0);
}

/* Content Area */
.cert-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  /* Approximation */
}

.cert-card-cat {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.cert-card-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.cert-card-desc {
  font-size: 14px;
  color: #5E6573;
  flex-grow: 1;
}

/* Meta Data Grid */
.cert-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #E2E8F0;
}

.cert-meta-item span {
  display: block;
  font-size: 11px;
  color: #8A94A6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.cert-meta-item strong {
  display: block;
  font-size: 13px;
  color: var(--color-primary);
  font-weight: 700;
}

/* Actions */
.cert-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.cert-btn-view {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-primary);
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cert-btn-view i {
  transition: transform 0.3s ease;
}

.cert-card-item:hover .cert-btn-view i {
  transform: translateX(4px);
  /* Arrow movement on hover */
}

.cert-btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #E2E8F0;
  color: var(--color-primary);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cert-btn-download:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
  border-color: var(--color-primary);
}

/* Responsive Grid */
.cert-grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Filter Utility */
.cert-card-wrapper {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cert-card-wrapper.hidden {
  display: none;
}

.cert-custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 40px;
}

.cert-custom-modal.active {
  opacity: 1;
  visibility: visible;
}

.cert-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
}

.cert-modal-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  background: transparent;
  border-radius: 8px;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-custom-modal.active .cert-modal-content {
  transform: scale(1);
}

.cert-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.cert-modal-close:hover {
  color: var(--color-secondary);
  transform: scale(1.1);
}

.cert-modal-body img {
  max-width: 100%;
  max-height: calc(90vh - 40px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.cert-card-img-wrap .inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.qual-comm-section {
  background-color: var(--color-primary);
  color: #FFFFFF;
  overflow: hidden;
}

.qual-comm-top {
  margin-bottom: 80px;
}

.qual-comm-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 0;
}

.qual-comm-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  border-left: 2px solid var(--color-secondary);
  padding-left: 24px;
}

/* Process Steps layout */
.qual-process-wrapper {
  position: relative;
  padding: 40px 0;
}

/* Connecting Line */
.qual-process-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dashed rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
  z-index: 1;
}

.qual-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

/* Staggering the cards */
.qual-step-item:nth-child(even) {
  transform: translateY(60px);
}

.qual-step-item:nth-child(odd) {
  transform: translateY(-40px);
}

.qual-step-card {
  background: #152A47;
  /* Slightly darker than primary for contrast */
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px;
  border-radius: 4px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.qual-step-card:hover {
  border-color: var(--color-secondary);
  background: #11233D;
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.qual-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(215, 232, 102, 0.1);
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.4s ease;
}

.qual-step-card:hover .qual-step-num {
  background: var(--color-secondary);
  color: var(--color-primary);
  transform: scale(1.1);
}

.qual-step-title {
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.3;
}

.qual-step-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 0;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.award-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  transition: all 0.4s ease;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.award-card:hover {
  box-shadow: 0 15px 35px rgba(31, 58, 95, 0.08);
  border-color: var(--color-secondary);
  /* transform: translateY(-5px); */
}

.award-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-image-wrap img {
  width: 100%;
  object-fit: contain;
}

.award-content {
  padding: 24px;
}

.award-year {
  display: inline-block;
  background: rgba(31, 58, 95, 0.05);
  color: var(--color-primary);
  font-weight: 800;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.award-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.award-org {
  font-size: 12px;
  color: #8A94A6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 20px;
}

.award-desc {
  font-size: 15px;
  color: #5E6573;
  line-height: 1.6;
  margin-bottom: 0;
}

/* END - Certifications ---------------------------------------------- */


/* START - Industry ---------------------------------------------- */
.industry-overview-sec {
  overflow: hidden;
}

.industry-short-desc {
  border-left: 4px solid var(--color-primary, #e25a29);
  transition: all 0.3s ease;
}

.industry-highlight-box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1;
}

.industry-highlight-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(226, 90, 41, 0.05) 0%, transparent 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.industry-highlight-box:hover::before {
  opacity: 1;
}

.highlight-icon-wrap i {
  transition: transform 0.3s ease;
}

.industry-highlight-box:hover .highlight-icon-wrap i {
  transform: scale(1.2);
}

.industry-main-img {
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.img-reveal-wrapper:hover .industry-main-img {
  transform: scale(1.05);
}

.img-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
  pointer-events: none;
}

.industry-req-card {
  z-index: 10;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.industry-req-card.position-absolute {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.industry-req-card .req-content ul,
.industry-req-card .req-content ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.industry-req-card .req-content ul li,
.industry-req-card .req-content ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.3s ease;
}

.industry-req-card .req-content ul li:last-child {
  margin-bottom: 0px;
}

.industry-req-card .req-content ul li:hover,
.industry-req-card .req-content ol li:hover {
  color: #ffffff;
}

.industry-req-card .req-content ul li::before,
.industry-req-card .req-content ol li::before {
  content: '\f058';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--color-secondary);
  font-size: 1rem;
}

/* Fallback for when content is just paragraphs separated by br */
.industry-req-card .req-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-size: 0.95rem;
}

.section-industrial-dark {
  background-color: #14171A;
  /* Deep industrial dark */
  color: #ffffff;
}

.cs-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
}

.cs-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.cs-number-bg {
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.02);
  z-index: 1;
  pointer-events: none;
  transition: color 0.4s ease, transform 0.4s ease;
  letter-spacing: -5px;
}

.cs-card:hover .cs-number-bg {
  color: rgba(226, 90, 41, 0.05);
  transform: scale(1.05) translate(-10px, 10px);
}

.advantage-horizontal-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-left: 3px solid transparent;
  background-color: var(--color-light);
}

.advantage-horizontal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, transparent, rgba(226, 90, 41, 0.03));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.advantage-horizontal-card:hover {
  background-color: #fff !important;
  border-left-color: var(--color-secondary, #e25a29);
}

.advantage-horizontal-card:hover::before {
  opacity: 1;
}

.adv-number {
  letter-spacing: -2px;
  color: var(--color-primary);
  transition: color 0.4s ease, transform 0.4s ease;
}

.advantage-horizontal-card:hover .adv-number {
  color: var(--color-primary, #e25a29) !important;
  opacity: 1 !important;
  transform: scale(1.1);
}

.related-service-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.related-service-img {
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.related-service-card:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-10px);
  border-color: rgba(226, 90, 41, 0.2);
}

.related-service-card:hover .related-service-img {
  transform: scale(1.08);
}

.explore-btn {
  transition: all 0.3s ease;
}

.explore-btn:hover {
  color: #fff;
}

.explore-btn:hover i {
  transform: translateX(5px);
}

/* END - Industry ---------------------------------------------- */

/* START - Contact ---------------------------------------------- */

.contact-page-section {
  background-color: #f4f7fa;
}

/* Header */
.contact-header {
  text-align: center;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.eyebrow-line {
  width: 20px;
  height: 3px;
  background-color: var(--color-secondary);
  margin-right: 10px;
  display: inline-block;
}

.contact-title {
  color: var(--color-primary);
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* Info Cards Grid */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.contact-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.contact-icon {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}

.contact-label {
  font-size: 0.95rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.contact-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 1.5;
}

.contact-value.highlight {
  color: var(--color-primary);
}

/* Content Grid (Form & Map) */
.contact-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

/* Form Area */
.contact-form-area {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* Contact Form 7 Styling */
.contact-form-wrapper p {
  margin-bottom: 0;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="url"],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 12px 20px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #495057;
  font-size: 0.95rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(31, 58, 95, 0.1);
}

.contact-form-wrapper textarea {
  height: 150px;
  resize: vertical;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

/* Styled Submit Button (Steelix compound style) */
.contact-form-wrapper input[type="submit"],
.contact-form-wrapper .wpcf7-submit {
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%231f3a5f"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>') no-repeat right 16px center,
    linear-gradient(to right, var(--color-primary) calc(100% - 50px), var(--color-secondary) calc(100% - 50px));
  background-size: 16px, 100%;
  color: #ffffff;
  padding: 1rem 4.5rem 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper .wpcf7-submit:hover {
  opacity: 0.9;
}

/* Hide CF7 br tags if they exist */
.contact-form-wrapper .wpcf7 br {
  display: none;
}

/* Map Area */
.contact-map-area {
  border-radius: 8px;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
}

.contact-map-area iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* END - Contact ---------------------------------------------- */

.investor-doc-row {
  border-radius: 24px;
}