﻿@charset "UTF-8";
@font-face {
  font-family: light_font;
  src: url("../fonts/poppins_light.ttf");
}
@font-face {
  font-family: reg_font;
  src: url("../fonts/poppins_reg.ttf");
}
@font-face {
  font-family: med_font;
  src: url("../fonts/poppins_med.ttf");
}
@font-face {
  font-family: semi_font;
  src: url("../fonts/poppins_semi.ttf");
}
@font-face {
  font-family: bold_font;
  src: url("../fonts/poppins_bold.ttf");
}
@font-face {
  font-family: header_reg;
  src: url("../fonts/noto_reg.ttf");
}
@font-face {
  font-family: header_italic;
  src: url("../fonts/noto_reg_italic.ttf");
}
@font-face {
  font-family: header_bold;
  src: url("../fonts/noto_bold.ttf");
}
@font-face {
  font-family: header_bold_italic;
  src: url("../fonts/noto_bold_italic.ttf");
}
@font-face {
  font-family: header_light;
  src: url("../fonts/noto_light.ttf");
}
@font-face {
  font-family: header_light_italic;
  src: url("../fonts/noto_light_italic.ttf");
}
@font-face {
  font-family: header_med;
  src: url("../fonts/noto_med.ttf");
}
@font-face {
  font-family: header_med_italic;
  src: url("../fonts/noto_med_italic.ttf");
}
@font-face {
  font-family: header_semi;
  src: url("../fonts/noto_semi.ttf");
}
@font-face {
  font-family: header_semi_italic;
  src: url("../fonts/noto_semi_italic.ttf");
}
/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #ffffef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  line-height: 1.8em;
}
body p.primary,
body .content_ul li.primary {
  color: #2d3291;
}
body p.accent,
body .content_ul li.accent {
  color: #000;
}
body p.secondary,
body .content_ul li.secondary {
  color: #88219b;
}
body p.white,
body .content_ul li.white {
  color: #fff;
}
body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}
body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}
body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}
body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}
body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}
body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}
body p.light,
body .content_ul li.light {
  font-family: light_font;
}
body p.med,
body .content_ul li.med {
  font-family: med_font;
}
body p.capital,
body .content_ul li.capital {
  text-transform: uppercase;
}
body p.header_reg,
body .content_ul li.header_reg {
  font-family: header_reg;
}
body p.header_italic,
body .content_ul li.header_italic {
  font-family: header_italic;
}
body p.header_bold,
body .content_ul li.header_bold {
  font-family: header_bold;
}
body .content_ul ul,
body .content_ul ol {
  padding-top: 15px;
}
body .content_ul li {
  padding-top: 0;
}
body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  font-family: med_font;
  color: #000;
  line-height: 1.2em;
}
body .common_header.primary {
  color: #2d3291;
}
body .common_header.accent {
  color: #000;
}
body .common_header.secondary {
  color: #88219b;
}
body .common_header.white {
  color: #fff;
}
body .common_header.reg {
  font-family: reg_font;
}
body .common_header.semi {
  font-family: semi_font;
}
body .common_header.bold {
  font-family: bold_font;
}
body .common_header.light {
  font-family: light_font;
}
body .common_header.med {
  font-family: med_font;
}
body .common_header.capital {
  text-transform: uppercase;
}
body .common_header.header_reg {
  font-family: header_reg;
}
body .common_header.header_italic {
  font-family: header_italic;
}
body .common_header.header_bold {
  font-family: header_bold;
}
body .common_header.header_bold_italic {
  font-family: header_bold_italic;
}
body .common_header.header_light {
  font-family: header_light;
}
body .common_header.header_light_italic {
  font-family: header_light_italic;
}
body .common_header.header_med {
  font-family: header_med;
}
body .common_header.header_med_italic {
  font-family: header_med_italic;
}
body .common_header.header_semi {
  font-family: header_semi;
}
body .common_header.header_semi_italic {
  font-family: header_semi_italic;
}
body .common_header span {
  font-family: bold_font;
  color: #2d3291;
}
body .common_header span.primary {
  color: #2d3291;
}
body .common_header span.accent {
  color: #000;
}
body .common_header span.secondary {
  color: #88219b;
}
body .common_header span.white {
  color: #fff;
}
body .common_header span.reg {
  font-family: reg_font;
}
body .common_header span.semi {
  font-family: semi_font;
}
body .common_header span.bold {
  font-family: bold_font;
}
body .common_header span.light {
  font-family: light_font;
}
body .common_header span.med {
  font-family: med_font;
}
body .common_header span.capital {
  text-transform: uppercase;
}
body .common_header span.header_reg {
  font-family: header_reg;
}
body .common_header span.header_italic {
  font-family: header_italic;
}
body .common_header span.header_bold {
  font-family: header_bold;
}
body .common_header span.header_bold_italic {
  font-family: header_bold_italic;
}
body .common_header span.header_light {
  font-family: header_light;
}
body .common_header span.header_light_italic {
  font-family: header_light_italic;
}
body .common_header span.header_med {
  font-family: header_med;
}
body .common_header span.header_med_italic {
  font-family: header_med_italic;
}
body .common_header span.header_semi {
  font-family: header_semi;
}
body .common_header span.header_semi_italic {
  font-family: header_semi_italic;
}
body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  background-color: #2d3291;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #88219b;
}
body .common_anchor.secondary {
  background-color: #88219b;
  color: #fff;
}
body .common_anchor.secondary:hover {
  background-color: #2d3291;
  color: #fff;
}
body .common_anchor.border_anchor {
  background-color: transparent;
  border: 2px solid #2d3291;
  color: #2d3291;
}
body .common_anchor.border_anchor:hover {
  background-color: #2d3291;
  color: #fff;
}
body .common_anchor.border_anchor.white {
  color: white;
  border-color: white;
}
body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}
body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
body {
  /*Common Elements Style*/
}
body .btn-group {
  display: inline-block;
  margin-top: 15px;
}
body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}
body .btn-group a:hover {
  background: none;
  background-color: #2d3291 !important;
  color: #000;
}
body .form_field {
  margin-top: 15px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  width: 100%;
}
body .nav.nav-tabs {
  margin-top: 15px !important;
}
body .nav.nav-tabs li a {
  color: #000;
}
body .nav.nav-tabs li.active a {
  background-color: #2d3291;
}
body input[type=text] {
  background-color: #fff;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
body {
  /*Common Body Responsive Styles Start*/
}
@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 16px;
  }
  body p.small_size {
    font-size: 13px;
  }
  body .common_header {
    font-size: 60px;
  }
  body .common_header.large {
    font-size: 120px;
  }
  body .common_header.small {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}
@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header {
    font-size: 50px;
  }
  body .common_header.large {
    font-size: 90px;
  }
  body .common_header.small {
    font-size: 35px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body p.small_size {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 30px;
  }
}
@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 13px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 28px;
  }
}
body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.gardient {
  background: #2d3291;
  background: linear-gradient(270deg, #2d3291 0%, #88219b 48%, #2d3291 100%);
}

.gradient_text {
  color: #2d3291;
  background-image: linear-gradient(45deg, #2d3291, #88219b 50%, #2d3291 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capital_letter_spacing {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.opacity_text {
  opacity: 0.5;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background: #2d3291;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 99999;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
  transition: all 0.4s ease;
}
.site_header.bg_always {
  background: rgba(251, 251, 239, 0.9);
  backdrop-filter: blur(10px);
}
.site_header.scrolled {
  padding: 15px 0;
  background: rgba(251, 251, 239, 0.9);
  backdrop-filter: blur(10px);
}
.site_header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_header .logo_link {
  display: inline-block;
}
.site_header .logo_link .site_logo {
  height: 120px;
  width: auto;
  transition: height 0.4s ease;
}
.site_header.scrolled .site_logo {
  height: 60px;
}
.site_header .main_nav .nav_menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.site_header .main_nav .nav_menu li a {
  color: #88219b;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: 18px;
}
.site_header .main_nav .nav_menu li a:hover {
  opacity: 0.6;
}
.site_header .main_nav .nav_menu li a.active_page {
  opacity: 1;
  border-bottom: 2px solid #88219b;
  padding-bottom: 2px;
}
.site_header .mobile_menu_toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.site_header .mobile_menu_toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #88219b;
  transition: all 0.3s ease;
}
.site_header .mobile_menu_toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.site_header .mobile_menu_toggle.active span:nth-child(2) {
  opacity: 0;
}
.site_header .mobile_menu_toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.site_header .mobile_menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.site_header .mobile_menu_overlay.active {
  display: block;
  opacity: 1;
}

/*Hero Section Styles*/
.hero_section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero_section .hero_content {
  position: relative;
  min-height: 90vh;
  padding-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.hero_section .hero_heading {
  text-align: right;
  padding-top: 0;
}
.hero_section .hero_heading h1 {
  line-height: 1.1em;
  padding-top: 0;
}
.hero_section .hero_description {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 540px;
  background: #2d3291;
  padding: 40px;
  border-radius: 30px;
}
.hero_section .hero_description p {
  padding-top: 0;
  color: #fff;
  opacity: 0.8;
  line-height: 1.6em;
}
.hero_section .hero_scroll_indicator {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero_section .hero_scroll_indicator .scroll_link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.hero_section .hero_scroll_indicator .circular_text {
  width: 160px;
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_section .hero_scroll_indicator .rotating_text {
  width: 100%;
  height: 100%;
  animation: rotation 20s linear infinite;
}
.hero_section .hero_scroll_indicator .rotating_text text {
  font-family: reg_font;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  fill: #88219b;
}
.hero_section .hero_scroll_indicator .arrow_down {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  color: #88219b;
  transition: all 0.3s ease-in-out;
}
.hero_section .hero_scroll_indicator .scroll_link:hover .arrow_down {
  transform: translate(-50%, -40%);
}

/*Video Section Styles*/
.common_image_wrap .mobile {
  display: none;
}

/*Floating Images in Hero Section*/
.floating_images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.floating_images .floating_img {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.8) rotate(0deg);
  transition: opacity 0.4s ease, transform 0.5s ease;
  will-change: transform, opacity;
}
.floating_images .floating_img img {
  width: 200px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: block;
}
.floating_images .floating_img.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(var(--rotation));
}

/*Brands Section Styles*/
.brands_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  overflow: hidden;
}
.brands_section .brands_heading {
  text-align: center;
}
.brands_section .brands_heading h2 {
  padding-top: 0;
}
.brands_section .brands_ticker_wrap {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
.brands_section .brands_ticker_wrap::before, .brands_section .brands_ticker_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.brands_section .brands_ticker_wrap::before {
  left: 0;
  background: linear-gradient(to right, #fbfbef 0%, rgba(251, 251, 239, 0) 100%);
}
.brands_section .brands_ticker_wrap::after {
  right: 0;
  background: linear-gradient(to left, #fbfbef 0%, rgba(251, 251, 239, 0) 100%);
}
.brands_section .brands_ticker {
  display: flex;
  align-items: center;
  gap: 100px;
  animation: ticker 30s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}
.brands_section .brands_ticker:hover {
  animation-play-state: paused;
}
.brands_section .brand_logo {
  flex-shrink: 0;
  width: 250px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands_section .brand_logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*Stats Section Styles*/
.stats_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f9f5d9;
}
.stats_section .stats_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.stats_section .stat_item {
  flex: 1;
  text-align: center;
}
.stats_section .stat_item .stat_number {
  padding-top: 0;
  line-height: 1em;
}
.stats_section .stat_item .stat_number::after {
  content: attr(data-suffix);
}
.stats_section .stat_item:nth-child(1) .stat_number::after {
  content: "+";
}
.stats_section .stat_item:nth-child(2) .stat_number::after {
  content: "+";
}
.stats_section .stat_item:nth-child(3) .stat_number::after {
  content: "+";
}
.stats_section .stat_item:nth-child(4) .stat_number::after {
  content: "+";
}
.stats_section .stat_item .stat_label {
  padding-top: 10px;
  color: #88219b;
  font-family: reg_font;
}

/*Process Section Styles*/
.process_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background: url("../images/overviewslider.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.process_section .process_images_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.process_section .process_image {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.process_section .process_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.process_section .process_img_1 {
  width: 280px;
  height: 200px;
  top: 5%;
  left: 8%;
}
.process_section .process_img_2 {
  width: 250px;
  height: 180px;
  bottom: 15%;
  left: 5%;
}
.process_section .process_img_3 {
  width: 260px;
  height: 190px;
  top: 10%;
  right: 8%;
}
.process_section .process_img_4 {
  width: 280px;
  height: 200px;
  bottom: 20%;
  right: 5%;
}
.process_section .process_content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.process_section .process_content h2 {
  padding-top: 0;
  line-height: 1.2em;
}

/*Process Steps Section Styles*/
.process_steps_section {
  padding-top: 7vh;
  border-top: 2px solid #000;
  padding-bottom: 7vh;
  overflow: hidden;
}
.process_steps_section .steps-swiper {
  padding-bottom: 20px;
}
.process_steps_section .swiper-slide {
  height: auto;
}
.process_steps_section .step_card {
  background: #2d3291;
  background: linear-gradient(270deg, #2d3291 0%, #88219b 48%, #2d3291 100%);
  border-radius: 40px;
  padding: 60px 50px;
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.process_steps_section .step_card:nth-child(even) {
  background: #2d3291;
  background: linear-gradient(270deg, #2d3291 0%, #88219b 48%, #2d3291 100%);
}
.process_steps_section .step_bg_number {
  position: absolute;
  top: -30px;
  right: 30px;
  font-family: header_bold;
  font-size: 200px;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  z-index: 1;
  pointer-events: none;
}
.process_steps_section .step_content {
  position: relative;
  z-index: 2;
}
.process_steps_section .step_content h3 {
  padding-top: 0;
  margin-bottom: 20px;
}
.process_steps_section .step_content p {
  padding-top: 0;
  line-height: 1.7em;
}
.process_steps_section .steps_navigation {
  position: relative;
  margin-bottom: 30px;
  text-align: right;
}
.process_steps_section .step_arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #2d3291;
  background: transparent;
  color: #2d3291;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-left: 15px;
}
.process_steps_section .step_arrow:hover {
  background: #2d3291;
  color: #fff;
  transform: scale(1.1);
}
.process_steps_section .step_arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.process_steps_section .step_arrow.swiper-button-disabled:hover {
  background: transparent;
  color: #2d3291;
  transform: scale(1);
}
.process_steps_section .step_arrow svg {
  pointer-events: none;
}

/*What We Do Section Styles*/
.what_we_do_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  border-top: 2px solid #88219b;
  border-bottom: 2px solid #88219b;
}
.what_we_do_section .section_header {
  margin-bottom: 60px;
}
.what_we_do_section .section_header h2 {
  padding-top: 0;
}
.what_we_do_section .header_parent {
  border-bottom: 2px solid #88219b;
  margin-bottom: 7vh;
}
.what_we_do_section .what_we_do_content {
  display: flex;
  gap: 80px;
}
.what_we_do_section .services_list {
  flex: 0 0 40%;
}
.what_we_do_section .service_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.what_we_do_section .service_item .service_number {
  font-family: reg_font;
  font-size: 14px;
  color: #88219b;
  opacity: 0.5;
}
.what_we_do_section .service_item h3 {
  padding-top: 0;
  margin: 0;
  text-transform: capitalize;
  color: #88219b;
  opacity: 0.5;
}
.what_we_do_section .service_item .service_indicator {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2d3291;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.what_we_do_section .service_item:hover .service_indicator, .what_we_do_section .service_item.active .service_indicator {
  opacity: 0;
}
.what_we_do_section .service_item:hover h3, .what_we_do_section .service_item.active h3 {
  opacity: 1;
}
.what_we_do_section .service_details {
  flex: 1;
  position: relative;
  min-height: 400px;
}
.what_we_do_section .service_detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 40px;
}
.what_we_do_section .service_detail.active {
  opacity: 1;
  pointer-events: all;
}
.what_we_do_section .detail_content {
  flex: 0 0 50%;
}
.what_we_do_section .detail_content .service_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.what_we_do_section .detail_content .service_list li {
  padding: 8px 0;
  color: #88219b;
  line-height: 1.6em;
}
.what_we_do_section .detail_image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
.what_we_do_section .detail_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Client list starts*/
.client_list_starts ul {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.client_list_starts ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
}
.client_list_starts ul li:nth-child(4n+0) {
  margin-right: 0;
}
.client_list_starts ul li img {
  width: 100%;
  filter: grayscale(100);
  transition: all 0.3s ease-in-out;
}
.client_list_starts ul li {
  padding: 2px;
}
.client_list_starts ul li:hover img {
  filter: grayscale(0);
}

/*Collective Behind Styles*/
.collective_behind_parent {
  margin-top: 7vh;
}
.collective_behind_parent .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.collective_behind_parent .parent.right .data_wrap {
  order: 1;
}
.collective_behind_parent .parent.right .image_wrap {
  order: 2;
}
.collective_behind_parent .data_wrap {
  padding: 20px;
}

.blog_list_section {
  padding: 7vh 0;
  margin-top: 7vh;
  border-top: 1px solid #88219b;
}
.blog_list_section .section_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.blog_list_section .section_header .section_title_wrap h2 {
  margin-bottom: 10px;
}
.blog_list_section .section_header .section_title_wrap h2 span {
  color: #2d3291;
}
.blog_list_section .section_header .section_title_wrap p {
  margin: 0;
}
.blog_list_section .section_header .explore_btn {
  padding: 12px 30px;
  border: 1px solid #88219b;
  color: #88219b;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.blog_list_section .section_header .explore_btn:hover {
  background: #88219b;
  color: #fff;
}
.blog_list_section .blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog_list_section .blog_card {
  display: flex;
  flex-direction: column;
}
.blog_list_section .blog_card .blog_image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog_list_section .blog_card .blog_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog_list_section .blog_card:hover .blog_image img {
  transform: scale(1.05);
}
.blog_list_section .blog_card .blog_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog_list_section .blog_card .blog_content .blog_meta {
  margin: 0 0 15px 0;
}
.blog_list_section .blog_card .blog_content .blog_meta span {
  opacity: 0.6;
}
.blog_list_section .blog_card .blog_content h3 {
  margin: 0 0 15px 0;
}
.blog_list_section .blog_card .blog_content .blog_excerpt {
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.blog_list_section .blog_card .blog_content .read_more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #88219b;
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.3s ease;
}
.blog_list_section .blog_card .blog_content .read_more svg {
  transition: transform 0.3s ease;
}
.blog_list_section .blog_card .blog_content .read_more:hover {
  gap: 12px;
}
.blog_list_section .blog_card .blog_content .read_more:hover svg {
  transform: translateX(3px);
}

.footer_section {
  padding: 7vh 0 50px 0;
  margin-top: 7vh;
  background: #2d3291;
}
.footer_section .footer_content {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.footer_section .footer_left {
  flex: 1;
  max-width: 450px;
}
.footer_section .footer_left .footer_heading {
  margin-bottom: 50px;
}
.footer_section .footer_left .footer_heading h2 {
  margin: 0;
  line-height: 1;
}
.footer_section .footer_left .footer_heading h2.outlined {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.footer_section .footer_left .footer_locations {
  margin-bottom: 40px;
}
.footer_section .footer_left .footer_locations .location_item {
  margin-bottom: 30px;
}
.footer_section .footer_left .footer_locations .location_item h4 {
  margin: 0 0 8px 0;
}
.footer_section .footer_left .footer_locations .location_item p {
  margin: 0;
}
.footer_section .footer_left .footer_contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
.footer_section .footer_left .footer_contact a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer_section .footer_left .footer_contact a:hover {
  opacity: 0.7;
}
.footer_section .footer_left .footer_social {
  display: flex;
  gap: 15px;
}
.footer_section .footer_left .footer_social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #88219b;
  border-radius: 5px;
  color: #2d3291;
  transition: transform 0.3s ease;
}
.footer_section .footer_left .footer_social a:hover {
  transform: translateY(-3px);
}
.footer_section .footer_left .footer_social a svg {
  width: 20px;
  height: 20px;
}
.footer_section .footer_left .footer_social a svg path {
  fill: #fff;
}
.footer_section .footer_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}
.footer_section .footer_right .footer_column h5 {
  margin: 0 0 20px 0;
  opacity: 0.6;
  letter-spacing: 1px;
  color: #fff;
  opacity: 1;
}
.footer_section .footer_right .footer_column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_section .footer_right .footer_column ul li {
  margin-bottom: 12px;
}
.footer_section .footer_right .footer_column ul li a {
  color: #fff;
  opacity: 0.58;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer_section .footer_right .footer_column ul li a:hover {
  opacity: 0.7;
}
.footer_section .footer_right .footer_column .contact_info .contact_item {
  margin-bottom: 20px;
}
.footer_section .footer_right .footer_column .contact_info .contact_item p {
  margin: 0 0 5px 0;
  opacity: 0.6;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.58;
}
.footer_section .footer_right .footer_column .contact_info .contact_item a {
  color: #fff;
  opacity: 0.58;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer_section .footer_right .footer_column .contact_info .contact_item a:hover {
  opacity: 0.7;
}

/* Additional Custom Sections Styles */
.process_section .common_anchor {
  margin-top: 0;
  display: inline-block;
}

.stats_section .stat_item h3 {
  margin-bottom: 15px;
  padding-top: 0;
}

p[style*="text-align: center"] {
  line-height: 1.8em;
}

/* ============================================================
   SHARED INNER PAGE COMPONENTS
   ============================================================ */
.section_label {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(45, 50, 145, 0.08);
  border-left: 3px solid #2d3291;
  font-family: semi_font;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #2d3291;
  margin-bottom: 20px;
}

.breadcrumb_nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
.breadcrumb_nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.breadcrumb_nav a:hover {
  color: #fff;
}
.breadcrumb_nav .sep {
  color: rgba(255, 255, 255, 0.35);
}
.breadcrumb_nav span {
  color: rgba(255, 255, 255, 0.9);
}

.page_section_divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0;
}

/* ============================================================
   ABOUT PAGE  -  HERO
   ============================================================ */
.about_page_hero {
  position: relative;
  min-height: 90vh;
  padding-top: 320px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 15vh;
}
.about_page_hero .about_hero_bg {
  position: absolute;
  inset: 0;
}
.about_page_hero .about_hero_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_page_hero .about_hero_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(to top, rgba(45, 50, 145, 0.65) 0%, transparent 55%);
}
.about_page_hero .gridContainer {
  position: relative;
  z-index: 2;
  width: 100%;
}
.about_page_hero .about_hero_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.about_page_hero .about_hero_content {
  max-width: 680px;
  flex: 1;
}
.about_page_hero .about_hero_content p {
  color: rgba(255, 255, 255, 0.75);
}
.about_page_hero .about_hero_content .hero_cta_group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.about_page_hero .about_hero_stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 190px;
  flex-shrink: 0;
}
.about_page_hero .about_hero_stats .floating_stat_card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px 22px;
  text-align: center;
}
.about_page_hero .about_hero_stats .floating_stat_card .fsc_number {
  color: #fff;
  font-family: header_bold;
  display: block;
  line-height: 1;
}
.about_page_hero .about_hero_stats .floating_stat_card .fsc_label {
  color: rgba(255, 255, 255, 0.55);
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
}

/* ============================================================
   ABOUT PAGE  -  COMPANY OVERVIEW
   ============================================================ */
.company_overview_section {
  padding: 15vh 0;
}
.company_overview_section .overview_inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.company_overview_section .overview_left {
  flex: 1.1;
}
.company_overview_section .overview_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 10px;
}
.company_overview_section .philosophy_pillar {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.company_overview_section .philosophy_pillar:first-child {
  padding-top: 0;
}
.company_overview_section .philosophy_pillar:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.company_overview_section .philosophy_pillar .pillar_icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: #2d3291;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_overview_section .philosophy_pillar .pillar_icon svg {
  color: #fff;
}
.company_overview_section .philosophy_pillar .pillar_text h4 {
  font-family: semi_font;
  margin: 0 0 6px 0;
  padding: 0;
  color: #000;
}
.company_overview_section .philosophy_pillar .pillar_text p {
  padding-top: 0;
  opacity: 0.7;
}
.company_overview_section .overview_image_row {
  margin-top: 15vh;
  position: relative;
  padding-bottom: 40px;
}
.company_overview_section .overview_image_row .oi_main {
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
.company_overview_section .overview_image_row .oi_floating_badge {
  position: absolute;
  bottom: 0;
  left: 50px;
  background: #2d3291;
  padding: 22px 32px;
  border-radius: 8px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.company_overview_section .overview_image_row .oi_floating_badge .badge_number {
  font-family: header_bold;
  color: #fff;
  display: block;
  line-height: 1;
}
.company_overview_section .overview_image_row .oi_floating_badge .badge_label {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
}
.company_overview_section .overview_image_row .oi_floating_badge_right {
  position: absolute;
  bottom: 0;
  right: 50px;
  background: #88219b;
  padding: 22px 32px;
  border-radius: 8px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.company_overview_section .overview_image_row .oi_floating_badge_right .badge_number {
  font-family: header_bold;
  color: #fff;
  display: block;
  line-height: 1;
}
.company_overview_section .overview_image_row .oi_floating_badge_right .badge_label {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
}
.company_overview_section .overview_image_row .mobile {
  display: none;
}

/* ============================================================
   ABOUT PAGE  -  STORY & MILESTONES TIMELINE
   ============================================================ */
.story_timeline_section {
  padding: 15vh 0;
  background: #f9f5d9;
}
.story_timeline_section .timeline_section_header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.story_timeline_section .timeline_section_header .section_label {
  background: rgba(45, 50, 145, 0.06);
}
.story_timeline_section .timeline_track {
  position: relative;
}
.story_timeline_section .timeline_track::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent 0%, #2d3291 10%, #88219b 80%, transparent 100%);
  transform: translateX(-50%);
}
.story_timeline_section .timeline_milestone {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
  position: relative;
}
.story_timeline_section .timeline_milestone:last-child {
  margin-bottom: 0;
}
.story_timeline_section .timeline_milestone:nth-child(odd) .tm_content {
  text-align: right;
  padding-right: 60px;
  order: 1;
  align-items: flex-end;
}
.story_timeline_section .timeline_milestone:nth-child(odd) .tm_center {
  order: 2;
}
.story_timeline_section .timeline_milestone:nth-child(odd) .tm_spacer {
  order: 3;
}
.story_timeline_section .timeline_milestone:nth-child(even) .tm_spacer {
  order: 1;
}
.story_timeline_section .timeline_milestone:nth-child(even) .tm_center {
  order: 2;
}
.story_timeline_section .timeline_milestone:nth-child(even) .tm_content {
  text-align: left;
  padding-left: 60px;
  order: 3;
  align-items: flex-start;
}
.story_timeline_section .timeline_milestone .tm_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.story_timeline_section .timeline_milestone .tm_content .tm_year {
  font-family: header_bold;
  color: #2d3291;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.story_timeline_section .timeline_milestone .tm_content h3 {
  font-family: header_semi;
  padding: 0;
  margin: 0 0 8px 0;
  color: #000;
}
.story_timeline_section .timeline_milestone .tm_content p {
  padding-top: 0;
  opacity: 0.65;
  max-width: 340px;
}
.story_timeline_section .timeline_milestone .tm_content .tm_tag {
  display: inline-flex;
  padding: 4px 14px;
  background: rgba(45, 50, 145, 0.08);
  border-radius: 20px;
  color: #2d3291;
  font-family: semi_font;
  letter-spacing: 0.5px;
  margin-top: 12px;
}
.story_timeline_section .timeline_milestone .tm_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 4px;
}
.story_timeline_section .timeline_milestone .tm_center .tm_dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2d3291;
  border: 3px solid #f9f5d9;
  box-shadow: 0 0 0 3px #2d3291;
  flex-shrink: 0;
}
.story_timeline_section .timeline_milestone .tm_spacer {
  flex: 1;
}

/* ============================================================
   ABOUT PAGE  -  MANUFACTURING & FACILITIES
   ============================================================ */
.manufacturing_section {
  padding: 15vh 0;
  overflow: hidden;
}
.manufacturing_section .mfg_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
  gap: 60px;
}
.manufacturing_section .mfg_top .mfg_header {
  flex: 1;
}
.manufacturing_section .mfg_top .mfg_intro_text {
  flex: 1;
}
.manufacturing_section .mfg_top .mfg_intro_text p {
  opacity: 0.7;
}
.manufacturing_section .mfg_step_row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  margin-bottom: 15vh;
}
.manufacturing_section .mfg_step_row::before {
  content: "";
  position: absolute;
  top: 82px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(to right, #2d3291, #88219b, #2d3291);
  z-index: 0;
  opacity: 0.3;
}
.manufacturing_section .mfg_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.manufacturing_section .mfg_step .step_image_wrap {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  position: relative;
}
.manufacturing_section .mfg_step .step_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.manufacturing_section .mfg_step .step_image_wrap .step_num_overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2d3291;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: semi_font;
  z-index: 2;
}
.manufacturing_section .mfg_step .step_image_wrap:hover img {
  transform: scale(1.07);
}
.manufacturing_section .mfg_step h4 {
  font-family: semi_font;
  padding: 0;
  margin: 0 0 8px 0;
}
.manufacturing_section .mfg_step p {
  padding-top: 0;
  opacity: 0.65;
}
.manufacturing_section .mfg_gallery_row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 16px;
}
.manufacturing_section .mfg_gallery_row .mfg_gallery_item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.manufacturing_section .mfg_gallery_row .mfg_gallery_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.manufacturing_section .mfg_gallery_row .mfg_gallery_item:first-child img {
  height: 100%;
}
.manufacturing_section .mfg_gallery_row .mfg_gallery_item:hover img {
  transform: scale(1.04);
}
.manufacturing_section .mfg_gallery_row .mfg_gallery_item .gallery_label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: #fff;
  font-family: semi_font;
  letter-spacing: 0.5px;
}

/* ============================================================
   ABOUT PAGE  -  LEADERSHIP & GOVERNANCE
   ============================================================ */
.leadership_section {
  padding: 15vh 0;
  background: #2d3291;
}
.leadership_section .leadership_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  gap: 60px;
}
.leadership_section .leadership_top h2 {
  color: #fff;
}
.leadership_section .leadership_top .leadership_intro {
  max-width: 420px;
}
.leadership_section .leadership_top .leadership_intro p {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 0;
}
.leadership_section .leader_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.leadership_section .leader_card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.leadership_section .leader_card:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-5px);
}
.leadership_section .leader_card .lc_image {
  height: 450px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.leadership_section .leader_card .lc_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: all 0.3s ease-in-out;
  filter: grayscale(15%);
}
.leadership_section .leader_card .lc_image:hover img {
  transform: scale(1.04);
}
.leadership_section .leader_card .lc_body {
  padding: 22px 25px 25px;
}
.leadership_section .leader_card .lc_body .lc_role {
  font-family: semi_font;
  color: #88219b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.leadership_section .leader_card .lc_body h3 {
  color: #fff;
  font-family: header_semi;
  padding: 0;
  margin: 0 0 10px 0;
}
.leadership_section .leader_card .lc_body p {
  color: rgba(255, 255, 255, 0.55);
  padding-top: 0;
}
.leadership_section .team_image_band {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.leadership_section .team_image_band img {
  width: 100%;
  height: 820px;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership_section .team_image_band .mobile {
  display: none;
}
.leadership_section .team_image_band .band_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(45, 50, 145, 0.8) 0%, rgba(45, 50, 145, 0.3) 60%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 60px;
}
.leadership_section .team_image_band .band_overlay .band_text {
  max-width: 480px;
}
.leadership_section .team_image_band .band_overlay .band_text h3 {
  color: #fff;
  font-family: header_light;
  padding: 0;
  margin: 0 0 15px 0;
}
.leadership_section .team_image_band .band_overlay .band_text p {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0;
}
.leadership_section .governance_strip {
  padding: 35px 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.leadership_section .governance_strip .gov_item {
  display: flex;
  gap: 14px;
  align-items: center;
  flex: 1;
  min-width: 180px;
}
.leadership_section .governance_strip .gov_item .gov_icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadership_section .governance_strip .gov_item .gov_icon svg {
  color: #fff;
}
.leadership_section .governance_strip .gov_item .gov_text span {
  display: block;
  font-family: semi_font;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.leadership_section .governance_strip .gov_item .gov_text p {
  color: rgba(255, 255, 255, 0.55);
  padding: 0;
  margin: 0;
}

/* ============================================================
   ABOUT PAGE  -  CAPABILITIES
   ============================================================ */
.capabilities_section {
  padding: 15vh 0;
}
.capabilities_section .capabilities_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  gap: 60px;
}
.capabilities_section .capabilities_top .capabilities_header {
  flex: 1.2;
}
.capabilities_section .capabilities_top .capabilities_intro {
  flex: 1;
}
.capabilities_section .capabilities_top .capabilities_intro p {
  opacity: 0.65;
}
.capabilities_section .capability_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 50px;
}
.capabilities_section .capability_card {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.capabilities_section .capability_card:hover {
  border-color: #2d3291;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  transform: translateY(-4px);
}
.capabilities_section .capability_card:hover .cc_icon {
  background: #88219b;
}
.capabilities_section .capability_card .cc_icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: #2d3291;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.capabilities_section .capability_card .cc_icon svg {
  color: #fff;
}
.capabilities_section .capability_card h3 {
  font-family: semi_font;
  padding: 0;
  margin: 0 0 10px 0;
}
.capabilities_section .capability_card p {
  padding-top: 0;
  opacity: 0.65;
}
.capabilities_section .capability_card .cc_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.capabilities_section .capability_card .cc_tags .tag {
  padding: 3px 11px;
  background: rgba(45, 50, 145, 0.07);
  border-radius: 20px;
  color: #2d3291;
  font-family: semi_font;
  letter-spacing: 0.3px;
}
.capabilities_section .capability_cta_band {
  background: #2d3291;
  border-radius: 16px;
  padding: 55px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.capabilities_section .capability_cta_band .band_text h3 {
  color: #fff;
  font-family: header_light;
  padding: 0;
  margin: 0 0 8px 0;
}
.capabilities_section .capability_cta_band .band_text p {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 0;
  max-width: 520px;
}
.capabilities_section .capability_cta_band .band_actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.hero_section {
  background: url("../images/sliderhome.jpg") center no-repeat;
  background-size: cover;
}

/*Responsive Starts*/
@media only screen and (max-width: 1100px) {
  .hero_section .hero_description {
    max-width: 450px;
    padding: 30px;
  }
  .hero_section .floating_images .floating_img img {
    width: 150px;
  }
  .brands_section {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
  .brands_section .brands_ticker {
    gap: 80px;
  }
  .brands_section .brand_logo {
    width: 220px;
    height: 110px;
  }
}
@media only screen and (max-width: 786px) {
  .site_header {
    padding: 20px 0;
  }
  .site_header.scrolled {
    padding: 12px 0;
  }
  .site_header.scrolled .site_logo {
    height: 40px;
  }
  .site_header .logo_link .site_logo {
    height: 60px;
  }
  .site_header .main_nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #2d3291;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  .site_header .main_nav.active {
    right: 0;
  }
  .site_header .main_nav .nav_menu {
    flex-direction: column;
    gap: 25px;
  }
  .site_header .main_nav .nav_menu li a {
    font-size: 18px;
  }
  .site_header .mobile_menu_toggle {
    display: flex;
    z-index: 101;
  }
  .hero_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero_section .hero_content {
    justify-content: flex-end;
    align-items: baseline;
  }
  .hero_section .hero_heading {
    text-align: left;
  }
  .hero_section .hero_description {
    position: relative;
    max-width: 100%;
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;
  }
  .hero_section .hero_scroll_indicator {
    position: relative;
    text-align: center;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero_section .hero_scroll_indicator .circular_text {
    width: 140px;
    height: 140px;
  }
  .hero_section .floating_images .floating_img img {
    width: 120px;
    border-radius: 10px;
  }
  .common_image_wrap .mobile {
    display: inline-block;
  }
  .common_image_wrap .desktop {
    display: none;
  }
  .brands_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .brands_section .brands_heading h2 {
    text-align: left;
  }
  .brands_section .brands_ticker_wrap {
    margin-top: 40px;
  }
  .brands_section .brands_ticker {
    gap: 60px;
  }
  .brands_section .brand_logo {
    width: 180px;
    height: 90px;
  }
  .stats_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .stats_section .stats_grid {
    flex-wrap: wrap;
    gap: 40px 30px;
  }
  .stats_section .stat_item {
    flex: 0 0 calc(50% - 15px);
  }
  .process_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
    min-height: auto;
  }
  .process_section .process_img_1 {
    width: 180px;
    height: 130px;
    top: 8%;
    left: 5%;
  }
  .process_section .process_img_2 {
    width: 150px;
    height: 110px;
    bottom: 20%;
    left: 3%;
  }
  .process_section .process_img_3 {
    width: 160px;
    height: 120px;
    top: 12%;
    right: 5%;
  }
  .process_section .process_img_4 {
    width: 170px;
    height: 125px;
    bottom: 25%;
    right: 3%;
  }
  .process_section .process_content h2 {
    text-align: left;
  }
  .process_steps_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .process_steps_section .step_card {
    padding: 50px 40px;
    min-height: 320px;
    border-radius: 30px;
  }
  .process_steps_section .step_bg_number {
    font-size: 160px;
    top: -20px;
    right: 20px;
  }
  .process_steps_section .step_arrow {
    width: 45px;
    height: 45px;
  }
  .what_we_do_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .what_we_do_section .section_header {
    margin-bottom: 40px;
  }
  .what_we_do_section .what_we_do_content {
    flex-direction: column;
    gap: 40px;
  }
  .what_we_do_section .service_details {
    min-height: 350px;
  }
  .what_we_do_section .service_detail {
    flex-direction: column;
    gap: 30px;
  }
  .what_we_do_section .detail_content {
    flex: 1;
  }
  .what_we_do_section .detail_image {
    height: 250px;
  }
  .collective_behind_parent {
    margin-top: 7vh;
  }
  .collective_behind_parent .parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .collective_behind_parent .half_wrap {
    width: 100%;
    text-align: center;
  }
  .collective_behind_parent .data_wrap {
    order: 2;
  }
  .collective_behind_parent .image_wrap {
    order: 1;
  }
  .collective_behind_parent .parent.right .data_wrap {
    order: 2;
  }
  .collective_behind_parent .parent.right .image_wrap {
    order: 1;
  }
  .blog_list_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .blog_list_section .section_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 40px;
  }
  .blog_list_section .blog_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .blog_list_section .blog_card .blog_image {
    height: 220px;
  }
  .blog_list_section .blog_card .blog_content h3 {
    font-size: 20px;
  }
  .footer_section {
    padding-top: 7vh;
    padding-bottom: 30px;
  }
  .footer_section .footer_content {
    flex-direction: column;
    gap: 50px;
  }
  .footer_section .footer_left {
    max-width: 100%;
  }
  .footer_section .footer_left .footer_heading {
    margin-bottom: 35px;
  }
  .footer_section .footer_right {
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .site_header {
    padding: 15px 0;
  }
  .site_header.scrolled {
    padding: 10px 0;
  }
  .site_header .logo_link .site_logo {
    height: 80px;
  }
  .site_header.scrolled .site_logo {
    height: 60px;
  }
  .site_header .main_nav {
    width: 100%;
    max-width: 280px;
    padding: 70px 25px 25px;
  }
  .site_header .main_nav .nav_menu {
    gap: 20px;
  }
  .site_header .main_nav .nav_menu li a {
    font-size: 17px;
  }
  .site_header .mobile_menu_toggle span {
    width: 22px;
  }
  .client_list_starts ul {
    width: 100%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .client_list_starts ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
  }
  .client_list_starts ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .client_list_starts ul li {
    padding: 2px;
  }
  .cursor {
    display: none;
  }
  .blog_list_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .blog_list_section .section_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .blog_list_section .blog_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .blog_list_section .blog_card .blog_image {
    height: 200px;
  }
  .footer_section {
    padding-top: 7vh;
    padding-bottom: 30px;
  }
  .footer_section .footer_content {
    flex-direction: column;
    gap: 40px;
  }
  .footer_section .footer_left {
    max-width: 100%;
  }
  .footer_section .footer_left .footer_heading {
    margin-bottom: 30px;
  }
  .footer_section .footer_left .footer_locations {
    margin-bottom: 30px;
  }
  .footer_section .footer_right {
    flex-direction: column;
    gap: 35px;
  }
  .hero_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero_section .hero_content {
    justify-content: flex-end;
    align-items: baseline;
  }
  .hero_section .hero_heading {
    text-align: left;
  }
  .hero_section .hero_description {
    position: relative;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px;
    border-radius: 20px;
  }
  .hero_section .hero_scroll_indicator {
    position: relative;
    text-align: center;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero_section .hero_scroll_indicator .circular_text {
    width: 120px;
    height: 120px;
  }
  .hero_section .hero_scroll_indicator .rotating_text text {
    font-size: 10px;
  }
  .hero_section .floating_images .floating_img img {
    width: 100px;
    border-radius: 8px;
  }
  .brands_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .brands_section .brands_heading h2 {
    text-align: left;
  }
  .brands_section .brands_ticker_wrap {
    margin-top: 30px;
  }
  .brands_section .brands_ticker_wrap::before, .brands_section .brands_ticker_wrap::after {
    width: 50px;
  }
  .brands_section .brands_ticker {
    gap: 50px;
    animation: ticker 20s linear infinite;
  }
  .brands_section .brand_logo {
    width: 140px;
    height: 70px;
  }
  .stats_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .stats_section .stats_grid {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .stats_section .stat_item {
    flex: 0 0 calc(50% - 10px);
  }
  .process_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
    min-height: 100vh;
  }
  .process_section .process_img_1 {
    width: 140px;
    height: 100px;
    top: 20%;
    left: 2%;
  }
  .process_section .process_img_2 {
    width: 120px;
    height: 90px;
    bottom: 15%;
    left: 2%;
  }
  .process_section .process_img_3 {
    width: 130px;
    height: 95px;
    top: 15%;
    right: 2%;
  }
  .process_section .process_img_4 {
    width: 140px;
    height: 100px;
    bottom: 10%;
    right: 2%;
  }
  .process_section .process_content h2 {
    text-align: center;
  }
  .process_steps_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .process_steps_section .step_card {
    padding: 40px 30px;
    min-height: 300px;
    border-radius: 25px;
  }
  .process_steps_section .step_bg_number {
    font-size: 140px;
    top: -15px;
    right: 15px;
  }
  .process_steps_section .steps_navigation {
    margin-bottom: 20px;
  }
  .process_steps_section .step_arrow {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .what_we_do_section {
    padding-top: 2.45vh;
    padding-bottom: 7vh;
  }
  .what_we_do_section .header_parent {
    padding: 0;
    margin: 0;
  }
  .what_we_do_section .section_header {
    margin-bottom: 30px;
  }
  .what_we_do_section .what_we_do_content {
    flex-direction: column;
    gap: 30px;
  }
  .what_we_do_section .services_list {
    flex: 1;
  }
  .what_we_do_section .service_item {
    padding: 15px 0;
  }
  .what_we_do_section .service_item .service_indicator {
    width: 20px;
    height: 20px;
  }
  .what_we_do_section .service_details {
    min-height: 300px;
  }
  .what_we_do_section .service_detail {
    flex-direction: column;
    gap: 25px;
  }
  .what_we_do_section .detail_content {
    flex: 1;
  }
  .what_we_do_section .detail_image {
    height: 220px;
    display: none;
  }
}
/* ============================================================
   APPLICATIONS PAGE
   ============================================================ */
.applications_page_hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 15vh;
  padding-top: 320px;
}
.applications_page_hero .app_hero_bg {
  position: absolute;
  inset: 0;
}
.applications_page_hero .app_hero_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.applications_page_hero .app_hero_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(to top, rgba(45, 50, 145, 0.7) 0%, transparent 50%);
}
.applications_page_hero .gridContainer {
  position: relative;
  z-index: 2;
  width: 100%;
}
.applications_page_hero .app_hero_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.applications_page_hero .app_hero_content {
  max-width: 700px;
  flex: 1;
}
.applications_page_hero .app_hero_content p {
  color: rgba(255, 255, 255, 0.72);
}
.applications_page_hero .app_hero_content .hero_cta_group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.applications_page_hero .app_hero_focus_card {
  min-width: 260px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 28px;
}
.applications_page_hero .app_hero_focus_card .focus_label {
  font-family: semi_font;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.applications_page_hero .app_hero_focus_card .focus_item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.applications_page_hero .app_hero_focus_card .focus_item:last-child {
  border-bottom: none;
}
.applications_page_hero .app_hero_focus_card .focus_item .fi_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #88219b;
  flex-shrink: 0;
}
.applications_page_hero .app_hero_focus_card .focus_item span {
  color: rgba(255, 255, 255, 0.85);
  font-family: reg_font;
}

/* â”€â”€â”€ Applications Hub Intro â”€â”€â”€ */
.app_hub_intro {
  padding: 15vh 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.app_hub_intro .hub_intro_inner {
  display: flex;
  gap: 80px;
  align-items: flex-end;
}
.app_hub_intro .hub_intro_left {
  flex: 1.2;
}
.app_hub_intro .hub_stats_row {
  flex: 1;
  display: flex;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.app_hub_intro .hub_stats_row .hub_stat {
  flex: 1;
  text-align: center;
  padding: 28px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.app_hub_intro .hub_stats_row .hub_stat:last-child {
  border-right: none;
}
.app_hub_intro .hub_stats_row .hub_stat .hs_number {
  font-family: header_bold;
  color: #2d3291;
  display: block;
  line-height: 1;
}
.app_hub_intro .hub_stats_row .hub_stat .hs_label {
  display: block;
  opacity: 0.55;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

/* â”€â”€â”€ Application Sectors â”€â”€â”€ */
.app_sectors_section {
  padding: 15vh 0;
}
.app_sectors_section .sectors_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  gap: 40px;
}
.app_sectors_section .sectors_header .sectors_intro {
  max-width: 400px;
}
.app_sectors_section .sectors_header .sectors_intro p {
  opacity: 0.65;
}
.app_sectors_section .sectors_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.app_sectors_section .app_sector_card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.app_sectors_section .app_sector_card:hover {
  border-color: #2d3291;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  transform: translateY(-4px);
}
.app_sectors_section .app_sector_card.dark_card {
  background: #2d3291;
  border-color: #2d3291;
}
.app_sectors_section .app_sector_card.dark_card .asc_body h3 {
  color: #fff;
}
.app_sectors_section .app_sector_card.dark_card .asc_body .sector_num {
  color: rgba(255, 255, 255, 0.3);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_requirements p {
  color: rgba(255, 255, 255, 0.65);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_requirements .req_label {
  color: rgba(255, 255, 255, 0.45);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_performance li {
  color: rgba(255, 255, 255, 0.7);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_performance .perf_label {
  color: rgba(255, 255, 255, 0.45);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_performance::before {
  background: rgba(255, 255, 255, 0.15);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_tags .tag {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_link {
  color: rgba(255, 255, 255, 0.75);
}
.app_sectors_section .app_sector_card.dark_card .asc_body .asc_link:hover {
  color: #fff;
}
.app_sectors_section .app_sector_card .asc_image {
  height: 380px;
  overflow: hidden;
  position: relative;
}
.app_sectors_section .app_sector_card .asc_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.app_sectors_section .app_sector_card .asc_image .asc_sector_badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #2d3291;
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: semi_font;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.app_sectors_section .app_sector_card .asc_image:hover img {
  transform: scale(1.06);
}
.app_sectors_section .app_sector_card .asc_body {
  padding: 24px 26px 26px;
}
.app_sectors_section .app_sector_card .asc_body .sector_num {
  font-family: header_light;
  color: rgba(0, 0, 0, 0.12);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.app_sectors_section .app_sector_card .asc_body h3 {
  font-family: header_semi;
  padding: 0;
  margin: 0 0 16px 0;
}
.app_sectors_section .app_sector_card .asc_body .asc_requirements {
  margin-bottom: 14px;
}
.app_sectors_section .app_sector_card .asc_body .asc_requirements .req_label {
  font-family: semi_font;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.45;
  display: block;
  margin-bottom: 5px;
}
.app_sectors_section .app_sector_card .asc_body .asc_requirements p {
  padding-top: 0;
  opacity: 0.7;
}
.app_sectors_section .app_sector_card .asc_body .asc_performance {
  margin-bottom: 16px;
  padding: 12px;
  background: rgba(45, 50, 145, 0.04);
  border-radius: 8px;
}
.app_sectors_section .app_sector_card .asc_body .asc_performance .perf_label {
  font-family: semi_font;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.45;
  display: block;
  margin-bottom: 8px;
}
.app_sectors_section .app_sector_card .asc_body .asc_performance ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.app_sectors_section .app_sector_card .asc_body .asc_performance ul li {
  padding: 0;
  opacity: 0.75;
  display: flex;
  align-items: center;
  gap: 8px;
}
.app_sectors_section .app_sector_card .asc_body .asc_performance ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2d3291;
  flex-shrink: 0;
}
.app_sectors_section .app_sector_card .asc_body .asc_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.app_sectors_section .app_sector_card .asc_body .asc_tags .tag {
  padding: 3px 10px;
  border: 1px solid rgba(45, 50, 145, 0.2);
  border-radius: 20px;
  color: #2d3291;
  font-family: semi_font;
  letter-spacing: 0.3px;
}
.app_sectors_section .app_sector_card .asc_body .asc_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2d3291;
  font-family: semi_font;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}
.app_sectors_section .app_sector_card .asc_body .asc_link svg {
  transition: all 0.3s ease-in-out;
}
.app_sectors_section .app_sector_card .asc_body .asc_link:hover {
  color: #88219b;
  gap: 12px;
}

/* â”€â”€â”€ Compliance Ecosystem â”€â”€â”€ */
.app_compliance_section {
  padding: 15vh 0;
  background: #f9f5d9;
}
.app_compliance_section .compliance_inner {
  display: flex;
  gap: 80px;
  align-items: center;
}
.app_compliance_section .compliance_left {
  flex: 1;
}
.app_compliance_section .compliance_left .compliance_stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 35px;
}
.app_compliance_section .compliance_left .compliance_stats .cs_item {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.app_compliance_section .compliance_left .compliance_stats .cs_item .cs_value {
  font-family: header_bold;
  color: #2d3291;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.app_compliance_section .compliance_left .compliance_stats .cs_item .cs_label {
  opacity: 0.6;
  letter-spacing: 0.5px;
}
.app_compliance_section .compliance_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.app_compliance_section .compliance_right .compliance_point {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.app_compliance_section .compliance_right .compliance_point:hover {
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  transform: translateX(6px);
}
.app_compliance_section .compliance_right .compliance_point .cp_icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 11px;
  background: #2d3291;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_compliance_section .compliance_right .compliance_point .cp_icon svg {
  color: #fff;
}
.app_compliance_section .compliance_right .compliance_point .cp_text span {
  display: block;
  font-family: semi_font;
  margin-bottom: 4px;
}
.app_compliance_section .compliance_right .compliance_point .cp_text p {
  padding: 0;
  opacity: 0.65;
}

/* â”€â”€â”€ Cross-links to Products & Technical Library â”€â”€â”€ */
.app_crosslinks_section {
  padding: 15vh 0;
}
.app_crosslinks_section .crosslinks_header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
.app_crosslinks_section .crosslinks_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.app_crosslinks_section .crosslink_card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}
.app_crosslinks_section .crosslink_card:hover {
  transform: translateY(-4px);
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.app_crosslinks_section .crosslink_card:hover img {
  transform: scale(1.04);
}
.app_crosslinks_section .crosslink_card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.app_crosslinks_section .crosslink_card .cl_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 50, 145, 0.88) 0%, rgba(45, 50, 145, 0.3) 55%, transparent 100%);
}
.app_crosslinks_section .crosslink_card .cl_content {
  position: relative;
  z-index: 2;
  padding: 32px;
}
.app_crosslinks_section .crosslink_card .cl_content .cl_tag {
  font-family: semi_font;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.app_crosslinks_section .crosslink_card .cl_content h3 {
  color: #fff;
  font-family: header_light;
  padding: 0;
  margin: 0 0 12px 0;
}
.app_crosslinks_section .crosslink_card .cl_content p {
  color: rgba(255, 255, 255, 0.65);
  padding: 0;
}
.app_crosslinks_section .crosslink_card .cl_content .cl_arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: semi_font;
  text-decoration: none;
  margin-top: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.app_crosslinks_section .crosslink_card .cl_content .cl_arrow:hover {
  gap: 14px;
}

/* â”€â”€â”€ Applications CTA Band â”€â”€â”€ */
.app_page_cta {
  padding: 15vh 0;
  background: #88219b;
}
.app_page_cta .gridContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.app_page_cta .cta_text {
  flex: 1;
}
.app_page_cta .cta_text h2 {
  color: #fff;
}
.app_page_cta .cta_text p {
  color: rgba(255, 255, 255, 0.62);
  padding-top: 0;
  max-width: 520px;
}
.app_page_cta .cta_actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

/* Applications page responsive */
@media only screen and (max-width: 1100px) {
  .app_sectors_section .sectors_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .app_compliance_section .compliance_inner {
    gap: 40px;
  }
  .app_hub_intro .hub_intro_inner {
    gap: 40px;
  }
}
@media only screen and (max-width: 786px) {
  .applications_page_hero {
    padding-bottom: 7vh;
    padding-top: 220px !important;
  }
  .applications_page_hero .app_hero_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .applications_page_hero .app_hero_focus_card {
    width: 100%;
  }
  .applications_page_hero .common_anchor {
    width: 100%;
    text-align: center;
  }
  .app_hub_intro {
    padding: 7vh 0;
  }
  .app_hub_intro .hub_intro_inner {
    flex-direction: column;
    gap: 30px;
  }
  .app_hub_intro .hub_stats_row .hub_stat {
    flex: 1 1 45%;
  }
  .app_sectors_section {
    padding: 7vh 0;
  }
  .app_sectors_section .sectors_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .app_sectors_section .sectors_grid {
    grid-template-columns: 1fr;
  }
  .app_compliance_section {
    padding: 7vh 0;
  }
  .app_compliance_section .compliance_inner {
    flex-direction: column;
    gap: 40px;
  }
  .app_crosslinks_section {
    padding: 7vh 0;
  }
  .app_crosslinks_section .crosslinks_grid {
    grid-template-columns: 1fr;
  }
  .app_crosslinks_section .crosslink_card {
    min-height: 240px;
  }
  .app_page_cta {
    padding: 7vh 0;
  }
  .app_page_cta .gridContainer {
    flex-direction: column;
    gap: 30px;
  }
  .app_page_cta .cta_actions {
    flex-direction: column;
    width: 100%;
  }
  .app_page_cta .cta_actions a {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .app_sectors_section .sectors_grid {
    grid-template-columns: 1fr;
  }
  .app_hero_focus_card {
    display: none;
  }
  .compliance_stats {
    grid-template-columns: 1fr !important;
  }
}
/* About page responsive  -  ipad_h (max 1100px) */
@media only screen and (max-width: 1100px) {
  .about_page_hero .about_hero_inner {
    gap: 30px;
  }
  .about_page_hero .about_hero_stats {
    min-width: 150px;
  }
  .company_overview_section .overview_inner {
    gap: 50px;
  }
  .mfg_step_row {
    grid-template-columns: repeat(3, 1fr);
  }
  .mfg_step_row::before {
    display: none;
  }
  .leader_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .capability_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* About page responsive  -  ipad_v (max 786px) */
@media only screen and (max-width: 786px) {
  .about_page_hero {
    padding-bottom: 7vh;
    padding-top: 180px;
  }
  .about_page_hero .about_hero_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .about_page_hero .about_hero_stats {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: unset;
    width: 100%;
  }
  .about_page_hero .floating_stat_card {
    flex: 1;
    min-width: 130px;
  }
  .company_overview_section {
    padding: 7vh 0;
  }
  .company_overview_section .overview_inner {
    flex-direction: column;
    gap: 40px;
  }
  .company_overview_section .overview_image_row .oi_main {
    height: 320px;
  }
  .company_overview_section .overview_image_row .mobile {
    display: inline-block;
  }
  .company_overview_section .overview_image_row .desktop {
    display: none;
  }
  .company_overview_section .overview_image_row .oi_floating_badge,
  .company_overview_section .overview_image_row .oi_floating_badge_right {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    width: 100%;
  }
  .story_timeline_section {
    padding: 7vh 0;
  }
  .story_timeline_section .timeline_track::before {
    left: 20px;
  }
  .story_timeline_section .timeline_milestone {
    flex-direction: column;
  }
  .story_timeline_section .timeline_milestone:nth-child(odd) .tm_content, .story_timeline_section .timeline_milestone:nth-child(even) .tm_content {
    order: 2;
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
    align-items: flex-start;
  }
  .story_timeline_section .timeline_milestone:nth-child(odd) .tm_center, .story_timeline_section .timeline_milestone:nth-child(even) .tm_center {
    order: 1;
    position: absolute;
    left: 11px;
  }
  .story_timeline_section .timeline_milestone:nth-child(odd) .tm_spacer, .story_timeline_section .timeline_milestone:nth-child(even) .tm_spacer {
    display: none;
  }
  .story_timeline_section .timeline_milestone {
    position: relative;
    padding-left: 0;
  }
  .manufacturing_section {
    padding: 7vh 0;
  }
  .manufacturing_section .mfg_top {
    flex-direction: column;
    gap: 20px;
  }
  .manufacturing_section .mfg_step_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .manufacturing_section .mfg_gallery_row {
    grid-template-columns: 1fr;
  }
  .manufacturing_section .mfg_gallery_row .mfg_gallery_item img {
    height: 220px;
  }
  .manufacturing_section .mfg_gallery_row .mfg_gallery_item:first-child img {
    height: 220px;
  }
  .leadership_section {
    padding: 7vh 0;
  }
  .leadership_section .leadership_top {
    flex-direction: column;
    gap: 20px;
  }
  .leadership_section .leader_grid {
    grid-template-columns: 1fr;
  }
  .leadership_section .governance_strip {
    flex-direction: column;
    gap: 25px;
  }
  .leadership_section .team_image_band img {
    height: 680px;
  }
  .leadership_section .team_image_band .band_overlay {
    padding: 30px;
    padding-top: 350px;
  }
  .leadership_section .team_image_band .desktop {
    display: none;
  }
  .leadership_section .team_image_band .mobile {
    display: inline-block;
  }
  .capabilities_section {
    padding: 7vh 0;
  }
  .capabilities_section .capabilities_top {
    flex-direction: column;
    gap: 20px;
  }
  .capabilities_section .capability_grid {
    grid-template-columns: 1fr;
  }
  .capabilities_section .capability_cta_band {
    flex-direction: column;
    padding: 35px 30px;
  }
  .capabilities_section .capability_cta_band .band_actions {
    flex-direction: column;
    width: 100%;
  }
  .capabilities_section .capability_cta_band .band_actions a {
    text-align: center;
  }
}
/* About page responsive  -  phone (max 480px) */
@media only screen and (max-width: 480px) {
  .about_page_hero {
    min-height: 80vh;
    padding-top: 200px !important;
  }
  .about_page_hero .about_hero_stats {
    display: none;
  }
  .about_page_hero .common_anchor {
    width: 100%;
    text-align: center;
  }
  .mfg_step_row {
    grid-template-columns: 1fr 1fr;
  }
  .manufacturing_section .mfg_step_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*Responsive Ends*/
/* ============================================================
   SUSTAINABILITY PAGE
   ============================================================ */
.sustainability_page_hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 15vh;
  padding-top: 250px;
}
.sustainability_page_hero .sust_hero_bg {
  position: absolute;
  inset: 0;
}
.sustainability_page_hero .sust_hero_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability_page_hero .sust_hero_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 40, 20, 0.88) 0%, rgba(10, 40, 20, 0.55) 55%, rgba(45, 50, 145, 0.3) 100%), linear-gradient(to top, rgba(45, 50, 145, 0.6) 0%, transparent 50%);
}
.sustainability_page_hero .gridContainer {
  position: relative;
  z-index: 2;
  width: 100%;
}
.sustainability_page_hero .sust_hero_content {
  max-width: 680px;
}
.sustainability_page_hero .sust_hero_content p {
  color: rgba(255, 255, 255, 0.72);
}
.sustainability_page_hero .sust_hero_content .hero_cta_group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.sustainability_page_hero .sust_pillar_nav {
  display: flex;
  gap: 12px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.sustainability_page_hero .sust_pillar_link {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 10px 22px 10px 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sustainability_page_hero .sust_pillar_link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}
.sustainability_page_hero .sust_pillar_link .spl_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sustainability_page_hero .sust_pillar_link span {
  color: rgba(255, 255, 255, 0.88);
  font-family: semi_font;
  letter-spacing: 0.5px;
}

/* â”€â”€â”€ Sustainability Hub Intro â”€â”€â”€ */
.sust_hub_intro {
  padding: 15vh 0;
}
.sust_hub_intro .hub_inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 55px;
}
.sust_hub_intro .hub_manifesto {
  flex: 1.2;
}
.sust_hub_intro .hub_manifesto h2 {
  color: #2d3291;
}
.sust_hub_intro .hub_manifesto blockquote {
  margin: 25px 0 0 0;
  padding: 20px 24px;
  border-left: 3px solid #88219b;
  background: rgba(136, 33, 155, 0.04);
  border-radius: 0 8px 8px 0;
}
.sust_hub_intro .hub_manifesto blockquote p {
  font-family: semi_font;
  color: #88219b;
  padding: 0;
}
.sust_hub_intro .hub_metrics {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.sust_hub_intro .hub_metric_cell {
  background: #fff;
  padding: 32px 26px;
}
.sust_hub_intro .hub_metric_cell .hmc_number {
  font-family: header_bold;
  color: #2d3291;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.sust_hub_intro .hub_metric_cell .hmc_label {
  font-family: reg_font;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.sust_hub_intro .sust_manifesto_band {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 590px;
}
.sust_hub_intro .sust_manifesto_band img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sust_hub_intro .sust_manifesto_band .band_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 40, 20, 0.82) 0%, rgba(45, 50, 145, 0.55) 100%);
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.sust_hub_intro .sust_manifesto_band .band_quote h3 {
  color: #fff;
  font-family: header_light;
  max-width: 720px;
  padding: 0;
  margin: 0 0 14px 0;
}
.sust_hub_intro .sust_manifesto_band .band_quote span {
  color: rgba(255, 255, 255, 0.5);
  font-family: reg_font;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* â”€â”€â”€ Materials & Circularity â”€â”€â”€ */
.materials_section {
  padding: 15vh 0;
  background: #f2f7f2;
}
.materials_section .materials_inner {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
.materials_section .materials_left {
  flex: 1.1;
}
.materials_section .materials_left p {
  max-width: 480px;
}
.materials_section .materials_left .materials_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.materials_section .materials_left .mat_tag {
  padding: 6px 16px;
  background: rgba(45, 50, 145, 0.08);
  color: #2d3291;
  border-radius: 50px;
  font-family: semi_font;
  letter-spacing: 0.5px;
}
.materials_section .materials_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.materials_section .material_initiative_card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in-out;
}
.materials_section .material_initiative_card:hover {
  transform: translateX(5px);
}
.materials_section .material_initiative_card .mic_icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(45, 50, 145, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.materials_section .material_initiative_card .mic_body {
  flex: 1;
}
.materials_section .material_initiative_card .mic_body h4 {
  font-family: semi_font;
  color: #2d3291;
  padding: 0;
  margin: 0 0 5px 0;
}
.materials_section .material_initiative_card .mic_body p {
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}
.materials_section .materials_image_strip {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 10px;
  margin-top: 55px;
  border-radius: 16px;
  overflow: hidden;
}
.materials_section .materials_image_strip img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  display: block;
}
.materials_section .materials_image_strip img:hover {
  transform: scale(1.04);
}

/* â”€â”€â”€ Water & Chemicals â”€â”€â”€ */
.water_chemicals_section {
  padding: 15vh 0;
  background: #2d3291;
}
.water_chemicals_section .wc_inner {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin-bottom: 55px;
}
.water_chemicals_section .wc_left {
  flex: 1;
}
.water_chemicals_section .wc_left h2 {
  color: #fff;
}
.water_chemicals_section .wc_left p {
  color: rgba(255, 255, 255, 0.65);
}
.water_chemicals_section .wc_stats_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 35px;
}
.water_chemicals_section .wc_stat_card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px 20px;
}
.water_chemicals_section .wc_stat_card .wsc_number {
  font-family: header_bold;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.water_chemicals_section .wc_stat_card .wsc_label {
  color: rgba(255, 255, 255, 0.5);
  font-family: reg_font;
  display: block;
}
.water_chemicals_section .wc_right {
  flex: 1;
}
.water_chemicals_section .wc_right h2 {
  color: #fff;
}
.water_chemicals_section .wc_process_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 30px;
}
.water_chemicals_section .wc_process_step {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.water_chemicals_section .wc_process_step:last-child {
  border-bottom: none;
}
.water_chemicals_section .wc_process_step .wps_num {
  font-family: header_bold;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
}
.water_chemicals_section .wc_process_step .wps_body {
  flex: 1;
}
.water_chemicals_section .wc_process_step .wps_body h4 {
  font-family: semi_font;
  color: #fff;
  padding: 0;
  margin: 0 0 4px 0;
}
.water_chemicals_section .wc_process_step .wps_body p {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
.water_chemicals_section .wc_image_band {
  border-radius: 16px;
  overflow: hidden;
  height: 80vh;
}
.water_chemicals_section .wc_image_band img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* â”€â”€â”€ Energy & Emissions â”€â”€â”€ */
.energy_emissions_section {
  padding: 15vh 0;
}
.energy_emissions_section .energy_top {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin-bottom: 55px;
}
.energy_emissions_section .energy_left {
  flex: 1.1;
}
.energy_emissions_section .energy_metrics_row {
  display: flex;
  gap: 18px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.energy_emissions_section .energy_metric_card {
  flex: 1;
  min-width: 140px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.energy_emissions_section .energy_metric_card .emc_value {
  font-family: header_bold;
  color: #2d3291;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.energy_emissions_section .energy_metric_card .emc_label {
  color: rgba(0, 0, 0, 0.48);
  font-family: reg_font;
  display: block;
}
.energy_emissions_section .energy_right {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}
.energy_emissions_section .energy_right img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.energy_emissions_section .energy_roadmap {
  background: rgba(45, 50, 145, 0.04);
  border: 1px solid rgba(45, 50, 145, 0.1);
  border-radius: 16px;
  padding: 48px 52px;
}
.energy_emissions_section .energy_roadmap .roadmap_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
  gap: 20px;
}
.energy_emissions_section .energy_roadmap .roadmap_header h3 {
  font-family: header_light;
  color: #2d3291;
  padding: 0;
  margin: 0;
}
.energy_emissions_section .energy_roadmap .roadmap_header .roadmap_badge {
  background: #2d3291;
  color: #fff;
  padding: 7px 18px;
  border-radius: 50px;
  font-family: semi_font;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.energy_emissions_section .energy_progress_item {
  margin-bottom: 30px;
}
.energy_emissions_section .energy_progress_item:last-child {
  margin-bottom: 0;
}
.energy_emissions_section .energy_progress_item .epi_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.energy_emissions_section .energy_progress_item .epi_header .epi_milestone {
  font-family: semi_font;
  color: #2d3291;
}
.energy_emissions_section .energy_progress_item .epi_header .epi_percent {
  font-family: header_bold;
  color: #88219b;
}
.energy_emissions_section .energy_progress_item .epi_bar_track {
  height: 8px;
  background: rgba(45, 50, 145, 0.1);
  border-radius: 50px;
  overflow: hidden;
}
.energy_emissions_section .energy_progress_item .epi_bar_fill {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(to right, #2d3291, #88219b);
  width: 0;
}
.energy_emissions_section .energy_progress_item .epi_desc {
  color: rgba(0, 0, 0, 0.45);
  margin-top: 7px;
  padding: 0;
}

/* â”€â”€â”€ CSR & Community â”€â”€â”€ */
.csr_section {
  padding: 15vh 0;
  background: #f9f5d9;
}
.csr_section .csr_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 50px;
}
.csr_section .csr_header_left {
  max-width: 520px;
}
.csr_section .csr_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.csr_section .csr_card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.csr_section .csr_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #2d3291, #88219b);
}
.csr_section .csr_card:hover {
  transform: translateY(-5px);
}
.csr_section .csr_card .csr_icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(45, 50, 145, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.csr_section .csr_card h3 {
  font-family: semi_font;
  color: #2d3291;
  padding: 0;
  margin: 0 0 10px 0;
}
.csr_section .csr_card p {
  color: rgba(0, 0, 0, 0.52);
  padding: 0;
}
.csr_section .csr_card .csr_metric {
  display: inline-block;
  margin-top: 18px;
  background: rgba(45, 50, 145, 0.07);
  color: #2d3291;
  font-family: semi_font;
  padding: 5px 14px;
  border-radius: 50px;
}

/* â”€â”€â”€ Sustainability CTA Band â”€â”€â”€ */
.sust_cta_band {
  padding: 15vh 0;
  background: #88219b;
}
.sust_cta_band .cta_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.sust_cta_band .cta_text {
  flex: 1;
}
.sust_cta_band .cta_text h2 {
  color: #fff;
}
.sust_cta_band .cta_text p {
  color: rgba(255, 255, 255, 0.62);
  padding-top: 0;
  max-width: 520px;
}
.sust_cta_band .cta_actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

/* â”€â”€â”€ Sustainability page responsive â”€â”€â”€ */
@media only screen and (max-width: 1100px) {
  .sust_hub_intro .hub_inner {
    gap: 40px;
  }
  .materials_section .materials_inner {
    gap: 40px;
  }
  .water_chemicals_section .wc_inner {
    gap: 40px;
  }
  .energy_emissions_section .energy_top {
    gap: 40px;
  }
  .energy_emissions_section .energy_metrics_row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 786px) {
  .sustainability_page_hero {
    padding-bottom: 7vh;
  }
  .sustainability_page_hero .sust_pillar_nav {
    gap: 8px;
  }
  .sust_hub_intro {
    padding: 7vh 0;
  }
  .sust_hub_intro .hub_inner {
    flex-direction: column;
    gap: 35px;
  }
  .sust_hub_intro .hub_metrics {
    width: 100%;
  }
  .sust_hub_intro .sust_manifesto_band {
    height: 520px;
  }
  .sust_hub_intro .sust_manifesto_band .band_overlay {
    padding: 0 30px;
  }
  .materials_section {
    padding: 7vh 0;
  }
  .materials_section .materials_inner {
    flex-direction: column;
    gap: 35px;
  }
  .materials_section .materials_image_strip {
    grid-template-columns: 1fr;
  }
  .materials_section .materials_image_strip img {
    height: 200px;
  }
  .water_chemicals_section {
    padding: 7vh 0;
  }
  .water_chemicals_section .wc_inner {
    flex-direction: column;
    gap: 35px;
  }
  .energy_emissions_section {
    padding: 7vh 0;
  }
  .energy_emissions_section .energy_top {
    flex-direction: column;
    gap: 35px;
  }
  .energy_emissions_section .energy_right img {
    height: 260px;
  }
  .energy_emissions_section .energy_roadmap {
    padding: 30px 25px;
  }
  .energy_emissions_section .energy_roadmap .roadmap_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .csr_section {
    padding: 7vh 0;
  }
  .csr_section .csr_header_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .csr_section .csr_grid {
    grid-template-columns: 1fr;
  }
  .sust_cta_band {
    padding: 7vh 0;
  }
  .sust_cta_band .cta_inner {
    flex-direction: column;
    gap: 30px;
  }
  .sust_cta_band .cta_actions {
    flex-direction: column;
    width: 100%;
  }
  .sust_cta_band .cta_actions a {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .sust_pillar_nav {
    flex-direction: column;
  }
  .sust_pillar_nav .sust_pillar_link {
    width: 100%;
    justify-content: center;
  }
  .wc_stats_grid {
    grid-template-columns: 1fr !important;
  }
  .energy_metrics_row {
    flex-direction: column;
  }
  .csr_grid {
    grid-template-columns: 1fr !important;
  }
  .hub_metrics {
    grid-template-columns: 1fr !important;
  }
}
/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact_page_hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 15vh;
  padding-top: 320px;
}
.contact_page_hero .contact_hero_bg {
  position: absolute;
  inset: 0;
}
.contact_page_hero .contact_hero_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_page_hero .contact_hero_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(45, 50, 145, 0.93) 0%, rgba(45, 50, 145, 0.65) 55%, rgba(45, 50, 145, 0.25) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 50%);
}
.contact_page_hero .gridContainer {
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact_page_hero .contact_hero_content {
  max-width: 640px;
}
.contact_page_hero .contact_hero_content p {
  color: rgba(255, 255, 255, 0.72);
}
.contact_page_hero .contact_quick_info {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.contact_page_hero .cqi_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact_page_hero .cqi_item .cqi_icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact_page_hero .cqi_item .cqi_text span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-family: reg_font;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact_page_hero .cqi_item .cqi_text a,
.contact_page_hero .cqi_item .cqi_text p {
  color: #fff;
  font-family: semi_font;
  text-decoration: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.contact_page_hero .cqi_item .cqi_text a:hover,
.contact_page_hero .cqi_item .cqi_text p:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* â”€â”€â”€ Contact Hub â”€â”€â”€ */
.contact_hub_section {
  padding: 15vh 0;
}
.contact_hub_section .contact_hub_inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.contact_hub_section .contact_form_side {
  flex: 1.3;
}
.contact_hub_section .contact_details_side {
  flex: 1;
}

.contact_form_wrap {
  background: #fff;
  border-radius: 16px;
  padding: 45px 50px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.contact_form_wrap .cf_title {
  margin-bottom: 28px;
}
.contact_form_wrap .cf_title h3 {
  font-family: header_light;
  color: #2d3291;
  padding: 0;
  margin: 0 0 6px 0;
}
.contact_form_wrap .cf_title p {
  color: rgba(0, 0, 0, 0.48);
  padding: 0;
}
.contact_form_wrap .cf_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.contact_form_wrap .cf_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.contact_form_wrap .cf_field.full {
  grid-column: 1/-1;
}
.contact_form_wrap .cf_field label {
  font-family: semi_font;
  color: #2d3291;
  letter-spacing: 0.5px;
}
.contact_form_wrap .cf_field input,
.contact_form_wrap .cf_field select,
.contact_form_wrap .cf_field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: rgba(45, 50, 145, 0.02);
  font-family: reg_font;
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.contact_form_wrap .cf_field input:focus,
.contact_form_wrap .cf_field select:focus,
.contact_form_wrap .cf_field textarea:focus {
  border-color: #2d3291;
  background: rgba(45, 50, 145, 0.04);
}
.contact_form_wrap .cf_field input::-moz-placeholder, .contact_form_wrap .cf_field select::-moz-placeholder, .contact_form_wrap .cf_field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.contact_form_wrap .cf_field input::placeholder,
.contact_form_wrap .cf_field select::placeholder,
.contact_form_wrap .cf_field textarea::placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.contact_form_wrap .cf_field textarea {
  resize: vertical;
  min-height: 120px;
}
.contact_form_wrap .cf_field select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%232d3291' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact_form_wrap .cf_field.has_error input,
.contact_form_wrap .cf_field.has_error select,
.contact_form_wrap .cf_field.has_error textarea {
  border-color: #d33;
}
.contact_form_wrap .cf_field .contact_field_error {
  min-height: 16px;
  color: #d33;
  font-family: reg_font;
  font-size: 12px;
  line-height: 1.35;
}
.contact_form_wrap .contact_enquiry_message {
  margin: 0 0 14px;
  color: #d33;
  font-family: semi_font;
  font-size: 14px;
  line-height: 1.45;
}
.contact_form_wrap .contact_enquiry_message.success {
  color: #18794e;
}
.contact_form_wrap .cf_submit {
  margin-top: 6px;
}

.contact_details_panel {
  position: sticky;
  top: 100px;
}
.contact_details_panel .cdp_head {
  margin-bottom: 30px;
}
.contact_details_panel .cdp_head h3 {
  font-family: header_light;
  color: #2d3291;
  padding: 0;
  margin: 0 0 8px 0;
}
.contact_details_panel .cdp_head p {
  color: rgba(0, 0, 0, 0.48);
  padding: 0;
}
.contact_details_panel .contact_detail_item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.contact_details_panel .contact_detail_item:last-child {
  border-bottom: none;
}
.contact_details_panel .contact_detail_item .cdi_icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(45, 50, 145, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact_details_panel .contact_detail_item .cdi_body span {
  display: block;
  font-family: semi_font;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact_details_panel .contact_detail_item .cdi_body a,
.contact_details_panel .contact_detail_item .cdi_body p {
  color: #2d3291;
  font-family: semi_font;
  text-decoration: none;
  padding: 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.contact_details_panel .contact_detail_item .cdi_body a:hover,
.contact_details_panel .contact_detail_item .cdi_body p:hover {
  color: #88219b;
}
.contact_details_panel .cdp_response_promise {
  margin-top: 28px;
  background: rgba(45, 50, 145, 0.04);
  border: 1px solid rgba(45, 50, 145, 0.1);
  border-radius: 16px;
  padding: 22px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact_details_panel .cdp_response_promise .rp_icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(45, 50, 145, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact_details_panel .cdp_response_promise .rp_text h4 {
  font-family: semi_font;
  color: #2d3291;
  padding: 0;
  margin: 0 0 4px 0;
}
.contact_details_panel .cdp_response_promise .rp_text p {
  color: rgba(0, 0, 0, 0.48);
  padding: 0;
}

/* â”€â”€â”€ Request Quote â”€â”€â”€ */
.quote_section {
  padding: 15vh 0;
  background: rgba(45, 50, 145, 0.03);
  border-top: 1px solid rgba(45, 50, 145, 0.08);
  border-bottom: 1px solid rgba(45, 50, 145, 0.08);
}
.quote_section .quote_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 42px;
}
.quote_section .quote_header_left {
  max-width: 520px;
}
.quote_section .quote_form_card {
  background: #fff;
  border-radius: 16px;
  padding: 45px 50px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.quote_section .quote_form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.quote_section .quote_form_grid.two_col {
  grid-template-columns: 1fr 1fr;
}
.quote_section .quote_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.quote_section .quote_field.span2 {
  grid-column: span 2;
}
.quote_section .quote_field.span3 {
  grid-column: 1/-1;
}
.quote_section .quote_field label {
  font-family: semi_font;
  color: #2d3291;
  letter-spacing: 0.5px;
}
.quote_section .quote_field input,
.quote_section .quote_field select,
.quote_section .quote_field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: rgba(45, 50, 145, 0.02);
  font-family: reg_font;
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.quote_section .quote_field input:focus,
.quote_section .quote_field select:focus,
.quote_section .quote_field textarea:focus {
  border-color: #2d3291;
  background: rgba(45, 50, 145, 0.04);
}
.quote_section .quote_field input::-moz-placeholder, .quote_section .quote_field select::-moz-placeholder, .quote_section .quote_field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.quote_section .quote_field input::placeholder,
.quote_section .quote_field select::placeholder,
.quote_section .quote_field textarea::placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.quote_section .quote_field textarea {
  resize: vertical;
  min-height: 100px;
}
.quote_section .quote_field select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%232d3291' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.quote_section .quote_form_note {
  color: rgba(0, 0, 0, 0.38);
  padding: 0;
  margin-bottom: 22px;
}
.quote_section .quote_form_actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}

/* â”€â”€â”€ Request Samples â”€â”€â”€ */
.samples_section {
  padding: 15vh 0;
}
.samples_section .samples_inner {
  display: flex;
  gap: 65px;
  align-items: flex-start;
}
.samples_section .samples_left {
  flex: 1.3;
}
.samples_section .samples_right {
  flex: 1;
}
.samples_section .sample_form_card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 45px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.samples_section .sample_form_card .cf_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.samples_section .sample_form_card .cf_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.samples_section .sample_form_card .cf_field label {
  font-family: semi_font;
  color: #2d3291;
  letter-spacing: 0.5px;
}
.samples_section .sample_form_card .cf_field input,
.samples_section .sample_form_card .cf_field select,
.samples_section .sample_form_card .cf_field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: rgba(45, 50, 145, 0.02);
  font-family: reg_font;
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.samples_section .sample_form_card .cf_field input:focus,
.samples_section .sample_form_card .cf_field select:focus,
.samples_section .sample_form_card .cf_field textarea:focus {
  border-color: #2d3291;
  background: rgba(45, 50, 145, 0.04);
}
.samples_section .sample_form_card .cf_field input::-moz-placeholder, .samples_section .sample_form_card .cf_field select::-moz-placeholder, .samples_section .sample_form_card .cf_field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.samples_section .sample_form_card .cf_field input::placeholder,
.samples_section .sample_form_card .cf_field select::placeholder,
.samples_section .sample_form_card .cf_field textarea::placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.samples_section .sample_form_card .cf_field textarea {
  resize: vertical;
}
.samples_section .sample_form_card .cf_field select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%232d3291' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.samples_section .sample_info_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 28px;
}
.samples_section .sil_item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.samples_section .sil_item:last-child {
  border-bottom: none;
}
.samples_section .sil_item .sil_num {
  font-family: header_bold;
  color: rgba(45, 50, 145, 0.18);
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}
.samples_section .sil_item .sil_body h4 {
  font-family: semi_font;
  color: #2d3291;
  padding: 0;
  margin: 0 0 4px 0;
}
.samples_section .sil_item .sil_body p {
  color: rgba(0, 0, 0, 0.48);
  padding: 0;
}
.samples_section .sample_image_block {
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden;
}
.samples_section .sample_image_block img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* â”€â”€â”€ Locations â”€â”€â”€ */
.locations_section {
  padding: 15vh 0;
  background: #f9f5d9;
}
.locations_section .locations_header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 50px;
}
.locations_section .locations_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.locations_section .location_card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.locations_section .location_card .location_visual {
  height: 210px;
  background: rgba(45, 50, 145, 0.08);
  position: relative;
  overflow: hidden;
}
.locations_section .location_card .location_visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.locations_section .location_card .location_visual .loc_overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 50, 145, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}
.locations_section .location_card .location_visual .loc_pin {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.locations_section .location_card .location_visual .loc_pin::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #2d3291;
  border-radius: 50%;
  transform: rotate(45deg);
}
.locations_section .location_card .location_info {
  padding: 28px 30px;
}
.locations_section .location_card .location_info .loc_type {
  font-family: semi_font;
  color: #88219b;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.locations_section .location_card .location_info h3 {
  font-family: semi_font;
  color: #2d3291;
  padding: 0;
  margin: 0 0 10px 0;
}
.locations_section .location_card .location_info p {
  color: rgba(0, 0, 0, 0.52);
  padding: 0;
  margin-bottom: 14px;
}
.locations_section .location_card .location_info .loc_contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.locations_section .location_card .location_info .loc_contact_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.locations_section .location_card .location_info .loc_contact_item a {
  color: #2d3291;
  text-decoration: none;
  font-family: reg_font;
  transition: all 0.3s ease-in-out;
}
.locations_section .location_card .location_info .loc_contact_item a:hover {
  color: #88219b;
}
.locations_section .location_card .location_info .loc_directions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2d3291;
  font-family: semi_font;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.locations_section .location_card .location_info .loc_directions:hover {
  gap: 10px;
  color: #88219b;
}

/* â”€â”€â”€ Contact page responsive â”€â”€â”€ */
@media only screen and (max-width: 1100px) {
  .contact_hub_section .contact_hub_inner {
    gap: 40px;
  }
  .quote_section .quote_form_grid {
    grid-template-columns: 1fr 1fr;
  }
  .quote_section .quote_form_grid .quote_field.span3 {
    grid-column: 1/-1;
  }
  .samples_section .samples_inner {
    gap: 40px;
  }
}
@media only screen and (max-width: 786px) {
  .contact_page_hero {
    padding-bottom: 7vh;
  }
  .contact_page_hero .contact_quick_info {
    gap: 20px;
  }
  .contact_hub_section {
    padding: 7vh 0;
  }
  .contact_hub_section .contact_hub_inner {
    flex-direction: column;
    gap: 35px;
  }
  .contact_hub_section .contact_details_panel {
    position: static;
    width: 100%;
  }
  .contact_form_wrap {
    padding: 30px 25px;
  }
  .contact_form_wrap .cf_row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .quote_section {
    padding: 7vh 0;
  }
  .quote_section .quote_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .quote_section .quote_form_card {
    padding: 30px 25px;
  }
  .quote_section .quote_form_grid {
    grid-template-columns: 1fr;
  }
  .quote_section .quote_form_grid.two_col {
    grid-template-columns: 1fr;
  }
  .quote_section .quote_form_grid .quote_field.span2,
  .quote_section .quote_form_grid .quote_field.span3 {
    grid-column: span 1;
  }
  .quote_section .quote_form_actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .samples_section {
    padding: 7vh 0;
  }
  .samples_section .samples_inner {
    flex-direction: column;
    gap: 35px;
  }
  .samples_section .sample_form_card {
    padding: 30px 25px;
  }
  .samples_section .sample_form_card .cf_row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .locations_section {
    padding: 7vh 0;
  }
  .locations_section .locations_grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .contact_quick_info {
    flex-direction: column;
    gap: 14px;
  }
  .contact_form_wrap {
    padding: 25px 20px;
  }
  .quote_form_card {
    padding: 25px 20px !important;
  }
  .quote_form_actions {
    flex-direction: column !important;
    width: 100%;
  }
  .quote_form_actions a {
    width: 100%;
    text-align: center;
  }
  .sample_form_card {
    padding: 25px 20px !important;
  }
}
/* ============================================================
   PRODUCTS PAGE
   ============================================================ */
.products_page_hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 15vh;
  padding-top: 320px;
}
.products_page_hero .products_hero_bg {
  position: absolute;
  inset: 0;
}
.products_page_hero .products_hero_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products_page_hero .products_hero_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(45, 50, 145, 0.94) 0%, rgba(45, 50, 145, 0.68) 55%, rgba(45, 50, 145, 0.3) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
}
.products_page_hero .gridContainer {
  position: relative;
  z-index: 2;
  width: 100%;
}
.products_page_hero .products_hero_content {
  max-width: 680px;
}
.products_page_hero .products_hero_content p {
  color: rgba(255, 255, 255, 0.7);
}
.products_page_hero .products_hero_content .hero_cta_group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* â”€â”€â”€ Category Hub â”€â”€â”€ */
.products_category_hub {
  padding: 15vh 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.products_category_hub .category_hub_inner {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.products_category_hub .category_hub_inner::-webkit-scrollbar {
  display: none;
}
.products_category_hub .cat_hub_card {
  flex: 0 0 calc(16.666% - 14px);
  min-width: 160px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.products_category_hub .cat_hub_card:hover, .products_category_hub .cat_hub_card.active {
  border-color: #2d3291;
  transform: translateY(-4px);
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.products_category_hub .cat_hub_card:hover .chc_overlay, .products_category_hub .cat_hub_card.active .chc_overlay {
  background: rgba(45, 50, 145, 0.65);
}
.products_category_hub .cat_hub_card.active .chc_count {
  background: #88219b;
}
.products_category_hub .cat_hub_card .chc_image {
  height: 140px;
}
.products_category_hub .cat_hub_card .chc_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.products_category_hub .cat_hub_card .chc_overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 50, 145, 0.45);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
.products_category_hub .cat_hub_card .chc_name {
  color: #fff;
  font-family: semi_font;
  line-height: 1.2;
  margin-bottom: 6px;
}
.products_category_hub .cat_hub_card .chc_count {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: semi_font;
  padding: 2px 10px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}

/* â”€â”€â”€ Products Filter + Grid â”€â”€â”€ */
.products_grid_section {
  padding: 15vh 0;
}
.products_grid_section .filter_bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 18px 24px;
  background: rgba(45, 50, 145, 0.03);
  border: 1px solid rgba(45, 50, 145, 0.08);
  border-radius: 16px;
  margin-bottom: 40px;
}
.products_grid_section .filter_group_label {
  font-family: semi_font;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 4px;
  flex-shrink: 0;
}
.products_grid_section .filter_divider {
  width: 1px;
  height: 22px;
  background: rgba(0, 0, 0, 0.12);
  margin: 0 10px;
  flex-shrink: 0;
}
.products_grid_section .pfilter_btn {
  padding: 6px 16px;
  border-radius: 50px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: rgba(0, 0, 0, 0.55);
  font-family: reg_font;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.products_grid_section .pfilter_btn:hover, .products_grid_section .pfilter_btn.active {
  border-color: #88219b;
  color: #88219b;
  background: rgba(136, 33, 155, 0.06);
}
.products_grid_section .products_results_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.products_grid_section .products_results_bar .results_text {
  color: rgba(0, 0, 0, 0.45);
}
.products_grid_section .products_results_bar .results_text .results_count {
  color: #2d3291;
  font-family: semi_font;
}
.products_grid_section .products_results_bar .reset_filters {
  color: #88219b;
  font-family: semi_font;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.products_grid_section .products_results_bar .reset_filters:hover {
  opacity: 0.7;
}
.products_grid_section .products_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.products_grid_section .no_results_msg {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 0;
  display: none;
}
.products_grid_section .no_results_msg h3 {
  font-family: header_light;
  color: #2d3291;
  padding: 0;
  margin: 0 0 10px 0;
}
.products_grid_section .no_results_msg p {
  color: rgba(0, 0, 0, 0.45);
  padding: 0;
}

.product_card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in-out;
}
.product_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(45, 50, 145, 0.14);
}
.product_card:hover .pc_image img {
  transform: scale(1.05);
}
.product_card.hidden {
  display: none;
}
.product_card .pc_image {
  height: 520px;
  overflow: hidden;
  position: relative;
}
.product_card .pc_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product_card .pc_image .pc_cat_tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #2d3291;
  color: #fff;
  font-family: semi_font;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
}
.product_card .pc_image .pc_new_badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #88219b;
  color: #fff;
  font-family: semi_font;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 50px;
}
.product_card .pc_body {
  padding: 22px 24px 26px;
}
.product_card .pc_body h3 {
  font-family: semi_font;
  color: #2d3291;
  padding: 0;
  margin: 0 0 5px 0;
}
.product_card .pc_body .pc_desc {
  color: rgba(0, 0, 0, 0.48);
  padding: 0;
  margin-bottom: 16px;
}
.product_card .pc_body .pc_specs_strip {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
.product_card .pc_body .pc_spec {
  flex: 1;
  text-align: center;
  padding: 9px 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.product_card .pc_body .pc_spec:last-child {
  border-right: none;
}
.product_card .pc_body .pc_spec .spec_val {
  display: block;
  font-family: semi_font;
  color: #2d3291;
  line-height: 1;
  margin-bottom: 2px;
}
.product_card .pc_body .pc_spec .spec_key {
  display: block;
  color: rgba(0, 0, 0, 0.38);
  font-family: reg_font;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.product_card .pc_body .pc_app_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 18px;
}
.product_card .pc_body .pc_tag {
  padding: 3px 10px;
  background: rgba(45, 50, 145, 0.06);
  color: #2d3291;
  border-radius: 50px;
  font-family: reg_font;
}
.product_card .pc_body .pc_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.product_card .pc_body .pc_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2d3291;
  font-family: semi_font;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}
.product_card .pc_body .pc_link:hover {
  gap: 10px;
  color: #88219b;
}
.product_card .pc_body .pc_certs {
  display: flex;
  gap: 5px;
}
.product_card .pc_body .pc_cert {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(45, 50, 145, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d3291;
  font-family: semi_font;
}

/* â”€â”€â”€ Products CTA Band â”€â”€â”€ */
.products_cta_band {
  padding: 15vh 0;
  background: #2d3291;
}
.products_cta_band .cta_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.products_cta_band .cta_text {
  flex: 1;
}
.products_cta_band .cta_text h2 {
  color: #fff;
}
.products_cta_band .cta_text p {
  color: rgba(255, 255, 255, 0.62);
  padding-top: 0;
  max-width: 520px;
}
.products_cta_band .cta_actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

/* â”€â”€â”€ Products page responsive â”€â”€â”€ */
@media only screen and (max-width: 1100px) {
  .products_grid_section .products_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_category_hub .cat_hub_card {
    flex: 0 0 calc(33.333% - 12px);
    min-width: 140px;
  }
}
@media only screen and (max-width: 786px) {
  .products_page_hero {
    padding-bottom: 7vh;
  }
  .products_category_hub {
    padding: 7vh 0;
  }
  .products_category_hub .cat_hub_card {
    flex: 0 0 180px;
  }
  .products_grid_section {
    padding: 7vh 0;
  }
  .products_grid_section .filter_bar {
    gap: 6px;
  }
  .products_grid_section .products_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_cta_band {
    padding: 7vh 0;
  }
  .products_cta_band .cta_inner {
    flex-direction: column;
    gap: 30px;
  }
  .products_cta_band .cta_actions {
    flex-direction: column;
    width: 100%;
  }
  .products_cta_band .cta_actions a {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .products_grid_section .products_grid {
    grid-template-columns: 1fr;
  }
  .products_category_hub .cat_hub_card {
    flex: 0 0 150px;
  }
  .products_category_hub .cat_hub_card .chc_image {
    height: 110px;
  }
  .filter_bar {
    padding: 14px 16px !important;
  }
  .filter_divider {
    display: none;
  }
}
.product_detail_hero {
  padding-top: 120px;
  padding-bottom: 15vh;
}
.product_detail_hero .pd_hero_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.product_detail_hero .pd_breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.product_detail_hero .pd_breadcrumb a {
  color: #2d3291;
  text-decoration: none;
  opacity: 0.65;
  transition: all 0.3s ease-in-out;
}
.product_detail_hero .pd_breadcrumb a:hover {
  opacity: 1;
}
.product_detail_hero .pd_breadcrumb .sep {
  opacity: 0.35;
}
.product_detail_hero .pd_breadcrumb span {
  opacity: 0.5;
}
.product_detail_hero .pd_cat_badge {
  display: inline-block;
  background: rgba(45, 50, 145, 0.08);
  color: #2d3291;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
  border: 1px solid rgba(45, 50, 145, 0.15);
}
.product_detail_hero .pd_hero_specs {
  display: flex;
  gap: 28px;
  margin: 30px 0;
}
.product_detail_hero .pd_hero_specs .phs_item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.product_detail_hero .pd_hero_specs .phs_item:last-child {
  border-right: none;
  padding-right: 0;
}
.product_detail_hero .pd_hero_specs .phs_item .phs_val {
  color: #2d3291;
}
.product_detail_hero .pd_hero_specs .phs_item .phs_key {
  opacity: 0.55;
}
.product_detail_hero .pd_hero_certs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.product_detail_hero .pd_hero_certs .pd_cert_pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: #fff;
  border-radius: 100px;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.product_detail_hero .pd_hero_certs .pd_cert_pill .cert_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d3291;
}
.product_detail_hero .pd_hero_actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.product_detail_hero .pd_hero_right {
  position: relative;
}
.product_detail_hero .pd_hero_right .pd_hero_image {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.product_detail_hero .pd_hero_right .pd_hero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_detail_hero .pd_hero_right .pd_new_tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #88219b;
  color: #fff;
  padding: 7px 18px;
  border-radius: 100px;
}
.product_detail_hero .pd_hero_right .pd_hero_stat_card {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 22px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.product_detail_hero .pd_hero_right .pd_hero_stat_card .hsc_val {
  color: #2d3291;
}
.product_detail_hero .pd_hero_right .pd_hero_stat_card .hsc_key {
  opacity: 0.55;
}

.pd_overview_section {
  padding: 15vh 0;
  background: #fff;
}
.pd_overview_section .pd_overview_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.pd_overview_section .pd_overview_text p {
  opacity: 0.75;
  margin: 0 0 20px;
}
.pd_overview_section .pd_overview_text .pd_benefits {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pd_overview_section .pd_overview_text .pd_benefits li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.pd_overview_section .pd_overview_text .pd_benefits li .benefit_check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(45, 50, 145, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.pd_overview_section .pd_overview_text .pd_benefits li span {
  opacity: 0.8;
}
.pd_overview_section .pd_overview_image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.pd_overview_section .pd_overview_image img {
  width: 100%;
  height: auto;
  display: block;
}

.pd_specs_section {
  padding: 15vh 0;
}
.pd_specs_section .pd_specs_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 50px;
}
.pd_specs_section .pd_specs_table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.pd_specs_section .pd_specs_table .pst_header {
  background: #2d3291;
  padding: 18px 28px;
}
.pd_specs_section .pd_specs_table .pst_header h4 {
  margin: 0;
  color: #fff;
}
.pd_specs_section .pd_specs_table .pst_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pd_specs_section .pd_specs_table .pst_row:last-child {
  border-bottom: none;
}
.pd_specs_section .pd_specs_table .pst_row:nth-child(even) {
  background: rgba(45, 50, 145, 0.025);
}
.pd_specs_section .pd_specs_table .pst_row .pst_label {
  opacity: 0.6;
}
.pd_specs_section .pd_specs_table .pst_row .pst_value {
  color: #2d3291;
  text-align: right;
  max-width: 55%;
}

.pd_performance_section {
  padding: 15vh 0;
  background: #fff;
}
.pd_performance_section .pd_perf_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.pd_performance_section .pd_perf_bars {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.pd_performance_section .pd_perf_bars .perf_bar_item .pbi_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.pd_performance_section .pd_perf_bars .perf_bar_item .pbi_header .pbi_val {
  color: #2d3291;
}
.pd_performance_section .pd_perf_bars .perf_bar_item .pbi_track {
  height: 10px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  overflow: hidden;
}
.pd_performance_section .pd_perf_bars .perf_bar_item .pbi_track .pbi_fill {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, #2d3291, #88219b);
  width: 0;
}
.pd_performance_section .pd_perf_image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.pd_performance_section .pd_perf_image img {
  width: 100%;
  height: auto;
  display: block;
}

.pd_applications_section {
  padding: 15vh 0;
}
.pd_applications_section .pd_apps_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.pd_applications_section .pd_app_card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in-out;
}
.pd_applications_section .pd_app_card .pac_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(45, 50, 145, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.pd_applications_section .pd_app_card .pac_icon svg {
  width: 26px;
  height: 26px;
  stroke: #2d3291;
}
.pd_applications_section .pd_app_card h4 {
  margin: 0 0 8px;
}
.pd_applications_section .pd_app_card p {
  margin: 0;
  opacity: 0.62;
}
.pd_applications_section .pd_app_card:hover {
  transform: translateY(-5px);
}

.pd_certs_section {
  padding: 15vh 0;
  background: #2d3291;
}
.pd_certs_section .pd_certs_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.pd_certs_section .pd_cert_card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 30px 24px;
}
.pd_certs_section .pd_cert_card .pcc_badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.pd_certs_section .pd_cert_card .pcc_badge span {
  color: #fff;
  font-family: semi_font;
}
.pd_certs_section .pd_cert_card h4 {
  margin: 0 0 8px;
  color: #fff;
}
.pd_certs_section .pd_cert_card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.pd_downloads_section {
  padding: 15vh 0;
}
.pd_downloads_section .pd_downloads_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.pd_downloads_section .pd_download_card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 26px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.pd_downloads_section .pd_download_card .pdc_icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(45, 50, 145, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pd_downloads_section .pd_download_card .pdc_icon svg {
  width: 24px;
  height: 24px;
  stroke: #2d3291;
}
.pd_downloads_section .pd_download_card .pdc_info {
  flex-grow: 1;
}
.pd_downloads_section .pd_download_card .pdc_info h4 {
  margin: 0 0 4px;
  color: #2d3291;
}
.pd_downloads_section .pd_download_card .pdc_info p {
  margin: 0;
  opacity: 0.55;
}
.pd_downloads_section .pd_download_card .pdc_dl svg {
  width: 20px;
  height: 20px;
  stroke: #2d3291;
  opacity: 0.35;
  transition: all 0.3s ease-in-out;
}
.pd_downloads_section .pd_download_card:hover {
  transform: translateY(-4px);
}
.pd_downloads_section .pd_download_card:hover .pdc_dl svg {
  opacity: 1;
}

.pd_related_section {
  padding: 15vh 0;
  background: #fff;
}
.pd_related_section .pd_section_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.pd_related_section .pd_section_header a {
  color: #2d3291;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.pd_related_section .pd_section_header a:hover {
  opacity: 1;
}
.pd_related_section .pd_related_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pd_cta_band {
  padding: 15vh 0;
  background: #88219b;
  text-align: center;
}
.pd_cta_band .pd_cta_inner {
  max-width: 680px;
  margin: 0 auto;
}
.pd_cta_band h2 {
  color: #fff;
  margin: 0 0 14px;
}
.pd_cta_band p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 38px;
}
.pd_cta_band .pd_cta_actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1100px) {
  .product_detail_hero .pd_hero_inner {
    gap: 40px;
  }
  .product_detail_hero .pd_hero_right .pd_hero_stat_card {
    right: 0;
  }
  .pd_overview_section .pd_overview_inner {
    gap: 50px;
  }
  .pd_performance_section .pd_perf_inner {
    gap: 50px;
  }
  .pd_applications_section .pd_apps_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd_certs_section .pd_certs_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 786px) {
  .product_detail_hero {
    padding: 7vh 0;
    padding-top: 100px;
  }
  .product_detail_hero .pd_hero_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .product_detail_hero .pd_hero_right .pd_hero_image {
    aspect-ratio: 16/9;
  }
  .product_detail_hero .pd_hero_right .pd_hero_stat_card {
    right: 20px;
  }
  .pd_overview_section {
    padding: 7vh 0;
  }
  .pd_overview_section .pd_overview_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pd_specs_section {
    padding: 7vh 0;
  }
  .pd_specs_section .pd_specs_grid {
    grid-template-columns: 1fr;
  }
  .pd_performance_section {
    padding: 7vh 0;
  }
  .pd_performance_section .pd_perf_inner {
    grid-template-columns: 1fr;
  }
  .pd_performance_section .pd_perf_image {
    display: none;
  }
  .pd_applications_section {
    padding: 7vh 0;
  }
  .pd_applications_section .pd_apps_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd_certs_section {
    padding: 7vh 0;
  }
  .pd_certs_section .pd_certs_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd_downloads_section {
    padding: 7vh 0;
  }
  .pd_downloads_section .pd_downloads_grid {
    grid-template-columns: 1fr;
  }
  .pd_related_section {
    padding: 7vh 0;
  }
  .pd_related_section .pd_related_grid {
    grid-template-columns: 1fr;
  }
  .pd_related_section .pd_section_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }
  .pd_cta_band {
    padding: 7vh 0;
  }
}
@media only screen and (max-width: 480px) {
  .product_detail_hero .pd_hero_specs {
    flex-wrap: wrap;
    gap: 16px;
  }
  .product_detail_hero .pd_hero_actions {
    flex-direction: column;
  }
  .pd_certs_section .pd_certs_grid {
    grid-template-columns: 1fr 1fr;
  }
  .pd_applications_section .pd_apps_grid {
    grid-template-columns: 1fr 1fr;
  }
  .pd_cta_band .pd_cta_actions {
    flex-direction: column;
  }
}
/* ============================================================
   PRODUCT POPUP / MODAL
   ============================================================ */
.product_card {
  cursor: pointer;
}

.product_group_header {
  padding-top: 15vh;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
.product_group_header h2 {
  padding-top: 0;
}
.product_group_header p {
  padding-top: 8px;
  opacity: 0.6;
}

.product_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.product_popup_overlay.active {
  opacity: 1;
  visibility: visible;
}

.product_popup {
  background: #fff;
  border-radius: 16px;
  max-width: 900px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  position: relative;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}
.product_popup .popup_image {
  flex: 0 0 45%;
  min-height: 400px;
}
.product_popup .popup_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.product_popup .popup_content {
  flex: 1;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}

.popup_close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  color: #000;
  font-family: reg_font;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.popup_close:hover {
  background: #2d3291;
  color: #fff;
}

.popup_code {
  font-family: semi_font;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #88219b;
  display: block;
  margin-bottom: 6px;
}

#popupName {
  padding-top: 0;
  margin-bottom: 24px;
}

.popup_specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.popup_spec_item {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.popup_spec_item:nth-child(2n) {
  border-right: none;
}
.popup_spec_item:nth-last-child(-n+2) {
  border-bottom: none;
}
.popup_spec_item:last-child {
  grid-column: 1/-1;
  border-right: none;
  border-bottom: none;
}
.popup_spec_item .psi_label {
  display: block;
  font-family: semi_font;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.38);
  margin-bottom: 4px;
}
.popup_spec_item .psi_value {
  display: block;
  font-family: reg_font;
  color: #000;
  line-height: 1.4;
}

.popup_content .common_anchor {
  margin-top: auto;
  text-align: center;
}

/* â”€â”€â”€ Product popup responsive â”€â”€â”€ */
@media only screen and (max-width: 786px) {
  .product_popup {
    flex-direction: column;
    max-height: 85vh;
  }
  .product_popup .popup_image {
    flex: none;
    min-height: 240px;
    max-height: 280px;
  }
  .product_popup .popup_image img {
    border-radius: 16px 16px 0 0;
  }
  .product_popup .popup_content {
    padding: 28px 24px;
  }
  .product_group_header {
    padding-top: 7vh;
  }
}
@media only screen and (max-width: 480px) {
  .product_popup {
    width: 96%;
  }
  .product_popup .popup_image {
    min-height: 200px;
    max-height: 220px;
  }
  .product_popup .popup_content {
    padding: 22px 18px;
  }
  .popup_specs {
    grid-template-columns: 1fr;
  }
  .popup_spec_item {
    border-right: none;
  }
  .popup_spec_item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .popup_spec_item:last-child {
    grid-column: auto;
    border-bottom: none;
  }
  .product_group_header {
    padding-top: 7vh;
  }
}/*# sourceMappingURL=style.css.map */
