@charset "UTF-8";

html {
  font-size: 16px;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
body {
  /* font-family: "Funnel Display", sans-serif; */
 
   font-family: 'Roboto', sans-serif;
  /* font-size: 16px; */
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  background: #161616;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}
body.modern-agency .section-padding {
  padding: 80px 40px;
}
body.home-main, body.design-studio {
  font-family: "Mona Sans", sans-serif;
}
body.home-personal .container {
  max-width: 1320px;
}
body .sub-bg {
  background: #1C1C1C;
}
body .sub-bg2 {
  background: #3d3d3d;
}
body .blur-bg {
  background: rgba(45, 45, 45, 0.1);
  backdrop-filter: blur(10px);
}
body .lines {
  position: fixed;
  top: 0;
  height: 100%;
  width: 90%;
  left: 5%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.3;
}
body .lines:after, body .lines:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  pointer-events: none;
}
body .lines:before {
  left: auto;
  right: 20%;
}
body .blur-div {
  backdrop-filter: blur(10px);
  bottom: 0;
  flex: none;
  height: 100px;
  left: 0;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

.mozilla-font {
  font-family: "Mozilla Text", sans-serif;
}

.handjet-font {
  font-family: "Handjet", sans-serif;
}

.bg-light {
  background: #fff !important;
  color:  #d2d1d1;
}
.bg-light p {
  color: #4e4b4b;
}
.bg-light .butn-more .arrow-icon {
  background: #ccc;
}

.bg-dark {
  /* background: #0a0a0a !important; */
  background: #ff5710 !important;
}

.main-color {
  color: #ff5710 !important;
}

.main-colorbg {
  background-color: #ff5710 !important;
}

.main-color2 {
  color: #ff5710 !important;
}

.main-colorbg2 {
  background-color: #ff5710 !important;
}

section {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.half-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.big-section {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.extra-big-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}
ul.rest {
  margin: 0;
  padding: 0;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
video.bgvid {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accordion,
.accordion-item {
  color: inherit !important;
}

:focus-visible {
  outline: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.g-recaptcha.is-invalid iframe {
  border: 1px solid #dc3545 !important;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
.social-icon-circle a:hover {
  background: #fff;
  color: #171717;
}

.plink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.shape-top-left {
  position: absolute;
  top: 150px;
  left: -100px;
  z-index: -1;
}

.shape-top-right {
  position: absolute;
  top: 150px;
  /* right: -100px; */
  right: -10px;
  z-index: -1;
}
.shape-top-right img{
  transform:rotate(180deg);
}
.shape-bottom-left {
  position: absolute;
  bottom: 100px;
  left: -100px;
  z-index: -1;
}

.shape-bottom-right {
  position: absolute;
  bottom: 100px;
  right: -100px;
  z-index: -1;
}

.shape-top-center {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.shape-bottom-center {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.shape-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

/* ====================================================================================
    03. Loop - Padding, margin, position, font weight, min height, opacity and z-index
======================================================================================= */
/* Padding and margin */
.p-5px {
  padding: 5px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-15px {
  padding: 15px !important;
}

.p-20px {
  padding: 20px !important;
}

.p-25px {
  padding: 25px !important;
}

.p-30px {
  padding: 30px !important;
}

.p-35px {
  padding: 35px !important;
}

.p-40px {
  padding: 40px !important;
}

.p-45px {
  padding: 45px !important;
}

.p-50px {
  padding: 50px !important;
}

.p-55px {
  padding: 55px !important;
}

.p-60px {
  padding: 60px !important;
}

.p-65px {
  padding: 65px !important;
}

.p-70px {
  padding: 70px !important;
}

.p-75px {
  padding: 75px !important;
}

.p-80px {
  padding: 80px !important;
}

.p-1 {
  padding: 1% !important;
}

.p-2 {
  padding: 2% !important;
}

.p-3 {
  padding: 3% !important;
}

.p-4 {
  padding: 4% !important;
}

.p-5 {
  padding: 5% !important;
}

.p-6 {
  padding: 6% !important;
}

.p-7 {
  padding: 7% !important;
}

.p-8 {
  padding: 8% !important;
}

.p-9 {
  padding: 9% !important;
}

.p-10 {
  padding: 10% !important;
}

.p-11 {
  padding: 11% !important;
}

.p-12 {
  padding: 12% !important;
}

.p-13 {
  padding: 13% !important;
}

.p-14 {
  padding: 14% !important;
}

.p-15 {
  padding: 15% !important;
}

.p-16 {
  padding: 16% !important;
}

.p-17 {
  padding: 17% !important;
}

.p-18 {
  padding: 18% !important;
}

.p-19 {
  padding: 19% !important;
}

.p-20 {
  padding: 20% !important;
}

.p-21 {
  padding: 21% !important;
}

.p-22 {
  padding: 22% !important;
}

.p-23 {
  padding: 23% !important;
}

.p-24 {
  padding: 24% !important;
}

.p-25 {
  padding: 25% !important;
}

.p-26 {
  padding: 26% !important;
}

.p-27 {
  padding: 27% !important;
}

.p-28 {
  padding: 28% !important;
}

.p-29 {
  padding: 29% !important;
}

.p-30 {
  padding: 30% !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pt-25px {
  padding-top: 25px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pt-45px {
  padding-top: 45px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pt-55px {
  padding-top: 55px !important;
}

.pt-60px {
  padding-top: 60px !important;
}

.pt-65px {
  padding-top: 65px !important;
}

.pt-70px {
  padding-top: 70px !important;
}

.pt-75px {
  padding-top: 75px !important;
}

.pt-80px {
  padding-top: 80px !important;
}

.pt-1 {
  padding-top: 1% !important;
}

.pt-2 {
  padding-top: 2% !important;
}

.pt-3 {
  padding-top: 3% !important;
}

.pt-4 {
  padding-top: 4% !important;
}

.pt-5 {
  padding-top: 5% !important;
}

.pt-6 {
  padding-top: 6% !important;
}

.pt-7 {
  padding-top: 7% !important;
}

.pt-8 {
  padding-top: 8% !important;
}

.pt-9 {
  padding-top: 9% !important;
}

.pt-10 {
  padding-top: 10% !important;
}

.pt-11 {
  padding-top: 11% !important;
}

.pt-12 {
  padding-top: 12% !important;
}

.pt-13 {
  padding-top: 13% !important;
}

.pt-14 {
  padding-top: 14% !important;
}

.pt-15 {
  padding-top: 15% !important;
}

.pt-16 {
  padding-top: 16% !important;
}

.pt-17 {
  padding-top: 17% !important;
}

.pt-18 {
  padding-top: 18% !important;
}

.pt-19 {
  padding-top: 19% !important;
}

.pt-20 {
  padding-top: 20% !important;
}

.pt-21 {
  padding-top: 21% !important;
}

.pt-22 {
  padding-top: 22% !important;
}

.pt-23 {
  padding-top: 23% !important;
}

.pt-24 {
  padding-top: 24% !important;
}

.pt-25 {
  padding-top: 25% !important;
}

.pt-26 {
  padding-top: 26% !important;
}

.pt-27 {
  padding-top: 27% !important;
}

.pt-28 {
  padding-top: 28% !important;
}

.pt-29 {
  padding-top: 29% !important;
}

.pt-30 {
  padding-top: 30% !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.pr-25px {
  padding-right: 25px !important;
}

.pr-30px {
  padding-right: 30px !important;
}

.pr-35px {
  padding-right: 35px !important;
}

.pr-40px {
  padding-right: 40px !important;
}

.pr-45px {
  padding-right: 45px !important;
}

.pr-50px {
  padding-right: 50px !important;
}

.pr-55px {
  padding-right: 55px !important;
}

.pr-60px {
  padding-right: 60px !important;
}

.pr-65px {
  padding-right: 65px !important;
}

.pr-70px {
  padding-right: 70px !important;
}

.pr-75px {
  padding-right: 75px !important;
}

.pr-80px {
  padding-right: 80px !important;
}

.pr-1 {
  padding-right: 1% !important;
}

.pr-2 {
  padding-right: 2% !important;
}

.pr-3 {
  padding-right: 3% !important;
}

.pr-4 {
  padding-right: 4% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.pr-6 {
  padding-right: 6% !important;
}

.pr-7 {
  padding-right: 7% !important;
}

.pr-8 {
  padding-right: 8% !important;
}

.pr-9 {
  padding-right: 9% !important;
}

.pr-10 {
  padding-right: 10% !important;
}

.pr-11 {
  padding-right: 11% !important;
}

.pr-12 {
  padding-right: 12% !important;
}

.pr-13 {
  padding-right: 13% !important;
}

.pr-14 {
  padding-right: 14% !important;
}

.pr-15 {
  padding-right: 15% !important;
}

.pr-16 {
  padding-right: 16% !important;
}

.pr-17 {
  padding-right: 17% !important;
}

.pr-18 {
  padding-right: 18% !important;
}

.pr-19 {
  padding-right: 19% !important;
}

.pr-20 {
  padding-right: 20% !important;
}

.pr-21 {
  padding-right: 21% !important;
}

.pr-22 {
  padding-right: 22% !important;
}

.pr-23 {
  padding-right: 23% !important;
}

.pr-24 {
  padding-right: 24% !important;
}

.pr-25 {
  padding-right: 25% !important;
}

.pr-26 {
  padding-right: 26% !important;
}

.pr-27 {
  padding-right: 27% !important;
}

.pr-28 {
  padding-right: 28% !important;
}

.pr-29 {
  padding-right: 29% !important;
}

.pr-30 {
  padding-right: 30% !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-25px {
  padding-bottom: 25px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pb-45px {
  padding-bottom: 45px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pb-55px {
  padding-bottom: 55px !important;
}

.pb-60px {
  padding-bottom: 60px !important;
}

.pb-65px {
  padding-bottom: 65px !important;
}

.pb-70px {
  padding-bottom: 70px !important;
}

.pb-75px {
  padding-bottom: 75px !important;
}

.pb-80px {
  padding-bottom: 80px !important;
}

.pb-1 {
  padding-bottom: 1% !important;
}

.pb-2 {
  padding-bottom: 2% !important;
}

.pb-3 {
  padding-bottom: 3% !important;
}

.pb-4 {
  padding-bottom: 4% !important;
}

.pb-5 {
  padding-bottom: 5% !important;
}

.pb-6 {
  padding-bottom: 6% !important;
}

.pb-7 {
  padding-bottom: 7% !important;
}

.pb-8 {
  padding-bottom: 8% !important;
}

.pb-9 {
  padding-bottom: 9% !important;
}

.pb-10 {
  padding-bottom: 10% !important;
}

.pb-11 {
  padding-bottom: 11% !important;
}

.pb-12 {
  padding-bottom: 12% !important;
}

.pb-13 {
  padding-bottom: 13% !important;
}

.pb-14 {
  padding-bottom: 14% !important;
}

.pb-15 {
  padding-bottom: 15% !important;
}

.pb-16 {
  padding-bottom: 16% !important;
}

.pb-17 {
  padding-bottom: 17% !important;
}

.pb-18 {
  padding-bottom: 18% !important;
}

.pb-19 {
  padding-bottom: 19% !important;
}

.pb-20 {
  padding-bottom: 20% !important;
}

.pb-21 {
  padding-bottom: 21% !important;
}

.pb-22 {
  padding-bottom: 22% !important;
}

.pb-23 {
  padding-bottom: 23% !important;
}

.pb-24 {
  padding-bottom: 24% !important;
}

.pb-25 {
  padding-bottom: 25% !important;
}

.pb-26 {
  padding-bottom: 26% !important;
}

.pb-27 {
  padding-bottom: 27% !important;
}

.pb-28 {
  padding-bottom: 28% !important;
}

.pb-29 {
  padding-bottom: 29% !important;
}

.pb-30 {
  padding-bottom: 30% !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pl-15px {
  padding-left: 15px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.pl-25px {
  padding-left: 25px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.pl-35px {
  padding-left: 35px !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.pl-45px {
  padding-left: 45px !important;
}

.pl-50px {
  padding-left: 50px !important;
}

.pl-55px {
  padding-left: 55px !important;
}

.pl-60px {
  padding-left: 60px !important;
}

.pl-65px {
  padding-left: 65px !important;
}

.pl-70px {
  padding-left: 70px !important;
}

.pl-75px {
  padding-left: 75px !important;
}

.pl-80px {
  padding-left: 80px !important;
}

.pl-1 {
  padding-left: 1% !important;
}

.pl-2 {
  padding-left: 2% !important;
}

.pl-3 {
  padding-left: 3% !important;
}

.pl-4 {
  padding-left: 4% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pl-6 {
  padding-left: 6% !important;
}

.pl-7 {
  padding-left: 7% !important;
}

.pl-8 {
  padding-left: 8% !important;
}

.pl-9 {
  padding-left: 9% !important;
}

.pl-10 {
  padding-left: 10% !important;
}

.pl-11 {
  padding-left: 11% !important;
}

.pl-12 {
  padding-left: 12% !important;
}

.pl-13 {
  padding-left: 13% !important;
}

.pl-14 {
  padding-left: 14% !important;
}

.pl-15 {
  padding-left: 15% !important;
}

.pl-16 {
  padding-left: 16% !important;
}

.pl-17 {
  padding-left: 17% !important;
}

.pl-18 {
  padding-left: 18% !important;
}

.pl-19 {
  padding-left: 19% !important;
}

.pl-20 {
  padding-left: 20% !important;
}

.pl-21 {
  padding-left: 21% !important;
}

.pl-22 {
  padding-left: 22% !important;
}

.pl-23 {
  padding-left: 23% !important;
}

.pl-24 {
  padding-left: 24% !important;
}

.pl-25 {
  padding-left: 25% !important;
}

.pl-26 {
  padding-left: 26% !important;
}

.pl-27 {
  padding-left: 27% !important;
}

.pl-28 {
  padding-left: 28% !important;
}

.pl-29 {
  padding-left: 29% !important;
}

.pl-30 {
  padding-left: 30% !important;
}

.m-5px {
  margin: 5px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-15px {
  margin: 15px !important;
}

.m-20px {
  margin: 20px !important;
}

.m-25px {
  margin: 25px !important;
}

.m-30px {
  margin: 30px !important;
}

.m-35px {
  margin: 35px !important;
}

.m-40px {
  margin: 40px !important;
}

.m-45px {
  margin: 45px !important;
}

.m-50px {
  margin: 50px !important;
}

.m-55px {
  margin: 55px !important;
}

.m-60px {
  margin: 60px !important;
}

.m-65px {
  margin: 65px !important;
}

.m-70px {
  margin: 70px !important;
}

.m-75px {
  margin: 75px !important;
}

.m-80px {
  margin: 80px !important;
}

.m-1 {
  margin: 1% !important;
}

.m-2 {
  margin: 2% !important;
}

.m-3 {
  margin: 3% !important;
}

.m-4 {
  margin: 4% !important;
}

.m-5 {
  margin: 5% !important;
}

.m-6 {
  margin: 6% !important;
}

.m-7 {
  margin: 7% !important;
}

.m-8 {
  margin: 8% !important;
}

.m-9 {
  margin: 9% !important;
}

.m-10 {
  margin: 10% !important;
}

.m-11 {
  margin: 11% !important;
}

.m-12 {
  margin: 12% !important;
}

.m-13 {
  margin: 13% !important;
}

.m-14 {
  margin: 14% !important;
}

.m-15 {
  margin: 15% !important;
}

.m-16 {
  margin: 16% !important;
}

.m-17 {
  margin: 17% !important;
}

.m-18 {
  margin: 18% !important;
}

.m-19 {
  margin: 19% !important;
}

.m-20 {
  margin: 20% !important;
}

.m-21 {
  margin: 21% !important;
}

.m-22 {
  margin: 22% !important;
}

.m-23 {
  margin: 23% !important;
}

.m-24 {
  margin: 24% !important;
}

.m-25 {
  margin: 25% !important;
}

.m-26 {
  margin: 26% !important;
}

.m-27 {
  margin: 27% !important;
}

.m-28 {
  margin: 28% !important;
}

.m-29 {
  margin: 29% !important;
}

.m-30 {
  margin: 30% !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-45px {
  margin-top: 45px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mt-55px {
  margin-top: 55px !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mt-65px {
  margin-top: 65px !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mt-75px {
  margin-top: 75px !important;
}

.mt-80px {
  margin-top: 80px !important;
}

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mt-6 {
  margin-top: 6% !important;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mt-9 {
  margin-top: 9% !important;
}

.mt-10 {
  margin-top: 10% !important;
}

.mt-11 {
  margin-top: 11% !important;
}

.mt-12 {
  margin-top: 12% !important;
}

.mt-13 {
  margin-top: 13% !important;
}

.mt-14 {
  margin-top: 14% !important;
}

.mt-15 {
  margin-top: 15% !important;
}

.mt-16 {
  margin-top: 16% !important;
}

.mt-17 {
  margin-top: 17% !important;
}

.mt-18 {
  margin-top: 18% !important;
}

.mt-19 {
  margin-top: 19% !important;
}

.mt-20 {
  margin-top: 20% !important;
}

.mt-21 {
  margin-top: 21% !important;
}

.mt-22 {
  margin-top: 22% !important;
}

.mt-23 {
  margin-top: 23% !important;
}

.mt-24 {
  margin-top: 24% !important;
}

.mt-25 {
  margin-top: 25% !important;
}

.mt-26 {
  margin-top: 26% !important;
}

.mt-27 {
  margin-top: 27% !important;
}

.mt-28 {
  margin-top: 28% !important;
}

.mt-29 {
  margin-top: 29% !important;
}

.mt-30 {
  margin-top: 30% !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mr-15px {
  margin-right: 15px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.mr-25px {
  margin-right: 25px !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.mr-35px {
  margin-right: 35px !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.mr-45px {
  margin-right: 45px !important;
}

.mr-50px {
  margin-right: 50px !important;
}

.mr-55px {
  margin-right: 55px !important;
}

.mr-60px {
  margin-right: 60px !important;
}

.mr-65px {
  margin-right: 65px !important;
}

.mr-70px {
  margin-right: 70px !important;
}

.mr-75px {
  margin-right: 75px !important;
}

.mr-80px {
  margin-right: 80px !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.mr-2 {
  margin-right: 2% !important;
}

.mr-3 {
  margin-right: 3% !important;
}

.mr-4 {
  margin-right: 4% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mr-6 {
  margin-right: 6% !important;
}

.mr-7 {
  margin-right: 7% !important;
}

.mr-8 {
  margin-right: 8% !important;
}

.mr-9 {
  margin-right: 9% !important;
}

.mr-10 {
  margin-right: 10% !important;
}

.mr-11 {
  margin-right: 11% !important;
}

.mr-12 {
  margin-right: 12% !important;
}

.mr-13 {
  margin-right: 13% !important;
}

.mr-14 {
  margin-right: 14% !important;
}

.mr-15 {
  margin-right: 15% !important;
}

.mr-16 {
  margin-right: 16% !important;
}

.mr-17 {
  margin-right: 17% !important;
}

.mr-18 {
  margin-right: 18% !important;
}

.mr-19 {
  margin-right: 19% !important;
}

.mr-20 {
  margin-right: 20% !important;
}

.mr-21 {
  margin-right: 21% !important;
}

.mr-22 {
  margin-right: 22% !important;
}

.mr-23 {
  margin-right: 23% !important;
}

.mr-24 {
  margin-right: 24% !important;
}

.mr-25 {
  margin-right: 25% !important;
}

.mr-26 {
  margin-right: 26% !important;
}

.mr-27 {
  margin-right: 27% !important;
}

.mr-28 {
  margin-right: 28% !important;
}

.mr-29 {
  margin-right: 29% !important;
}

.mr-30 {
  margin-right: 30% !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-55px {
  margin-bottom: 55px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-65px {
  margin-bottom: 65px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-75px {
  margin-bottom: 75px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-1 {
  margin-bottom: 1% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.mb-6 {
  margin-bottom: 6% !important;
}

.mb-7 {
  margin-bottom: 7% !important;
}

.mb-8 {
  margin-bottom: 8% !important;
}

.mb-9 {
  margin-bottom: 9% !important;
}

.mb-10 {
  margin-bottom: 10% !important;
}

.mb-11 {
  margin-bottom: 11% !important;
}

.mb-12 {
  margin-bottom: 12% !important;
}

.mb-13 {
  margin-bottom: 13% !important;
}

.mb-14 {
  margin-bottom: 14% !important;
}

.mb-15 {
  margin-bottom: 15% !important;
}

.mb-16 {
  margin-bottom: 16% !important;
}

.mb-17 {
  margin-bottom: 17% !important;
}

.mb-18 {
  margin-bottom: 18% !important;
}

.mb-19 {
  margin-bottom: 19% !important;
}

.mb-20 {
  margin-bottom: 20% !important;
}

.mb-21 {
  margin-bottom: 21% !important;
}

.mb-22 {
  margin-bottom: 22% !important;
}

.mb-23 {
  margin-bottom: 23% !important;
}

.mb-24 {
  margin-bottom: 24% !important;
}

.mb-25 {
  margin-bottom: 25% !important;
}

.mb-26 {
  margin-bottom: 26% !important;
}

.mb-27 {
  margin-bottom: 27% !important;
}

.mb-28 {
  margin-bottom: 28% !important;
}

.mb-29 {
  margin-bottom: 29% !important;
}

.mb-30 {
  margin-bottom: 30% !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-15px {
  margin-left: 15px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.ml-25px {
  margin-left: 25px !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.ml-35px {
  margin-left: 35px !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.ml-45px {
  margin-left: 45px !important;
}

.ml-50px {
  margin-left: 50px !important;
}

.ml-55px {
  margin-left: 55px !important;
}

.ml-60px {
  margin-left: 60px !important;
}

.ml-65px {
  margin-left: 65px !important;
}

.ml-70px {
  margin-left: 70px !important;
}

.ml-75px {
  margin-left: 75px !important;
}

.ml-80px {
  margin-left: 80px !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-3 {
  margin-left: 3% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-6 {
  margin-left: 6% !important;
}

.ml-7 {
  margin-left: 7% !important;
}

.ml-8 {
  margin-left: 8% !important;
}

.ml-9 {
  margin-left: 9% !important;
}

.ml-10 {
  margin-left: 10% !important;
}

.ml-11 {
  margin-left: 11% !important;
}

.ml-12 {
  margin-left: 12% !important;
}

.ml-13 {
  margin-left: 13% !important;
}

.ml-14 {
  margin-left: 14% !important;
}

.ml-15 {
  margin-left: 15% !important;
}

.ml-16 {
  margin-left: 16% !important;
}

.ml-17 {
  margin-left: 17% !important;
}

.ml-18 {
  margin-left: 18% !important;
}

.ml-19 {
  margin-left: 19% !important;
}

.ml-20 {
  margin-left: 20% !important;
}

.ml-21 {
  margin-left: 21% !important;
}

.ml-22 {
  margin-left: 22% !important;
}

.ml-23 {
  margin-left: 23% !important;
}

.ml-24 {
  margin-left: 24% !important;
}

.ml-25 {
  margin-left: 25% !important;
}

.ml-26 {
  margin-left: 26% !important;
}

.ml-27 {
  margin-left: 27% !important;
}

.ml-28 {
  margin-left: 28% !important;
}

.ml-29 {
  margin-left: 29% !important;
}

.ml-30 {
  margin-left: 30% !important;
}

/* Position */
.top-0px {
  top: 0px;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.top-3px {
  top: 3px;
}

.top-4px {
  top: 4px;
}

.top-5px {
  top: 5px;
}

.top-6px {
  top: 6px;
}

.top-7px {
  top: 7px;
}

.top-8px {
  top: 8px;
}

.top-9px {
  top: 9px;
}

.top-10px {
  top: 10px;
}

.top-11px {
  top: 11px;
}

.top-12px {
  top: 12px;
}

.top-13px {
  top: 13px;
}

.top-14px {
  top: 14px;
}

.top-15px {
  top: 15px;
}

.top-16px {
  top: 16px;
}

.top-17px {
  top: 17px;
}

.top-18px {
  top: 18px;
}

.top-19px {
  top: 19px;
}

.top-20px {
  top: 20px;
}

.top-21px {
  top: 21px;
}

.top-22px {
  top: 22px;
}

.top-23px {
  top: 23px;
}

.top-24px {
  top: 24px;
}

.top-25px {
  top: 25px;
}

.top-26px {
  top: 26px;
}

.top-27px {
  top: 27px;
}

.top-28px {
  top: 28px;
}

.top-29px {
  top: 29px;
}

.top-30px {
  top: 30px;
}

.top-40px {
  top: 40px;
}

.top-50px {
  top: 50px;
}

.top-60px {
  top: 60px;
}

.top-70px {
  top: 70px;
}

.top-80px {
  top: 80px;
}

.top-90px {
  top: 90px;
}

.top-100px {
  top: 100px;
}

.top-110px {
  top: 110px;
}

.top-120px {
  top: 120px;
}

.top-130px {
  top: 130px;
}

.top-140px {
  top: 140px;
}

.top-150px {
  top: 150px;
}

.right-0px {
  right: 0px;
}

.right-1px {
  right: 1px;
}

.right-2px {
  right: 2px;
}

.right-3px {
  right: 3px;
}

.right-4px {
  right: 4px;
}

.right-5px {
  right: 5px;
}

.right-6px {
  right: 6px;
}

.right-7px {
  right: 7px;
}

.right-8px {
  right: 8px;
}

.right-9px {
  right: 9px;
}

.right-10px {
  right: 10px;
}

.right-11px {
  right: 11px;
}

.right-12px {
  right: 12px;
}

.right-13px {
  right: 13px;
}

.right-14px {
  right: 14px;
}

.right-15px {
  right: 15px;
}

.right-16px {
  right: 16px;
}

.right-17px {
  right: 17px;
}

.right-18px {
  right: 18px;
}

.right-19px {
  right: 19px;
}

.right-20px {
  right: 20px;
}

.right-21px {
  right: 21px;
}

.right-22px {
  right: 22px;
}

.right-23px {
  right: 23px;
}

.right-24px {
  right: 24px;
}

.right-25px {
  right: 25px;
}

.right-26px {
  right: 26px;
}

.right-27px {
  right: 27px;
}

.right-28px {
  right: 28px;
}

.right-29px {
  right: 29px;
}

.right-30px {
  right: 30px;
}

.right-40px {
  right: 40px;
}

.right-50px {
  right: 50px;
}

.right-60px {
  right: 60px;
}

.right-70px {
  right: 70px;
}

.right-80px {
  right: 80px;
}

.right-90px {
  right: 90px;
}

.right-100px {
  right: 100px;
}

.right-110px {
  right: 110px;
}

.right-120px {
  right: 120px;
}

.right-130px {
  right: 130px;
}

.right-140px {
  right: 140px;
}

.right-150px {
  right: 150px;
}

.bottom-0px {
  bottom: 0px;
}

.bottom-1px {
  bottom: 1px;
}

.bottom-2px {
  bottom: 2px;
}

.bottom-3px {
  bottom: 3px;
}

.bottom-4px {
  bottom: 4px;
}

.bottom-5px {
  bottom: 5px;
}

.bottom-6px {
  bottom: 6px;
}

.bottom-7px {
  bottom: 7px;
}

.bottom-8px {
  bottom: 8px;
}

.bottom-9px {
  bottom: 9px;
}

.bottom-10px {
  bottom: 10px;
}

.bottom-11px {
  bottom: 11px;
}

.bottom-12px {
  bottom: 12px;
}

.bottom-13px {
  bottom: 13px;
}

.bottom-14px {
  bottom: 14px;
}

.bottom-15px {
  bottom: 15px;
}

.bottom-16px {
  bottom: 16px;
}

.bottom-17px {
  bottom: 17px;
}

.bottom-18px {
  bottom: 18px;
}

.bottom-19px {
  bottom: 19px;
}

.bottom-20px {
  bottom: 20px;
}

.bottom-21px {
  bottom: 21px;
}

.bottom-22px {
  bottom: 22px;
}

.bottom-23px {
  bottom: 23px;
}

.bottom-24px {
  bottom: 24px;
}

.bottom-25px {
  bottom: 25px;
}

.bottom-26px {
  bottom: 26px;
}

.bottom-27px {
  bottom: 27px;
}

.bottom-28px {
  bottom: 28px;
}

.bottom-29px {
  bottom: 29px;
}

.bottom-30px {
  bottom: 30px;
}

.bottom-40px {
  bottom: 40px;
}

.bottom-50px {
  bottom: 50px;
}

.bottom-60px {
  bottom: 60px;
}

.bottom-70px {
  bottom: 70px;
}

.bottom-80px {
  bottom: 80px;
}

.bottom-90px {
  bottom: 90px;
}

.bottom-100px {
  bottom: 100px;
}

.bottom-110px {
  bottom: 110px;
}

.bottom-120px {
  bottom: 120px;
}

.bottom-130px {
  bottom: 130px;
}

.bottom-140px {
  bottom: 140px;
}

.bottom-150px {
  bottom: 150px;
}

.left-0px {
  left: 0px;
}

.left-1px {
  left: 1px;
}

.left-2px {
  left: 2px;
}

.left-3px {
  left: 3px;
}

.left-4px {
  left: 4px;
}

.left-5px {
  left: 5px;
}

.left-6px {
  left: 6px;
}

.left-7px {
  left: 7px;
}

.left-8px {
  left: 8px;
}

.left-9px {
  left: 9px;
}

.left-10px {
  left: 10px;
}

.left-11px {
  left: 11px;
}

.left-12px {
  left: 12px;
}

.left-13px {
  left: 13px;
}

.left-14px {
  left: 14px;
}

.left-15px {
  left: 15px;
}

.left-16px {
  left: 16px;
}

.left-17px {
  left: 17px;
}

.left-18px {
  left: 18px;
}

.left-19px {
  left: 19px;
}

.left-20px {
  left: 20px;
}

.left-21px {
  left: 21px;
}

.left-22px {
  left: 22px;
}

.left-23px {
  left: 23px;
}

.left-24px {
  left: 24px;
}

.left-25px {
  left: 25px;
}

.left-26px {
  left: 26px;
}

.left-27px {
  left: 27px;
}

.left-28px {
  left: 28px;
}

.left-29px {
  left: 29px;
}

.left-30px {
  left: 30px;
}

.left-40px {
  left: 40px;
}

.left-50px {
  left: 50px;
}

.left-60px {
  left: 60px;
}

.left-70px {
  left: 70px;
}

.left-80px {
  left: 80px;
}

.left-90px {
  left: 90px;
}

.left-100px {
  left: 100px;
}

.left-110px {
  left: 110px;
}

.left-120px {
  left: 120px;
}

.left-130px {
  left: 130px;
}

.left-140px {
  left: 140px;
}

.left-150px {
  left: 150px;
}

.top-minus-0px {
  top: -0px;
}

.top-minus-1px {
  top: -1px;
}

.top-minus-2px {
  top: -2px;
}

.top-minus-3px {
  top: -3px;
}

.top-minus-4px {
  top: -4px;
}

.top-minus-5px {
  top: -5px;
}

.top-minus-6px {
  top: -6px;
}

.top-minus-7px {
  top: -7px;
}

.top-minus-8px {
  top: -8px;
}

.top-minus-9px {
  top: -9px;
}

.top-minus-10px {
  top: -10px;
}

.top-minus-11px {
  top: -11px;
}

.top-minus-12px {
  top: -12px;
}

.top-minus-13px {
  top: -13px;
}

.top-minus-14px {
  top: -14px;
}

.top-minus-15px {
  top: -15px;
}

.top-minus-16px {
  top: -16px;
}

.top-minus-17px {
  top: -17px;
}

.top-minus-18px {
  top: -18px;
}

.top-minus-19px {
  top: -19px;
}

.top-minus-20px {
  top: -20px;
}

.top-minus-21px {
  top: -21px;
}

.top-minus-22px {
  top: -22px;
}

.top-minus-23px {
  top: -23px;
}

.top-minus-24px {
  top: -24px;
}

.top-minus-25px {
  top: -25px;
}

.top-minus-26px {
  top: -26px;
}

.top-minus-27px {
  top: -27px;
}

.top-minus-28px {
  top: -28px;
}

.top-minus-29px {
  top: -29px;
}

.top-minus-30px {
  top: -30px;
}

.top-minus-40px {
  top: -40px;
}

.top-minus-50px {
  top: -50px;
}

.top-minus-60px {
  top: -60px;
}

.top-minus-70px {
  top: -70px;
}

.top-minus-80px {
  top: -80px;
}

.top-minus-90px {
  top: -90px;
}

.top-minus-100px {
  top: -100px;
}

.top-minus-110px {
  top: -110px;
}

.top-minus-120px {
  top: -120px;
}

.top-minus-130px {
  top: -130px;
}

.top-minus-140px {
  top: -140px;
}

.top-minus-150px {
  top: -150px;
}

.right-minus-0px {
  right: -0px;
}

.right-minus-1px {
  right: -1px;
}

.right-minus-2px {
  right: -2px;
}

.right-minus-3px {
  right: -3px;
}

.right-minus-4px {
  right: -4px;
}

.right-minus-5px {
  right: -5px;
}

.right-minus-6px {
  right: -6px;
}

.right-minus-7px {
  right: -7px;
}

.right-minus-8px {
  right: -8px;
}

.right-minus-9px {
  right: -9px;
}

.right-minus-10px {
  right: -10px;
}

.right-minus-11px {
  right: -11px;
}

.right-minus-12px {
  right: -12px;
}

.right-minus-13px {
  right: -13px;
}

.right-minus-14px {
  right: -14px;
}

.right-minus-15px {
  right: -15px;
}

.right-minus-16px {
  right: -16px;
}

.right-minus-17px {
  right: -17px;
}

.right-minus-18px {
  right: -18px;
}

.right-minus-19px {
  right: -19px;
}

.right-minus-20px {
  right: -20px;
}

.right-minus-21px {
  right: -21px;
}

.right-minus-22px {
  right: -22px;
}

.right-minus-23px {
  right: -23px;
}

.right-minus-24px {
  right: -24px;
}

.right-minus-25px {
  right: -25px;
}

.right-minus-26px {
  right: -26px;
}

.right-minus-27px {
  right: -27px;
}

.right-minus-28px {
  right: -28px;
}

.right-minus-29px {
  right: -29px;
}

.right-minus-30px {
  right: -30px;
}

.right-minus-40px {
  right: -40px;
}

.right-minus-50px {
  right: -50px;
}

.right-minus-60px {
  right: -60px;
}

.right-minus-70px {
  right: -70px;
}

.right-minus-80px {
  right: -80px;
}

.right-minus-90px {
  right: -90px;
}

.right-minus-100px {
  right: -100px;
}

.right-minus-110px {
  right: -110px;
}

.right-minus-120px {
  right: -120px;
}

.right-minus-130px {
  right: -130px;
}

.right-minus-140px {
  right: -140px;
}

.right-minus-150px {
  right: -150px;
}

.bottom-minus-0px {
  bottom: -0px;
}

.bottom-minus-1px {
  bottom: -1px;
}

.bottom-minus-2px {
  bottom: -2px;
}

.bottom-minus-3px {
  bottom: -3px;
}

.bottom-minus-4px {
  bottom: -4px;
}

.bottom-minus-5px {
  bottom: -5px;
}

.bottom-minus-6px {
  bottom: -6px;
}

.bottom-minus-7px {
  bottom: -7px;
}

.bottom-minus-8px {
  bottom: -8px;
}

.bottom-minus-9px {
  bottom: -9px;
}

.bottom-minus-10px {
  bottom: -10px;
}

.bottom-minus-11px {
  bottom: -11px;
}

.bottom-minus-12px {
  bottom: -12px;
}

.bottom-minus-13px {
  bottom: -13px;
}

.bottom-minus-14px {
  bottom: -14px;
}

.bottom-minus-15px {
  bottom: -15px;
}

.bottom-minus-16px {
  bottom: -16px;
}

.bottom-minus-17px {
  bottom: -17px;
}

.bottom-minus-18px {
  bottom: -18px;
}

.bottom-minus-19px {
  bottom: -19px;
}

.bottom-minus-20px {
  bottom: -20px;
}

.bottom-minus-21px {
  bottom: -21px;
}

.bottom-minus-22px {
  bottom: -22px;
}

.bottom-minus-23px {
  bottom: -23px;
}

.bottom-minus-24px {
  bottom: -24px;
}

.bottom-minus-25px {
  bottom: -25px;
}

.bottom-minus-26px {
  bottom: -26px;
}

.bottom-minus-27px {
  bottom: -27px;
}

.bottom-minus-28px {
  bottom: -28px;
}

.bottom-minus-29px {
  bottom: -29px;
}

.bottom-minus-30px {
  bottom: -30px;
}

.bottom-minus-40px {
  bottom: -40px;
}

.bottom-minus-50px {
  bottom: -50px;
}

.bottom-minus-60px {
  bottom: -60px;
}

.bottom-minus-70px {
  bottom: -70px;
}

.bottom-minus-80px {
  bottom: -80px;
}

.bottom-minus-90px {
  bottom: -90px;
}

.bottom-minus-100px {
  bottom: -100px;
}

.bottom-minus-110px {
  bottom: -110px;
}

.bottom-minus-120px {
  bottom: -120px;
}

.bottom-minus-130px {
  bottom: -130px;
}

.bottom-minus-140px {
  bottom: -140px;
}

.bottom-minus-150px {
  bottom: -150px;
}

.left-minus-0px {
  left: -0px;
}

.left-minus-1px {
  left: -1px;
}

.left-minus-2px {
  left: -2px;
}

.left-minus-3px {
  left: -3px;
}

.left-minus-4px {
  left: -4px;
}

.left-minus-5px {
  left: -5px;
}

.left-minus-6px {
  left: -6px;
}

.left-minus-7px {
  left: -7px;
}

.left-minus-8px {
  left: -8px;
}

.left-minus-9px {
  left: -9px;
}

.left-minus-10px {
  left: -10px;
}

.left-minus-11px {
  left: -11px;
}

.left-minus-12px {
  left: -12px;
}

.left-minus-13px {
  left: -13px;
}

.left-minus-14px {
  left: -14px;
}

.left-minus-15px {
  left: -15px;
}

.left-minus-16px {
  left: -16px;
}

.left-minus-17px {
  left: -17px;
}

.left-minus-18px {
  left: -18px;
}

.left-minus-19px {
  left: -19px;
}

.left-minus-20px {
  left: -20px;
}

.left-minus-21px {
  left: -21px;
}

.left-minus-22px {
  left: -22px;
}

.left-minus-23px {
  left: -23px;
}

.left-minus-24px {
  left: -24px;
}

.left-minus-25px {
  left: -25px;
}

.left-minus-26px {
  left: -26px;
}

.left-minus-27px {
  left: -27px;
}

.left-minus-28px {
  left: -28px;
}

.left-minus-29px {
  left: -29px;
}

.left-minus-30px {
  left: -30px;
}

.left-minus-40px {
  left: -40px;
}

.left-minus-50px {
  left: -50px;
}

.left-minus-60px {
  left: -60px;
}

.left-minus-70px {
  left: -70px;
}

.left-minus-80px {
  left: -80px;
}

.left-minus-90px {
  left: -90px;
}

.left-minus-100px {
  left: -100px;
}

.left-minus-110px {
  left: -110px;
}

.left-minus-120px {
  left: -120px;
}

.left-minus-130px {
  left: -130px;
}

.left-minus-140px {
  left: -140px;
}

.left-minus-150px {
  left: -150px;
}

/* Font weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* Min height */
.min-h-100px {
  min-height: 100px !important;
}

.min-h-150px {
  min-height: 150px !important;
}

.min-h-200px {
  min-height: 200px !important;
}

.min-h-250px {
  min-height: 250px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.min-h-400px {
  min-height: 400px !important;
}

.min-h-450px {
  min-height: 450px !important;
}

.min-h-500px {
  min-height: 500px !important;
}

.min-h-550px {
  min-height: 550px !important;
}

.min-h-600px {
  min-height: 600px !important;
}

.min-h-650px {
  min-height: 650px !important;
}

.min-h-700px {
  min-height: 700px !important;
}

.min-h-750px {
  min-height: 750px !important;
}

.min-h-800px {
  min-height: 800px !important;
}

.min-h-850px {
  min-height: 850px !important;
}

.min-h-900px {
  min-height: 900px !important;
}

.min-h-950px {
  min-height: 950px !important;
}

/* Opacity */
.opacity-0 {
  opacity: .0;
}

.opacity-1 {
  opacity: .1;
}

.opacity-2 {
  opacity: .2;
}

.opacity-3 {
  opacity: .3;
}

.opacity-4 {
  opacity: .4;
}

.opacity-5 {
  opacity: .5;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-8 {
  opacity: .8;
}

.opacity-9 {
  opacity: .9;
}

/* Z-index */
.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-minus-1 {
  z-index: -1;
}

.z-index-minus-2 {
  z-index: -2;
}

/* ===================================
    04. General
====================================== */
.rotate-circle {
  animation-name: rotateCircle;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-light {
  color: #fff;
}
.text-light p {
  color: #c2c2c2;
}

/* border line */
.line-top {
  border-top: 1px solid;
}

.line-bottom {
  border-bottom: 1px solid;
}

.line-right {
  border-right: 1px solid;
}

.line-left {
  border-left: 1px solid;
}

/* Separator line */
.separator-line-1px {
  height: 1px;
}

.separator-line-2px {
  height: 2px;
}

.separator-line-3px {
  height: 3px;
}

.separator-line-4px {
  height: 4px;
}

.separator-line-5px {
  height: 5px;
}

/* Separator line size */
.separator-line-small {
  width: 35px;
  height: 1px;
  display: inline-block;
  margin-right: 7px;
}

.separator-line-extra-small {
  width: 18px;
  height: 1px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.separator-line-very-small {
  width: 12px;
  height: 1px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}

/* Opacity */
.opacity-full-dark, .opacity-full, .opacity-medium, .opacity-extra-medium, .opacity-light, .opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.opacity-very-light {
  opacity: 0.2;
}

.opacity-light {
  opacity: 0.3;
}

.opacity-extra-medium {
  opacity: 0.5;
}

.opacity-medium {
  opacity: 0.75;
}

.opacity-full {
  opacity: 0.8;
}

.opacity-full-dark {
  opacity: 0.9;
}

/* social-icon-circle */
.social-icon-circle a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 12px;
}
.social-icon-circle.border-dark a {
  border-color: rgba(0, 0, 0, 0.1);
}
.social-icon-circle.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.social-icon-circle.vertical span {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
}

/* social-icon-square */
.social-icon-square a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  font-size: 12px;
}
.social-icon-square.border-dark a {
  border-color: rgba(0, 0, 0, 0.1);
}

/* section lines */
.lines-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}
.lines-top.bottom {
  transform: translateY(100%) rotate(180deg);
  top: auto;
  bottom: 0;
}
.lines-top span {
  width: 100%;
  display: block;
  height: 2px;
  margin-bottom: 10px;
  background: #0f130f;
}
.lines-top span:nth-of-type(2) {
  height: 4px;
  margin-bottom: 8px;
}
.lines-top span:nth-of-type(3) {
  height: 6px;
  margin-bottom: 6px;
}
.lines-top span:nth-of-type(4) {
  height: 8px;
  margin-bottom: 4px;
}
.lines-top span:nth-of-type(5) {
  height: 10px;
  margin-bottom: 2px;
}

/* Tabs */
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}

/* Accordion */
.accordion-item {
  border: 0;
  border-radius: 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: inherit;
  background: transparent;
  box-shadow: none;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.accordion-button .row,
.accordion-button:not(.collapsed) .row {
  width: 100%;
}
.accordion-button:after,
.accordion-button:not(.collapsed):after {
  display: none;
}

/* Marquee */
.main-marq.standerd {
  position: relative;
}
.main-marq.standerd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, transparent, #fff);
}
.main-marq.standerd .item-marq {
  padding: 0 50px;
}
.main-marq.standerd .item-marq h2 {
  font-size: 100px;
}

.list-dot {
  margin: 0;
  padding: 0;
}
.list-dot li {
  position: relative;
}
.list-dot li:before {
  content: "";
  position: relative;
  width: 5px;
  height: 5px;
  background: #0f130f;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.list-dot.dark-style li:before {
  background: #fff;
}

.nowrap {
  white-space: nowrap;
}

.text-indent {
  text-indent: 15%;
}

.o-hidden {
  overflow: hidden;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.ml-auto {
  margin-left: auto;
}

.invert-icon {
  filter: invert(1);
}

/* Skrollr */
.skrollr-parallax {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

.skrollr-zoom {
  transition: none;
}

.blur-box {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
}

/* Transform */
.transform-origin-right {
  transform-origin: right;
}

.transform-origin-left {
  transform-origin: left;
}

/* Transition */
.transition {
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.transition-inner-all * {
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.no-transition {
  transition: 0s;
}

/* Pointer events */
.pointer-events-none {
  pointer-events: none;
}

.pointer-events-all {
  pointer-events: all;
}

.underline {
  text-decoration: underline;
}

/* Users */
.users-style1 .fit-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -15px;
}
.users-style1 .fit-img:first-of-type {
  margin-left: 0;
}
.users-style1 h6 {
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  margin-left: 15px;
}

.users-style2 span, .users-style2 .fit-img {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -15px;
  display: inline-block;
  border: 1px solid rgba(251, 251, 251, 0.5);
}
.users-style2 span:first-of-type, .users-style2 .fit-img:first-of-type {
  margin-left: 0;
}
.users-style2 span:last-of-type, .users-style2 .fit-img:last-of-type {
  color: #000;
  background: #fff;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.users-style3 .users .fit-img, .users-style3 .users span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  overflow: hidden;
  margin-left: -25px;
}
.users-style3 .users .fit-img:first-of-type, .users-style3 .users span:first-of-type {
  margin-left: 0;
}
.users-style3 .users .text {
  background: #141414;
  color: #fff;
  font-size: 12px;
}

/* progress */
.progress-style1 .skill-progress {
  height: 8px;
  border-radius: 10px;
  background: rgba(111, 111, 111, 0.1);
}
.progress-style1 .skill-progress .progres {
  border-radius: 10px;
}
.progress-style1 .skill-progress .progres:after {
  padding: 5px 15px;
  border-radius: 30px;
  background: #141414;
  color: #fff;
  top: -40px;
  right: -20px;
}

/* accordion */
.accordion-style1 .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  /* padding: 30px 0; */
  padding: 20px 0 10px;
  background: transparent;
}
/* Hide border initially */
.accordion-style1 .accordion-item .icon-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 10px;
    transition: border-color 0.3s ease;
}

/* Show border only when accordion is open — dark bg (bord-style2) */
.accordion-style1.bord-style2 .accordion-item .accordion-button:not(.collapsed) .icon-arrow {
    border-color: rgba(255, 255, 255, 0.3);
}

/* Show border only when accordion is open — light bg */
body.light .accordion-style1 .accordion-item .accordion-button:not(.collapsed) .icon-arrow {
    border-color: rgba(0, 0, 0, 0.2);
}
.accordion-style1 .accordion-header .tags a {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0 -5px;
}
.accordion-style1.bord-style2 .accordion-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.accordion-style1.bord-style2 .accordion-item .accordion-button:not(.collapsed) .arrow {
  transform: rotate(90deg);
}
.accordion-style1.bord-style2 .accordion-body {
  /* padding: 0; */
  padding-bottom: 0;
}

.accordion-style2 .accordion-item {
  padding: 25px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.03);
  border: 0;
}
.accordion-style2 .accordion-item .accordion-button:not(.collapsed) .arrow {
  transform: rotate(90deg);
}
.accordion-style2 .accordion-item.active h6 {
  font-weight: 600;
}
.accordion-style2 .accordion-item .accordion-body {
  padding: 15px 0 0;
}

/* Overflow */
.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

/* Overlap section */
.overlap-section {
  position: relative;
}

.overlap-height {
  transition: 0.3s height;
}

/* Tags */
.tags-style1 {
  font-size: 14px;
}
.tags-style1 span, .tags-style1 a {
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  margin-top: 5px;
}

.lines-bg {
  background-image: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.1) 55%, transparent 0);
  background-size: 5px 5px;
}

.v-align-between {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* CSS filter */
.filter-mix-100 {
  filter: grayscale(100%) invert(100%);
}

.filter-grayscale-100 {
  filter: grayscale(100%);
}

/* Input */
input, select, textarea, .form-control, .form-select {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
}

.form-select {
  color: var(--medium-gray);
}
.form-select:focus {
  border-color: #dfdfdf;
}

input:focus, select:focus, textarea:focus, .form-control:focus {
  border: 1px solid #c2c2c2;
  box-shadow: none;
  color: var(--medium-gray);
}

.search-error {
  border-color: var(--red);
}

/* Select */
.select {
  position: relative;
}
.select:after {
  content: "\e842";
  font-family: feather !important;
  right: 20px;
  top: 50%;
  height: 34px;
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  margin-top: -15px;
}

/* Input size */
.input-small,
.textarea-small,
.select-small {
  padding: 7px 15px;
  font-size: 12px;
}

.input-medium,
.textarea-medium,
.select-medium {
  padding: 14px 28px;
}

.input-large {
  padding: 16px 32px;
}

.form-control.is-invalid:focus {
  box-shadow: none;
}

.main-marq {
  position: relative;
  padding: 0;
  overflow: hidden !important;
}
.main-marq .box h2, .main-marq .box h3, .main-marq .box h4, .main-marq .box h5 {
  white-space: nowrap;
}
.main-marq .slide-har {
  display: flex;
}
.main-marq .box {
  display: flex;
}

.slide-har {
  position: relative;
}
.slide-har.st1 .box {
  position: relative;
  animation: slide-har 80s linear infinite;
}
.slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 80s linear infinite;
}

@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(-100%);
  }
}
/* Stroke Text */
.stroke-light {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}

.stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
}

/* Swiper controls */
.swiper-contr-style1 {
  position: relative;
  width: max-content;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(10px);
}
.swiper-contr-style1 .swiper-pagination {
  position: static;
  margin: -4px 15px 0;
}
.swiper-contr-style1 .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.swiper-contr-style1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}
.swiper-contr-style1 .swiper-button-prev,
.swiper-contr-style1 .swiper-button-next {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  display: inline-block;
  color: inherit;
}
.swiper-contr-style1 .swiper-button-prev:after,
.swiper-contr-style1 .swiper-button-next:after {
  font-size: 13px;
}

.swiper-contr-style2 {
  position: relative;
  width: max-content;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.swiper-contr-style2 .swiper-pagination {
  position: static;
  margin: 0px 15px 0;
  font-size: 14px;
}
.swiper-contr-style2 .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.swiper-contr-style2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}
.swiper-contr-style2 .swiper-pagination .swiper-pagination-current {
  position: relative;
  padding-right: 30px;
}
.swiper-contr-style2 .swiper-pagination .swiper-pagination-current:after {
  content: "/";
  position: absolute;
  right: 0;
  top: -1px;
}
.swiper-contr-style2 .swiper-button-prev,
.swiper-contr-style2 .swiper-button-next {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  display: inline-block;
  color: inherit;
}
.swiper-contr-style2 .swiper-button-prev:after,
.swiper-contr-style2 .swiper-button-next:after {
  font-size: 13px;
}

.swiper-contr-style3 {
  position: relative;
}
.swiper-contr-style3 .swiper-pagination {
  position: static;
  margin: -4px 15px 0;
}
.swiper-contr-style3 .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.swiper-contr-style3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}
.swiper-contr-style3 .swiper-button-prev,
.swiper-contr-style3 .swiper-button-next {
  position: static;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  color: inherit;
}
.swiper-contr-style3 .swiper-button-prev:after,
.swiper-contr-style3 .swiper-button-next:after {
  font-size: 13px;
}
.swiper-contr-style3 .swiper-button-prev:hover,
.swiper-contr-style3 .swiper-button-next:hover {
  background: #fff;
  color: #0f130f;
}

/* Swiper width auto */
.swiper-width-auto .swiper-slide {
  width: auto;
}

/* Full screen */
.full-screen {
  height: 100vh;
}

.full-screen.top-space-margin {
  height: calc(100vh - 96px);
}

.pattern-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Will change */
.will-change-transform * {
  will-change: transform;
}

.will-change-inherit * {
  will-change: inherit;
}

.animation-rotation {
  -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/* Float animation */
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(30px);
  }
}
.animation-float-small {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
/* Zoom animation */
.animation-zoom {
  animation: zoom-in-zoom-out 2000ms linear 500ms infinite alternate both;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* ===================================
    06. Background and border
====================================== */
/* Background color */
.bg-base-color {
  background-color: var(--base-color);
}

.bg-dark-gray,
.bg-dark-gray:focus {
  background-color: var(--dark-gray);
}

.bg-black {
  background-color: var(--black);
  color: #fff;
}

.bg-alt-black {
  background-color: var(--alt-black);
  color: #fff;
}

.bg-medium-gray {
  background-color: var(--medium-gray);
}

.bg-light-medium-gray {
  background-color: var(--light-medium-gray);
}

.bg-extra-medium-gray {
  background-color: var(--extra-medium-gray);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.bg-very-light-gray {
  background-color: var(--very-light-gray);
}

.bg-red {
  background-color: var(--red);
}

.bg-light-red {
  background-color: var(--light-red);
}

.bg-light-yellow {
  background-color: var(--light-yellow);
}

.bg-light-green {
  background-color: var(--light-green);
}

.bg-green {
  background-color: var(--green);
}

.bg-crusoe-green {
  background-color: var(--crusoe-green);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-charcoal-blue {
  background-color: var(--charcoal-blue);
}

.bg-slate-blue {
  background-color: var(--slate-blue);
}

.bg-medium-slate-blue {
  background-color: var(--medium-slate-blue);
}

.bg-extra-medium-slate-blue {
  background-color: var(--extra-medium-slate-blue);
}

.bg-dark-slate-blue {
  background-color: var(--dark-slate-blue);
}

.bg-extra-dark-slate-blue {
  background-color: var(--extra-dark-slate-blue);
}

.bg-extra-very-slate-blue {
  background-color: var(--extra-very-slate-blue);
  color: #fff;
}

.bg-tussock-yellow {
  background-color: var(--tussock-yellow);
}

.bg-solitude-blue {
  background-color: var(--solitude-blue);
}

.bg-aluminium-grey {
  background-color: var(--aluminium-grey);
}

.bg-selago {
  background-color: var(--selago);
}

.bg-white-ice {
  background-color: var(--white-ice);
}

.bg-golden-yellow {
  background-color: var(--golden-yellow);
}

.bg-jade {
  background-color: var(--jade);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-light-majorelle-blue {
  background-color: var(--light-majorelle-blue);
}

.bg-majorelle-blue {
  background-color: var(--majorelle-blue);
}

.bg-spring-wood {
  background-color: var(--spring-wood);
}

.bg-tropical-blue {
  background-color: var(--tropical-blue);
}

.bg-cornflower-blue {
  background-color: var(--cornflower-blue);
}

.bg-camarone {
  background-color: var(--camarone);
}

.bg-seal-brown {
  background-color: var(--seal-brown);
}

.bg-Wasabi {
  background-color: var(--Wasabi);
}

.bg-dark-gray-transparent {
  background-color: rgba(35, 35, 35, 0.8);
}

.bg-dark-gray-transparent-light {
  background-color: rgba(35, 35, 35, 0.2);
}

.bg-dark-gray-transparent-medium {
  background-color: rgba(35, 35, 35, 0.4);
}

.bg-medium-gray-transparent {
  background-color: rgba(111, 111, 111, 0.1);
}

.bg-light-gray-transparent {
  background-color: rgb(251, 251, 251);
}

.bg-medium-gray-transparent {
  background-color: rgba(136, 136, 136, 0.3);
}

.bg-black-transparent-light {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-transparent-medium {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-white-transparent-extra-light,
.bg-white-transparent-extra-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-transparent-very-light {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-transparent-light {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Background image */
.bg-img {
  background-size: cover !important;
}

.contain-background {
  background-size: contain !important;
}

.cover-background {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}

.fix-background {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: inherit;
}

.background-size-inherit {
  background-size: inherit;
}

.background-attachment-inherit {
  background-attachment: inherit;
}

.background-position-left {
  background-position: left center;
}

.background-position-left-bottom {
  background-position: left bottom;
}

.background-position-left-center {
  background-position: left center;
}

.background-position-right {
  background-position: right center;
}

.background-position-right-top {
  background-position: right top;
}

.background-position-center-top {
  background-position: center top;
}

.background-position-left-top {
  background-position: left top;
}

.background-position-right-bottom {
  background-position: right bottom;
}

.background-position-center-bottom {
  background-position: center bottom;
}

.background-repeat {
  background-repeat: repeat;
}

.background-no-repeat {
  background-repeat: no-repeat;
}

.background-no-repeat-y {
  background-repeat-y: no-repeat;
}

.background-position-center {
  background-position: center;
}

/* Background size */
.background-size-100 {
  background-size: 100%;
}

.background-size-auto-100 {
  background-size: auto 100%;
}

/* Border style */
.border-dotted {
  border-style: dotted;
}

.border-dashed {
  border-style: dashed;
}

.border-solid {
  border-style: solid;
}

.border-double {
  border-style: double;
}

.border-groove {
  border-style: groove;
}

.border-ridge {
  border-style: ridge;
}

.border-inset {
  border-style: inset;
}

.border-outset {
  border-style: outset;
}

.border-none {
  border-style: none;
}

.border-hidden {
  border-style: hidden;
}

/* Border color */
.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.1);
}

.border-color-transparent-dark-light {
  border-color: rgba(35, 35, 35, 0.2);
}

.border-color-transparent-white-very-light {
  border-color: rgba(255, 255, 255, 0.05);
}

.border-color-transparent-white-light {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-color-transparent-white {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-color-transparent {
  border-color: transparent;
}

.border-color-transparent-on-hover:hover {
  border-color: transparent;
}

/* Border radius */
.border-radius-0px {
  border-radius: 0;
}

.border-radius-1px {
  border-radius: 1px;
}

.border-radius-2px {
  border-radius: 2px;
}

.border-radius-3px {
  border-radius: 3px;
}

.border-radius-4px {
  border-radius: 4px;
}

.border-radius-5px {
  border-radius: 5px;
}

.border-radius-6px {
  border-radius: 6px;
}

.border-radius-7px {
  border-radius: 7px;
}

.border-radius-8px {
  border-radius: 8px;
}

.border-radius-9px {
  border-radius: 9px;
}

.border-radius-10px {
  border-radius: 10px;
}

.border-radius-15px {
  border-radius: 15px;
}

.border-radius-18px {
  border-radius: 18px;
}

.border-radius-20px {
  border-radius: 20px;
}

.border-radius-22px {
  border-radius: 22px;
}

.border-radius-24px {
  border-radius: 24px;
}

.border-radius-26px {
  border-radius: 26px;
}

.border-radius-30px {
  border-radius: 30px;
}

.border-radius-40px {
  border-radius: 40px;
}

.border-radius-50px {
  border-radius: 50px;
}

.border-radius-80px {
  border-radius: 80px;
}

.border-radius-100px {
  border-radius: 100px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-100 {
  border-radius: 100%;
}

.no-border-radius {
  border-radius: 0;
}

.border-radius-top-left {
  border-radius: 10px 0 0 10px;
}

/* Parallax background */
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/* ===================================
    07. Width
====================================== */
.w-1px {
  width: 1px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

.w-4px {
  width: 4px;
}

.w-5px {
  width: 5px;
}

.w-6px {
  width: 6px;
}

.w-7px {
  width: 7px;
}

.w-8px {
  width: 8px;
}

.w-9px {
  width: 9px;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

.w-25px {
  width: 25px;
}

.w-30px {
  width: 30px;
}

.w-35px {
  width: 35px;
}

.w-40px {
  width: 40px;
}

.w-45px {
  width: 45px;
}

.w-50px {
  width: 50px;
}

.w-55px {
  width: 55px;
}

.w-60px {
  width: 60px;
}

.w-65px {
  width: 65px;
}

.w-70px {
  width: 70px;
}

.w-75px {
  width: 75px;
}

.w-80px {
  width: 80px;
}

.w-85px {
  width: 85px;
}

.w-90px {
  width: 90px;
}

.w-95px {
  width: 95px;
}

.w-100px {
  width: 100px;
}

.w-110px {
  width: 110px;
}

.w-120px {
  width: 120px;
}

.w-130px {
  width: 130px;
}

.w-140px {
  width: 140px;
}

.w-150px {
  width: 150px;
}

.w-160px {
  width: 160px;
}

.w-170px {
  width: 170px;
}

.w-180px {
  width: 180px;
}

.w-190px {
  width: 190px;
}

.w-200px {
  width: 200px;
}

.w-210px {
  width: 210px;
}

.w-220px {
  width: 220px;
}

.w-230px {
  width: 230px;
}

.w-240px {
  width: 240px;
}

.w-250px {
  width: 250px;
}

.w-260px {
  width: 260px;
}

.w-270px {
  width: 270px;
}

.w-280px {
  width: 280px;
}

.w-290px {
  width: 290px;
}

.w-300px {
  width: 300px;
}

.w-310px {
  width: 310px;
}

.w-320px {
  width: 320px;
}

.w-330px {
  width: 330px;
}

.w-340px {
  width: 340px;
}

.w-350px {
  width: 350px;
}

.w-360px {
  width: 360px;
}

.w-370px {
  width: 370px;
}

.w-380px {
  width: 380px;
}

.w-390px {
  width: 390px;
}

.w-400px {
  width: 400px;
}

.w-450px {
  width: 450px;
}

.w-500px {
  width: 500px;
}

.w-550px {
  width: 550px;
}

.w-600px {
  width: 600px;
}

.w-650px {
  width: 650px;
}

.w-700px {
  width: 700px;
}

.w-750px {
  width: 750px;
}

.w-800px {
  width: 800px;
}

.w-850px {
  width: 850px;
}

.w-900px {
  width: 900px;
}

.w-950px {
  width: 950px;
}

.w-1000px {
  width: 1000px;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

/* ===================================
    08. Height
====================================== */
.h-1px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-11px {
  height: 11px;
}

.h-12px {
  height: 12px;
}

.h-13px {
  height: 13px;
}

.h-14px {
  height: 14px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-25px {
  height: 25px;
}

.h-30px {
  height: 30px;
}

.h-35px {
  height: 35px;
}

.h-40px {
  height: 40px;
}

.h-42px {
  height: 42px;
}

.h-45px {
  height: 45px;
}

.h-50px {
  height: 50px;
}

.h-55px {
  height: 55px;
}

.h-60px {
  height: 60px;
}

.h-65px {
  height: 65px;
}

.h-70px {
  height: 70px;
}

.h-75px {
  height: 75px;
}

.h-80px {
  height: 80px;
}

.h-85px {
  height: 85px;
}

.h-90px {
  height: 90px;
}

.h-95px {
  height: 95px;
}

.h-100px {
  height: 100px;
}

.h-110px {
  height: 110px;
}

.h-120px {
  height: 120px;
}

.h-130px {
  height: 130px;
}

.h-140px {
  height: 140px;
}

.h-150px {
  height: 150px;
}

.h-160px {
  height: 160px;
}

.h-170px {
  height: 170px;
}

.h-180px {
  height: 180px;
}

.h-190px {
  height: 190px;
}

.h-200px {
  height: 200px;
}

.h-210px {
  height: 210px;
}

.h-220px {
  height: 220px;
}

.h-230px {
  height: 230px;
}

.h-240px {
  height: 240px;
}

.h-250px {
  height: 250px !important;
}

.h-260px {
  height: 260px !important;
}

.h-270px {
  height: 270px !important;
}

.h-280px {
  height: 280px !important;
}

.h-290px {
  height: 290px !important;
}

.h-300px {
  height: 300px !important;
}

.h-350px {
  height: 350px !important;
}

.h-400px {
  height: 400px !important;
}

.h-450px {
  height: 450px !important;
}

.h-480px {
  height: 480px !important;
}

.h-500px {
  height: 500px !important;
}

.h-550px {
  height: 550px !important;
}

.h-580px {
  height: 580px !important;
}

.h-600px {
  height: 600px !important;
}

.h-620px {
  height: 620px !important;
}

.h-650px {
  height: 650px !important;
}

.h-700px {
  height: 700px !important;
}

.h-750px {
  height: 750px !important;
}

.h-800px {
  height: 800px !important;
}

.h-850px {
  height: 850px !important;
}

.h-1000px {
  height: 1000px !important;
}

.h-auto {
  height: auto;
}

/* Screen height */
.extra-very-small-screen {
  height: 250px;
}

.extra-small-screen {
  height: 300px;
}

.small-screen {
  height: 400px;
}

.one-half-screen {
  height: 600px;
}

.one-third-screen {
  height: 700px;
}

.one-fourth-screen {
  height: 800px;
}

.one-fifth-screen {
  height: 900px;
}

.one-sixth-screen {
  height: 1000px;
}

.one-seventh-screen {
  height: 1200px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
/* overlay dark&light */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #141414;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* Grid */
.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px;
      gap: 10px 0;
}
.row.sm-marg > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.stand-marg {
  margin-left: -20px;
  margin-right: -20px;
}
.row.stand-marg > * {
  padding-left: 20px;
  padding-right: 20px;
}
.row.md-marg {
  margin-left: -25px;
  margin-right: -25px;
}
.row.md-marg > * {
  padding-left: 25px;
  padding-right: 25px;
}
.row.lg-marg {
  margin-left: -40px;
  margin-right: -40px;
}
.row.lg-marg > * {
  padding-left: 40px;
  padding-right: 40px;
}
.row.xlg-marg {
  margin-left: -50px;
  margin-right: -50px;
}
.row.xlg-marg > * {
  padding-left: 50px;
  padding-right: 50px;
}
.row.xxlg-marg {
  margin-left: -80px;
  margin-right: -80px;
}
.row.xxlg-marg > * {
  padding-left: 80px;
  padding-right: 80px;
}

.container-xxl {
  max-width: 1600px;
}

.container {
  max-width: 1400px;
}

/* ===================================
    06. Typography
====================================== */
/* Heading */
h1, .h1 {
  font-size: 64px;
}

h2, .h2 {
  /* font-size: 48px; */
  font-size: 60px;
}

h3, .h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}
h6.regular {
  font-size: 18px;
}

.lg-text {
  font-size: 96px;
}

.md-text {
  font-size: 54px;
}

.sm-text {
  font-size: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  /* line-height: 1.1; */
  line-height: 110%;
  font-weight: 500;
   /* font-family:  'Exo2', sans-serif !important; */
}

h5, h6 {
  line-height: 1.2;
}

p {
  color: #d2d1d1;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
}

span, a {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}

/* Font custom */
.font-style-italic {
  font-style: italic;
}

.hover-text {
  display: none;
}

b, strong {
  font-weight: 700;
}

.text-white-space-nowrap {
  white-space: nowrap;
}

.text-white-space-normal {
  white-space: normal;
}

.text-transform-none {
  text-transform: none !important;
}

.text-uppercase-inherit {
  text-transform: inherit !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.word-break-normal {
  word-break: normal;
}

.vertical-align-top {
  vertical-align: top;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

/* Font size */
.fs-0 {
  font-size: 0 !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 32px;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-95 {
  font-size: 95px !important;
}

.fs-100 {
  font-size: 100px !important;
}

.fs-110 {
  font-size: 6.875rem;
}

.fs-120 {
  font-size: 7.5rem;
}

.fs-130 {
  font-size: 8.125rem;
}

.fs-140 {
  font-size: 8.75rem;
}

.fs-150 {
  font-size: 9.375rem;
}

.fs-160 {
  font-size: 10rem;
}

.fs-170 {
  font-size: 10.625rem;
}

.fs-180 {
  font-size: 11.25rem;
}

.fs-190 {
  font-size: 11.875rem;
}

.fs-200 {
  font-size: 12.5rem;
}

.fs-225 {
  font-size: 14.063rem;
}

.fs-250 {
  font-size: 15.625rem;
}

.fs-275 {
  font-size: 17.188rem;
}

.fs-300 {
  font-size: 18.75rem;
}

.fs-350 {
  font-size: 21.875rem;
}

.fs-400 {
  font-size: 25rem;
}

/* Line height */
.lh-0px {
  line-height: 0px;
}

.lh-10 {
  line-height: 10px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-36 {
  line-height: 2.25rem;
}

.lh-38 {
  line-height: 2.375rem;
}

.lh-40 {
  line-height: 2.5rem;
}

.lh-42 {
  line-height: 2.625rem;
}

.lh-44 {
  line-height: 2.75rem;
}

.lh-46 {
  line-height: 2.875rem;
}

.lh-48 {
  line-height: 3rem;
}

.lh-50 {
  line-height: 3.125rem;
}

.lh-55 {
  line-height: 3.438rem;
}

.lh-60 {
  line-height: 3.75rem;
}

.lh-65 {
  line-height: 4.063rem;
}

.lh-70 {
  line-height: 4.375rem;
}

.lh-75 {
  line-height: 4.688rem;
}

.lh-80 {
  line-height: 5rem;
}

.lh-85 {
  line-height: 5.313rem;
}

.lh-90 {
  line-height: 5.625rem;
}

.lh-95 {
  line-height: 5.938rem;
}

.lh-100 {
  line-height: 6.25rem;
}

.lh-105 {
  line-height: 6.563rem;
}

.lh-110 {
  line-height: 6.875rem;
}

.lh-115 {
  line-height: 7.188rem;
}

.lh-120 {
  line-height: 7.5rem;
}

.lh-0 {
  line-height: 0;
}

.lh-normal {
  line-height: normal;
}

.lh-initial {
  line-height: initial;
}

.lh-inherit {
  line-height: inherit;
}

/* Text stroke width */
.text-outline-width-1px {
  -webkit-text-stroke-width: 1px;
}

.text-outline-width-2px {
  -webkit-text-stroke-width: 2px;
}

.text-outline-width-3px {
  -webkit-text-stroke-width: 3px;
}

.text-outline-width-4px {
  -webkit-text-stroke-width: 4px;
}

.text-outline-width-5px {
  -webkit-text-stroke-width: 5px;
}

/* Letter spacing */
.ls-0px {
  letter-spacing: 0px !important;
}

.ls-05px {
  letter-spacing: 0.5px !important;
}

.ls-1px {
  letter-spacing: 1px !important;
}

.ls-2px {
  letter-spacing: 2px !important;
}

.ls-3px {
  letter-spacing: 3px !important;
}

.ls-4px {
  letter-spacing: 4px !important;
}

.ls-5px {
  letter-spacing: 5px !important;
}

.ls-6px {
  letter-spacing: 6px !important;
}

.ls-7px {
  letter-spacing: 7px !important;
}

.ls-8px {
  letter-spacing: 8px !important;
}

.ls-9px {
  letter-spacing: 9px !important;
}

.ls-10px {
  letter-spacing: 10px !important;
}

.ls-minus-05px {
  letter-spacing: -0.5px !important;
}

.ls-minus-1px {
  letter-spacing: -1px !important;
}

.ls-minus-2px {
  letter-spacing: -2px !important;
}

.ls-minus-3px {
  letter-spacing: -3px !important;
}

.ls-minus-4px {
  letter-spacing: -4px !important;
}

.ls-minus-5px {
  letter-spacing: -5px !important;
}

.ls-minus-6px {
  letter-spacing: -6px !important;
}

.ls-minus-7px {
  letter-spacing: -7px !important;
}

.ls-minus-8px {
  letter-spacing: -8px !important;
}

.ls-minus-9px {
  letter-spacing: -9px !important;
}

.ls-minus-10px {
  letter-spacing: -10px !important;
}

/* Icon size */
.icon-extra-double-large {
  font-size: 80px;
}

.icon-double-large {
  font-size: 60px;
}

.icon-extra-large {
  font-size: 50px;
}

.icon-large {
  font-size: 42px;
}

.icon-medium {
  font-size: 34px;
}

.icon-very-medium {
  font-size: 28px;
}

.icon-extra-medium {
  font-size: 24px;
}

.icon-small {
  font-size: 18px;
}

.icon-very-small {
  font-size: 14px;
}

/* ===================================
    Buttons
====================================== */
.butn {
  transition: all 0.4s;
}
.butn.butn-md {
  padding: 15px 35px;
}
.butn.butn-lg {
  padding: 18px 40px;
}
.butn.butn-full {
  padding: 14px 30px;
  width: 100%;
  text-align: center;
}
.butn.bg-light {
  background: #fff;
  border: 1px solid transparent;
  color: #000;
}
.butn.bg-light:hover {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.5);
  color: inherit;
}
.butn.butn-line-light {
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.butn.butn-line-dark {
  padding: 0 0 10px;
  border-bottom: 1px solid #666;
  width: 100%;
}
.butn.butn-line-dark img {
  filter: invert(1);
}
.butn.butn-line {
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.butn.butn-circle-md {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
}
.butn.butn-circle-md img {
  width: 20px;
}
.butn.bord-light {
  border: 1px solid #fff;
}
.butn.bord-gray {
  border: 1px solid #999 !important;
}
.butn.hover-light:hover {
  background: #fff;
  border-color: #fff;
  color: #1d1d1d;
}
.butn.hover-light2:hover {
  background: #eee;
  border-color: #eee;
  color: #1d1d1d;
}
.butn.hover-dark:hover {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}
.butn.butn-blur {
  color: #fff;
  background: rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(10px);
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  transition: all 0.4s;
}
.butn.butn-blur:hover {
  background: #fff;
  color: #1d1d1d;
}
.butn.butn-blur:hover span {
  color: #1d1d1d;
}
.butn.butn-blur:hover img {
  filter: invert(1);
}
.butn.bord-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 10px 7px 20px;
  border-radius: 30px;
}
.butn.bord-icon .icon {
  padding: 8px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
  margin-left: 10px;
}
.butn.bord-icon.light-bord {
  border-color: rgba(255, 255, 255, 0.1);
}
.butn.bord-icon.light-bord .icon {
  background: rgba(255, 255, 255, 0.05);
}
.butn.butn-cirle-lg-icon > div {
  display: inline-block;
  width: 160px;
  height: 160px;
  line-height: 170px;
  text-align: center;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  margin: 0 -10px;
  font-size: 22px;
  text-transform: uppercase;
  transition: all 0.4s;
}
.butn.butn-cirle-lg-icon > div span {
  line-height: 1.2;
}
.butn.butn-cirle-lg-icon > div:last-of-type {
  background: #1d1d1d;
}
.butn.butn-cirle-lg-icon:hover > div {
  transform: translateX(100%);
  margin: 0 10px;
}
.butn.butn-cirle-lg-icon:hover > div:last-of-type {
  transform: translateX(-100%);
}
.butn.butn-arrow {
  padding: 10px 20px;
  background: #1d1d1d;
  border-radius: 30px;
  color: #fff;
}
.butn.butn-arrow span {
  margin: 0 3px;
}
.butn.butn-arrow img {
  width: 15px;
}
.butn.butn-arrow.bord {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: inherit;
}
.butn.standerd {
  padding: 14px 30px;
}

.butn-arrow {
  padding: 7px 7px 7px 20px;
  border-radius: 10px;
  background: #fff;
  backdrop-filter: blur(10px);
  color: #111012;
  display: flex;
  font-size: 13px !important;
  align-items: center;
  border: none !important;
  justify-content: space-between;
  width: max-content;
  transition: all 0.4s;
}
.butn-arrow.butn-full {
  width: 100% !important;
}
.butn-arrow.butn-rounded {
  border-radius: 40px;
}
.butn-arrow.butn-rounded .arrow-icon {
  border-radius: 50%;
}
.butn-arrow.butn-blur {
  padding: 10px 10px 10px 20px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
}
.butn-arrow.butn-blur .arrow-icon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.butn-arrow.butn-blur:hover {
  background: rgba(0, 0, 0, 0.15);
}
.butn-arrow .arrow-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  background: #111012;
  margin-left: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.butn-arrow .arrow-icon svg {
  stroke: #fff;
  width: 32px;
  transition: all 0.4s;
}
.butn-arrow .arrow-icon svg:first-of-type {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(-40px);
}
.butn-arrow:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff;
}
.butn-arrow:hover .arrow-icon svg:first-of-type {
  transform: translateY(0);
}
.butn-arrow:hover .arrow-icon svg:last-of-type {
  transform: translateY(40px);
}
.butn-arrow span{
  font-size: 13px !important;
}
/* white arrow butn */
.butn-arrow-white span{
  font-size: 13px !important;
}
.butn-arrow-white {
  padding: 7px 7px 7px 20px;
  border-radius: 10px;
  /* background: #161616; */
  background:#ff5710 ;
  backdrop-filter: blur(10px);
  color: #fff;
  /* color: #000; */
  display: flex;
  
  align-items: center;
  justify-content: space-between;
  width: max-content;
  transition: all 0.4s;
}
.butn-arrow-white.butn-full {
  width: 100% !important;
}
.butn-arrow-white.butn-rounded {
  border-radius: 40px;
}
.butn-arrow-white.butn-rounded .arrow-icon {
  border-radius: 50%;
}
.butn-arrow-white.butn-blur {
  padding: 10px 10px 10px 20px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
}
.butn-arrow-white.butn-blur .arrow-icon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.butn-arrow-white.butn-blur:hover {
  background: rgba(0, 0, 0, 0.15);
}
.butn-arrow-white .arrow-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  /* background: #111012; */
      background: #ededed;
    color: #111012;
  margin-left: 20px;
  /* color: #fff; */
  position: relative;
  overflow: hidden;
}
.butn-arrow-white .arrow-icon svg {
  stroke: #000;
  width: 32px;
  transition: all 0.4s;
}
.butn-arrow-white .arrow-icon svg:first-of-type {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(-40px);
}
.butn-arrow-white:hover {
  /* background: rgba(255, 255, 255, 0.05) !important; */
  color: #fff;
}
.butn-arrow-white:hover .arrow-icon svg:first-of-type {
  transform: translateY(0);
}
.butn-arrow-white:hover .arrow-icon svg:last-of-type {
  transform: translateY(40px);
}


/* black arrow butn */
.butn-arrow-black span{
  font-size: 13px !important;
}
.butn-arrow-black {
  padding: 7px 7px 7px 20px;
  border-radius: 10px;
  background: #161616;
  /* background:#ff5710 ; */
  backdrop-filter: blur(10px);
  color: #fff;
  /* color: #000; */
  display: flex;
  
  align-items: center;
  justify-content: space-between;
  width: max-content;
  transition: all 0.4s;
}
.butn-arrow-black.butn-full {
  width: 100% !important;
}
.butn-arrow-black.butn-rounded {
  border-radius: 40px;
}
.butn-arrow-black.butn-rounded .arrow-icon {
  border-radius: 50%;
}
.butn-arrow-black.butn-blur {
  padding: 10px 10px 10px 20px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
}
.butn-arrow-black.butn-blur .arrow-icon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.butn-arrow-black.butn-blur:hover {
  background: rgba(0, 0, 0, 0.15);
}
.butn-arrow-black .arrow-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  /* background: #111012; */
      background: #ededed;
    color: #111012;
  margin-left: 20px;
  /* color: #fff; */
  position: relative;
  overflow: hidden;
}
.butn-arrow-black .arrow-icon svg {
  stroke: #000;
  width: 32px;
  transition: all 0.4s;
}
.butn-arrow-black .arrow-icon svg:first-of-type {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(-40px);
}
.butn-arrow-black:hover {
  /* background: rgba(255, 255, 255, 0.05) !important; */
  color: #fff;
}
.butn-arrow-black:hover .arrow-icon svg:first-of-type {
  transform: translateY(0);
}
.butn-arrow-black:hover .arrow-icon svg:last-of-type {
  transform: translateY(40px);
}
.butn-more .arrow-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  margin-left: 15px;
  color:  #d2d1d1;
  position: relative;
  overflow: hidden;
}
.butn-more .arrow-icon svg {
  stroke:  #d2d1d1;
  width: 32px;
  transition: all 0.4s;
}
.butn-more .arrow-icon svg:first-of-type {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(-40px);
}
.butn-more:hover .arrow-icon svg:first-of-type {
  transform: translateY(0);
}
.butn-more:hover .arrow-icon svg:last-of-type {
  transform: translateY(40px);
}

.butn-bord-sm {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  position: relative;
}
.butn-bord-sm:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-2px);
}

.circle-button {
  position: relative;
  display: inline-block;
}
.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.circle-button .textcircle {
  width: 250px;
  fill: #fff;
}

.bg-light .butn-bord-sm {
  border-color: rgba(0, 0, 0, 0.5);
}
.bg-light .butn-bord-sm:before {
  background: #000;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  transition: transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
}

.cursor-active {
  transform: translate(-50%, -50%) scale(8);
  opacity: 0.1;
}

.cursor-pointer {
  cursor: pointer;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}
.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  transition-delay: 0.3s;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

/* Extra
-----------------------------------------------------------------*/
.d-rotate {
  perspective: 1000px;
}
.d-rotate .rotate-text {
  display: block;
  transform-style: preserve-3d;
  transition: all 0.8s;
  transform-origin: 50% 0%;
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  transition-delay: 0.5s;
}
.d-rotate.animated .rotate-text {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}

.d-slideup .sideup-text {
  overflow: hidden;
  display: block;
}
.d-slideup .sideup-text:first-of-type .up-text {
  transition-delay: 0.2s;
}
.d-slideup .sideup-text:nth-of-type(2) .up-text {
  transition-delay: 0.6s;
}
.d-slideup .sideup-text:nth-of-type(3) .up-text {
  transition-delay: 1s;
}
.d-slideup .sideup-text:nth-of-type(4) .up-text {
  transition-delay: 1.4s;
}
.d-slideup .sideup-text:nth-of-type(5) .up-text {
  transition-delay: 1.8s;
}
.d-slideup .sideup-text .up-text {
  transform: translateY(100%);
  transition: all 0.8s;
}
.d-slideup.animated .up-text {
  transform: translateY(0);
}

.main-marq {
  position: relative;
  padding: 0;
}
.main-marq:after {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -5px;
  right: -5px;
  pointer-events: none;
  background: linear-gradient(to left, #161616, rgba(255, 255, 255, 0) 250px, rgba(255, 255, 255, 0) calc(100% - 250px), #161616);
}
.main-marq.with-shad:after {
  content: "";
}
.main-marq.md-text .box .item h4 {
  font-size: 40px;
}
.main-marq.lrg .box .item h4 {
  font-size: 5vw;
}
.main-marq.xlrg .box .item {
  padding: 0 30px;
}
.main-marq.xlrg .box .item h4 {
  font-size: 10vw;
}
.main-marq .slide-har {
  display: flex;
}
.main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}
.main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}
.main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .box {
  display: flex;
}
.main-marq .box .item {
  padding: 0 30px;
}
.main-marq .box .item h4 {
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
}
.main-marq .box .item h4 .icon {
  margin-bottom: -15px;
}
.main-marq .box .item h2 {
  margin: 0;
}
.main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}
.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.main-marq.sm-pad .box .item {
  padding: 0 15px;
}

.slide-har {
  position: relative;
}
.slide-har.st1 .box {
  position: relative;
  animation: slide-har 70s linear infinite;
}
.slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 70s linear infinite;
}

@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(-100%);
  }
}
.imago {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  transform: scale(1.2);
  filter: blur(5px);
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  position: relative;
}
.imago.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: scale(1);
  filter: blur(0px);
}
.imago.simpl {
  transform: scale(1);
  filter: blur(0px);
}

.scrolling-marq {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.scrolling-marq .marq-box {
  display: flex;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  /* fill: #1d1d1d; */
  fill: #ff5710;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #161616;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 99;
  padding-top: 10px;
}
.navbar.static {
  position: relative;
}
.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  /* top: -80px; */
  top: -70px;
  transition: transform 0.8s;
  transform: translateY(80px);
}
.navbar .icon-bar {
  color: #fff;
  /* color: #161616; */
}
.navbar.nav-scroll .icon-bar{
   color: #161616 !important;
}
.navbar .theme-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.4);
  backdrop-filter: blur(6rem);
  border: 1px solid rgba(200, 200, 200, 0.2);
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.navbar .navbar-nav {
  /* margin-top: 10px; */
  background: rgba(40, 40, 40, 0.4);
  /* background: hsla(0, 0%, 100%, .2); */
  backdrop-filter: blur(6rem);
  border-radius: 10px;
}
.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-size: 14px; */
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  /* padding: 18px 10px 14px 10px; */
  padding: 10px 10px 10px 10px;
  margin: 0 15px;
}
.navbar .navbar-nav .nav-link .rolling-text {
  height: 30px;
  line-height: 30px;
}
.navbar .dropdown-menu {
  display: block;
  position: absolute;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 5px;
  color: #fff;
  /* background: #151515;
  border: 1px solid #2d2d2d; */
  background: #ff5710;
    border: 1px solid #ff5710;
  border-radius: 10px;
  min-width: 255px;
  transform: translateY(20px);
  transition: all 0.4s;
}
.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
  left: auto;
  right: 248px;
}
.navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #fff;
  transition: all 0.4s;
  padding: 10px 25px;
  position: relative;
}
.navbar .dropdown-menu .dropdown-item .dropdown-side {
  position: absolute;
  left: 248px;
  top: -15px;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #393939;
  border-radius: 5px;
  background: #252424;
  width: 240px;
  padding: 20px 0px;
  transform: translateY(20px);
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .dropdown-menu .dropdown-item .icon-arrow {
  position: absolute;
  right: 15px;
}
.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
  background: transparent;
}
.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}
.navbar .no-relative {
  position: static;
}
.navbar .mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 75px;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}
.navbar .mega-menu .container {
  padding: 40px !important;
  border: 1px solid #393939;
  background: #252424;
  border-radius: 5px;
}
.navbar .mega-menu .title {
  margin-bottom: 20px;
}
.navbar .mega-menu .title .sub-title {
  font-weight: 600;
}
.navbar .mega-menu .item-img .img {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar .logo {
  position: relative;
      /* filter: brightness(0) invert(1); */
}
.navbar .menu-icon {
  padding: 25px 30px;
}
.navbar .dropdown-toggle:after {
  margin-left: 5px;
  vertical-align: 12px;
}

.hamenu {
  position: fixed;
  top: -100%;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  transform: translateY(15px);
  background: #1d1d1d;
  border-radius: 50px;
  overflow: hidden;
  z-index: 99999999999;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
}
.hamenu .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}
.hamenu .close-menu {
  color: #fff;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.4s;
}
.hamenu.open .close-menu {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.hamenu.open .menu-links .main-menu > li .link {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.hamenu.open .cont-info {
  transform: translateX(0);
}
.hamenu.open .cont-info .trans {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.4s;
}
.hamenu .menu-links {
  color: #fff;
  height: calc(100vh - 60px);
  margin-top: 10px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: auto;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}
.hamenu .menu-links::-webkit-scrollbar-track {
  background: #1d1d1d;
}
.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}
.hamenu .menu-links .main-menu ul {
  margin: 0;
  padding: 0;
}
.hamenu .menu-links .main-menu > li {
  transition: all 0.5s;
}
.hamenu .menu-links .main-menu > li .link {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s;
}
.hamenu .menu-links .main-menu > li .link i {
  position: absolute;
  width: 90px;
  top: 0;
  right: 0;
  bottom: 0;
}
.hamenu .menu-links .main-menu > li .link i:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.hamenu .menu-links .main-menu > li .link i:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  background: #fff;
}
.hamenu .menu-links .main-menu > li .link.dopen i:before {
  opacity: 0;
}
.hamenu .menu-links .main-menu > li .link .fill-text {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.hamenu .menu-links .main-menu > li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}
.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
  width: 0;
}
.hamenu .menu-links .main-menu > li .sub-dmenu {
  font-size: 30px;
  font-weight: 400;
  padding-left: 80px;
  text-transform: capitalize;
  letter-spacing: normal;
}
.hamenu .menu-links .main-menu .sub-menu {
  display: none;
  padding: 15px 0;
}
.hamenu .menu-links .main-menu .sub-menu.no-bord {
  border-top: 0;
  padding: 0;
}
.hamenu .menu-links .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.hamenu .menu-links .main-menu .sub-menu li a {
  padding: 10px 10px 10px 40px;
  transition: all 0.4s;
}
.hamenu .menu-links .main-menu .sub-menu li a:hover {
  color: #ff5710;
}
.hamenu .menu-links .main-menu .sub-menu2 {
  display: none;
  padding: 10px 0 20px;
}
.hamenu .menu-links .main-menu .sub-menu2 li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.hamenu .menu-links .main-menu .sub-menu2 li a {
  padding: 12px 12px 12px 70px;
  opacity: 0.6;
  transition: all 0.4s;
}
.hamenu .menu-links .main-menu .sub-menu2 li a:hover {
  opacity: 1;
}
.hamenu .cont-info {
  padding: 120px 30px 30px;
  width: 100%;
  color: #fff;
}
.hamenu .cont-info .trans {
  transform: translateY(50px);
  transition: all 0.4s;
  opacity: 0;
}
.hamenu .cont-info .trans h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.blur-menubg {
  position: relative;
  z-index: 3;
}
.blur-menubg:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(30px);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transition-delay: 0.5s;
  z-index: 2;
}
.blur-menubg.active:after {
  opacity: 1;
  visibility: visible;
}

body:not(.light) .theme-icon .sun {
  display: none;
}

body:not(.light) .theme-icon .moon {
  display: inline-block;
}

body.light .theme-icon .sun {
  display: inline-block;
  line-height: 0;
}

body.light .theme-icon .moon {
  display: none;
  line-height: 0;
}

/* Titles
-----------------------------------------------------------------*/
.sec-head.bord {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sec-head h6 {
  font-size: 16px;
}
.sec-head p{
  margin-bottom: 30px;
}
/* .sec-head h6:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
} */

.sec-head-stand h5 {
  position: relative;
}
.sec-head-stand h5:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #fff;
}

.bg-light .sec-head.bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bg-light .sec-head h6:before {
  background: #000000;
}

.modern-agency .sec-head.bord {
  border-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modern-agency .bg-light .sec-head.bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
.modern-agency .bg-light .sec-head h6:before {
  background: #000000;
}

/* About - Intro - Numbers
-----------------------------------------------------------------*/
.about-md .main-box {
  color: #fff;
  height: 870px;
  padding: 40px;
  background-image: url(../imgs/team/3.png);
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.about-md .main-box .caption h1 {
  font-size: 100px;
  line-height: 1.1;
  font-weight: 600;
}
.about-md .main-box .text {
  position: relative;
  z-index: 3;
  margin-top: 60px;
}
.about-md .main-box .text h6 {
  font-size: 20px;
}
.about-md .main-box .states {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
}
.about-md .main-box .states span {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}
.about-md .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-md .team {
  position: relative;
  border-radius: 15px;
  background: #fff;
  color:  #d2d1d1;
  overflow: hidden;
}
.about-md .team .team-swiper {
  padding: 50px 30px 30px;
}
.about-md .team .img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #5B5B5B, #DDDDDD);
  margin: auto;
  margin-bottom: 15px;
}
.about-md .team .cont h6 {
  font-size: 22px;
}
.about-md .team .cont span {
  font-size: 14px;
  margin-top: 5px;
}
.about-md .team .cont .social-icon {
  margin-top: 30px;
}
.about-md .team .cont .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 14px;
}
.about-md .team .botom {
  margin-top: 40px;
}
.about-md .team .title {
  font-weight: 500;
}
.about-md .team .controls {
  position: static;
  display: flex;
  align-items: center;
}
.about-md .team .controls .swiper-button-next,
.about-md .team .controls .swiper-button-prev {
  position: static;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #151515;
  background: #D6D8E8;
  border-radius: 50%;
  margin: 0 2px;
}
.about-md .team .controls .swiper-button-next:hover,
.about-md .team .controls .swiper-button-prev:hover {
  background: #151515;
  color: #fff;
}
.about-md .team .controls .swiper-button-next:after,
.about-md .team .controls .swiper-button-prev:after {
  display: none;
}
.about-md .join {
  background: #ff5710;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
.about-md .join:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/symbol.svg);
  background-size: cover;
  pointer-events: none;
  opacity: 0.05;
  z-index: -1;
}
.about-md .join .ontop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-md .join .jon-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.about-md .join .jon-link .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.about-md .join .jon-link .icon img {
  width: 15px;
}
.about-md .join .cont span {
  font-size: 14px;
  margin-top: 10px;
}

.intro-style1 .fit-vid {
  /* width: 200px;
  height: 200px; */
      width: 350px;
    height: 350px;
  overflow: hidden;
}
.intro-style1 .fit-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fit-vid iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.intro-style1 .box-bord {
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  text-align: center;
}
.intro-style1 .box-bord img {
  margin-left: auto;
  margin-right: auto;
}

.intro-style2 .item-numb {
  padding: 40px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
}
.intro-style2 .item-numb.bord {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.intro-style2 li {
  position: relative;
  opacity: 0.7;
}
.intro-style2 li:hover {
  opacity: 1;
}
.intro-style2 li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.intro-style3 .bord {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.intro-style3 .box-bgimg1 {
  position: relative;
  padding: 40px;
  z-index: 3;
}
.intro-style3 .box-bgimg1:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 75%;
  height: 75%;
  background-image: url(../imgs/intro/mshap1.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.intro-style3 .box-bgimg {
  position: relative;
  padding: 40px;
  z-index: 3;
}
.intro-style3 .box-bgimg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../imgs/intro/p1.png);
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.numbers .item {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 15px;
  position: relative;
}
.numbers .item span {
  position: relative;
}
.numbers .item span:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.1);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.numbers .item:after, .numbers .item:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.numbers .item:after {
  top: auto;
  bottom: 20px;
}

.numbers-md {
  padding: 100px 40px 80px;
  background: #ff5710;
  color: #fff;
  margin-top: -40px;
  border-radius: 0 0 15px 15px;
  position: relative;
  z-index: -1;
}
.numbers-md .item h2 {
  margin-bottom: 30px;
}
.numbers-md .item span {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.skills .item-skill {
  padding: 80px 15px;
  border-radius: 150px;
}
.skills .item-skill h2 {
  font-family: "Mozilla Text", sans-serif;
}

.scrolling-marq .marq-box .item {
  margin: 0 10px;
}
.scrolling-marq .marq-box .item .text {
  padding: 50px;
  display: flex;
}
.scrolling-marq .marq-box .item .fit-img,
.scrolling-marq .marq-box .item .text {
  height: 400px;
  width: 500px !important;
}

/* Blog
-----------------------------------------------------------------*/
.blog-style1 .item {
  position: relative;
}
.blog-style1 .item:hover .date {
  opacity: 0;
}
.blog-style1 .item:hover .icon span {
  opacity: 1;
  transform: scale(1);
}
.blog-style1 .item .fit-img {
  position: relative;
}
.blog-style1 .item .date {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  padding: 15px;
  color: #fff;
  z-index: 4;
  transition: all 0.4s;
}
.blog-style1 .item .date div {
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 12px;
}
.blog-style1 .item .date div i {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog-style1 .item .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  background: #171717;
  border-top-left-radius: 50%;
  padding: 15px;
}
.blog-style1 .item .icon:before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #171717;
}
.blog-style1 .item .icon:after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #171717;
}
.blog-style1 .item .icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
}
.blog-style1 .item .icon span svg {
  width: 15px;
  fill: #000;
}
.blog-style1 .item .icon:hover span {
  background: rgba(255, 255, 255, 0.2);
}
.blog-style1 .item .icon:hover span svg {
  fill: #5fff66;
}
.blog-style1 .item .text {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-style1 .item .date-show {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #171717;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
}
.blog-style1 .item .date-show span {
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.blog-md .row-bord {
  position: relative;
}
.blog-md .row-bord:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-md .mitem .info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-md .mitem .info .author-info,
.blog-md .mitem .info .date {
  font-size: 13px;
  text-transform: uppercase;
}
.blog-md .mitem .info .author-info span,
.blog-md .mitem .info .date span {
  display: block;
  line-height: 22px;
}
.blog-md .mitem .img {
  border-radius: 15px;
  height: 285px;
  overflow: hidden;
}
.blog-md .item .date {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog-md .item h6 {
  text-wrap: pretty;
}
.blog-md .item:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.sidebar .search-box {
  position: relative;
}
.sidebar .search-box input {
  color: #fff;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  width: 100%;
  background: transparent;
}
.sidebar .search-box input:focus {
  border-color: #fff;
}
.sidebar .search-box .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.sidebar .widget {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar .widget .title-widget {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.sidebar .widget.catogry li {
  display: flex;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
}
.sidebar .widget.catogry li:last-of-type {
  margin-bottom: 0;
}
.sidebar .widget.catogry li:hover {
  background: rgba(255, 255, 255, 0.02);
}
.sidebar .widget.last-post-thum .item {
  display: flex;
  margin-bottom: 30px;
}
.sidebar .widget.last-post-thum .item:last-of-type {
  margin-bottom: 0;
}
.sidebar .widget.last-post-thum .item:hover .img a .date {
  opacity: 1;
}
.sidebar .widget.last-post-thum .item .img {
  width: 90px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar .widget.last-post-thum .item .img a {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar .widget.last-post-thum .item .img a .date {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}
.sidebar .widget.last-post-thum .item .img a .date span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
}
.sidebar .widget.last-post-thum .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar .widget.last-post-thum .item .cont {
  padding-left: 25px;
}
.sidebar .widget.last-post-thum .item .cont h6 {
  font-size: 17px;
}
.sidebar .widget.last-post-thum .item .cont .tag {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
}
.sidebar .widget.tags a {
  padding: 8px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  margin: 2px 0;
  transition: all 0.4s;
}
.sidebar .widget.tags a:hover {
  background: #ff5710;
}

.blog-main .item .content {
  margin-top: 40px;
}
.blog-main .item .content .post-date {
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 12px;
  color: #ddd;
  text-transform: uppercase;
  margin-right: 15px;
}

.blog-header .tag a {
  padding: 8px 20px;
  background: #6250EB;
  border-radius: 30px;
}
.blog-header .background {
  height: 400px;
}

.main-post .spec-letter {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left;
}
.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
}
.main-post .post-qoute h6 {
  position: relative;
}
.main-post .post-qoute h6:before {
  content: "“";
  position: absolute;
  top: 80px;
  left: -100px;
  font-size: 180px;
  font-family: Poppins;
  line-height: 0;
}
.main-post .iner-img {
  height: 400px;
}
.main-post .iner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-post .unorder-list li,
.main-post .order-list li {
  margin-top: 10px;
  opacity: 0.7;
  padding-left: 15px;
  position: relative;
}
.main-post .unorder-list li:before,
.main-post .order-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 10px;
}
.main-post .order-list li {
  padding-left: 0;
}
.main-post .order-list li:before {
  display: none;
}
.main-post .order-list li span {
  font-size: 13px;
}
.main-post .info-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: 0.7;
}
.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 5px;
  transition: all 0.4s;
}
.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
  background: #ff5710 !important;
  color: #171717;
}
.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}
.main-post .author-area {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
}
.main-post .author-area .author-img .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.main-post .next-prv-post .thumb-post:after {
  content: "";
  background: #161616;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  opacity: 0.7;
  transition: all 0.4s;
}
.main-post .next-prv-post .thumb-post:first-of-type {
  margin-right: 15px;
}
.main-post .next-prv-post .thumb-post:last-of-type {
  margin-left: 15px;
}

.comments-post .item-box {
  position: relative;
}
.comments-post .item-box p {
  font-size: 14px;
  width: 80%;
}
.comments-post .item-box.replayed {
  margin-left: 30px;
}
.comments-post .item-box .replay-butn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.comments-post .item-box .replay-butn a {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  transition: all 0.4s;
}
.comments-post .item-box .replay-butn a:hover {
  background: #ff5710;
  color: #1d1d1d;
}

/* Clients
-----------------------------------------------------------------*/
.marq-brand .item {
  padding: 0 10px !important;
  text-align: center;
}
.marq-brand .item a {
  width: 220px;
  height: 180px;
  line-height: 180px;
  background: #1C1C1C;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.4s;
}
.marq-brand .item a img {
  vertical-align: middle;
  max-width: 120px;
  opacity: 0.5;
  transition: all 0.5s;
}
.marq-brand .item a:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.marq-brand .item a:hover img {
  opacity: 1;
}
.marq-brand a:hover img {
  opacity: 1;
}
.marq-brand a img {
  vertical-align: middle;
  max-width: 100px;
  opacity: 0.5;
  transition: all 0.5s;
}

.brand-style1 .item {
  height: 180px;
  line-height: 180px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  margin: 15px 0;
}
.brand-style1 .item img {
  max-width: 100px;
}
.brand-style1 .item.bg-img {
  background-size: 30px !important;
  background-repeat: repeat;
  backdrop-filter: none;
  overflow: hidden;
  opacity: 0.05;
}
.brand-style1 .item:hover {
  background: #fff;
}
.brand-style1 .item:hover img {
  filter: invert(1);
}

/* Contact
-----------------------------------------------------------------*/
.call-action1 .box-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.call-action1 .box-cont .cont {
  background: #fff;
  padding: 40px;
}

.contact input,
.contact textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  transition: all 0.4s;
}
.contact input:focus,
.contact textarea:focus {
  border-color: #fff;
}
.contact textarea {
  min-height: 300px;
}
.contact button {
  border-radius: 30px;
  border: 0;
  transition: all 0.4s;
}
.contact button:hover {
  background: #ff5710;
}
.contact .info-box {
  padding: 80px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.contact .info-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/map.html);
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
.contact .info-box .phone {
  color: #FF6A3A;
}
.contact .form2 input,
.contact .form2 textarea {
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}
.contact .form2 input:focus,
.contact .form2 textarea:focus {
  border-color: #fff;
}

.contact-style1 {
  color: #fff;
}
.contact-style1 p {
  color: #b1b1b1;
}
.contact-style1 .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-style1 .contact-form label .star {
  color: red;
  padding-left: 5px;
}
.contact-style1 .contact-form input,
.contact-style1 .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}
.contact-style1 .contact-form button {
  border: 0;
}
.contact-style1 .box {
  padding: 80px 50px;
  background: rgba(45, 45, 45, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.google-map {
  height: 450px;
  width: 100%;
  position: relative;
  filter: grayscale(100%);
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pricing
-----------------------------------------------------------------*/
.price-style1 .item {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.price-style1 .item .info {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.price-style1 .item .info span {
  opacity: 0.7;
}
.price-style1 .item ul {
  padding: 0;
}
.price-style1 .item li {
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
}
.price-style1 .item li:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.price-style1 .butn {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #000;
  transition: all 0.4s;
}
.price-style1 .butn.active {
  background: #ff5710;
}
.price-style1 .butn:hover {
  background: transparent;
  color: #fff;
}

/* Footer
-----------------------------------------------------------------*/
.footer-style1 .fo-box-left,
.footer-style1 .fo-box-right {
  background: #1C1C1C;
  border-radius: 15px;
  overflow: hidden;
  min-height: 500px;
  height: 100%;
  padding: 40px;
}
.footer-style1 .fo-box-left {
  position: relative;
  z-index: 2;
}
.footer-style1 .fo-box-left:after {
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/map-global.png);
  background-size: 50%;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.footer-style1 .fo-box-left .tags a {
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  margin: 4px 0;
}
.footer-style1 .fo-box-left .tags a:hover {
  border-color: #fff;
}
.footer-style1 .fo-box-right .social-icon-circle a:hover {
  background: #fff;
  color: #000;
}
.footer-style1 .fo-box-right .subscribe input {
  font-size: 14px;
  border-radius: 60px;
}
.footer-style1.contact-footer .contact textarea {
  min-height: 220px;
}
.footer-style1.contact-footer .contact .form2 input, .footer-style1.contact-footer .contact .form2 textarea {
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

footer .subscribe input {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  border: 0;
  padding: 15px;
  color: #fff;
}
footer .subscribe button {
  background: transparent;
  border: 0;
  position: absolute;
  top: calc(50% - 15px);
  right: 5px;
}
footer .subscribe p a {
  color: #fff;
}

.footer-style4 {
  position: relative;
  padding: 0 15px 15px;
}
.footer-style4 .eml .sub-title {
  margin-bottom: 15px;
}
.footer-style4 .column li {
  display: inline-block;
  margin-right: 30px;
}
.footer-style4 .column li:last-of-type {
  margin-right: 0;
}
.footer-style4 .bord .links li {
  display: inline-block;
  margin-right: 30px;
}
.footer-style4 .bord .links li:last-of-type {
  margin-right: 0;
}
.footer-style4 .logo img {
  max-width: 100px;
}
.footer-style4.contact-footer .contact textarea {
  min-height: 220px;
}

/* Headers
-----------------------------------------------------------------*/
.hero-style1 {
  position: relative;
  padding: 230px 0 120px;
  height:100vh;
  z-index: 10;
}
.hero-style1 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-style1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 100%;
  width: 100%;
  /*background: linear-gradient(transparent, #161616);*/
  background: linear-gradient(transparent, #0000008c);
}
.hero-style1 h1 {
  line-height: 1;
}
.hero-style1 .tags span {
  width: max-content;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 14px;
  margin: 3px 0;
  color:#fff;
  transition: all 0.4s;
}
.hero-style1 .tags span:hover {
  background: #fff;
  color: #000;
}
.hero-style1 .circle-button {
  margin-top: -30px;
}
.hero-style1 .circle-button svg {
  fill: #fff;
}
.hero-style1-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-style1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.45); /* slight dark wash for text/button contrast */
    z-index: -1;
}
.hero-style2 .main-box {
  color: #fff;
  height: 870px;
  padding: 60px 40px;
  background-image: linear-gradient(30deg, #303030, #1C1C1C);
  overflow: hidden;
  position: relative;
}
.hero-style2 .main-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  pointer-events: none;
}
.hero-style2 .main-box:after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/hero/md.png);
  background-size: cover;
  pointer-events: none;
}
.hero-style2 .caption h1 {
  font-size: 110px;
  line-height: 1;
}
.hero-style2 .caption h1 .main-marq {
  display: inline-block;
  width: 280px;
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  margin-bottom: -15px;
  overflow: hidden;
}
.hero-style2 .caption h1 .main-marq .box {
  animation: slide-har 30s linear infinite;
}
.hero-style2 .caption h1 .main-marq .box .item {
  padding: 0 15px;
}
.hero-style2 .caption h1 .main-marq .box .item h5 {
  font-size: 42px;
}
.hero-style2 .caption h1 .main-marq .box .w-30px {
  line-height: 1;
  display: flex;
  align-items: center;
}
.hero-style2 .caption h1 p {
  display: inline-block;
  width: 250px;
  padding-right: 15px;
  text-align: right;
  line-height: 1.4;
}
.hero-style2 .gl-rate {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: max-content;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 60px;
  padding: 10px 20px;
  z-index: 3;
}
.hero-style2 .gl-rate .icon {
  width: 35px;
}
.hero-style2 .gl-rate .cont {
  padding-left: 30px;
}
.hero-style2 .gl-rate .cont h6 {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}
.hero-style2 .gl-rate .cont .stars {
  font-size: 13px;
  color: #FFA826;
  margin-left: 10px;
}
.hero-style2 .gl-rate .cont p {
  color: #eee;
  font-size: 12px;
  margin-top: 2px;
}
.hero-style2 .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-style2 .serv {
  background: #fff;
  color:  #d2d1d1;
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
}
.hero-style2 .serv .content {
  position: relative;
  height: 300px;
}
.hero-style2 .serv .content .item {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  display: inline-block;
  user-select: none;
  pointer-events: auto;
  transition: none;
}
.hero-style2 .serv .content .item span {
  font-size: 16px;
  padding: 8px 24px;
  background: #EFF0FA;
  color:  #d2d1d1;
  border-radius: 30px;
}
.hero-style2 .serv .content .item span.bdark {
  background: #ff5710;
  color: #fff;
}
.hero-style2 .serv .content .item span.bred {
  background: #ff5710;
  color:  #d2d1d1;
}
.hero-style2 .serv .content .item img {
  width: 50px;
}
.hero-style2 .serv .content .item .icon1 img {
  width: 70px;
}
.hero-style2 .awards {
    background: #ff5710;
    border-radius: 15px;
    overflow: hidden;
    width: 350px;
    height: 350px;
    padding: 0 30px 30px 30px;
    position: relative;
}
.hero-style2 .awards .awards-swiper {
    height: 100%;
    position: relative; /* important: anchor for the fixed label */
}
.hero-style2 .awards .awards-swiper .swiper-slide {
    display: flex;
    align-items: center;
}
.hero-style2 .awards .item {
    width: 100%;
}
.hero-style2 .awards .item .img {
    width: 140px;
    margin: auto;
    /*filter: brightness(0) invert(1);*/
}

/* Fixed "Trusted by" label — no longer inside swiper-slide, so it never moves */
.hero-style2 .awards .trusted-label {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    top: 20px;
    z-index: 10; /* sits above the sliding images */
}

.hero-style2 .awards .controls {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 10;
}
.hero-style2 .awards .controls .swiper-button-next,
.hero-style2 .awards .controls .swiper-button-prev {
    position: static;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 2px;
}
.hero-style2 .awards .controls .swiper-button-next:hover,
.hero-style2 .awards .controls .swiper-button-prev:hover {
    background: #fff;
    color: #d2d1d1;
}
.hero-style2 .awards .controls .swiper-button-next:after,
.hero-style2 .awards .controls .swiper-button-prev:after {
    display: none;
}
.hero-style3 {
  padding: 220px 0 120px;
  position: relative;
}
.hero-style3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, #161616);
}
.hero-style3 .main-marq h4 {
  font-weight: 200;
  line-height: 1.2;
}

.hero-style4 {
  padding: 220px 0 60px;
  position: relative;
}
.hero-style4 .container {
  position: relative;
  z-index: 9999999;
}
.hero-style4 h1 {
  font-size: 17.5vw;
}
.hero-style4 .tags a {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 14px;
  margin: 5px 5px 5px 0;
  transition: all 0.4s;
}
.hero-style4 .tags a:hover {
  background: #fff;
  color: #000;
}

.hero-style5 .snap-slide .img,
.hero-style5 .snap-slide .hero-video-wrapper {
  height: 100%;
}
.hero-style5 .snap-slide .main-img .numb {
  font-size: 120px;
  font-weight: 300;
}
.hero-style5 .snap-slider-thumbs-wrapper {
  width: 350px;
  height: 480px;
  border-radius: 250px;
  box-shadow: none;
}
.hero-style5 .snap-slide-caption {
  padding: 10px 0;
}
.hero-style5 .snap-slider-captions {
  position: absolute;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-style5 .snap-slider-captions h1 {
  font-size: 64px;
}
.hero-style5 .snap-slider-captions span {
  font-size: 18px;
}
.hero-style5 .snap-slider-captions .tag {
  font-size: 14px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(187, 187, 187, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 30px;
}
.hero-style5 .snap-slider-captions-wrapper {
  width: 100%;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}
.hero-style5.shwocase .snap-slider-captions {
  align-items: end;
  height: 90vh;
}
.hero-style5.shwocase .snap-slider-thumbs-wrapper {
  width: 320px;
  height: 350px;
  border-radius: 100px;
  box-shadow: none;
}

.hero-style6 h1 {
  font-size: 22vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -80px;
  z-index: -1;
}

.hero-style7 {
  padding: 180px 0 0;
  position: relative;
  background-position: bottom;
}
.hero-style7 .img:after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 300px;
  z-index: -1;
}
.hero-style7 .exp {
  padding: 20px;
  border-radius: 15px;
  background: rgba(45, 45, 45, 0.2);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 20%;
  right: 0;
  transform: translateX(60%);
  box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.5);
}
.hero-style7 .fit-img {
  border-radius: 300px;
}

.content__img {
  width: 225px;
  height: 170px;
  border-radius: 10px;
  position: absolute;
  top: 170px;
  left: 0px;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
}

.left-side {
  height: 100vh;
  width: 350px !important;
  padding: 20px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.left-side .info .circle-text {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.left-side .info .circle-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
}
.left-side .info .cont li {
  font-size: 18px;
}
.left-side .info .cont span {
  color: #808080;
  font-size: 14px;
}
.left-side .info .cont .social-icon a {
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 2px;
  transition: all 0.4s;
}
.left-side .info .cont .social-icon a:hover {
  background: #fff;
  color:  #d2d1d1;
}
.left-side .butn {
  text-align: center;
  width: 100%;
}
.left-side .butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.left-side .butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}
.left-side .butn > div {
  margin: auto;
  width: max-content;
}

.right-side {
  width: calc(100% - 350px) !important;
}

.pg-hero {
  padding: 200px 0 0;
}

/* Faqs
-----------------------------------------------------------------*/
.faq-style1 .accordion-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px 50px;
}
.faq-style1 .accordion-item h6 {
  font-weight: 300;
}
.faq-style1 .accordion-item .arrow {
  filter: invert(1);
}
.faq-style1 .accordion-item.active {
  background: rgba(255, 255, 255, 0.02);
}
.faq-style1 .accordion-item.active h6 {
  font-weight: 500;
}

/* Portfolio
-----------------------------------------------------------------*/
.snap-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snap-slide .main-img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.snap-slide .main-img .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 99999;
}
.snap-slide .main-img .cont .tags a {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin: 0 5px;
}
.snap-slide .main-img .numb {
  position: absolute;
  bottom: 0;
  right: 5%;
  line-height: 1;
  font-size: 10vw;
  font-weight: 100;
  opacity: 0.2;
  z-index: 9999;
}

.rounded-borders .snap-slide .main-img {
  border-radius: 0;
}

.snap-slide .img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  height: 100%;
}

.snap-slide .img img,
.snap-slide .img .hero-video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 100;
  object-position: center;
  object-fit: cover;
}

.snap-slider-thumbs {
  position: absolute;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snap-slider-thumbs-wrapper::before {
  float: left;
  padding-top: 70%;
  content: "";
}

.snap-slider-thumbs-wrapper {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.rounded-borders .snap-slider-thumbs-wrapper {
  border-radius: 6px;
}

.thumb-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.show-loader .thumb-slide {
  pointer-events: none;
}

.thumb-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hr-sec .hr-container {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
}
.hr-sec .item-panel {
  width: 750px;
  height: 100%;
  padding: 0 15px;
}
.hr-sec .item-panel .see-more {
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  width: calc(100% - 15px);
  height: 100%;
}
.hr-sec .fit-img {
  height: 70vh;
  min-height: 480px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.hr-sec .fit-img .cont {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.hr-sec .fit-img .cont .tags {
  overflow: hidden;
}
.hr-sec .fit-img .cont .tags span {
  width: max-content;
  display: block;
  padding: 12px 20px;
  background: #fff;
  color: #0f0f0f;
  border-radius: 10px;
  margin: 5px 0;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}
.hr-sec .fit-img:hover .cont .tags span {
  opacity: 1;
  transform: translateY(0);
}
.hr-sec .fit-img:hover .cont .tags span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.hr-sec .fit-img:hover .cont .tags span:nth-of-type(3) {
  transition-delay: 0.2s;
}
.hr-sec .fit-img:hover .cont .tags span:nth-of-type(4) {
  transition-delay: 0.3s;
}

.portfolio-style1 .item {
  position: relative;
}
.portfolio-style1 .item .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-style1 .item .img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.portfolio-style1 .item .img .tags {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 7;
}
.portfolio-style1 .item .img .tags a {
  color: #fff;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  transition: all 0.4s;
}
.portfolio-style1 .item .img .tags a:hover {
  background: #ff5710;
  color: #fff;
}

/* Dark bottom-only gradient instead of light full-height wash */
.portfolio-style1 .item .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.portfolio-style1 .item h6 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.portfolio-style2 .item .fit-img {
  position: relative;
}
.portfolio-style2 .item .fit-img .tag {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  transition: all 0.4s;
}
.portfolio-style2 .item:hover .fit-img .tag {
  opacity: 1;
}
.portfolio-style2.overlay .item {
  position: relative;
}
.portfolio-style2.overlay .item h6 {
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s;
  z-index: 3;
}
.portfolio-style2.overlay .item .tag {
  z-index: 3;
}
.portfolio-style2.overlay .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #161616, transparent);
  border-radius: 30px;
  opacity: 0;
  transition: all 0.4s;
}
.portfolio-style2.overlay .item:hover .tag,
.portfolio-style2.overlay .item:hover h6 {
  opacity: 1;
  transform: translate(0);
}
.portfolio-style2.overlay .item:hover:after {
  opacity: 0.5;
}
.portfolio-style2 .portfolio-vertical {
  padding: 40px;
  position: relative;
}
.portfolio-style2 .portfolio-vertical:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#1C1C1C, transparent, #1C1C1C);
  z-index: 5;
  pointer-events: none;
}
.portfolio-style2 .portfolio-vertical .swiper-container {
  width: 100%;
  height: 100%;
}
.portfolio-style2 .portfolio-vertical .swiper-wrapper {
  flex-direction: column;
}
.portfolio-style2 .portfolio-vertical .swiper-slide {
  font-size: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.portfolio-style2 .portfolio-vertical .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.portfolio-style3 .lg-text h2 {
  font-size: 22vw;
}
.portfolio-style3 .item {
  position: relative;
}
.portfolio-style3 .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}
.portfolio-style3 .item .tags {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}
.portfolio-style3 .item .tags span {
  padding: 10px 20px;
  background: rgba(40, 40, 40, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  font-size: 14px;
}
.portfolio-style3 .item .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.portfolio-style3 .item .text.w-100 {
  left: 0;
}

.portfolio-crev .work-boxs {
  display: flex;
}
.portfolio-crev .item {
  width: 33.333%;
  max-height: 90vh;
  height: 600px;
  margin: 0 4px;
  display: flex;
  cursor: pointer;
  transition: all 0.4s;
}
.portfolio-crev .item .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-crev .item .bg-img .cont {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  color: #0f0f0f;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.portfolio-crev .item .bg-img .cont.dark-st h5,
.portfolio-crev .item .bg-img .cont.dark-st span {
  background: #0f0f0f;
}
.portfolio-crev .item .bg-img .cont h5,
.portfolio-crev .item .bg-img .cont span {
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0;
}
.portfolio-crev .item .bg-img .cont h5 {
  text-decoration: underline;
  margin-bottom: 10px;
}
.portfolio-crev .item .bg-img .cont span {
  color: #494949;
}
.portfolio-crev .item.active {
  width: calc(100vw - 420px);
}
.portfolio-crev .item.active .bg-img .cont {
  opacity: 1;
  visibility: visible;
}
.portfolio-crev .item.active .bg-img .cont h5,
.portfolio-crev .item.active .bg-img .cont span {
  transform: none;
  opacity: 1;
}
.portfolio-crev .item.active .bg-img .cont h5 {
  transition-delay: 0.3s;
}
.portfolio-crev .item.active .bg-img .cont span {
  transition-delay: 0.6s;
}

.portfolio-elegant .work-boxs {
  display: flex;
}
.portfolio-elegant .item {
  width: 25%;
  margin: 0 5px;
  display: flex;
  cursor: pointer;
  transition: all 0.7s;
}
.portfolio-elegant .item .bg-img {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.portfolio-elegant .item .cont {
  padding: 0 15px;
  transition: all 0.4s;
}
.portfolio-elegant .item .cont h6 {
  font-size: 18px;
}
.portfolio-elegant .item .cont span {
  opacity: 0;
  transition: all 0.4s;
  color: #ccc;
}
.portfolio-elegant .item .cont.hide {
  opacity: 0;
  visibility: hidden;
}
.portfolio-elegant .item.active {
  width: calc(100vw - 420px);
}
.portfolio-elegant .item.active .cont {
  opacity: 1 !important;
  visibility: visible;
}
.portfolio-elegant .item.active .cont span {
  opacity: 1;
}

.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.parallax-slider-wrapper .parallax-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 3800px;
  height: 100%;
}
.parallax-slider-wrapper .parallax-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 70px;
  margin-top: 15px;
}
.parallax-slider-wrapper .parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.parallax-slider-wrapper .parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.parallax-slider-wrapper .parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.parallax-slider-wrapper .parallax-content {
  color: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}
.parallax-slider-wrapper .parallax-content span {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.parallax-slider-wrapper .parallax-content h4 {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: -2px;
}
.parallax-slider-wrapper .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}
.parallax-slider-wrapper .parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

.showcase-full {
  position: relative;
}
.showcase-full .parallax-slider-full .caption {
  position: relative;
}
.showcase-full .parallax-slider-full .caption h1 {
  font-size: 110px;
  position: relative;
  line-height: 1.2;
}
.showcase-full .parallax-slider-full .swiper-slide-active .caption .discover {
  opacity: 1;
  transition: all 0.7s;
}
.showcase-full .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}
.showcase-full .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.showcase-full .caption h6 {
  font-size: 20px;
  font-weight: 400;
}
.showcase-full .slider-contro {
  position: absolute;
  bottom: 60px;
  left: 80px;
  width: calc(100% - 160px);
}
.showcase-full .slider-contro i {
  margin: 0 10px;
  color: #fff;
}
.showcase-full .slider-contro span {
  color: #fff;
  white-space: nowrap;
}
.showcase-full .dots {
  bottom: 50px;
  z-index: 1;
}
.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}
.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}
.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.showcase-full .swiper-button-next:after,
.showcase-full .swiper-button-prev:after {
  display: none;
}

.hero-style5-showcase .snap-slide .img,
.hero-style5-showcase .snap-slide .hero-video-wrapper {
  height: 100%;
}
.hero-style5-showcase .snap-slide .main-img .numb {
  font-size: 120px;
  font-weight: 300;
}
.hero-style5-showcase .snap-slider-thumbs-wrapper {
  width: 320px;
  height: 350px;
  border-radius: 100px;
  box-shadow: none;
}
.hero-style5-showcase .snap-slide-caption {
  padding: 10px 0;
}
.hero-style5-showcase .snap-slider-captions {
  position: absolute;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding-bottom: 50px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-style5-showcase .snap-slider-captions h1 {
  font-size: 64px;
}
.hero-style5-showcase .snap-slider-captions span {
  font-size: 18px;
}
.hero-style5-showcase .snap-slider-captions .tag {
  font-size: 14px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(187, 187, 187, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 30px;
}
.hero-style5-showcase .snap-slider-captions-wrapper {
  width: 100%;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.inter-links-center {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: auto;
}
.inter-links-center::-webkit-scrollbar {
  width: 0;
}
.inter-links-center::-webkit-scrollbar-track {
  background: transparent;
}
.inter-links-center::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.inter-links-center::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.inter-links-center .links-text li {
  padding: 30px 0;
  width: max-content;
  position: relative;
  z-index: 9;
}
.inter-links-center .links-text li .text {
  transition: all 0.4s;
  -webkit-text-stroke: 1px transparent;
}
.inter-links-center .links-text li.no-active {
  opacity: 0.3;
}
.inter-links-center .links-text li.no-active .text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.inter-links-center .links-text li h2 {
  text-transform: uppercase;
}
.inter-links-center .links-text li h2 a .tag {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.inter-links-center .links-text li h2 a .text {
  font-weight: 800;
  font-size: 80px;
  letter-spacing: -4px;
}
.inter-links-center .links-text li h2 .num {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}
.inter-links-center .links-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.inter-links-center .links-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.inter-links-center .links-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: all 0.7s;
}
.inter-links-center .links-img .img.current {
  transform: scale(1);
  opacity: 1;
}
.inter-links-center .links-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Services
-----------------------------------------------------------------*/
.interactive-sec .cluom {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  cursor: pointer;
}
.interactive-sec .cluom:first-of-type {
  padding-top: 0;
}
.interactive-sec .cluom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
.interactive-sec .cluom h3 {
  opacity: 0.5;
  transition: all 0.4s;
}
.interactive-sec .cluom.current h3 {
  opacity: 1;
}
.interactive-sec .cluom.current:after {
  width: 100%;
}
.interactive-sec .glry-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.interactive-sec .glry-img .tab-img {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(30px);
  max-width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.interactive-sec .glry-img .tab-img.current {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.interactive-sec .glry-img .tab-img:nth-of-type(2) {
  top: 40px;
}
.interactive-sec .glry-img .tab-img:nth-of-type(3) {
  top: 65px;
}
.interactive-sec .glry-img .tab-img:nth-of-type(4) {
  top: 90px;
}
.interactive-sec .glry-img .tab-img:nth-of-type(5) {
  top: 115px;
}

.serv-style1 .accordion > .row {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  margin: 0;
}
.serv-style1 .accordion > .row:last-of-type {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.serv-style1 .accordion-item {
  padding: 20px 0;
  background: transparent;
  border-radius: 0;
}
.serv-style1 .accordion-item .icon-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
}
.serv-style1 .accordion-item.active .icon-arrow {
  border-color: rgba(255, 255, 255, 0.5);
}
.serv-style1 .accordion-collapse {
  border-radius: 0;
}
.serv-style1 .accordion-body {
  padding: 0;
}
.serv-style1 .tags a {
  margin-top: 10px;
  width: max-content;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  font-size: 12px;
}

.serv-style2 .item {
  min-height: 580px;
}
.serv-style2 .item .cont {
  padding: 60px;
}
.serv-style2 .item .cont .tags span {
  padding: 10px 20px;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  border: 1px solid rgb(155 151 151 / 50%);
  border-radius: 30px;
  font-size: 14px;
  margin: 4px 2px;
  transition: all 0.4s;
}
.serv-style2 .item.sub-bg-white .cont .tags span {
  padding: 10px 20px;
  border: 1px solid rgb(184 182 182 / 50%);
  border-radius: 30px;
  font-size: 14px;
  margin: 4px 2px;
  transition: all 0.4s;
}
.serv-style2 .item.bg-white .cont .tags span {
  padding: 10px 20px;
  border: 1px solid rgb(184 182 182 / 50%);
  border-radius: 30px;
  font-size: 14px;
  margin: 4px 2px;
  transition: all 0.4s;
}
/*.serv-style2 .item .cont .tags span:hover {*/
/*  background: #fff;*/
/*  color:  #d2d1d1;*/
/*}*/
.serv-style2 .item.bg-light .cont .tags span {
  border-color: rgba(0, 0, 0, 0.5);
}
/*.serv-style2 .item.bg-light .cont .tags span:hover {*/
/*  background:  none !important;*/
/*  color: #ff5710 !important;*/
/*}*/
.serv-style2 .item .fit-img {
  position: relative;
}
.serv-style2 .item .fit-img img,
.serv-style2 .item .fit-img video {
  position: absolute;
  top: 0;
  left: 0;
  object-position: left;
}

.serv-style3 .item {
  position: relative;
  padding: 60px 40px;
  border-radius: 30px;
  background: #1C1C1C;
  min-height: 520px;
  overflow: hidden;
  z-index: 2;
}
.serv-style3 .item .img {
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 55%;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: -1;
}
.serv-style3 .item .img img {
  width: auto;
  height: 100%;
}

.serv-style4 .item{
  position:relative; padding:60px 40px; border-radius:30px;
  border:1px solid rgba(255,255,255,.3); 
  /* min-height:520px; */
  min-height:440px;
  overflow:hidden; transition:all .4s; z-index:2;
}
.serv-style4 .item .img{
  position:absolute; bottom:-40px; right:-40px; height:50%;
  opacity:.7; transition:all .4s; z-index:-1;
}
.serv-style4 .item .img img{ width:auto; height:100%; }
.serv-style4 .item:hover{ background:#ff5710 !important; color: #d2d1d1; }
.serv-style4 .item:hover .img{ filter:grayscale(1); mix-blend-mode:multiply; }
/* .serv-style4 .item:hover p{ color:#4e4b4b; } */
.serv-style4 .item:hover p{ color:#fff; }
.serv-style4 .item:hover .butn-more .arrow-icon{ background:#ccc; }
 
/* card vertical layout + base text (theme) */
.v-align-between{ display:flex; flex-direction:column; justify-content:space-between; height:100%; }
.serv-style4 .item h4{ font-size:26px; letter-spacing:-.01em; }
/* .serv-style4 .item p{ color:rgba(255,255,255,.6); line-height:1.6;  transition:color .4s; } */
.serv-style4 .item.bg-light{ background:rgba(255,255,255,.04); }


/* .cert-desc p{ color:rgba(255,255,255,.55); font-size:16px; line-height:1.7; } */
.cert-group{ margin-top:80px; }
.cert-group:first-of-type{ margin-top:0; }
.cert-group-head{ display:flex; align-items:center; gap:24px; margin-bottom:36px; }
.cert-group-head h3{ white-space:nowrap; }
.cert-line{ flex:1; height:1px; background:rgba(255,255,255,.14); }
.cert-count{
  font-size:12px; font-weight:600; letter-spacing:.1em;
  padding:6px 14px; border:1px solid rgba(255,255,255,.18);
  border-radius:30px; opacity:.7; white-space:nowrap;
}
.industries-swiper{ overflow:visible; }
.serv-style6 .item {
  transition: all 0.4s;
  margin-bottom: 15px;
}
.serv-style6 .item h3 {
  font-weight: 600;
}
.serv-style6 .item .imgs .fit-img {
  transition: all 0.4s;
  opacity: 0;
}
.serv-style6 .item .imgs .fit-img:nth-of-type(1) {
  transform: translateX(-30px);
}
.serv-style6 .item .imgs .fit-img:nth-of-type(2) {
  transform: translateX(-15px);
}
.serv-style6 .item:hover .fit-img {
  opacity: 1;
  transform: translateX(0) !important;
}

.services-reval .item-row > .row {
  position: relative;
  z-index: 9999999999;
}
.services-reval .item-row .arrow-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.services-reval .item-row .arrow-icon svg {
  width: 30px;
  stroke: #fff;
}
.services-reval .item-row:hover .arrow-icon {
  background: #fff;
}
.services-reval .item-row:hover .arrow-icon svg {
  stroke: #000;
}

.features .stack-title h2 {
  font-size: 15vw;
  color: #fff;
}

/* Stack title sits in the middle */
.features .stack-title {
  position: relative;
  z-index: 2;
}

/* Subtitle behind the big text */
.why-sub-head {
  position: relative;
  z-index: 1;
  /* margin-top: -40px; */
  margin-top: 50px;
}

.why-sub-head .sec-label1 {
  font-size: 60px;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}

.why-desc {
  max-width: 520px;
  margin: 0 auto;
}

/* ✅ Key fix: lift the entire row above the stack title */
.features .row {
  position: relative;
  z-index: 10;
}

.features .item {
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  background: #1C1C1C;
  position: relative;
  z-index: 10;
}
/* Add this — last row cards should not have extra top margin fighting the layout */
.features .row .col-lg-3:nth-child(4) .item,
.features .row .col-lg-3:nth-child(5) .item {
    margin-top: 0;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "c1  .   .   c2"
    ".   c3  c3  .  "
    "c4  .   .   c5";
  gap: 30px;
      position: relative;
    z-index: 1;
}
.why-grid [style*="c3"] {
  display: flex;
  justify-content: center;
}

.why-grid [style*="c3"] .item {
  margin-top: 40px;
  width: 300px; /* match your other card widths */
}
/* Row 1: c1 left, c2 right — both sit at normal top */
.why-grid [style*="c1"] { align-self: start; }
.why-grid [style*="c2"] { align-self: start; }

/* Row 2: center card — pushed down visually */
.why-grid [style*="c3"] .item { margin-top: 40px; }
.why-grid [style*="c4"] .item { margin-top: 80px; }
.why-grid [style*="c5"] .item { margin-top: 80px; }

/* Row 3: c5 mirrors c1 position */
.why-grid [style*="c5"] { align-self: start; }

@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "c1 c2"
      "c3 c4"
      "c5 .";
  }
  .why-grid [style*="c3"] .item,
  .why-grid [style*="c4"] .item {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .why-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "c1" "c2" "c3" "c4" "c5";
  }
}
.mission-vision-style1{
border-radius: 0 0 80px 80px;
    position: relative;
    z-index: 3;
    background: #fff;
}
 /* ── Plaza Newsletter Section ── */
  .plz-nl-section {
    margin-top:-100px;
  }
 
  .plz-nl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
 
  .plz-nl-box {
    position: relative;
    background-color: #F2F2F2;
    border-radius: 42px;
    padding: 60px 60px 60px;
  }
 
  /* decorative card shadow below */
  .plz-nl-box::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90%;
    height: 20%;
    border-radius: 42px;
    border: 1px solid #DFDFDF;
    background: #fefefe;
  }
 
  .plz-nl-row {
    display: flex;
    align-items: stretch;
    gap: 32px;
    flex-wrap: wrap;
  }
 
  /* ── Col 1: Image ── */
  .plz-nl-img-col {
    flex: 0 0 180px;
    max-width: 180px;
  }
 
  .plz-nl-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    height: 120px;
    background: #ddd;
  }
 
  .plz-nl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
  /* ── Col 2: Content ── */
  .plz-nl-content-col {
    flex: 1;
    min-width: 260px;
  }
 
  .plz-nl-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1D1D1D;
    margin-bottom: 12px;
    text-decoration: none;
  }
 
  .plz-nl-label svg {
    flex-shrink: 0;
  }
 
  .plz-nl-heading {
    font-size: 42px;
    color: #161616;
    margin-bottom: 14px;
  }
 
  .plz-nl-desc {
    font-size: 16px;
    color: #555 !important;
    line-height: 1.6;
    max-width: 420px;
  }
 
  /* ── Col 3: Form ── */
  .plz-nl-form-col {
    flex: 0 0 320px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto;
  }
 
  .plz-nl-input-wrap {
    position: relative;
    background: #ffffff;
    padding: 12px 14px 12px 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
 
  .plz-nl-input-wrap input {
    border: none;
    outline: none;
    background: transparent;
    height: 32px;
    width: 100%;
    font-size: 14px;
    color: #1D1D1D;
    line-height: 32px;
  }
 
  .plz-nl-input-wrap input::placeholder {
    color: #aaa;
  }
 
  .plz-nl-submit-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: #1D1D1D;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    flex-shrink: 0;
  }
 
  .plz-nl-submit-btn:hover {
    background: #333;
  }
 
  .plz-nl-terms {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
  }
 
  .plz-nl-terms a {
    color: #1D1D1D;
    font-weight: 600;
    text-decoration: none;
  }
 
  .plz-nl-terms a:hover {
    text-decoration: underline;
  }
 
  /* ── Responsive ── */
  @media (max-width: 900px) {
    .plz-nl-box {
      padding: 60px 36px 80px;
    }
    .plz-nl-form-col {
      flex: 1 1 100%;
      max-width: 100%;
      margin-left: 0;
    }
    .plz-nl-img-col {
      display: none;
    }
  }
 
  @media (max-width: 600px) {
      .serv-style5.interactive-sec {
          padding-top: 0 !important;
      }
      .cursor{
          display: none !important;
      }
    .plz-nl-heading {
      font-size: 30px;
    }
    .plz-nl-box {
      padding: 25px 24px 30px;
      border-radius: 28px;
    }
  }

  .plz-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #1D1D1D;
  color: #FEFEFE;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 18px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.plz-cta-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

.approach .item {
  transition: all 0.4s;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
.approach .item:hover {
  padding: 20px 10px;
  border-color: #fff;
}
.approach .item .o-hidden {
  transform: translateY(40px);
}
.approach .item .o-hidden h2 {
  line-height: 1;
  font-size: 96px;
}
/* ── Desktop: existing layout unchanged ── */
.mission-vision-style1 .item {
    padding: 48px 40px;
    border-radius: 30px;
    height: 650px;
}
.about-inner-item {
    height: 650px;
}

/* ── Visibility toggles ── */
.mv-mobile-swiper  { display: none; }
.mv-desktop-row    { display: flex; }   /* flex because it's a Bootstrap row */

@media (max-width: 991px) {
    .mv-desktop-row  { display: none; }
    .mv-mobile-swiper { display: block; }
}

/* ── Mobile swiper card sizing ── */
@media (max-width: 991px) {
    .mv-mobile-swiper .item {
        height: 660px !important;           /* let content breathe — no fixed height on mobile */
        padding: 30px 30px !important;
        border-radius: 20px;
    }

    /* pagination dots below the card */
    .mv-swiper-pagination {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }
}
.mission-vision-style1 .item {
  padding: 48px 40px;
  border-radius: 30px;
  height: 650px;
}
.approach-style1 .item h2 {
  font-size: 140px;
  font-weight: 100;
  line-height: 1;
  opacity: 0.1;
}
.about-inner-item{
 height: 650px;
}
.process-style2 .img {
  max-width: 350px;
  margin: auto;
}
.process-style2 .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.process-style2 .accordion-item.active {
  border-color:  #d2d1d1;
}
.process-style2 .accordion-item .accordion-header {
  background: transparent;
}
.process-style2 .accordion-item .accordion-header button {
  background: transparent;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 20px 0;
  box-shadow: none;
}
.process-style2 .accordion-item .accordion-header button span {
  font-size: 14px;
  margin-right: 80px;
}
.process-style2 .accordion-item .accordion-header button:after {
  background-image: url(../imgs/plus-solid.svg);
  filter: invert(1);
}
.process-style2 .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url(../imgs/minus-solid.svg);
}
.process-style2 .accordion-item .accordion-body {
  padding: 0 0 15px 90px;
}
.process-style2 .accordion-item .accordion-body p {
  font-size: 14px;
}

/* Team
-----------------------------------------------------------------*/
.team-style1 .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.team-style1 .item:hover {
  border-color: #fff;
}
.team-style1 .item .social-icon-circle {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.team-style1 .item .social-icon-circle a {
  background: rgba(41, 41, 41, 0.02);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.team-style1 .item .social-icon-circle a:hover {
  background: #fff;
}
.team-style1 .item .info span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
}

.team-intro .item {
  height: 100%;
  min-height: 440px;
}
.team-intro .item.main-colorbg, .team-intro .item.main-colorbg2, .team-intro .item.bg-light {
  color: #111012;
}
.team-intro.style2 .item {
  min-height: 600px;
}

.team-reval .item-row {
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  cursor: pointer;
}
.team-reval .item-row > .row {
  position: relative;
  z-index: 9999999999;
}
.team-reval .item-row span {
  text-transform: uppercase;
  opacity: 0.7;
}
.team-reval .item-row .social-icon {
  text-align: right;
}
.team-reval .item-row .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px);
  color: rgba(255, 255, 255, 0.7);
}
.team-reval .item-row .social-icon a:hover {
  background: #fff;
  color:  #d2d1d1;
}
.team-reval .hover-reveal-item .award-reveal-img {
  width: 240px;
  height: 280px;
  border-radius: 30px;
}

.user-imgs .fit-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 -10px;
}
.user-imgs .fit-img:last-of-type {
  line-height: 45px;
  text-align: center;
  background:  #d2d1d1;
  font-size: 14px;
}
.user-imgs.style1 .fit-img {
  width: 60px;
  height: 60px;
}

/* Testimonials
-----------------------------------------------------------------*/
.testim-cards .stackCard, .testim-cards .item {
  border-radius: 30px;
  position: relative;
  width: 100%;
  padding: 60px 35px;
  transform-origin: 50% -160%;
  background: #1C1C1C;
}
.testim-cards .stackCard.revs, .testim-cards .item.revs {
  background: #3d3d3d;
}

.testim-style1 {
  position: relative;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
.testim-style1 .testim-sliders {
  position: relative;
}
.testim-style1 .testim-sliders .main-slider {
  position: relative;
  overflow: hidden;
}
.testim-style1 .testim-sliders .main-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto;
  font-size: 14px;
}
.testim-style1 .testim-sliders .main-slider .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.testim-style1 .testim-sliders .main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}
.testim-style1 .testim-sliders .thumb-slider {
  position: relative;
  overflow: hidden;
}
.testim-style1 .thumb-side {
  text-align: center;
}
.testim-style1 .thumb-side .swiper-button-prev,
.testim-style1 .thumb-side .swiper-button-next {
  position: static;
  margin: 0 5px;
  display: inline-block;
  color: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.testim-style1 .thumb-side .swiper-button-prev:after,
.testim-style1 .thumb-side .swiper-button-next:after {
  font-size: 13px;
}
.testim-style1 .thumb-side .swiper-button-prev:hover,
.testim-style1 .thumb-side .swiper-button-next:hover {
  background: #fff;
  color: #000;
}
.testim-style1.sub-bg {
  background: linear-gradient(to bottom, transparent, #1C1C1C);
}

.testim-style2 .item {
  border-radius: 30px;
  position: relative;
  width: 100%;
  padding: 60px 40px;
  background: #3d3d3d;
  height: 100%;
}
.testim-style2 .item h4 {
  font-size: 30px;
}
.testim-style2 .team-intro .item {
  min-height: auto;
}

.testim-style3 .swiper-slide {
  height: auto;
}
.testim-style3 .tobotm {
  /* margin-bottom: -30px; */
  margin-bottom: 50px;
  position: relative;
  z-index: -1;
}
.testim-style3 .tobotm h2 {
  line-height: 1;
}
.testim-style3 .item {
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px) !important;
}

/* Awards
-----------------------------------------------------------------*/
.awards-reval .item-row {
  padding: 35px 30px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 15px 0;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}
.awards-reval .item-row:hover {
  background: #fff;
  color:  #d2d1d1;
}
.awards-reval .item-row .row {
  position: relative;
  z-index: 5;
}
.awards-reval .item-row .award-year {
  font-weight: 300;
  font-size: 16px;
  min-width: 170px;
}
.awards-reval .item-row .award-text {
  font-weight: 500;
  font-size: 20px;
}
.awards-reval .item-row .award-position {
  font-weight: 300;
  font-size: 18px;
  opacity: 0.7;
}

.hover-reveal-item .award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-reveal-item:hover .award-reveal-img {
  opacity: 1;
}

/* ====================== [ Start Colors Skin  ] ====================== */
body:not(.light) .theme-icon .sun {
  display: none;
}

body:not(.light) .theme-icon .moon {
  display: inline-block;
}

body.light .theme-icon .sun {
  display: inline-block;
  line-height: 0;
}

body.light .theme-icon .moon {
  display: none;
  line-height: 0;
}

body.light {
  background: #fff;
  color: #161616;
}
body.light p {
  color: #585858;
  /* color: #888888; */
  line-height: 140%;
  letter-spacing: -.04em;
}
body.light .loader-wrap .loader-wrap-heading .load-text {
  color: #fff;
}
body.light .sub-bg {
  background: #eaeaea;
  /* background: #fff; */
}
body.light .sub-bg {
  background: #eaeaea;
  /* background: #fff; */
}
body.light .sub-bg-white {
  /* background: #eaeaea; */
  background: #fff;
}
body.light .sub-bg2 {
  background: #d2d1d1;
}
body.light .bg-light {
  background:  #d2d1d1 !important;
  /* color: #fff !important; */
  color: #fff !important;
}
body.light .bg-light p {
  /* color: #d2d1d1; */
  /* color: #fff; */
  color: #888888;
}
body.light .bg-light .butn-more .arrow-icon {
  background: #ccc;
}
body.light .bg-light.main-colorbg {
  background: #ff5710 !important;
   border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}
/* body.light .bg-light.main-colorbg p {
  color: #585858;
} */
 .text-dark{
  /* color:#161616 !important; */
  color:#232323 !important;
 }
 .text-grey{
  /* color:#888888 !important; */
  color:#1f1e1e !important;
 }
 .cta-description {
   color:#1f1e1e !important;
 }
 body.light .main-colorbg p{
  color:#fff !important;
 }
 .bg-light1{
  background-color: #eaeaea !important;
 }
body.light .bg-light.main-colorbg2 {
  background: #ff5710 !important;
}
body.light .butn-arrow.main-colorbg {
  background: #ff5710 !important;
}
body.light .border-color-transparent-white-light {
  border-color: rgba(0, 0, 0, 0.1);
}
body.light .cls-1 {
  fill: #696969 !important;
}
body.light .invert-icon {
  filter: invert(0);
}
body.light .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: inherit;
  -webkit-text-stroke: 1px inherit;
}
body.light .main-marq:after {
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0) 250px, rgba(255, 255, 255, 0) calc(100% - 250px), #ffffff);
}
body.light .user-imgs .fit-img:last-of-type {
  background: #eaeaea;
}
/* body.light .butn-arrow {
  background: #111012;
  color: #fff;
  border: 1px solid rgba(17, 16, 18, 0.3);
} */
body.light .butn-arrow .arrow-icon {
  background: #ededed;
  color: #111012;
}
body.light .butn-arrow .arrow-icon svg {
  stroke: #111012;
  /* stroke: #fff; */
}
body.light .butn-arrow:hover {
  /* color: #111012; */
  /*color: #fff;*/
  color: #ff5710;
}
body.light .butn-arrow.main-colorbg {
  border: 0;
  /* color: #111012; */
  color: #fff;
  backdrop-filter: none;
}
body.light .butn-arrow.main-colorbg:hover {
  background: #111012 !important;
  color: #fff;
}
body.light .butn-more .arrow-icon {
  background: #111012;
}
body.light .butn-more .arrow-icon svg {
  stroke: #fff;
}
body.light .butn-bord-sm {
  border-color: rgba(0, 0, 0, 0.5);
}
body.light .butn-bord-sm:before {
  /* background: #111012; */
  background: #fff;
}
body.light .butn-bord-sm-1:before {
  background: #111012;
  /* background: #fff; */
}
body.light .circle-button .textcircle {
  fill: #111012;
}
body.light .social-icon-circle a {
  border-color: rgba(0, 0, 0, 0.1);
}
body.light .social-icon-circle a:hover {
  background: #111012 !important;
  color: #fff !important;
}
body.light .sec-head.bord,
body.light .intro-style2 .item-numb.bord {
  border-color: rgba(0, 0, 0, 0.2);
  background: transparent !important;
}
body.light .sec-head h6::before,
body.light .intro-style2 li:before,
body.light .list-dot.dark-style li:before {
  background: #111012;
}
body.light .hero-style1 .circle-button svg {
  /* fill: #111012; */
  fill: #fff;
}
/* body.light .hero-style1:after {
  background: linear-gradient(transparent, #fff);
} */
body.light .hero-style1 .tags a,
body.light .hero-style4 .tags a {
  /* border-color: rgba(0, 0, 0, 0.3); */
  color:#fff;
}
body.light .hero-style1 .tags a:hover,
body.light .hero-style4 .tags a:hover {
  background: #111012;
  color: #fff;
}
body.light .hero-style5 {
  background: #161616;
  color: #fff;
}
body.light .hero-style3 p {
  color: #d2d1d1;
}
body.light .hero-style7 .exp {
  box-shadow: 4px 4px 4px rgba(185, 185, 185, 0.5);
}
body.light .hr-sec .item-panel .butn-arrow {
  background: #fff;
  color: #111012;
  border-color: rgba(255, 255, 255, 0.5);
}
body.light .hr-sec .item-panel .butn-arrow .arrow-icon {
  background: #111012;
  color: #fff;
}
body.light .hr-sec .item-panel .butn-arrow .arrow-icon svg {
  stroke: #fff;
}
body.light .hr-sec .item-panel .butn-arrow:hover {
  color: #fff;
}
body.light .serv-style4 .item {
  border-color: rgba(0, 0, 0, 0.3);
}
body.light .interactive-sec .cluom,
body.light .hero-style7 .img:after {
  border-color: rgba(0, 0, 0, 0.1);
}
body.light .interactive-sec .cluom:after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.light .serv-style2 .item.bg-light .cont .tags span {
  border-color: rgb(141 141 141 / 50%);
  color:#161616;
}
body.light .serv-style2 .item.main-colorbg .cont .tags span,
body.light .serv-style2 .item.sub-bg .cont .tags span,
body.light .intro-style3 .bord {
  border-color: rgba(0, 0, 0, 0.5);
}
body.light .serv-style2 .item.main-colorbg .cont .tags span {
  border-color: #fff;
  color:#fff !important;
}
body.light .serv-style4 .item:hover {
  /* color: #111012 !important; */
  color: #fff !important;
}
body.light .services-reval .item-row .w-50px {
  filter: invert(1);
}
body.light .numbers .item {
  border-color: rgba(0, 0, 0, 0.3);
}
body.light .numbers .item:before, body.light .numbers .item:after,
body.light .numbers .item span:before {
  background: rgba(0, 0, 0, 0.1);
}
body.light .features .item,
body.light .intro-style2 .item-numb,
body.light .interactive-sec .glry-img .tab-img {
  background: #eaeaea;
}
body.light .intro-style2 .main-color {
  color: #ff5710 !important;
}
/* body.light .intro-style1 {
  padding-top: 140px !important;
} */
 .intro-style1{
background-color: #ffffff;
    border-radius: 0 0 80px 80px;
    position: relative;
    z-index: 4;
 }
body.light .intro-style1 .box-bord {
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .user-imgs.style1 .bg-light img {
  filter: invert(1);
}
body.light .portfolio-style2 .portfolio-vertical:after {
  background: linear-gradient(#eaeaea, transparent, #eaeaea);
}
body.light .portfolio-style2.overlay .item h6,
body.light .portfolio-style2.overlay .item .tag,
body.light .portfolio-style2 .item .fit-img .tag,
body.light .portfolio-style3 .item .text,
body.light .portfolio-style3 .item .tags {
  color: #fff;
}
body.light .portfolio-elegant.showcase .item .cont span {
  color: #585858;
}
body.light .testim-style1 .thumb-side .swiper-button-prev,
body.light .testim-style1 .thumb-side .swiper-button-next {
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .testim-style1 .thumb-side .swiper-button-prev:hover,
body.light .testim-style1 .thumb-side .swiper-button-next:hover {
  background: #111012;
  color: #fff;
}
body.light .testim-style1.sub-bg {
  background: linear-gradient(to bottom, transparent, #eaeaea);
}
body.light .testim-cards .stackCard, body.light .testim-cards .item {
  background: #eaeaea;
}
body.light .testim-cards .stackCard.revs, body.light .testim-cards .item.revs {
  background: #d2d1d1;
}
body.light .testim-style3 .item {
  background: rgba(0, 0, 0, 0.1);
}
body.light .team-intro .item.bg-light {
  background: #eaeaea !important;
  color: #111012 !important;
}
body.light .team-reval .item-row {
  border-color: rgba(0, 0, 0, 0.3);
}
body.light .team-reval .item-row .social-icon a {
  background: rgba(0, 0, 0, 0.05);
  color: #111012;
}
body.light .team-style1 .item,
body.light .faq-style1 .accordion-item,
body.light .price-style1 .item {
  border-color: rgba(0, 0, 0, 0.1);
}
body.light .team-style1 .item .social-icon-circle a,
body.light .faq-style1 .accordion-item .social-icon-circle a,
body.light .price-style1 .item .social-icon-circle a {
  color: #fff;
  border-color: transparent;
}
body.light .brand-style1 .item {
  border-color: rgba(0, 0, 0, 0.3);
}
body.light .brand-style1 .item img {
  filter: invert(1);
}
body.light .brand-style1 .item:hover {
  background: #111012;
}
body.light .brand-style1 .item:hover img {
  filter: invert(0);
}
body.light .marq-brand .item a {
  background: #eaeaea;
}
body.light .marq-brand .item a img {
  filter: invert(1);
}
body.light .awards-reval .item-row {
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .contact-style1 {
  color: inherit;
}
body.light .contact-style1 .contact-form input, body.light .contact-style1 .contact-form textarea {
  color: inherit;
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .contact-style1 .contact-form input:focus, body.light .contact-style1 .contact-form textarea:focus {
  border-color: #111012;
}
body.light .contact .form2 input, body.light .contact .form2 textarea {
  border-color: rgba(0, 0, 0, 0.2);
  color: inherit;
}
body.light .blog-style1 .item .text,
body.light .sidebar .widget,
body.light .main-post .post-qoute {
  border-color: rgba(0, 0, 0, 0.1);
}
body.light .sidebar .search-box input {
  border-color: rgba(0, 0, 0, 0.5);
  color: #111012;
}
body.light .sidebar .widget.catogry li:hover,
body.light .sidebar .widget.last-post-thum .item .cont .tag,
body.light .sidebar .widget.tags a,
body.light .main-post .info-area .tags a,
body.light .main-post .info-area .share-icon a,
body.light .main-post .author-area {
  background: rgba(0, 0, 0, 0.05);
}
body.light .sidebar .widget.last-post-thum .item .img a .date {
  color: #fff;
}
body.light .footer-style1 .fo-box-left,
body.light .footer-style1 .fo-box-right {
  background: #eaeaea;
}
body.light .footer-style1 .fo-box-left .tags a {
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .footer-style1 .fo-box-left .tags a:hover {
  border-color: #111012;
}
body.light footer .subscribe input {
  background: rgba(0, 0, 0, 0.05);
  color: #111012;
}
body.light .footer-style1 .fo-box-right .subscribe img {
  filter: invert(1);
}
body.light footer .subscribe p a {
  color: #111012;
}
body.light footer .main-color {
  color: #ff5710 !important;
}

/* ====================== [ End Colors Skin  ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb15 {
    margin-bottom: 15px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-no-mrg {
    margin: 0 !important;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pt80 {
    padding-top: 80px !important;
  }
  .md-no-pad {
    padding: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .md-order-1 {
    order: 1 !important;
  }
  .md-order-2 {
    order: 2 !important;
  }
  .md-order-3 {
    order: 3 !important;
  }
  .md-order-4 {
    order: 4 !important;
  }
  .md-hide {
    display: none;
  }
  .justify-end {
    justify-content: flex-start !important;
  }
  .justify-end .vew-all {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end .swiper-controls {
    margin-top: 30px;
  }
  .justify-end .ml-auto {
    margin-left: 0;
    margin-top: 30px;
  }
  .row.sm-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.sm-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.stand-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.stand-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.md-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.lg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.lg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.xlg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.xlg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.xxlg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.xxlg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 20px;
  }
  .fz-120 {
    font-size: 90px !important;
  }
  .fz-80 {
    font-size: 60px !important;
  }
  .fz-70 {
    font-size: 50px !important;
  }
  .border-radius-100px {
    border-radius: 50px !important;
  }
  .navbar .logo:after {
    display: none;
  }
  .navbar .contact-button {
    display: none;
  }
  .navbar .mega-menu .item-img .img {
    display: none;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 440px;
    overflow: auto;
  }
  .navbar .navbar-collapse::-webkit-scrollbar {
    display: none;
  }
  .navbar.nav-scroll {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #d2d1d1;
        top: -80px !important;
  }
  .navbar .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .navbar .mega-menu .container {
    padding: 20px 10px !important;
  }
  .navbar .logo {
    max-width: 80px !important;
    /* margin-left: 30px; */
  }
  .navbar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
  }
  .navbar .navbar-toggler {
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    /* margin-right: 30px; */
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
    border: 0;
    outline: none;
  }
  .navbar .dropdown-menu {
    display: none;
  }
  .navbar .dropdown-menu.show {
    display: block;
    position: static;
  }
  .navbar .dropdown-menu .dropdown-item .dropdown-side {
    display: none;
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
    display: block;
  }
  .navbar .navbar-nav .nav-link {
        padding: 7px 25px 7px;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
  .navbar .navbar-nav .nav-item:last-of-type .nav-link {
    /* padding-bottom: 0; */
    border-bottom: 0;
  }
  .navbar .navbar-nav .mega-menu {
    width: auto;
    position: static;
    padding: 0;
  }
  .navbar .navbar-nav .mega-menu .item-img {
    font-size: 14px;
    color: #fff;
    transition: all 0.4s;
    padding: 10px 25px;
    position: relative;
  }
  .navbar .navbar-nav .mega-menu .item-img .mt-15 {
    margin-top: 0 !important;
  }
  .navbar .navbar-nav .mega-menu .item-img:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 18px;
    transition: all 0.4s;
  }
  .navbar .navbar-nav .mega-menu .item-img:hover {
    padding-left: 30px;
    background: transparent;
  }
  .navbar .navbar-nav .mega-menu .item-img:hover:after {
    width: 10px;
  }
  .navbar .dark-mode-icon {
    display: none;
  }
  .navbar .navbar-nav {
    /* background: #282828; */
    background: #ff5710;
    border-radius: 5px;
  }
  .navbar .dropdown-menu {
    border-radius: 0;
    background: #0c0c0c;
  }
  .hamenu .menu-links .main-menu > li .link {
    margin-bottom: 15px;
  }
  .blur-div {
    display: none;
  }
  .butn-arrow .arrow-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .butn-arrow .arrow-icon svg {
    width: 25px;
  }
  .sec-head h6 {
    margin-bottom: 30px;
  }
  .sec-head h2 {
    font-size: 40px !important;
  }
  .sec-head .justify-content-end {
    display: block !important;
  }
  .sec-head .butn-more {
    margin-top: 30px;
  }
  div[data-lag="0"] {
    transform: translate(0) !important;
  }
  img[data-lag="0"] {
    transform: translate(0) !important;
  }
  .hero-style1 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .hero-style1 h1 {
    font-size: 60px !important;
  }
  .hr-sec .hr-container {
    flex-wrap: wrap;
    width: 100%;
  }
  .hr-sec .hr-container .item-panel {
    height: auto;
    width: 50%;
  }
  .hr-sec .hr-container .item-panel .fit-img {
    height: 480px;
  }
  .hero-style3 {
    padding-top: 140px;
    text-align: center;
  }
  .hero-style3 .text-indent {
    text-indent: 0;
  }
  .main-container {
    position: relative;
  }
  .left-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto;
    display: block !important;
    padding: 30px !important;
    z-index: 9999;
  }
  .right-side {
    width: 100% !important;
  }
  .hero-style2 .main-box {
    padding-top: 140px;
  }
  .hero-style2 .main-box .caption h1 {
    font-size: 85px;
  }
  .hero-style2 .serv {
    margin-top: 10px;
  }
  .hero-style2 .awards .awards-swiper {
    height: 300px;
  }
  .hero-style5 .snap-slider-captions-wrapper,
  .hero-style5-showcase .snap-slider-captions-wrapper {
    height: 60px;
  }
  .hero-style5 .snap-slider-captions h1,
  .hero-style5-showcase .snap-slider-captions h1 {
    font-size: 40px;
    text-align: center;
  }
  .hero-style5 .snap-slider-captions,
  .hero-style5-showcase .snap-slider-captions {
    align-items: flex-end;
    padding-bottom: 100px;
  }
  .hero-style5 .mdtop {
    position: static !important;
  }
  .hero-style8 h1 {
    font-size: 74px !important;
  }
  .hero-style7 .caption {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .hero-style7 .caption .butn-arrow {
    margin: auto;
  }
  .hero-style7 .exp {
    right: auto;
  }
  .hero-style7 .img {
    max-width: 440px;
    margin: auto;
  }
  .hero-style7 .text-align-right {
    text-align: center !important;
  }
  .hero-style7 ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .hero-style6 h1 {
    margin-bottom: 50px;
  }
  .pg-hero {
    padding-top: 120px;
  }
  .pg-hero .fs-80 {
    font-size: 64px !important;
  }
  .pg-hero .text-align-right.md-mb80 {
    text-align: left !important;
  }
  .pg-hero ul li {
    display: inline-block;
    margin-right: 30px;
  }
  .intro-style6 h1 {
    margin-bottom: 50px;
  }
  .intro-style6 .justify-content-end {
    justify-content: center !important;
    text-align: center;
  }
  .intro-style6 .text-align-right {
    text-align: center !important;
    margin-top: 15px;
  }
  .intro-style6 ul li {
    display: inline-block;
    margin: 5px 10px;
  }
  .portfolio-style2 .item {
    margin-bottom: 50px !important;
  }
  .portfolio-style2 .item .fit-img {
    height: 450px !important;
  }
  .testimonials-ca .sec-head .gl-rate {
    margin-left: 0;
  }
  .serv-style4 .item {
    /* min-height: 420px; */
    min-height: 350px;
  }
  .features .item {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .interactive-sec .glry-img .tab-img {
    max-width: 100%;
    top: 0 !important;
  }
  .interactive-sec .glry-img .tab-img:first-of-type {
    position: static;
    margin-bottom: 50px;
  }
  .serv-style2 .item {
    margin: 0;
  }
  .serv-style2 .item .cont {
    padding: 45px 15px 45px !important;
  }
  .serv-style2 .item .fs-60 {
    font-size: 26px !important;
  }
  .features.pt-0 {
    padding-top: 140px !important;
  }
  .intro-style1 .box-bord,
  .intro-style1 .fit-vid {
    display: inline-block;
    margin: 0 30px 30px 0 !important;
    float: left;
  }
  .snap-slide .main-img .cont {
    top: auto;
    bottom: 20%;
    transform: translate(0);
    text-align: center;
  }
  .snap-slide .main-img .cont .d-flex {
    justify-content: center !important;
  }
  .snap-slide .main-img .cont h2 {
    margin-bottom: 30px;
  }
  .testim-cards .sec-head.bord {
    margin-bottom: 30px !important;
  }
  .awards-reval .item-row .award-position {
    margin-top: 5px;
  }
  .footer-style1 .fo-box-left {
    margin-bottom: 30px;
  }
  .portfolio-elegant .work-boxs,
  .portfolio-crev .work-boxs {
    display: block !important;
    text-align: center;
  }
  .portfolio-elegant .item,
  .portfolio-elegant .item.active,
  .portfolio-crev .item,
  .portfolio-crev .item.active {
    width: 49%;
    height: 400px;
    min-height: 400px;
    display: inline-block;
    padding: 0 10px;
  }
  .portfolio-elegant .item,
  .portfolio-elegant .item.active {
    height: auto;
    min-height: auto;
    margin: 0 0 30px !important;
  }
  .portfolio-elegant .item .bg-img,
  .portfolio-elegant .item.active .bg-img {
    height: 400px;
  }
  .testim-style3 .swiper-controls {
    top: auto;
    bottom: -30px;
    transform: none;
  }
  .testim-style3 .tobotm {
    margin-bottom: 80px;
  }
  .blog-md .row-bord:after {
    display: none;
  }
  .showcase-full .parallax-slider-full .caption h1 {
    font-size: 80px;
  }
  .parallax-slider-wrapper .parallax-slider-inner {
    left: 40px;
  }
  .slider .parallax-slider-full .swiper-slide .bg-img {
    background-position: center center !important;
  }
  .inter-links-center .links-text li h2 a .text {
    font-size: 64px;
    letter-spacing: -2px;
  }
  .portfolio-style2 .item {
    margin-top: 0 !important;
  }
  .footer-style4 .logo {
    margin-bottom: 25px;
  }
  .footer-style4 .column {
    margin: 25px 0;
  }
  .footer-style4 .links,
  .footer-style4 .copyright {
    text-align: center;
    display: block !important;
  }
  .footer-style4 .links .d-flex,
  .footer-style4 .copyright .d-flex {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb15 {
    margin-bottom: 15px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-order-1 {
    order: 1 !important;
  }
  .sm-order-2 {
    order: 2 !important;
  }
  .sm-order-3 {
    order: 3 !important;
  }
  .sm-order-4 {
    order: 4 !important;
  }
  .sm-hide {
    display: none !important;
  }
  .fs-70 {
    font-size: 40px !important;
  }
  .fs-40 {
    font-size: 25px !important;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    /* font-size: 30px; */
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .fs-100 {
    font-size: 70px !important;
  }
  .progress-wrap {
    display: none;
  }
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
  }
  .hamenu .logo {
    left: 25px;
  }
  .hamenu .close-menu {
    top: 25px;
    right: 25px;
  }
  .hamenu .menu-links {
    padding: 120px 20px 40px;
  }
  .hamenu .menu-links .main-menu > li .link {
    font-size: 30px;
  }
  .hamenu .menu-links .main-menu > li .link i {
    width: 50px;
  }
  .hamenu .menu-links .main-menu > li .sub-dmenu {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li,
  .hamenu .menu-links .main-menu .sub-menu2 li {
    font-size: 20px;
  }
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sec-head h2 {
    font-size: 36px !important;
  }
  .shape-top-right.w-300px {
    width: 200px;
  }
  .h-700px {
    height: 550px !important;
  }
  .h-700px .h-800px {
    height: 650px !important;
  }
  .h-600px {
    height: 450px !important;
  }
  .hero-style1 h1 {
    font-size: 40px !important;
  }
  .hr-sec .hr-container .item-panel {
    width: 100%;
  }
  .hr-sec .hr-container .item-panel .fit-img {
    height: 400px;
    min-height: 400px;
  }
  .hero-style4 h1,
  .hero-style4 h2 {
    font-size: 50px !important;
    font-weight: 600 !important;
  }
  .hero-style4 {
    padding-bottom: 20px;
  }
  .hero-style4 .justify-content-end {
    display: block !important;
  }
  .hero-style3 h1 {
    font-size: 35px !important;
  }
  .hero-style3 h1 img {
    width: 25px;
  }
  .hero-style2 .main-box .caption h1,
  .about-md .main-box .caption h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-style2 .main-box,
  .about-md .main-box {
    height: 700px;
  }
  .hero-style8 h1 {
    font-size: 40px !important;
  }
  .hero-style7 .fit-img {
    height: 550px !important;
  }
  body.modern-agency .section-padding {
    padding: 60px 20px !important;
  }
  body.modern-agency .right-side,
  body.modern-agency .main-container {
    padding: 0 !important;
  }
  .hero-style5 .snap-slider-thumbs-wrapper {
    width: 250px;
    height: 320px;
  }
  .hero-style5 .snap-slider-captions .col-sm-3,
  .hero-style5-showcase .snap-slider-captions .col-sm-3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .hero-style5 .snap-slider-captions-wrapper,
  .hero-style5-showcase .snap-slider-captions-wrapper {
    height: 120px;
  }
  .hero-style5 .snap-slider-captions,
  .hero-style5-showcase .snap-slider-captions {
    padding-bottom: 50px;
  }
  .pg-hero .fs-80 {
    font-size: 32px !important;
  }
  .interactive-sec .cluom h3 {
    font-size: 28px !important;
  }
  .portfolio-elegant .item,
  .portfolio-elegant .item.active,
  .portfolio-crev .item,
  .portfolio-crev .item.active {
    width: 100%;
    padding: 0;
  }
  .portfolio-style2 .item .fit-img {
    height: 400px !important;
  }
  .portfolio-style3 .item {
    height: 450px !important;
  }
  .portfolio-style3 .item .text {
    left: 30px;
    bottom: 30px;
  }
  .intro-style3 .box-bgimg1:after {
    width: 50%;
    height: 50%;
    top: auto;
    bottom: 30px;
  }
  .serv-style6 .item h3 {
    font-size: 34px !important;
  }
  .serv-style6 .item .imgs {
    display: none;
  }
  .team-intro.style2 .item {
    min-height: 450px;
  }
  .team-reval .item-row .text-align-center,
  .team-reval .item-row .social-icon {
    text-align: left;
    margin-top: 15px;
  }
  .testim-style1 .swiper-controls {
    text-align: right;
  }
  .testim-style1 .info-text {
    display: block !important;
  }
  .testim-cards .stackCard,
  .testim-cards .item {
    padding: 50px 15px;
  }
  .testim-cards .stackCard > .d-flex,
  .testim-cards .item > .d-flex {
    display: block !important;
  }
  .testim-cards .stackCard .info,
  .testim-cards .item .info {
    margin-bottom: 50px;
  }
  .testim-cards .stackCard .line-left,
  .testim-cards .item .line-left {
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
  .awards-reval .item-row .award-year {
    margin-bottom: 10px;
  }
  .awards-reval .item-row {
    border-radius: 30px;
  }
  .showcase-full .parallax-slider-full .caption h1 {
    font-size: 45px;
  }
  .showcase-full .dots {
    display: none;
  }
  .parallax-slider-wrapper .parallax-slider-inner {
    left: 20px;
  }
  .inter-links-center .links-text li h2 a .text {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .pg-hero .info {
    display: block !important;
  }
  .pg-hero .date {
    margin-left: 30px !important;
  }
  .pg-hero .right-info {
    margin: 30px 0 0;
  }
  .main-post .fz-60 {
    display: none;
  }
  .main-post .post-qoute {
    padding: 30px 15px;
  }
  .main-post .post-qoute h6:before {
    position: relative;
    left: 0;
  }
  .main-post .info-area {
    display: block !important;
  }
  .main-post .info-area .tags {
    margin-bottom: 30px;
  }
  .main-post .author-area .flex {
    display: block;
  }
  .main-post .author-area .author-img {
    margin: 0 0 30px 0;
  }
  .main-post .author-area .author-img .img {
    width: 80px;
    height: 80px;
  }
  .main-post .next-prv-post {
    display: block;
  }
  .main-post .next-prv-post .thumb-post {
    margin: 0 !important;
  }
  .main-post .next-prv-post .text-right {
    text-align: left;
    margin-top: 30px !important;
  }
  .main-post .author-area {
    padding: 40px 20px;
  }
  .comments-post .item-box .flex {
    display: block;
  }
  .comments-post .item-box .user-img {
    margin: 0 0 15px 0;
  }
  .comments-post .item-box .replay-post {
    margin: 15px 0 0 0;
  }
  .comments-post .item-box.replayed {
    margin-left: 0;
  }
  .main-post .post-qoute h6:before {
    top: 70px;
  }
  .pg-project .fs-60 {
    font-size: 28px !important;
  }
  .contact-style1 .box {
    padding: 60px 25px;
  }
  footer .fo-box-left .d-flex {
    display: block !important;
  }
  footer .fo-box-left .butn-arrow {
    margin-top: 30px;
  }
  footer .fo-box-left .text-align-right {
    text-align: left !important;
    margin-top: 30px;
  }
  .footer-style1 .fo-box-left,
  .footer-style1 .fo-box-right {
    padding: 40px 20px;
  }
  .footer-style1 .fo-box-left .line-bottom,
  .footer-style1 .fo-box-right .line-bottom {
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
  }
}
/* ====================== [ End Responsive ] ====================== */

.pt-0px{
    padding-top: 0 !important;
    
}
.pb-0px{
    padding-bottom: 0 !important;
}
.pt-100px{
  padding-top:100px;
}
.pb-100px{
  padding-bottom:100px;
}
.pt-150px{
  padding-top:150px;
}
.pb-150px{
  padding-bottom:150px;
}
.pt-200px{
  padding-top:200px;
}
.pb-200px{
  padding-bottom:200px;
}

.serv-style2{
  /* background: linear-gradient(to bottom, transparent, #eaeaea); */
      background: #eaeaea;
    border-radius: 0 0 80px 80px;
    position: relative;
    z-index: 3;
    margin-top: -100px;
}
.serv-style22{
  background: none !important;
}
.features{
  /* background-color: #161616; */
  background-color: #d2d1d1;
      margin-top: -100px;
    border-radius: 0 0 80px 80px;
    position: relative;
    z-index: 2;
}
.serv-style4{
  background-color: #eaeaea;
}
.industries-swiper{
  overflow: hidden !important;
}
.industries-nav{
  display: none !important;
}

/* ── Partners Section ───────────────────────────────────── */
.plaza-partners-section { overflow: hidden; }

/* Label button — "Trusted By ↗" */
.plaza-label-btn {
    gap: 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1D1D1D;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 6px;
    white-space: nowrap;
}
.plaza-label-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}
.plaza-label-btn .text-1 {
    position: relative;
    display: block;
    transition: transform 0.3s;
}
.plaza-label-btn .text-2 {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    transition: top 0.3s, transform 0.3s;
    white-space: nowrap;
}
/* .plaza-label-btn:hover .text-1 { transform: translateY(-150%); }
.plaza-label-btn:hover .text-2 { top: 50%; transform: translateY(-50%); } */
.plaza-arrow-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0.6;
}

/* Big heading */
.plaza-section-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    max-width: 600px;
    /* letter-spacing: -0.4em; */
    color: #161616;
    margin: 0;
}
body:not(.light) .plaza-section-title { color: #f0f0f0; }
body:not(.light) .plaza-label-btn     { color: #e0e0e0; }

/* Brand area (ticker wrapper) */
.plaza-brand-area {
    position: relative;
    padding: 50px 0;
    border: 0 !important;
}
/* Left fade */
.plaza-brand-area::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #FEFEFE 100%);
    left: 0; top: 0;
    z-index: 3;
    pointer-events: none;
}
/* Right fade */
.plaza-brand-area::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #FEFEFE 100%);
    right: 0; top: 0;
    z-index: 3;
    transform: rotate(180deg);
    pointer-events: none;
}
body:not(.light) .plaza-brand-area::before,
body:not(.light) .plaza-brand-area::after {
    background: linear-gradient(270deg, rgba(10,10,10,0) 0%, #0a0a0a 100%);
}

.plaza-ticker-outer {
    overflow: hidden;
    user-select: none;
    white-space: nowrap;
}

.plaza-ticker-list-partners {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0; padding: 0;
    animation: plazaPartnerTicker 90s linear infinite;
    white-space: nowrap;
}
.plaza-ticker-list-partners:hover { animation-play-state: paused; }

@keyframes plazaPartnerTicker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.plaza-ticker-item-p {
    display: inline-flex;
    align-items: center;
    padding: 0 52px;
    flex-shrink: 0;
    position: relative;
}
.plaza-ticker-item-p::after {
    content: '·';
    position: absolute;
    right: -4px;
    font-size: 28px;
    opacity: 0.2;
}
.plaza-ticker-item-p img{
  max-width: 150px;
}
.plaza-p-name {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #161616;
    white-space: nowrap;
    transition: opacity 0.2s;
}
body:not(.light) .plaza-p-name { color: #e0e0e0; }
.plaza-ticker-item-p:hover .plaza-p-name { opacity: 0.35; }

/* ── Flower badge ───────────────────────────────────────── */
.plaza-flower-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.4s ease;
}
.plaza-flower-badge:hover { transform: rotate(15deg) scale(1.05); }

.plaza-flower-svg {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
}

.plaza-flower-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.plaza-flower-arrow {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
    height: 14px;
}
.plaza-flower-arrow svg:first-child {
    transition: transform 0.3s;
    transform: translateY(0);
}
.plaza-flower-badge:hover .plaza-flower-arrow svg:first-child {
    transform: translateY(-14px);
}

.plaza-flower-text {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    text-align: center;
}

/* Description text beside badge */
.plaza-partner-desc {
   
    max-width: 600px;
}

/* Spacing util */
.mt-60px { margin-top: 60px; }
.pt-130  { padding-top: 130px; }
.pb-130  { padding-bottom: 130px; }

:root{
  --pc-bg:#0f0f0f;
  --pc-page:#ececea;
  /* --pc-white:#fefefe; */
  --pc-white:#c9c9c9;
  --pc-neutral-0:#fefefe;
  --pc-neutral-300:#9b9b9b;
  --pc-neutral-500:#6b6b6b;

}

.pc-footer{width:100%;}
.pc-footer__card{
  position:relative;
  background:var(--pc-bg);
  border-radius:28px;
  margin:0 14px;
  padding:100px 0 0;
  overflow:hidden;
}
.pc-footer__bottom-strip{height:10px;background:var(--pc-page);}
.pc-container{max-width:1500px;margin:0 auto;padding:0 clamp(20px,4vw,60px);}

/* ---- description section replacing big title ---- */
.pc-description{
  padding-bottom:48px;
  max-width:800px;
}
.pc-description p{
  font-family:var(--pc-font-body);
  font-size:clamp(15px,1.4vw,18px);
  font-weight:400;
  line-height:1.65;
  color:var(--pc-white) !important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* ====================  MAIN GRID  ==================== */
.pc-grid{
  display:grid;
  /* grid-template-columns:4fr 5fr 3fr; */
  grid-template-columns:3fr 5fr 3fr;
  gap:48px;
  padding-bottom:45px;
  margin-bottom:40px;
  align-items:center;
}

.pc-label{
 display: block;
    /* font-size: 13px; */
    font-size: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--pc-neutral-0);
    /* opacity: .5; */
    margin-bottom: 14px;
}

/* ---- column 1 : address, tel, email ---- */
.pc-col-1{display:flex;flex-direction:column;gap:36px;}

.pc-addr-block{}
.pc-addr{
  font-size:16px;font-weight:500;line-height:1.55;color:var(--pc-white) !important;
}
.pc-contact-group{display:flex;flex-direction:column;gap:6px;}
.pc-tel-num,.pc-tel-toll{font-size:16px;font-weight:500;line-height:1.4;color:var(--pc-white) !important;}
.pc-tel-toll span{opacity:.5;font-weight:400;font-size:13px;letter-spacing:.04em;text-transform:uppercase;margin-right:6px;}
.pc-email-link{
  font-family:var(--pc-font-body);
  font-size:clamp(16px,1.6vw,22px);
  font-weight:500;
  letter-spacing:-0.01em;
}
.pc-email-link a{
  color:var(--pc-white);
  text-decoration:underline;
  text-underline-offset:6px;
  text-decoration-thickness:1px;
}

/* ---- column 2 : brand title (center) ---- */
.pc-col-2{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.pc-connect-title{
  /* font-family:var(--pc-font-display); */
  font-weight:900;
  /* font-size:clamp(38px,6.5vw,100px); */
  font-size:90px;
  line-height:.92;
  letter-spacing:-0.03em;
  /*color:var(--pc-white);*/
  color:#fff;
  cursor:default;
  display:inline-block;
  user-select:none;
}
.pc-word{display:inline-block;}
.pc-letter{
  display:inline-block;
  transform-origin:bottom center;
  transform:translate3d(0,0,0) scale(1,1);
  transition:transform .2s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.pc-reg{
  font-size:.3em;
  font-weight:400;
  vertical-align:top;
  position:relative;
  top:.05em;
  display:inline-block;
}

/* shop links below title */
.pc-shop{margin-top:28px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;}
.pc-shop a{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:500;letter-spacing:-0.01em;line-height:1;
  color:var(--pc-white);
  border:1px solid rgba(255,255,255,.15);
  border-radius:20px;
  padding:7px 16px;
  text-decoration:none;
  transition:background .3s ease,color .3s ease;
}
.pc-shop a:hover{background:var(--pc-white);color:#0f0f0f;}

/* ---- column 3 : quick links ---- */
.pc-col-3{display:flex;flex-direction:column;justify-content:flex-start;}
.pc-links{display:grid;grid-template-columns:1fr 1fr;gap:20px 16px;}
.pc-links ul{list-style:none;display:flex;flex-direction:column;gap:13px;padding-left:0;}
.pc-links a{
  position:relative;
  font-size:15px;
  font-weight:400;
  letter-spacing:-0.02em;
  line-height:1;
  color:var(--pc-white);
  text-decoration:none;
  background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
  background-size:0 1px,0 1px;
  background-position:100% 100%,0 100%;
  background-repeat:no-repeat;
  transition:background-size .35s linear,color .3s ease;
}
.pc-links a:hover{color:var(--pc-neutral-0);background-size:0 1px,100% 1px;}
.pc-links a::before{
  content:"";
  position:absolute;left:100%;top:50%;
  width:14px;height:13px;margin-left:10px;
  opacity:0;
  transform:translate(-15px,-40%);
  transition:all .5s ease;
  background-repeat:no-repeat;
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%23FEFEFE"/></svg>');
}
.pc-links a:hover::before{opacity:1;transform:translate(-50%,-50%);}

/* ====================  COPYRIGHT BAR  ==================== */
.pc-copy{
  border-top:1px solid rgba(255,255,255,.1);
  padding:32px 0 38px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
}
.pc-copy__text{font-weight:500;font-size:15px;
  /* opacity:.45; */
  color:var(--pc-white) !important;white-space:nowrap;}
.pc-copy__since{text-align:right;}

.pc-tags{
  list-style:none;
  display:flex;flex-wrap:wrap;align-items:center;gap:20px;
  padding-left:8px;
}
.pc-tags li{display:inline-flex;align-items:center;}
.pc-tags li:not(:first-child)::before{
  content:"";width:4px;height:4px;border-radius:50%;
  background:rgba(255,255,255,.4);margin-right:20px;
}
.pc-tag{
  display:inline-flex;align-items:center;gap:6px;
  font-weight:600;font-size:14px;letter-spacing:-0.05em;
  text-transform:capitalize;
  color:var(--pc-white) !important;
  /* opacity:.45; */
  cursor:pointer;
  transition:opacity .3s ease;
}
.pc-tag:hover{opacity:.9;}
.pc-tag__text{position:relative;overflow:hidden;display:inline-block;line-height:1.2;}
.pc-tag__t1,.pc-tag__t2{display:block;transition:transform .35s cubic-bezier(.5,0,.1,1);}
.pc-tag__t2{position:absolute;top:0;left:0;transform:translateY(100%);}
.pc-tag:hover .pc-tag__t1{transform:translateY(-100%);}
.pc-tag:hover .pc-tag__t2{transform:translateY(0);}
.pc-tag__icon{position:relative;overflow:hidden;width:11px;height:11px;display:inline-flex;}
.pc-tag__icon svg{position:absolute;left:0;bottom:0;transition:transform .35s cubic-bezier(.5,0,.1,1);}
.pc-tag__icon svg:nth-child(2){transform:translate(-110%,110%);}
.pc-tag:hover .pc-tag__icon svg:nth-child(1){transform:translate(110%,-110%);}
.pc-tag:hover .pc-tag__icon svg:nth-child(2){transform:translate(0,0);}

.pc-top{
  position:absolute;right:clamp(20px,4vw,60px);bottom:38px;
  width:48px;height:48px;border-radius:50%;
  background:var(--pc-white);color:#0f0f0f;
  border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:transform .3s ease;
}
.pc-top:hover{transform:translateY(-4px);}

/* social row beneath col-2 title — replacing pc-social */
.pc-social-row{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;}
.pc-social-row a{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:500;letter-spacing:-0.02em;line-height:1;
  color:var(--pc-white);
  border:1px solid rgba(255,255,255,.15);
  border-radius:20px;
  padding:7px 16px;
  text-decoration:none;
  transition:background .3s ease,color .3s ease;
}
.pc-social-row a svg{width:9px;height:10px;transition:transform .3s ease;}
.pc-social-row a:hover{background:var(--pc-white);color:#0f0f0f;}
.pc-social-row a:hover svg{transform:translate(2px,-2px);}

@media(max-width:991px){
  .pc-grid{grid-template-columns:1fr;gap:40px;}
  .pc-col-2{align-items:flex-start;text-align:left;}
  .pc-shop,.pc-social-row{justify-content:flex-start;}
  .pc-copy{grid-template-columns:1fr;text-align:left;}
  .pc-copy__since{text-align:left;}
  .pc-top{
    /* position:static; */
    margin-top:24px;}
}
@media(max-width:575px){
  .pc-links{grid-template-columns:1fr;}
}

/* ── CTA Section ─────────────────────────────────────────── */
/* ── CTA Section ─────────────────────────────────────────── */
.plaza-cta-section {
    position: relative;
}

.plaza-cta-section .cta-inner {
    background: rgba(45, 45, 45, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    height: 350px;
    margin:14px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* pc-container fills full height so wrapper can stretch */
.plaza-cta-section .pc-container {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Flex row: left content vs right description */
.plaza-cta-section .cta-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}

/* ── Left block ───────────────────────────────────────────── */
.cta-content-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cta-heading {
    font-size: 60px;
    font-weight: 500;
    line-height: 110%;
    margin: 0;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-tagline {
    font-size: 14px;
    display: none;
}

/* ── Right block ──────────────────────────────────────────── */
.cta-content-right {
    max-width: 380px;
    /*text-align: center;*/
    flex-shrink: 0;
}
/* ─── Our Company Grid ───────────────────────────────────── */
.plz-co-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 991px) { .plz-co-grid { grid-template-columns: 1fr; } }
/* Company-wide facts block (big numbers) */
.plz-co-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
}
.plz-co-stat {
  flex: 1;
  padding: 16px 12px;
  text-align: center;
}
.plz-co-stat__num {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 4px;
}
.plz-co-stat__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4a4a4a;
  font-weight: 600;
}
.plz-co-stat__divider {
  width: 1px;
  height: 40px;
  background: rgba(0,0,0,0.1);
  flex-shrink: 0;
}
.plz-co-card {
  background: #eaeaea;
  border-radius: 30px;
  overflow: hidden;
  min-height: 750px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.plz-co-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,87,16,0.25);
}

.plz-co-card__head {
  position: relative;
  height: 60px;
  overflow: hidden;
}
.plz-co-badge {
  position: absolute;
  top: 20px;
  left: 28px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.55);
  padding: 5px 12px;
  border-radius: 50px;
}

.plz-co-card__body {
  padding: 8px 28px 28px;
  flex: 1;
}
.plz-co-tagline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff5710;
  font-weight: 600;
  display: block;
  position: static;
  transform: none;
  line-height: 1.4;
  margin: 0 0 8px;
}
.plz-co-brand-name {
  font-size: clamp(28px, 3vw, 38px);
  color: #161616;
  position: static;
  transform: none;
  line-height: 1.2;
  margin: 0 0 20px;
}
.plz-co-desc {
  color: #4a4a4a !important;
  margin-bottom: 14px;
}

.plz-co-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.plz-co-pill {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.65);
  white-space: nowrap;
}
.plz-co-pill--stat strong {
  font-size: 15px;
  font-weight: 700;
  color: #161616;
  margin-right: 3px;
}

.plz-co-card__foot {
  padding: 20px 28px 28px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.plz-co-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.35);
  text-decoration: none;
  transition: color 0.2s, gap 0.2s;
}
.plz-co-cta:hover { color: #ff5710; gap: 12px; }

/* Safety net: keeps cards fully visible/no-transform in case the scroll-reveal
   animation fails to settle on short/narrow laptop viewports — this was the
   real cause of the tagline/heading overlap. */
.plz-co-card[data-ui-animate] {
  opacity: 1 !important;
  transform: none !important;
}

@media screen and (max-width: 1599px) and (min-width: 1200px) and (min-height: 701px) {
  .plz-co-card { min-height: 700px; }
  .plz-co-card__body { padding-top: 6px; }
  .plz-co-desc { font-size: 15px; line-height: 1.5; }
  .plz-co-brand-name { margin-bottom: 14px; }
}

@media screen and (max-height: 700px) {
  .plz-co-card { min-height: 660px; }
  .plz-co-card__head { height: 64px; }
  .plz-co-card__body { padding-top: 4px; padding-bottom: 20px; }
  .plz-co-tagline { margin-bottom: 6px; }
  .plz-co-brand-name { margin-bottom: 12px; font-size: clamp(24px, 2.6vw, 32px); }
  .plz-co-desc { font-size: 14px; line-height: 1.45; margin-bottom: 10px; }
  .plz-co-products { margin-top: 12px; }
}
/* ── Journey Grid ── */
/* ── Section wrapper — height set by ScrollTrigger ── */
.plz-jn-h-section {
  width: 100%;
}

/* ── Pinned container — height + pinning handled by ScrollTrigger ── */
.plz-jn-h-sticky {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  justify-content: start;
}
/* .plz-jn-margin{
  margin-left: 120px;
} */
/* ── Spine line ── */
.plz-jn-h-spine {
  position: absolute;
  /* left: 80px; */
  left: 250px;
  right: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 15%) 8%, rgb(0 0 0 / 15%) 92%, transparent);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.about-cta-negative-margin{
  margin-top: -470px;
}
body.light .plz-jn-h-spine {
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 15%) 8%, rgb(0 0 0 / 15%) 92%, transparent);
}

/* ── Track wrapper (clips overflow) ── */
.plz-jn-h-track-wrap {
  overflow: hidden;
  width: 100%;
}

/* ── Scrolling track ── */
.plz-jn-h-track {
  display: flex;
  align-items: stretch;
  will-change: transform;
  /* padding: 0 80px; */
  padding: 0 250px;
}

/* ── Individual card ── */
.plz-jn-h-card {
  /* min-width: 300px;
  max-width: 300px; */
      min-width: 450px;
    max-width: 450px;
    height: 300px;
  padding: 0 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* Each card is split: upper half above spine, lower half below */
}

/* ── Spine dot ── */
.plz-jn-h-card::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5710;
  box-shadow: 0 0 0 5px #ff57104d;
  transform: translateX(-50%);
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.plz-jn-h-card--highlight::before {
  background: #ff5710;
  box-shadow: 0 0 0 5px #ff57107a;
}
/* .plz-jn-h-card--gold::before {
  background: #f0b429;
  box-shadow: 0 0 0 5px #f0b42966;
} */

/* ── Upper half (above spine) ── */
.plz-jn-h-upper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-bottom: 32px;
  text-align: center;
}

/* ── Lower half (below spine) ── */
.plz-jn-h-lower {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 32px;
  text-align: center;
}

/* ── Alternate: odd cards flip content above/below ── */
.plz-jn-h-card:nth-child(odd) .plz-jn-h-upper  { justify-content: flex-end; }
.plz-jn-h-card:nth-child(odd) .plz-jn-h-lower  { justify-content: flex-start; }
/* .plz-jn-h-card:nth-child(even) .plz-jn-h-upper { justify-content: flex-start; order: 2; } */
.plz-jn-h-card:nth-child(even) .plz-jn-h-lower { 
  /* justify-content: flex-end;  */
    order: 1;
   }

/* ── Year ── */
.plz-jn-h-year {
    font-size: 80px;
    /* line-height: 1; */
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #000;
    transition: color 0.3s;
}
body.light .plz-jn-h-year { color: #000; }
.plz-jn-h-card--highlight .plz-jn-h-year { color: rgba(221, 241, 96, 0.5); }
.plz-jn-h-card--gold      .plz-jn-h-year { color: rgba(240, 180, 41, 0.5); }

/* ── Tag pill ── */
.plz-jn-h-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 50px;
  background: #F2F2F2;
  color: rgb(255, 87, 16);
  width: fit-content;
}
/* .plz-jn-h-card--gold .plz-jn-h-tag {
  background: rgba(240, 180, 41, 0.12);
  color: #c8920a;
} */

/* ── Body text ── */
.plz-jn-h-text {
  /* font-size: 13px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.55); */
  margin: 0;
  text-align: center;
}
body.light .plz-jn-h-text { color: rgba(0, 0, 0, 0.55); }

/* ── Footer (progress + hint) ── */
.plz-jn-h-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

/* ── Progress bar ── */
.plz-jn-h-progress-bar {
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
body.light .plz-jn-h-progress-bar { background: rgba(0, 0, 0, 0.1); }

.plz-jn-h-progress-fill {
  height: 100%;
  width: 0%;
  background: #ff5710;
  border-radius: 2px;
  transition: width 0.08s linear;
}

/* ── Scroll hint ── */
.plz-jn-h-hint {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.35);
}
body.light .plz-jn-h-hint { color: rgba(0, 0, 0, 0.35); }

.plz-jn-h-hint-arrow {
  display: inline-block;
  animation: plzHintSlide 1.4s ease-in-out infinite;
}
@keyframes plzHintSlide {
  0%, 100% { transform: translateX(0);   opacity: 0.4; }
  50%       { transform: translateX(5px); opacity: 1;   }
}

/* ── Mobile fallback ── */
@media (max-width: 768px) {
    .plz-jn-h-spine {
    position: absolute;
    /* left: 80px; */
    left: 0 !important;
    right: 0 !important;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(0 0 0 / 15%) 8%, rgb(0 0 0 / 15%) 92%, transparent);
    top: 56% !important;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}
  .plz-jn-h-section { height: auto !important; }
  .plz-jn-h-sticky  {
     /* position: relative;  */
    /* height: auto;  */
    padding-top: 20px !important;
    overflow: visible; }
  .plz-jn-h-track-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .plz-jn-h-track   { transform: none !important; padding: 0; }
  .plz-jn-h-card    { min-width: 250px; max-width: 220px; padding: 0 16px; }
  .plz-jn-h-year    { font-size: 40px; }
  .plz-jn-h-footer  { display: none; }
}
/* team page css */

 
/* ── Chairman Emeritus Section ─────────────────────────── */
 
.plz-chair-inner {
    padding: 80px;
    border-radius: 40px;
    background: #1C1C1C;
    position: relative;
    overflow: hidden;
}
.plz-chair-inner::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: #ff5710;
    opacity: 0.04;
    pointer-events: none;
}
body.light .plz-chair-inner {
    background: #f4f4f4;
}
 
/* Photo */
.plz-chair-photo-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.plz-chair-photo {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #2a2a2a;
}
body.light .plz-chair-photo { background: #ddd; }
.plz-chair-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
}
.plz-chair-badge {
    background: rgba(221,241,96,0.08);
    border: 1px solid rgba(221,241,96,0.15);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.plz-chair-badge__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ff5710;
}
.plz-chair-badge__name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
body.light .plz-chair-badge__name { color: #111; }
.plz-chair-badge__years {
    font-size: 12px;
    opacity: 0.5;
    color: #fff;
}
body.light .plz-chair-badge__years { color: #333; }
 
/* Content */
.plz-chair-kicker {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ff5710;
    margin-bottom: 12px;
}
.plz-chair-title {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.15;
}
body.light .plz-chair-title { color: #111; }
.plz-chair-body {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
}
body.light .plz-chair-body { color: rgba(0,0,0,0.6); }
 
.plz-chair-quote {
    margin: 32px 0 0;
    padding: 28px 32px;
    border-left: 3px solid #ff5710;
    background: rgba(221,241,96,0.05);
    border-radius: 0 16px 16px 0;
    position: relative;
}
.plz-chair-quote__mark {
    position: absolute;
    top: -10px; left: 20px;
    font-size: 80px;
    line-height: 1;
    color: #ff5710;
    opacity: 0.2;
}
.plz-chair-quote p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.75;
    color: rgba(255,255,255,0.8);
    margin: 0 0 12px;
}
body.light .plz-chair-quote p { color: rgba(0,0,0,0.75); }
.plz-chair-quote cite {
    font-size: 13px;
    font-weight: 600;
    color: #ff5710;
    font-style: normal;
    letter-spacing: 0.05em;
}
 
/* ── Team Card Overlay ─────────────────────────────────── */
.plz-team-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,10,10,0.88);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: inherit;
}
.item:hover .plz-team-overlay { opacity: 1; }
 
.plz-team-bio {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
 
/* Experience badge */
.plz-team-exp {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff5710;
    white-space: nowrap;
    padding-top: 4px;
    flex-shrink: 0;
}
 
/* name/role spacing */
.info h6 { margin-bottom: 4px !important; }

@media (max-width: 991px) {
    .plz-chair-inner { padding: 48px 32px; }
}
@media (max-width: 767px) {
    .plz-chair-inner { padding: 36px 24px; }
}

/* product page inner section  css */

:root{
  /* --pc-accent:#ff5710; */
  --pc-accent:#ff5710;
   --pc-ink:#161616;
    --pc-muted:#1f1e1e;
  --pc-card:#eaeaea; --pc-dark: #d2d1d1; --pc-line:rgba(0,0,0,.10);
}
 
/* ---- Breadcrumb base ---- */
.pc-breadcrumb{ display:flex; align-items:center; flex-wrap:wrap; gap:10px;
  font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
   /* margin-bottom:34px; */
   margin-bottom:20px;
   }
.pc-breadcrumb a{ color:var(--pc-neutral-300) !important; text-decoration:none; transition:color .25s ease; }
.pc-breadcrumb a:hover{ color:var(--pc-white); }
.pc-breadcrumb .sep{ display:inline-flex; opacity:.55; }
.pc-breadcrumb .sep svg{ width:14px; height:14px; }
.pc-breadcrumb .current{ color:var(--pc-ink); position:relative; padding-bottom:3px; }
.pc-breadcrumb .current::after{ content:""; position:absolute; left:0; bottom:0;
  width:100%; height:2px; background:#ff5710; }
 
/* ---- Parallax breadcrumb banner ---- */
.pc-banner{
position: relative;
    /* min-height: 450px; */
    min-height: 420px;
    display: flex;
        /* border-radius: 0 0 80px 80px; */
        border-radius: 0 0 28px 28px;
    /* align-items: center; */
    padding: 170px 0 0px;
    overflow: hidden;
    transform: unset !important;
}
/* over-sized image layer so the parallax shift never reveals an edge */
.pc-banner .bg-img{
  position:absolute; 
  /* top:-12%; */
  top:-35%;
   left:0; width:100%; height:124%;
  background-size:cover !important; background-position:center center; z-index:0;
}
/* flat semi-transparent dark wash for legible text (solid colour, not a gradient) */
.pc-banner .pc-banner-overlay{
  position:absolute; inset:0; background:rgba(15,15,15,.55); z-index:1;
}
.pc-banner .container{ position:relative; z-index:2; }
.pc-banner h1{ color:#fff; line-height:1; margin:0; }
.pc-banner .pc-head-lead{ color:rgba(255,255,255,.82); max-width:520px; margin:0; font-size:18px; }
.pc-banner .pc-breadcrumb a{ color:rgba(255,255,255,.7); }
.pc-banner .pc-breadcrumb a:hover{ color:#fff !important; }
.pc-banner .pc-breadcrumb .sep{ color:rgba(255,255,255,.6); }
.pc-banner .pc-breadcrumb .current{ color:#fff; }
 
/* ---- Section eyebrow label ---- */
.pc-eyebrow{ 
  /* font-size:13px;  */
  font-size:16px; 
  font-weight:600;
   text-transform:uppercase; 
  display:flex; align-items:center; gap:14px; margin-bottom:26px; }
.pc-eyebrow::before{ content:""; width:30px; height:1px; background:var(--pc-ink); opacity:.4; }
body:not(.light) .pc-eyebrow::before{ background:#fff; }
 
/* ---- Brand intro cards ---- */
.pc-brand-row{ padding:0 0 60px; }
.pc-brand-card{ background:var(--pc-card); border-radius:24px; padding:46px 40px; height:100%;
  display:flex; flex-direction:column; transition:transform .35s ease; }
.pc-brand-card:hover{ transform:translateY(-6px); }
.pc-brand-card .pc-brand-name{ font-size:24px; font-weight:700; margin-bottom:6px; letter-spacing:-.02em; }
.pc-brand-card .pc-brand-tag{ font-size:13px; color:#161616; background:var(--pc-accent);
  display:inline-block; padding:4px 12px; border-radius:30px; margin-bottom:22px; font-weight:600; align-self:flex-start; }
.pc-brand-card p{ font-size:15px; margin-bottom:26px; flex:1; }
.pc-brand-card .pc-link{ font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1px;
  text-decoration:none; color:inherit; display:inline-flex; align-items:center; gap:10px; }
.pc-brand-card .pc-link svg{ width:16px; height:16px; transition:transform .3s ease; }
.pc-brand-card .pc-link:hover svg{ transform:translateX(5px); }
 
/* ---- Product grid ---- */
.pc-prod-section{ padding:120px 0; }
.pc-prod-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.pc-prod-card{ background:var(--pc-card); border-radius:28px; overflow:hidden;
  display:flex; flex-direction:column; transition:transform .35s ease; }
.pc-prod-card:hover{ transform:translateY(-6px); }
.pc-prod-thumb{ aspect-ratio:4/3; background:#ddd; position:relative; overflow:hidden; }
body:not(.light) .pc-prod-thumb{ background:#262626; }
.pc-prod-thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.pc-prod-card:hover .pc-prod-thumb img{ transform:scale(1.06); }
.pc-prod-thumb .pc-prod-ph{ position:absolute; inset:0; display:flex; align-items:center;
  justify-content:center; color:var(--pc-muted) !important; font-size:13px; text-transform:uppercase; letter-spacing:2px; }
.pc-prod-badge{ position:absolute; top:16px; left:16px; background:var(--pc-accent); color:#fff;
  font-size:11px; font-weight:700; padding:5px 12px; border-radius:30px; text-transform:uppercase; letter-spacing:1px; }
.pc-prod-body{ padding:28px 26px 30px; display:flex; flex-direction:column; flex:1; }
.pc-prod-body h5{ font-size:18px; font-weight:600; margin-bottom:12px; letter-spacing:-.02em; line-height:1.25; }
.pc-prod-body p{  margin-bottom:22px; flex:1; }
.pc-prod-more{ font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  text-decoration:none; color:inherit; display:inline-flex; align-items:center; gap:9px; }
.pc-prod-more svg{ width:15px; height:15px; transition:transform .3s ease; }
.pc-prod-more:hover svg{ transform:translateX(5px); }
 
/* ---- Filter tabs (frosted-glass pill bar) ---- */
.pc-tabs-wrap{ display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:18px; margin-bottom:50px; }
.pc-tabs{
  display:inline-flex; align-items:center; gap:4px; padding:7px; flex-wrap:wrap;
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}
.pc-tab{
  border:none; background:transparent; cursor:pointer; font-family:inherit;
  font-size:18px; font-weight:500; color:var(--pc-ink); white-space:nowrap;
  padding:12px 22px; border-radius:50px; display:inline-flex; align-items:center; gap:9px;
  transition:background .25s ease, color .25s ease;
}
body:not(.light) .pc-tab{ color:#fff; }
.pc-tab .ct{ font-size:12px; font-weight:600; opacity:.55; }
.pc-tab:hover:not(.active){ background:rgba(0,0,0,.05); }
body:not(.light) .pc-tab:hover:not(.active){ background:rgba(255,255,255,.07); }
.pc-tab.active{ background:#ff5710; color:#fff; }
.pc-tab.active .ct{ opacity:.85; }
.pc-count{ font-size:14px; color:var(--pc-muted) !important; }
.pc-count b{ color:var(--pc-ink); font-weight:600; }
body:not(.light) .pc-count b{ color:#fff; }
 
/* ---- Grid + filter animation ---- */
.pc-prod-grid--3{ grid-template-columns:repeat(3,1fr); }
.pc-prod-card.is-hidden{ display:none !important; }
.pc-prod-card{ animation:pcFade .45s ease both; }
@keyframes pcFade{ from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:translateY(0); } }
.pc-empty{ display:none; padding:60px 0; text-align:center; color:var(--pc-muted) !important; font-size:16px; }
 
@media(max-width:991px){
  .pc-banner{ min-height:460px; padding:100px 0 40px; }
  .pc-prod-grid--3{ grid-template-columns:repeat(2,1fr); }
  .pc-tabs{ width:100%; flex-wrap:nowrap; overflow-x:auto; justify-content:flex-start;
    -webkit-overflow-scrolling:touch; }
  .pc-tab{ flex:0 0 auto; }
}
@media(max-width:640px){
  .pc-banner{ min-height:280px; }
  .pc-prod-grid--3{ grid-template-columns:1fr; gap:18px; }
}


/* team page css */

 
.pc-prod-section{ padding:120px 0; }
.pc-ph{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  color:var(--pc-muted) !important; font-size:12px; text-transform:uppercase; letter-spacing:2px; }
 
/* ---- Chairman Emeritus tribute ---- */
.pc-chair{ display:grid; grid-template-columns:0.8fr 1.2fr; gap:60px; align-items:center; }
.pc-chair-photo{ aspect-ratio:4/5; background:var(--pc-card); border-radius:24px;
  overflow:hidden; position:relative; }
.pc-chair-photo img{ width:100%; height:100%; object-fit:cover; }
.pc-chair-label{ display:inline-block; font-size:12px; font-weight:600; text-transform:uppercase;
  letter-spacing:2px; color:var(--pc-muted) !important; margin-bottom:16px; }
.pc-chair-name{ font-size:42px; line-height:1.1; margin-bottom:26px; letter-spacing:-.02em; }
.pc-chair-info p{  margin-bottom:20px; }
.pc-chair-quote{ border-left:3px solid var(--pc-accent); margin:30px 0 0; padding:4px 0 4px 26px;
  color:var(--pc-ink); }
   /* font-size:20px; line-height:1.6; font-style:italic; */
body:not(.light) .pc-chair-quote{ color:#fff; }
 
.pc-chairman{
  background:var(--pc-dark); color:#fff;
  border-radius:30px;
  padding:70px 70px;
  display:grid; grid-template-columns:1fr 1.4fr; gap:60px; align-items:center;
}
.pc-chairman-photo{
  position:relative; aspect-ratio:4/5; border-radius:24px; overflow:hidden;
  background:#0e0e0e;
}
.pc-chairman-photo img{ width:100%; height:100%; object-fit:cover; }
.pc-chairman-photo-ph{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  color:rgba(255,255,255,.35); font-size:12px; letter-spacing:2px; text-transform:uppercase;
}
.pc-chairman .pc-eyebrow{ color:var(--pc-accent); }
.pc-chairman-name{
  font-size:36px; line-height:1.15; letter-spacing:-.02em; color:#fff; margin:0 0 8px;
}
.pc-chairman-role{
  font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-accent); margin-bottom:26px; display:inline-block;
}
.pc-chairman-quote{
  font-size:18px; line-height:1.7; color:rgba(255,255,255,.85);
  padding-left:24px; border-left:3px solid var(--pc-accent); margin:0;
}
 
/* ===========================================================
   KEY MANAGEMENT GRID  (keeps your existing class names)
   =========================================================== */
/* .sec-head.bord{ padding-bottom:24px; border-bottom:1px solid var(--pc-line); }
.sec-head h6{ font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:2px; margin:0; }
  */
.pc-team-grid{ margin-top:50px; }
 
.pc-team-card{
  background:var(--pc-card);
  border-radius:22px; overflow:hidden;
  display:flex; flex-direction:column;
  height:100%;
  transition:transform .35s ease;
}
.pc-team-card:hover{ transform:translateY(-6px); }
 
.pc-team-photo{
  position:relative; aspect-ratio:4/5; background:#d6d6d6; overflow:hidden;
}
body:not(.light) .pc-team-photo{ background:#222; }
.pc-team-photo img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .6s ease;
}
.pc-team-card:hover .pc-team-photo img{ transform:scale(1.05); }
 
.pc-team-body{
  padding:30px 28px 32px;
  display:flex; flex-direction:column; gap:10px; flex:1;
}
.pc-team-body h6{
  font-size:19px; font-weight:600; letter-spacing:-.01em; line-height:1.25;
  margin:0; color:var(--pc-ink);
}
body:not(.light) .pc-team-body h6{ color:#fff; }
.pc-team-role{
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-purple); display:inline-block;
}
 
/* Short bio shown in card (clamped to ~3 lines) */
.pc-team-bio{
  font-size:18px; 
  /* color:var(--pc-muted) !important; */
  color:#1f1e1e !important;
  margin:6px 0 0;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
 
/* Read Full Bio button */
.pc-team-readmore{
  background:transparent; border:none; padding:0; margin-top:14px;
  align-self:flex-start;
  display:inline-flex; align-items:center; gap:9px;
  font-family:inherit; cursor:pointer;
  font-size:11.5px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-ink);
  transition:color .25s ease;
}
body:not(.light) .pc-team-readmore{ color:#fff; }
.pc-team-readmore:hover{ color:var(--pc-purple); }
.pc-team-readmore svg{ width:14px; height:14px; transition:transform .3s ease; }
.pc-team-readmore:hover svg{ transform:translate(3px,-3px); }
 
/* Hidden full bio (read by JS for modal) */
.pc-team-fullbio{ display:none; }
 
/* ===========================================================
   POPUP MODAL  (one instance for all members)
   =========================================================== */
.pc-team-modal{
  position:fixed; inset:0; z-index:9999;
  background:rgba(15,15,15,.65);
  -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px);
  display:none; align-items:center; justify-content:center;
  padding:20px;
  opacity:0; transition:opacity .3s ease;
}
.pc-team-modal.is-open{ display:flex; opacity:1; }
 
.pc-team-modal-card{
  background:#fff;
  border-radius:24px;
  max-width:700px; width:100%;
  max-height:88vh; overflow-y:auto;
  padding:50px 46px 46px;
  position:relative;
  transform:scale(.96); transition:transform .35s ease;
}
body:not(.light) .pc-team-modal-card{ background:#1c1c1c; color:#fff; }
.pc-team-modal.is-open .pc-team-modal-card{ transform:scale(1); }
 
.pc-team-modal-close{
  position:absolute; top:18px; right:18px;
  width:42px; height:42px; border-radius:50%;
  background:rgba(0,0,0,.06); border:none;
  display:inline-flex; align-items:center; justify-content:center;
  cursor:pointer; color:var(--pc-ink);
  transition:background .25s ease, color .25s ease;
}
body:not(.light) .pc-team-modal-close{ background:rgba(255,255,255,.08); color:#fff; }
.pc-team-modal-close:hover{ background:var(--pc-ink); color:#fff; }
body:not(.light) .pc-team-modal-close:hover{ background:#fff; color:#161616; }
.pc-team-modal-close svg{ width:16px; height:16px; }
 
.pc-team-modal-head{
  display:flex; gap:24px; align-items:center;
  margin-bottom:28px; padding:0 50px 26px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}
body:not(.light) .pc-team-modal-head{ border-color:rgba(255,255,255,.12); }
.pc-team-modal-photo{
  width:96px; height:96px; border-radius:50%;
  overflow:hidden; flex-shrink:0; background:var(--pc-card);
}
.pc-team-modal-photo img{ width:100%; height:100%; object-fit:cover; }
.pc-team-modal-name{
  font-size:22px; font-weight:600; margin:0 0 6px;
  color:var(--pc-ink); letter-spacing:-.01em;
}
body:not(.light) .pc-team-modal-name{ color:#fff; }
.pc-team-modal-role{
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-purple);
}
.pc-team-modal-body p{
  font-size:18px; color:var(--pc-muted) !important; margin:0 0 16px;
}
.pc-team-modal-body p:last-child{ margin-bottom:0; }
 
body.pc-modal-open{ overflow:hidden; }
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-prod-section{ padding:80px 0; }
  .pc-chairman{ grid-template-columns:1fr; gap:36px; padding:50px 40px; }
  .pc-chairman-name{ font-size:28px; }
  .pc-chairman-quote{ font-size:16px; }
}
@media(max-width:640px){
  .pc-chairman{ padding:40px 28px; border-radius:24px; }
  .pc-chairman-name{ font-size:24px; }
  .pc-team-modal-card{ padding:42px 28px 30px; }
  .pc-team-modal-head{ flex-direction:column; align-items:flex-start; gap:16px; padding-right:0; }
  .pc-team-modal-photo{ width:76px; height:76px; }
  .pc-team-modal-name{ font-size:20px; }
}
/* awards page css */

 
/* ── Award issuer label ───────────────────────── */
.plz-aw-issuer {
      display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.12em; */
    color: #ff5710;
}
body.light .plz-aw-issuer { color: var(--main-color, #ff5710); }
 .gap-15px{
  gap:15px ;
 }
/* ── Award body below portfolio card ───────────── */
.plz-aw-body { padding: 0 5px; }
 
/* ── Count badge top-right ─────────────────────── */
.plz-aw-count { min-width: 140px; }
 .plz-aw-count  h1{
  font-size: 80px;
 }
/* ── Featured award block ──────────────────────── */
.plz-aw-featured-img {
    min-height: 420px;
}
@media (max-width: 991px) {
    .plz-aw-featured-img { min-height: 300px; }
}
 
.plz-aw-featured-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 5px 14px;
    border-radius: 50px;
    background: rgba(221,241,96,0.12);
    color: #ff5710;
}
body.light .plz-aw-featured-badge {
    background: rgb(244 67 54 / 7%);
    color: var(--main-color, #ff5710);
}
 
.plz-aw-presenter-badge span { line-height: 1.4; }
 
/* ── Leadership award cards ────────────────────── */
.plz-aw-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    /* height:470px; */
    height:530px;
    transition: transform 0.3s ease;
}
.plz-aw-card:hover { transform: translateY(-6px); }
 
.plz-aw-card-img {
    position: relative;
    height: 300px;   /* slightly taller box = less aggressive crop */
    overflow: hidden;
}
.plz-aw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;   /* anchor crop to the top so headers aren't cut */
    display: block;
    transition: transform 0.5s ease;
}
.plz-aw-card:hover .plz-aw-card-img img {
    transform: scale(1.05);
}
.plz-aw-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,0.6), transparent 60%);
}
.plz-aw-card-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    background: #ff5710;
    /*backdrop-filter: blur(6px);*/
    color: #fff;
    transition: background 0.3s;
}
.plz-aw-card:hover .plz-aw-card-tag {
    background: #ff5710;
    /* color:  #d2d1d1; */
}
 
.plz-aw-card-body { flex: 1; }
.plz-aw-card-body h6 { font-size: 24px; }
 .pc-img-modal .pc-img-modal-box{
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.96);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}
.pc-img-modal.pc-modal-active .pc-img-modal-box{
    transform: scale(1);
    opacity: 1;
}
.pc-img-modal-box img{
    max-width: 100%;
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;   /* full image, no cropping, always clear */
    display: block;
    border-radius: 6px;
}
.pc-img-modal .pc-modal-close{
    position: absolute;
    top: -14px;
    right: -14px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    color: #161616;
    z-index: 2;
}

/* make card images show they're clickable */
.plz-aw-card-img{
    cursor: pointer;
}
/* ── Responsive ────────────────────────────────── */
@media (max-width: 991px) {
    .plz-aw-featured .p-60px { padding: 40px 30px; }
    .mt-lg-60px, .mt-lg-80px, .mt-lg-160px { margin-top: 0 !important; }
}
@media (max-width: 767px) {
    .plz-aw-featured .p-60px { padding: 30px 24px; }
}

/* sustainability css */


.plz-sus-kicker {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ff5710;
}
body.light .plz-sus-kicker { color: var(--main-color, #ff5710); }
 
/* ── Material list ───────────────────────────── */
.plz-sus-matlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
.plz-sus-matlist li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    opacity: 0.85;
}
.plz-sus-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #161616;
    flex-shrink: 0;
}
 /* Banner bg — static, no parallax */
.plz-sus-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

/* Banner content layer */
.plz-sus-banner-content {
    position: relative;
    z-index: 3;
}

/* Min height row */
.plz-sus-banner-row {
    min-height: 500px;
}

/* Tag button border/color */
.plz-sus-banner-tag {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #fff;
}

/* Cert badge text colors */
.plz-sus-cert-label {
    color: rgba(255, 255, 255, 0.5) ;
}
.plz-sus-cert-desc {
    color: rgba(255, 255, 255, 0.65);
}
/* ── Material cards (custom serv-style4 adaptation) ── */
.serv-style4-item {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
}
.serv-style4-bg-img {
    position: absolute;
    bottom: -40px;
    right: -40px;
    height: 50%;
    opacity: 0.12;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
    pointer-events: none;
}
.serv-style4-bg-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.serv-style4-item1 {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
}
.serv-style4-bg-img1 {
    /* position: absolute;
    bottom: -40px;
    right: -40px;
    height: 50%;
    opacity: 0.12;
    z-index: 0; */
    overflow: hidden;
    border-radius: 20px;
    pointer-events: none;
}
.serv-style4-bg-img1 img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.serv-style4-item > div { position: relative; z-index: 1; }
.serv-style4-item:hover { transform: translateY(-6px); }
 
/* ── Banner section ──────────────────────────── */
.plz-sus-banner { padding: 0; }
.plz-sus-banner-inner { min-height: 500px; }
.plz-sus-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,10,10,0.85) 50%, rgba(10,10,10,0.5));
    z-index: 2;
}
.plz-sus-cert-badge {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.06);
}
 
/* ── Approach cards (reuse template class) ───── */
.approach-style1.item {
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
}
.plz-sus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
/* ── Accordion num ────────────────────────────── */
.plz-sus-num {
    font-size: 13px;
    font-weight: 800;
    color: #ff5710;
        opacity: 0.7;
    min-width: 24px;
    flex-shrink: 0;
}
body.light .plz-sus-num { color: var(--main-color,#ff5710); }
 
/* ── Right column list grid ───────────────────── */
.plz-sus-list-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.plz-sus-list-item {
    transition: transform 0.3s;
}
.plz-sus-list-item:hover { transform: translateX(6px); }
 
.plz-sus-list-num {
    font-size: 13px;
    font-weight: 800;
    color: #ff5710;
    min-width: 28px;
    flex-shrink: 0;
    padding-top: 2px;
}
body.light .plz-sus-list-num { color: var(--main-color,#ff5710); }
 
/* ── Highlight callout ────────────────────────── */
.plz-sus-highlight {
    background: linear-gradient(135deg, #1a1a1a, #111);
    border: 1px solid rgba(221,241,96,0.15);
}
body.light .plz-sus-highlight {
    background: #ff5710;
    border-color: rgba(124,79,224,0.2);
}
 
/* ── Responsive ───────────────────────────────── */
@media (max-width: 991px) {
    .mt-lg-80px  { margin-top: 0 !important; }
    .pr-lg-60px  { padding-right: 15px !important; }
    .pl-lg-60px  { padding-left:  15px !important; }
    .serv-style4-item { min-height: auto; padding: 40px 30px; }
    .plz-sus-banner-inner { min-height: 400px; }
}
@media (max-width: 767px) {
    .plz-sus-matlist li { width: 100%; }
}


/* infrastructure page css */

 
/* ── Stats strip ──────────────────────────────── */
.plz-inf-stat h2 { line-height: 1; }
 
/* ── Feature row (common capabilities) ──────── */
.plz-inf-feat-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(221,241,96,0.08);
    border: 1px solid rgba(221,241,96,0.15);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #ff5710;
}
body.light .plz-inf-feat-icon {
    background: rgba(124,79,224,0.08);
    border-color: rgba(124,79,224,0.15);
    color: var(--main-color, #ff5710);
}
 
/* ── Unit card ──────────────────────────────── */
.plz-inf-unit {
    transition: transform 0.3s ease;
}
.plz-inf-unit:hover { transform: translateY(-6px); }
 
/* Unit image overlay */
.plz-inf-unit-img { position: relative; }
.plz-inf-unit-img-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 30px 36px;
    background: linear-gradient(to top, rgba(10,10,10,0.85), transparent);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.plz-inf-unit-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ff5710;
}
 .plz-inf-unit-img {
    position: relative;
}

/* New: video fills the same space bg-img used to */
.plz-inf-unit-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.plz-inf-unit-img-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 30px 36px;
    background: linear-gradient(to top, rgba(10,10,10,0.85), transparent);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.plz-inf-video-controls {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    display: flex;
    gap: 8px;
}
.plz-inf-vid-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(2px);
    transition: background 0.2s ease;
}
.plz-inf-vid-btn:hover { background: rgba(0,0,0,0.75); }
@media screen and (min-width: 1200px) and (max-width: 1599px) and (min-height: 701px) {
     .hero-style1--split .hero-product-img {
    /*position: static;*/
    /*transform: none;*/
    width: 400px !important;
    margin: 30px auto 0;

  }
    .plz-inf-unit-img-overlay { padding: 22px 26px; }
    .plz-inf-specs { padding: 28px !important; }
    .plz-inf-spec-val { font-size: 20px; }
    .plz-inf-unit-img { min-height: 320px; }
}

@media screen and (max-height: 700px) {
  /*   .hero-style1--split .hero-product-img {*/
    /*position: static;*/
    /*transform: none;*/
  /*  width: 400px !important;*/
  /*  margin: 30px auto 0;*/
   
  /*}*/
    .plz-inf-unit-img { min-height: 240px; }
    .plz-inf-specs { padding: 20px !important; }
    .plz-inf-unit-img-overlay { padding: 16px 20px; }
    .plz-inf-spec-val { font-size: 18px; }
    .plz-inf-video-controls { top: 10px; right: 10px; }
}
/* Guarantee both card types have real, non-zero height */
.plz-inf-unit-img {
    position: relative;
    overflow: hidden;
    height: 320px;      /* Baddi/Barotiwala card image height */
}
/*.plz-inf-feat-img {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    aspect-ratio: 16 / 9;*/
/*    min-height: 0;*/
/*    height: auto;*/
/*}*/
.plz-inf-feat-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;   /* let h-100 + row stretch control it, like it always did */
}
.plz-inf-yt-embed {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

/* Safe default: fills the box even before/if JS never runs */
.plz-inf-yt-embed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
}
.plz-inf-yt-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.plz-inf-yt-modal.active { display: flex; }
.plz-inf-yt-modal-inner {
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    position: relative;
}
.plz-inf-yt-modal-frame,
.plz-inf-yt-modal-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.plz-inf-yt-modal-close {
    position: absolute;
    top: -44px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

/* Hint that the card is clickable */
.plz-inf-unit-img,
.plz-inf-feat-img {
    cursor: pointer;
}
/* Specs grid inside card */
.plz-inf-spec { display: flex; flex-direction: column; gap: 6px; }
.plz-inf-spec-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* opacity: 0.45; */
    display: block;
}
.plz-inf-spec-val {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}
.plz-inf-spec-unit {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.6;
}
 
/* Badges row */
.plz-inf-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.plz-inf-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(221,241,96,0.2);
    color: #ff5710;
    background: rgba(221,241,96,0.05);
    letter-spacing: 0.04em;
}
body.light .plz-inf-badge {
    border-color: rgb(255 87 16 / 18%);
    color: var(--main-color, #ff5710);
    background: rgb(255 87 16 / 13%);
}
 
/* Address block */
.mb-8px { margin-bottom: 8px; }
 
/* ── Featured unit (Plaza Power) ──────────────── */
.plz-inf-featured {
    border: 1px solid rgba(255,255,255,0.05);
}
body.light .plz-inf-featured { border-color: rgba(0,0,0,0.05); }
 
.plz-inf-feat-img { min-height: 420px; }
.plz-inf-feat-img-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 30px 36px;
    background: linear-gradient(to top, rgba(10,10,10,0.85), transparent);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
 
.plz-inf-kicker {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ff5710;
}
body.light .plz-inf-kicker { color: var(--main-color, #ff5710); }
 
 
/* ── cert-group overrides for dark mode ────── */
.cert-group-head h3 { color: inherit; }
.cert-line { background: rgba(255,255,255,0.12); }
body.light .cert-line { background: rgba(0,0,0,0.1); }
.cert-count { border-color: rgba(255,255,255,0.15); color: inherit; }
body.light .cert-count { border-color: rgba(0,0,0,0.15); }
 
/* ── Bord helpers (right / bottom) ─────────── */
.bord-right  { border-right:  1px solid rgba(255,255,255,0.08) !important; }
.bord-bottom { border-bottom: 1px solid rgba(255,255,255,0.08) !important; }
body.light .bord-right  { border-right-color:  rgba(0,0,0,0.08) !important; }
body.light .bord-bottom { border-bottom-color: rgba(0,0,0,0.08) !important; }
 
/* ── Responsive ─────────────────────────────── */
@media (max-width: 991px) {
    .mt-lg-80px { margin-top: 0 !important; }
    .plz-inf-feat-img { min-height: 300px; }
    .p-60px { padding: 36px 28px !important; }
    .pr-30px { padding-right: 15px !important; }
    .pl-30px { padding-left:  15px !important; }
    .px-30px { padding-left:  15px !important; padding-right: 15px !important; }
}
@media (max-width: 767px) {
    .plz-inf-spec-val { font-size: 15px; }
    .plz-inf-specs .col-6 { width: 100%; }
    .plz-inf-specs .bord-right { border-right: none !important; }
}
 

/* REMOVE these conflicting rules you currently have */
.plz-inf-unit-img,
.plz-inf-feat-img {
    height: 320px;
    position: relative;
    overflow: hidden;
}
.plz-inf-unit-img {
    height: 100%;
    min-height: 420px;
}

/* REPLACE with these clean separate rules */
.plz-inf-unit-img {
    height: 320px;
    position: relative;
    overflow: hidden;
}

.plz-inf-feat-img {
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

/* This stays exactly the same — applies to both */
.plz-inf-unit-img .bg-img,
.plz-inf-feat-img .bg-img {
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    bottom: -20%;
    height: 140% !important;
    background-size: cover;
}
/* Capacity cards */
.plz-inf-cap-card-accent {
  background: rgb(255 87 16 / 17%);
    border: 1px solid rgb(238 210 198);
}
.plz-inf-cap-card-plain {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.plz-inf-cap-val-accent {
    color: #ff5710;
    font-size: 36px;
    line-height: 1;
}
.plz-inf-cap-val-plain {
    font-size: 36px;
    line-height: 1;
}
/* Unit location text */
.plz-inf-unit-location {
    color: rgba(255, 255, 255, 0.7);
}

/* contact page css */

/* ---------- Tokens (safe to delete if already added) ---------- */
:root{
  --pc-purple:#ff5710;
 
}
body:not(.light){ --pc-card:#1c1c1c; --pc-line:rgba(255,255,255,.10); }
 
/* ---------- Generic helpers ---------- */
.pc-section{ padding:120px 0; }
.pc-section--top0{ padding-top:0; }
.pc-eyebrow{
  display:inline-flex; align-items:center; gap:14px;
  margin-bottom:22px;
}
.pc-eyebrow::before{ content:""; width:30px; height:1px; background:currentColor; opacity:.4; }
 
/* ===========================================================
   SECTION 1 — Two-tone Contact Panel (info + form)
   =========================================================== */
.pc-ct-row{ display:grid; grid-template-columns:1fr 1.2fr; gap:0;
   /* border-radius:30px;  */
   /* border-radius:28px; 
  overflow:hidden; */
 }
 
  /* Left: dark info card */
  /* NEW: Grid structural styling */
.pc-ct-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px; /* Adjusts gap between columns */
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  margin-bottom: 32px; /* Spacing between grid bottom and social icons */
}

/* MODIFIED: Cleared original top borders from blocks, kept clean margins */
.pc-ct-block { 
  padding: 24px 0; 
}

/* REMOVED: Deleted the old individual last-of-type border rule */
/* .pc-ct-block:last-of-type { border-bottom: 1px solid rgba(255,255,255,.10); } */

/* MODIFIED: Reset margin top slightly for clean alignment with the grid border */
.pc-ct-socials { 
  display: flex; 
  gap: 10px; 
  margin-top: 0; 
}
  .pc-ct-info-card{
    background:var(--pc-card); color:#fff;
    padding:64px 58px; position:relative; overflow:hidden;
        border-radius: 28px 0 0 28px;
  }
  .pc-ct-info-card .pc-eyebrow{ color:var(--pc-accent); }
  .pc-ct-heading{
    color:#161616; font-size:42px; line-height:1.1; letter-spacing:-.02em; margin:0 0 22px;
  }
  .pc-ct-intro{
    color:rgba(255,255,255,.7);  margin:0 0 44px; max-width:440px;
  }
  .pc-ct-block{ padding:22px 0; border-top:1px solid rgb(0 0 0 / 10%); }
  /* .pc-ct-block:last-of-type{ border-bottom:1px solid rgb(0 0 0 / 10%); } */
  .pc-ct-label{
    display:block; font-size:11px; font-weight:600; text-transform:uppercase;
    letter-spacing:2px; 
    color:#161616;
     margin-bottom:8px;
  }
  .pc-ct-val{ color:#fff; font-size:15.5px; line-height:1.65; margin:0; }
  .pc-ct-val a{ 
    /* color:#fff; */
     text-decoration:none; transition:color .25s ease; }
  .pc-ct-val a:hover{ color:var(--pc-accent); }
  .pc-ct-socials{ display:flex; gap:10px; margin-top:32px; }
  .pc-ct-socials a{
        width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgb(0 0 0 / 10%);
    color: #161616;
    text-decoration: none;
    font-size: 14px;
    transition: all .25s ease;
  }
  .pc-ct-socials a:hover{ background:var(--pc-accent); color:#161616; border-color:var(--pc-accent); }
  
  /* Right: light form card */
  .pc-ct-form-card{
    background:#fff; padding:64px 58px; position:relative;
    border:1px solid var(--pc-line); border-left:none;
    border-radius: 0 28px 28px 0;

  }
  body:not(.light) .pc-ct-form-card{ background:#0e0e0e; }
  .pc-form-title{
    font-size:24px; font-weight:600; letter-spacing:-.01em; margin:0 0 6px;
  }
  .pc-form-sub{ font-size:14px; color:var(--pc-muted) !important; margin:0 0 36px; }
  
  .pc-form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:26px 24px; }
  .pc-fld{ position:relative; }
  .pc-fld--full{ grid-column:1 / -1; }
  .pc-fld label{
    display:block; font-size:11px; font-weight:600; text-transform:uppercase;
    letter-spacing:1.5px; color:var(--pc-muted) !important; margin-bottom:10px;
  }
  .pc-fld input, .pc-fld textarea, .pc-fld select{
    width:100%; background:transparent; border:none;
    border-bottom:1px solid var(--pc-line);
    padding:10px 0; font-family:inherit; font-size:16px;
    color:var(--pc-ink); outline:none; transition:border-color .25s ease;
    border-radius:0; -webkit-appearance:none; appearance:none;
  }
  body:not(.light) .pc-fld input,
  body:not(.light) .pc-fld textarea,
  body:not(.light) .pc-fld select{ color:#fff; }
  .pc-fld input::placeholder, .pc-fld textarea::placeholder{ color:#bbb; }
  .pc-fld input:focus, .pc-fld textarea:focus, .pc-fld select:focus{ border-color:var(--pc-accent); }
  .pc-fld textarea{ resize:vertical; min-height:110px; padding-top:12px; }
  .pc-fld--select{ position:relative; }
  .pc-fld--select::after{
    content:""; position:absolute; right:4px; bottom:18px; width:9px; height:9px;
    border-right:2px solid var(--pc-muted) !important; border-bottom:2px solid var(--pc-muted) !important;
    transform:rotate(45deg); pointer-events:none;
  }
  
  .pc-ct-actions{ margin-top:38px; display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
  .pc-ct-submit{
    display:inline-flex; align-items:center; gap:14px;
    padding:18px 32px; border-radius:50px;
    background:var(--pc-accent); color:#161616; border:none; cursor:pointer;
    font-family:inherit; font-size:13px; font-weight:600;
    text-transform:uppercase; letter-spacing:1.5px;
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .pc-ct-submit:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(221,241,96,.35); }
  .pc-ct-submit-arrow{
    width:34px; height:34px; border-radius:50%; background:#161616;
    display:inline-flex; align-items:center; justify-content:center; color:#fff;
  }
  .pc-ct-submit-arrow svg{ width:14px; height:14px; }
  .pc-ct-note{ font-size:13px; color:var(--pc-muted) !important; margin:0; }
  
/* ===========================================================
   SECTION 2 — Branch Network
   =========================================================== */
.pc-branch-head{ margin-bottom:50px; }
.pc-branch-head h6{ letter-spacing:1px; }
.pc-branch-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.pc-branch-card{
  background:var(--pc-card); border-radius:22px; padding:38px 34px;
  display:flex; flex-direction:column; transition:transform .35s ease;
  position:relative; overflow:hidden;
}
.pc-branch-card:hover{ transform:translateY(-6px); }
.pc-branch-tag{
  display:inline-flex; align-items:center; gap:8px; align-self:flex-start;
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important; margin-bottom:18px;
}
.pc-branch-tag::before{
  content:""; width:6px; height:6px; border-radius:50%; background:#ff5710;
}
.pc-branch-city{ font-size:24px; font-weight:600; letter-spacing:-.02em; margin:0 0 20px; }
.pc-branch-addr{  color:var(--pc-muted) !important; margin:0 0 22px; flex:1; }
.pc-branch-tel{
  display:inline-flex; align-items:center; gap:10px;
  font-size:14px; font-weight:600; color:var(--pc-ink); text-decoration:none;
  padding-top:18px; border-top:1px solid var(--pc-line);
}
body:not(.light) .pc-branch-tel{ color:#fff; }
.pc-branch-tel svg{ width:15px; height:15px; }
.pc-branch-tel:hover{ color:#ff5710; }
 
/* ===========================================================
   SECTION 3 — Pan-India States Presence
   =========================================================== */
.pc-states-row{ display:grid; grid-template-columns:1fr 1.5fr; gap:60px; align-items:center; }
.pc-states-heading{ font-size:36px; line-height:1.15; letter-spacing:-.02em; margin:0; }
.pc-states-heading .pc-states-accent{ color:#ff5710; }
.pc-states-list{ display:flex; flex-wrap:wrap; gap:10px; }
.pc-state-chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:11px 18px; border-radius:50px;
  background: rgba(45, 45, 45, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* font-size:14px; font-weight:500; color:var(--pc-ink); */
  transition:all .25s ease;
}
body:not(.light) .pc-state-chip{
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color:#fff;
}
.pc-state-chip::before{
  content:""; width:5px; height:5px; border-radius:50%; background:#ff5710;
}
.pc-state-chip:hover{
  background:#ff5710 !important;  transform:translateY(-2px);
}
.pc-state-chip:hover::before{ background:#fff; }
 
/* ===========================================================
   SECTION 4 — Map embed
   =========================================================== */
.pc-map-wrap{
  border-radius:30px; overflow:hidden; position:relative;
  background:var(--pc-card); aspect-ratio:21/9;
}
.pc-map{ width:100%; height:100%; border:0; display:block; }
.pc-map-fallback{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  color:var(--pc-muted) !important; font-size:13px; letter-spacing:2px; text-transform:uppercase;
}
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-ct-row{ grid-template-columns:1fr; }
  .pc-ct-info-card, .pc-ct-form-card{ padding:48px 38px;border:none !important; }
  .pc-ct-form-card{ border-left:1px solid var(--pc-line); border-top:none; }
  .pc-ct-heading{ font-size:34px; }
  .pc-branch-grid{ grid-template-columns:1fr 1fr; }
  .pc-states-row{ grid-template-columns:1fr; gap:36px; }
  .pc-states-heading{ font-size:30px; }
  .pc-map-wrap{ aspect-ratio:4/3; }
}
@media(max-width:640px){
  .pc-ct-info-card, .pc-ct-form-card{ padding: 10px 10px 50px;
        background: none;}
  .pc-ct-heading{ font-size:28px; }
  .pc-form-grid{ grid-template-columns:1fr; gap:22px; }
  .pc-branch-grid{ grid-template-columns:1fr; }
  .pc-branch-card{ padding:32px 26px; }
}

/* news css */

/* ===========================================================
   BLOG LAYOUT — main column + sticky sidebar
   =========================================================== */
.pc-blog-row{ display:grid; grid-template-columns:1fr 360px; gap:60px; align-items:start; }
.pc-blog-main{ min-width:0; }
.pc-blog-sidebar{ position:sticky; top:120px; display:flex; flex-direction:column; gap:30px; }
 
/* ===========================================================
   EVENT CARDS (Delegate Conferences / Updates)
   =========================================================== */
.pc-event-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:26px; }
.pc-event-card{
  background:var(--pc-card); border-radius:22px; overflow:hidden;
  display:flex; flex-direction:column; text-decoration:none; color:inherit;
  transition:transform .35s ease;
}
.pc-event-card:hover{ transform:translateY(-6px); }
.pc-event-card-img{
  position:relative; aspect-ratio:4/3; overflow:hidden; background:#d6d6d6;
}
body:not(.light) .pc-event-card-img{ background:#222; }
.pc-event-card-img img{ width:100%; height:100%; object-fit:cover;
  transition:transform .6s ease; display:block; }
.pc-event-card:hover .pc-event-card-img img{ transform:scale(1.06); }
 
.pc-event-date{
  position:absolute; top:18px; left:18px; z-index:2;
  background:var(--pc-accent); color:#161616;
  border-radius:14px; padding:10px 14px; text-align:center;
  display:flex; flex-direction:column; align-items:center; line-height:1;
  min-width:54px; box-shadow:0 6px 18px rgba(0,0,0,.15);
}
.pc-event-date-day{ font-size:20px; font-weight:700; margin-bottom:3px; }
.pc-event-date-mon{ font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:1px; }
 
.pc-event-tag{
  position:absolute; top:24px; right:18px; z-index:2;
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 14px; border-radius:50px;
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:#fff;
}
.pc-event-tag::before{
  content:""; width:5px; height:5px; border-radius:50%; background:#ff5710;
}
 
.pc-event-card-body{ padding:30px 28px 32px; display:flex; flex-direction:column; flex:1; }
.pc-event-card-meta{
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important; margin-bottom:14px;
}
.pc-event-card-title{
  font-size:20px; line-height:1.3; letter-spacing:-.01em; font-weight:600;
  margin:0 0 14px; color:var(--pc-ink);
}
body:not(.light) .pc-event-card-title{ color:#fff; }
.pc-event-card-excerpt{
   color:var(--pc-muted) !important; margin:0 0 22px; flex:1;
}
.pc-event-read{
  display:inline-flex; align-items:center; gap:9px;
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-ink);
}
body:not(.light) .pc-event-read{ color:#fff; }
.pc-event-read svg{ width:14px; height:14px; transition:transform .3s ease; }
.pc-event-card:hover .pc-event-read{ color:#ff5710; }
.pc-event-card:hover .pc-event-read svg{ transform:translateX(5px); }
 
 
 .pc-news-intro { max-width: 640px; }
.pc-news-intro .fs-40 { margin: 0 0 20px; font-weight: 700; }
.pc-news-desc {  margin-bottom: 24px; }
.pc-news-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pc-news-links li { font-size: 14px; word-break: break-word; }
.pc-news-links li strong { margin-right: 4px; }
.pc-news-links a {color:var(--pc-accent); text-decoration: underline; }
.pc-news-links a:hover { opacity: .8; }
/* ===========================================================
   SIDEBAR WIDGETS
   =========================================================== */
.pc-widget{
  background:var(--pc-card); border-radius:22px; padding:30px 28px;
}
/* .pc-widget--dark{ background:var(--pc-dark); color:#fff; } */
.pc-widget-title{
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:2px;
  margin:0 0 22px; display:flex; align-items:center; gap:10px;
}
.pc-widget-title::before{
  content:""; width:18px; height:1px; background:currentColor; opacity:.5;
}
 
/* --- Search --- */
.pc-search{ position:relative; }
.pc-search input{
  width:100%; background:#fff; border:1px solid var(--pc-line);
  border-radius:50px; padding:14px 50px 14px 22px;
  font-family:inherit; font-size:14px; color:var(--pc-ink);
  outline:none; transition:border-color .25s ease;
}
body:not(.light) .pc-search input{ background:#0e0e0e; color:#fff; }
.pc-search input::placeholder{ color:#aaa; }
.pc-search input:focus{ border-color:#ff5710; }
.pc-search button{
  position:absolute; top:50%; right:6px; transform:translateY(-50%);
  width:38px; height:38px; border-radius:50%; border:none; cursor:pointer;
  background:var(--pc-accent); color:#161616;
  display:inline-flex; align-items:center; justify-content:center;
  transition:transform .25s ease;
}
.pc-search button:hover{ transform:translateY(-50%) scale(1.06); }
.pc-search button svg{ width:15px; height:15px; }
 
/* --- News Archive --- */
.pc-archive{ list-style:none; margin:0; padding:0; }
.pc-archive li{
  display:flex; gap:14px; padding:14px 0; align-items:center;
  border-bottom:1px solid var(--pc-line);
}
.pc-archive li:last-child{ border-bottom:none; padding-bottom:0; }
.pc-archive li:first-child{ padding-top:0; }
.pc-archive-thumb{
  width:64px; height:64px; border-radius:14px; overflow:hidden;
  background:#d6d6d6; flex-shrink:0; position:relative;
}
body:not(.light) .pc-archive-thumb{ background:#222; }
.pc-archive-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.pc-archive-thumb .pc-ph{ font-size:9px; letter-spacing:1px; }
.pc-archive-body{ min-width:0; flex:1; }
.pc-archive-link{
  font-size:14px; line-height:1.4; font-weight:600;
  color:var(--pc-ink); text-decoration:none; display:block; margin-bottom:4px;
  transition:color .25s ease;
}
body:not(.light) .pc-archive-link{ color:#fff; }
.pc-archive-link:hover{ color:#ff5710; }
.pc-archive-date{ font-size:11px; color:var(--pc-muted) !important; letter-spacing:.5px; }
.pc-widget--dark .pc-quick-form .pc-q-fld input::placeholder,
.pc-widget--dark .pc-quick-form .pc-q-fld textarea::placeholder {
    color: #b0b0b0 !important;
}
/* --- Quick Contact widget (dark) --- */
.pc-widget--dark .pc-widget-title{ color:#161616; }
.pc-widget-sub{ font-size:15px; color:#1f1e1e !important; margin:-12px 0 22px; line-height:1.6; }
.pc-quick-form .pc-q-fld{ margin-bottom:16px; }
.pc-quick-form .pc-q-fld input,
.pc-quick-form .pc-q-fld textarea{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding: 10px 0;
    font-family: inherit;
    font-size: 14px;
    color: #161616;
   outline:none; transition:border-color .25s ease;
}
.pc-quick-form .pc-q-fld input::placeholder,
.pc-quick-form .pc-q-fld textarea::placeholder{ color:rgba(255,255,255,.45); }
.pc-quick-form .pc-q-fld input:focus,
.pc-quick-form .pc-q-fld textarea:focus{ border-color:var(--pc-accent); }
.pc-quick-form .pc-q-fld textarea{ resize:vertical; min-height:80px; padding-top:12px; }
.pc-quick-submit{
  margin-top:8px; width:100%; display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:14px 22px; border-radius:50px; border:none; cursor:pointer;
  background:var(--pc-accent); color:#161616;
  font-family:inherit; font-size:12px; font-weight:600;
  text-transform:uppercase; letter-spacing:1.5px;
  transition:transform .3s ease;
}
.pc-quick-submit:hover{ transform:translateY(-2px); }
.pc-quick-submit svg{ width:14px; height:14px; }
 
/* ===========================================================
   IN THE PRESS — full-width press grid
   =========================================================== */
.pc-press-head{ margin-bottom:50px; }
.pc-press-head h6{ letter-spacing:1px; }
.pc-press-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
 
.pc-press-card{
  background:var(--pc-card); border-radius:22px; overflow:hidden;
  display:flex; flex-direction:column; text-decoration:none; color:inherit;
  transition:transform .35s ease; position:relative;
}
.pc-press-card:hover{ transform:translateY(-6px); }
.pc-press-card-img{
  position:relative; aspect-ratio:16/10; overflow:hidden; background:#d6d6d6;
}
body:not(.light) .pc-press-card-img{ background:#222; }
.pc-press-card-img img{ width:100%; height:100%; object-fit:cover;
  transition:transform .6s ease; display:block; }
.pc-press-card:hover .pc-press-card-img img{ transform:scale(1.06); }
.pc-press-tag{
  position:absolute; top:18px; left:18px; z-index:2;
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 14px; border-radius:50px;
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:#fff;
}
.pc-press-tag::before{
  content:""; width:5px; height:5px; border-radius:50%; background:#ff5710;
}
.pc-press-card-body{ padding:28px 26px 30px; display:flex; flex-direction:column; flex:1; }
.pc-press-source{
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important; margin-bottom:14px;
}
.pc-press-card-title{
  font-size:24px; 
  margin:0 0 18px; color:var(--pc-ink); flex:1;
}
body:not(.light) .pc-press-card-title{ color:#fff; }
.pc-press-card-link{
  display:inline-flex; align-items:center; gap:9px;
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-ink);
}
body:not(.light) .pc-press-card-link{ color:#fff; }
.pc-press-card-link svg{ width:14px; height:14px; transition:transform .3s ease; }
.pc-press-card:hover .pc-press-card-link{ color:#ff5710; }
.pc-press-card:hover .pc-press-card-link svg{ transform:translate(4px,-4px); }
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-blog-row{ grid-template-columns:1fr; gap:50px; }
  .pc-blog-sidebar{ position:static; }
  .pc-press-grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:640px){
  .pc-event-grid{ grid-template-columns:1fr; }
  .pc-press-grid{ grid-template-columns:1fr; }
  .pc-widget{ padding:26px 24px; }
}


/* career page css */


/* ── Layout ── */
/* .cr-wrap    { max-width: 1280px; margin: 0 auto; padding: 0 48px; } */
/* .cr-sec     { padding: 80px 0; } */
.cr-sec--t0 { padding-top: 0; }
 
/* ── Eyebrow ── */
.cr-brow {
  font-size: 11px; font-weight: 500; letter-spacing: .13em;
  text-transform: uppercase; color: var(--pc-accent);
  display: flex; align-items: center; gap: 10px; margin-bottom: 28px;
}
.cr-brow::before {
  content: ''; display: inline-block;
  width: 28px; height: 1.5px; background: var(--pc-accent); flex-shrink: 0;
}
 
/* ── Section header ── */
.cr-hd {
  padding-bottom: 32px; margin-bottom: 20px;
}
.cr-hd-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.cr-hd-tag {
  font-size: 11px; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: var(--pc-muted) !important;
  display: flex; align-items: center; gap: 8px;
}
.cr-hd-tag::before { content: '•'; color: var(--pc-ink); font-size: 14px; }
.cr-hd-desc { font-size: 17px; color: var(--pc-muted) !important; max-width: 500px; line-height: 1.5; margin: 0; }
 
/* ── Buttons ── */
.cr-btn-d, .cr-btn-w {
  display: inline-flex; align-items: center; gap: 10px;
  border: none; border-radius: 100px; padding: 13px 22px 13px 26px;
  font-size: 12px; font-weight: 500; letter-spacing: .07em;
  text-transform: uppercase; cursor: pointer; text-decoration: none;
  flex-shrink: 0; font-family: inherit;
  transition: background .18s, transform .18s;
}
.cr-btn-d { background: var(--pc-ink); color: var(--_w); }
.cr-btn-d:hover { background: #333; transform: scale(1.02); }
.cr-btn-w { background: var(--_w); color: var(--pc-ink); }
.cr-btn-w:hover { background: #eee; transform: scale(1.02); }
.cr-arr {
  width: 30px; height: 30px; background: var(--pc-accent);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cr-arr svg { width: 13px; height: 13px; stroke: var(--_w); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
 
 
/* ════════════ 1. HERO ════════════ */
.cr-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: 20px; overflow: hidden; min-height: 480px;
}
.cr-hero-dk {
  background: var(--pc-dark); color: var(--_w);
  padding: 56px 52px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.cr-hero-h {
    
  font-size: clamp(2rem, 3.2vw, 2.9rem); font-weight: 700;
  line-height: 1.1; color: var(--_w); margin-bottom: 22px;
}
.cr-hero-p { font-size: 15px; color: rgba(255,255,255,.54); line-height: 1.72; max-width: 380px; }
.cr-stats { display: flex; gap: 36px; margin-top: 46px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.09); }
.cr-sv {    font-size: 2rem; font-weight: 700; color: var(--_w); display: block; line-height: 1; }
.cr-sl { font-size: 12px; color: rgba(255,255,255,.38); margin-top: 6px; display: block; letter-spacing: .04em; }
 
.cr-hero-lt { background: var(--pc-card); padding: 56px 52px; display: flex; flex-direction: column; justify-content: space-between; }
.cr-lt-h {    font-size: 1.25rem; font-weight: 700; margin-bottom: 5px; }
.cr-lt-s { font-size: 14px; color: var(--pc-muted) !important; margin-bottom: 26px; }
.cr-vals { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cr-val {
  background: var(--_w); border-radius: 14px;
  padding: 20px 18px; border: 1px solid var(--pc-line);
}
.cr-val-ic {
  width: 36px; height: 36px; background: var(--_al);
  border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 11px;
}
.cr-val-ic svg { width: 17px; height: 17px; stroke: var(--pc-accent); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cr-val-t {    font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.cr-val-d { font-size: 12px; color: var(--pc-muted) !important; line-height: 1.5; }
 
 
/* ════════════ 2. JOB CARDS ════════════ */
.cr-jobs { display: flex; flex-direction: column; gap: 10px; }
.cr-job {
      background: rgba(45, 45, 45, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* border-radius: 50px; */
    border-radius: 28px;

  padding: 50px 50px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 16px; align-items: center;
  transition: background .2s; cursor: pointer;
}
.cr-job:hover { background: rgba(45, 45, 45, 0.4); }
.cr-tags { display: flex; align-items: center; gap: 7px; margin-bottom: 9px; flex-wrap: wrap; }
.cr-tag {
  font-size: 11px; font-weight: 500; letter-spacing: .07em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 100px;
  border: 1px solid var(--_gm); color: var(--pc-muted) !important; background: var(--_w);
}
/*.cr-tag-a { border-color: var(--pc-accent); color: var(--pc-accent); background: var(--_al); }*/
.cr-job-t {  font-size: 26px;
    font-weight: 600;
    margin-bottom: 4px;
    /* line-height: 1.2;*/
  }
/* .cr-job-c { font-size: 12px; color: var(--pc-muted) !important; font-style: italic; } */
.cr-meta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 11px; }
.cr-mi { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--pc-muted) !important; }
.cr-mi svg { width: 13px; height: 13px; stroke: var(--pc-muted) !important; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.cr-ctc {
  display: inline-block; background: var(--pc-ink); color: var(--_w);
  font-size: 11px; font-weight: 600; padding: 4px 11px;
  border-radius: 100px;   
}
 
 
/* ════════════ 3. PROCESS ════════════ */
.cr-proc { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.cr-proc-l h3 {    font-size: clamp(1.3rem,2.2vw,1.85rem); font-weight: 700; line-height: 1.15; margin-top: 12px; }
.cr-proc-l p { font-size: 15px; color: var(--pc-muted) !important; margin-top: 12px; line-height: 1.7; }
.cr-steps { display: flex; flex-direction: column; }
.cr-step {
  display: grid; grid-template-columns: 52px 1fr; gap: 18px;
  padding: 26px 0; border-bottom: 1px solid var(--_gm);
}
.cr-step:first-child { padding-top: 0; }
.cr-step:last-child  { border-bottom: none; padding-bottom: 0; }
.cr-sn {
  width: 44px; height: 44px; background: var(--pc-card);
  border-radius: 11px; display: flex; align-items: center; justify-content: center;
     font-size: 13px; font-weight: 700;
  color: var(--pc-ink); flex-shrink: 0; border: 1px solid var(--_gm);
}
.cr-st {    font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.cr-sd { font-size: 14px; color: var(--pc-muted) !important; line-height: 1.55; }
 
 
/* ════════════ 4. APPLY FORM ════════════ */
.af-row { display: grid; grid-template-columns: 1fr 1.45fr; border-radius: 20px; overflow: hidden; }
 
.af-dk {
  background: var(--pc-dark); color: var(--_w);
  padding: 56px 52px; display: flex; flex-direction: column;
}
.af-dk-h {
    
  font-size: clamp(1.5rem,2.3vw,2rem); font-weight: 700;
  line-height: 1.1; color: var(--_w); margin-bottom: 18px;
}
.af-dk-p { font-size: 15px; color: rgba(255,255,255,.52); line-height: 1.72; margin-bottom: 34px; }
.af-ibs  { display: flex; flex-direction: column; flex: 1; }
.af-ib   { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.08); }
.af-ib:last-child { border-bottom: 1px solid rgba(255,255,255,.08); }
.af-il   { display: block; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 5px; }
.af-iv   { font-size: 14px; color: rgba(255,255,255,.76); line-height: 1.55; }
.af-iv a { color: var(--pc-accent); text-decoration: none; }
.af-iv a:hover { text-decoration: underline; }
.af-nt   { font-size: 12px; color: rgba(255,255,255,.2); margin-top: 26px; }
 
.af-lt { background: var(--pc-card); padding: 56px 52px; }
.af-ft {    font-size: 1.18rem; font-weight: 700; margin-bottom: 5px; }
.af-fs { font-size: 13px; color: var(--pc-muted) !important; margin-bottom: 26px; }
.af-star { color: var(--pc-accent); }
 
.af-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.af-f    { display: flex; flex-direction: column; gap: 7px; }
.af-f--full { grid-column: 1 / -1; }
.af-f label {
  font-size: 11px; font-weight: 500; letter-spacing: .08em;
  text-transform: uppercase; color: var(--pc-muted) !important;
}
.af-f input, .af-f textarea {
  background: var(--_w); border: 1px solid var(--pc-line);
  border-radius: 10px; padding: 12px 14px;
  font-size: 14px; color: var(--pc-ink);
  font-family: inherit; outline: none; width: 100%;
  transition: border-color .18s, box-shadow .18s;
}
.af-f input::placeholder, .af-f textarea::placeholder { color: #bbb; }
.af-f input:focus, .af-f textarea:focus {
  border-color: var(--pc-accent);
  box-shadow: 0 0 0 3px var(--_ar);
}
.af-sw { position: relative; }
.af-sw select {
  width: 100%; background: var(--_w); border: 1px solid var(--pc-line);
  border-radius: 10px; padding: 12px 38px 12px 14px;
  font-size: 14px; color: var(--pc-ink); font-family: inherit;
  appearance: none; -webkit-appearance: none; outline: none; cursor: pointer;
  transition: border-color .18s, box-shadow .18s;
}
.af-sw select:focus { border-color: var(--pc-accent); box-shadow: 0 0 0 3px var(--_ar); }
.af-chev {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; stroke: var(--pc-muted) !important;
  pointer-events: none; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.af-drop {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  background: var(--_w); border: 1.5px dashed rgba(0,0,0,.13);
  border-radius: 12px; padding: 28px 20px; cursor: pointer; text-align: center;
  transition: border-color .18s, background .18s;
}
.af-drop:hover { border-color: var(--pc-accent); background: var(--_al); }
.af-uic { width: 26px; height: 26px; stroke: var(--pc-accent); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 2px; }
.af-um  { font-size: 13px; font-weight: 500; color: var(--pc-ink); }
.af-us  { font-size: 12px; color: var(--pc-muted) !important; }
.af-act { margin-top: 22px; }
 
 
/* ════════════ 5. HR STRIP ════════════ */
.cr-hr {
 background: rgba(45, 45, 45, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
  padding: 65px 65px; display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
}
.cr-hr p{
  max-width:800px;
  margin:0 auto;
}
.cr-hr h4 { color:#161616; margin-bottom: 7px; font-size: 42px;}
/* .cr-hr p  {  color: rgba(255,255,255,.46); } */
.cr-hr a  { color: #161616 !important; text-decoration: none; }
.cr-hr a:hover { text-decoration: underline; }
 
 
/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 960px) {
  .cr-wrap { padding: 0 24px; }
  .cr-hero, .af-row { grid-template-columns: 1fr; }
  .cr-hero-dk, .cr-hero-lt,
  .af-dk, .af-lt { padding: 40px 28px; }
  .cr-job { grid-template-columns: 1fr; }
  .cr-btn-d { align-self: flex-start; }
  .cr-proc  { grid-template-columns: 1fr; gap: 40px; }
  .cr-hr    { flex-direction: column; align-items: flex-start; }
  .cr-hd-row { flex-direction: column; align-items: flex-start; }
  .cr-stats { flex-wrap: wrap; gap: 22px; }
}
@media (max-width: 540px) {
  .cr-vals, .af-grid { grid-template-columns: 1fr; }
  .af-f--full { grid-column: 1; }
}
:root {

  --_w:         #ffffff;
  --_al:        rgba(159,139,231,.11);
  --_ar:        rgba(159,139,231,.18);
  --_gm:        #d0d0cd;
}
 /* Career form — full grid (2 cols instead of contact's 2) */
.pc-ct-form-card .pc-form-grid {
    grid-template-columns: 1fr 1fr;
}

/* Star marker */
.af-star {
    color: var(--pc-accent);
}

/* Resume dropzone — reuse af- classes already in career CSS */
.pc-ct-form-card .af-drop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: 1.5px dashed var(--pc-line);
    border-radius: 8px;
    padding: 28px 20px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.18s, background 0.18s;
}
.pc-ct-form-card .af-drop:hover {
    border-color: var(--pc-accent);
}
.pc-ct-form-card .af-uic {
    width: 26px;
    height: 26px;
    stroke: var(--pc-accent);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-bottom: 4px;
}
.pc-ct-form-card .af-um {
    font-size: 13px;
    font-weight: 500;
}
.pc-ct-form-card .af-us {
    font-size: 12px;
    color: var(--pc-muted) !important;
}

@media (max-width: 640px) {
    .pc-ct-form-card .pc-form-grid {
        grid-template-columns: 1fr;
    }
}

/* csr page css */

/* ── Motto badge ──────────────────────────────── */
.plz-csr-motto-badge {
 width: 200px;
    height: 200px;
    border-radius: 50%;
    /* border: 1px solid rgba(221, 241, 96, 0.2); */
    background: rgb(217 217 217);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    margin: 0 auto;
}
.plz-csr-motto-badge__num {
    /* font-size: 52px; */
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    color: #ff5710;
}
body.light .plz-csr-motto-badge__num { color: var(--main-color, #ff5710); }
.plz-csr-motto-badge__label {
    font-size: 11px;
    font-weight: 600;
    max-width: 100px;
    text-transform: uppercase;
    /* letter-spacing: 0.1em;
    opacity: 0.6;
    max-width: 100px;
    line-height: 1.4; */
}
 
/* ── Pillar cards ─────────────────────────────── */
.plz-csr-pillar {
    padding: 28px 20px;
    border-radius: 20px;
    height: 165px;
}
/* .plz-csr-pillar--offset { margin-top: 40px; } */
.plz-csr-pillar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(221,241,96,0.08);
    border: 1px solid rgba(221,241,96,0.15);
    margin: 0 auto;
    color: #ff5710;
}
body.light .plz-csr-pillar-icon {
  background: rgb(255 87 16 / 17%);
    border-color: rgb(255 87 16 / 17%);
    color: var(--main-color, #ff5710);
}
 
/* ── Partner card ─────────────────────────────── */
.plz-csr-partner {
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.3s ease;
}
body.light .plz-csr-partner { border-color: rgba(0,0,0,0.05); }
.plz-csr-partner:hover { transform: translateY(-4px); }
 
.plz-csr-partner-img {
position: relative;
    height: 750px;
    min-height: 700px;
}
.plz-csr-partner-bg {
    position: absolute;
    inset: 0;
    height: 140% !important;
    top: -20%;
    background-size: cover;
    background-position: center;
}
.plz-csr-partner-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 28px 30px;
    background: linear-gradient(to top, rgba(10,10,10,0.9), transparent);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.plz-csr-partner-num {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #ff5710;
}
.plz-csr-partner-name {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.25;
}
 
/* ── Initiative item ──────────────────────────── */
.plz-csr-init {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.plz-csr-init-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff5710;
    flex-shrink: 0;
    margin-top: 6px;
}
body.light .plz-csr-init-dot { background: var(--main-color, #ff5710); }
.mb-8px { margin-bottom: 8px; }
 
/* ── Small cards ──────────────────────────────── */
.plz-csr-small {
    transition: transform 0.3s ease;
}
.plz-csr-small:hover { transform: translateY(-6px); }
.plz-csr-small-img {
    position: relative;
    height: 260px;
}
/* .plz-csr-small-offset { margin-top: 60px; } */
 
/* ── Closing ──────────────────────────────────── */
.plz-csr-closing-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.plz-csr-closing-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff5710;
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.2s ease, opacity 0.2s ease;
}
body.light .plz-csr-closing-btn { color: var(--main-color, #ff5710); }
.plz-csr-closing-btn:hover { gap: 16px; opacity: 0.8; }
 
/* ── Responsive ───────────────────────────────── */
@media (max-width: 991px) {
    .plz-csr-hero-wrap { height: 400px; border-radius: 40px; }
    .plz-csr-partner-img { min-height: 280px; }
    .plz-csr-partner-body.p-50px { padding: 36px 28px; }
    .plz-csr-motto-badge { margin-top: 30px; }
    .plz-csr-pillar--offset { margin-top: 0; }
    .plz-csr-small-offset { margin-top: 0; }
    .plz-csr-closing-col { justify-content: flex-start; margin-top: 20px; }
}
@media (max-width: 767px) {
    .plz-csr-hero-wrap { height: 300px; border-radius: 24px; }
    .plz-csr-partner-img { min-height: 220px; }
    .plz-csr-small-img { height: 200px; }
}

.plz-csr-partner-img{
    position:relative;
    height:100%;
    min-height:380px;
    padding:36px 32px;
    background:#1a1a1a;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:26px;
}
 
/* Top row — number + "CSR Partner" tag */
.plz-csr-partner-img__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.plz-csr-partner-num{
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.14em;
    color:#ff5710;
}
.plz-csr-partner-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:11px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.16em;
    color:rgba(255,255,255,.55);
}
.plz-csr-partner-tag::before{
    content:"";
    width:6px; height:6px; border-radius:50%;
    background:rgba(255,255,255,.45);
}
 
/* White square frame — logos sit inside with breathing room */
.plz-csr-partner-img__frame{
    background:#fff;
    border-radius:20px;
    /* aspect-ratio:1 / 1; */
    /* width:100%; */
    max-width:350px;
    height:150px;
    margin:0 auto;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 12px 28px rgba(0,0,0,.20);
}
.plz-csr-partner-img__frame h2{
    font-size:26px;
}
.plz-csr-partner-img__frame img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
 
/* Bottom row — name + tagline */
.plz-csr-partner-img__foot{
    text-align:center;
}
.plz-csr-partner-name{
    font-size:21px;
    font-weight:500;
    color:#fff;
    margin:0 0 6px;
    line-height:1.25;
}
.plz-csr-partner-meta{
    font-size:13px;
    font-weight:500;
    color:rgba(255,255,255,.55);
    margin:0;
    letter-spacing:.01em;
}
 
/* Disable unused parallax / dark overlay from old design */
.plz-csr-partner-bg,
.plz-csr-partner-overlay{
    display:none !important;
}
 
/* Responsive */
@media(max-width:991px){
    .plz-csr-partner-img{ min-height:340px; padding:32px 28px; gap:22px; }
    .plz-csr-partner-img__frame{ max-width:200px; padding:26px; }
    .plz-csr-partner-name{ font-size:19px; }
}
@media(max-width:640px){
    .plz-csr-partner-img{ min-height:300px; padding:28px 22px; gap:20px; }
    .plz-csr-partner-img__frame{ max-width:180px; padding:22px; }
    .plz-csr-partner-name{ font-size:18px; }
}


/* research css */

/* ===========================================================
   R&D SECTION HEAD
   =========================================================== */
.pc-rd-head{ display:grid; grid-template-columns:1.1fr 1fr; gap:60px; align-items:end; margin-bottom:70px; }
.pc-rd-heading{
  font-size:46px; line-height:1.1; letter-spacing:-.02em; margin:0;
}
.pc-rd-lead{
  font-size:17px; line-height:1.7; color:var(--pc-muted) !important; margin:0; max-width:540px;
}
 
/* ===========================================================
   R&D CAPABILITY GRID (5 cards: 1 wide + 2x2)
   =========================================================== */
.pc-rd-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
 
.pc-rd-card{
  background:var(--pc-card); border-radius:24px; padding:48px 44px;
  display:flex; flex-direction:column; position:relative; overflow:hidden;
  transition:transform .35s ease, background .35s ease;
}
.pc-rd-card:hover{ transform:translateY(-6px); }
.pc-rd-card--wide{ grid-column:span 2; }
.pc-rd-card--feature{
  background:var(--pc-dark); color:#fff;
  display:grid; grid-template-columns:1.4fr 1fr; gap:48px; align-items:center;
}
 
.pc-rd-num{
  position:absolute; top:32px; right:36px;
  font-size:12px; font-weight:600; letter-spacing:2px;
  color:var(--pc-muted) !important; text-transform:uppercase;
}
/* .pc-rd-card--feature .pc-rd-num{ color:rgba(255,255,255,.5); } */
 
.pc-rd-icon{
  width:62px; height:62px; border-radius:18px;
  background:var(--pc-accent); color:#161616;
  display:inline-flex; align-items:center; justify-content:center;
  margin-bottom:30px;
}
.pc-rd-card--feature .pc-rd-icon{ background:var(--pc-accent); }
.pc-rd-icon svg{ width:28px; height:28px; }
 
.pc-rd-card-title{
  font-size:22px; font-weight:600; letter-spacing:-.01em; line-height:1.25;
  margin:0 0 16px; color:var(--pc-ink);
}
.pc-rd-card--feature .pc-rd-card-title{ color:#161616; font-size:30px; }
body:not(.light) .pc-rd-card-title{ color:#fff; }
 
.pc-rd-card-text{
   color:var(--pc-muted) !important; margin:0;
}
/* .pc-rd-card--feature .pc-rd-card-text{ color:rgba(255,255,255,.75); } */
 
.pc-rd-feature-visual{
  /* background:#0e0e0e; */
   border-radius:18px; aspect-ratio:1/1;
  position:relative; overflow:hidden; min-height:240px;
  border:1px solid rgba(255,255,255,.06);
  margin-top:10px;
}
.pc-rd-feature-visual::before{
  content:""; position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:32px 32px;

}
.pc-rd-feature-visual-text{
  display:none;
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  color:rgba(255,255,255,.4); font-size:12px; letter-spacing:2px; text-transform:uppercase;
}
 
/* ===========================================================
   R&D PRINCIPLES STRIP (closing line)
   =========================================================== */
.pc-rd-closing{
  display:grid; grid-template-columns:auto 1fr; gap:40px; align-items:center;
  padding:38px 50px; border-radius:30px;
  background: rgba(45, 45, 45, 0.06);
  border: 1px solid var(--pc-line);
}
body:not(.light) .pc-rd-closing{
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.1);
}
.pc-rd-closing-title{
  font-size:18px; font-weight:600; letter-spacing:-.01em; margin:0;
  color:var(--pc-ink); white-space:nowrap;
}
body:not(.light) .pc-rd-closing-title{ color:#fff; }
.pc-rd-closing-tags{
  display:flex; flex-wrap:wrap; gap:14px 22px; align-items:center;
  font-size:16px; font-weight:500; color:var(--pc-muted) !important;
}
.pc-rd-closing-tags span{ display:inline-flex; align-items:center; gap:8px; }
.pc-rd-closing-tags span::before{
  content:""; width:6px; height:6px; border-radius:50%; background:#ff5710;
}
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-rd-head{ grid-template-columns:1fr; gap:30px; margin-bottom:50px; }
  .pc-rd-heading{ font-size:34px; }
  .pc-rd-grid{ grid-template-columns:1fr; }
  .pc-rd-card--wide{ grid-column:span 1; }
  .pc-rd-card--feature{ grid-template-columns:1fr; gap:30px; }
  .pc-rd-card{ padding:38px 32px; }
  .pc-rd-closing{ grid-template-columns:1fr; gap:20px; padding:30px 28px; }
}
@media(max-width:640px){
  .pc-rd-heading{ font-size:28px; }
  .pc-rd-card{ padding:32px 26px; }
  .pc-rd-card-title{ font-size:20px; }
  .pc-rd-card--feature .pc-rd-card-title{ font-size:24px; }
}

/* network css */

/* ===========================================================
   STATS HERO ROW
   =========================================================== */
.pc-net-stats{
  display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
}
.pc-net-stat{
  background:var(--pc-card); border-radius:24px; padding:50px 44px;
  position:relative; overflow:hidden;
  transition:transform .35s ease;
}
.pc-net-stat:hover{ transform:translateY(-6px); }
.pc-net-stat--dark{ background:var(--pc-dark); color:#fff; }
.pc-net-stat-num{
  font-size:64px; font-weight:700; letter-spacing:-.03em; line-height:1; margin:0;
  color:var(--pc-ink);
}
.pc-net-stat--dark .pc-net-stat-num{ color:#161616; }
body:not(.light) .pc-net-stat-num{ color:#fff; }
.pc-net-stat-num span{ color:#ff5710; font-weight:600; }
.pc-net-stat-lbl{
  font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important; margin-top:14px;
}
.pc-net-stat-text{
  font-size:14.5px; line-height:1.65; color:var(--pc-muted) !important; margin:22px 0 0;
}
/* .pc-net-stat--dark .pc-net-stat-text{ color:rgba(255,255,255,.7); } */
 
/* ===========================================================
   PAN-INDIA NETWORK (text + states grid)
   =========================================================== */
.pc-states-row{ display:grid; grid-template-columns:1fr 1.5fr; gap:60px; align-items:start; }
.pc-states-heading{
  font-size:42px; line-height:1.15; letter-spacing:-.02em; margin:0 0 22px;
}
.pc-states-text{
  font-size:16px; line-height:1.7; color:var(--pc-muted) !important; margin:0 0 30px;
}
.pc-states-hq{
  display:inline-flex; align-items:center; gap:12px;
  padding:12px 20px; border-radius:50px;
  background:var(--pc-accent); color:#161616;
  font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
}
.pc-states-hq svg{ width:16px; height:16px; }
 
.pc-states-list{ display:flex; flex-wrap:wrap; gap:10px; }
.pc-state-chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:12px 20px; border-radius:50px;
  background: rgba(45, 45, 45, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* font-size:14px;  */
  font-size:18px; 
  font-weight:500;
   color:var(--pc-ink);
  transition:all .25s ease;
}
body:not(.light) .pc-state-chip{
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color:#fff;
}
.pc-state-chip::before{
  content:""; width:5px; height:5px; border-radius:50%; background:#ff5710;
}
.pc-state-chip:hover{
  background:#ff5710; border-color:#ff5710; color:#fff; transform:translateY(-2px);
}
.pc-state-chip:hover::before{ background:#fff; }
 
/* ===========================================================
   CLIENTS (Govt + Private)
   =========================================================== */
.pc-clients-head{ margin-bottom:50px; }
.pc-clients-head h6{ letter-spacing:1px; }
.pc-clients-row{ display:grid; grid-template-columns:1fr 1fr; gap:30px; }
.pc-clients-card{
  background:var(--pc-card); border-radius:24px; padding:44px 40px;
}
.pc-clients-tag{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important; margin-bottom:18px;
}
.pc-clients-tag::before{
  content:""; width:6px; height:6px; border-radius:50%; background:#ff5710;
}
.pc-clients-title{
  font-size:24px; font-weight:600; letter-spacing:-.01em; margin:0 0 26px;
  color:var(--pc-ink);
}
body:not(.light) .pc-clients-title{ color:#fff; }
.pc-clients-grid{ display:flex; flex-wrap:wrap; gap:10px; }
.pc-clients-grid span{
  display:inline-flex; align-items:center; padding:10px 16px; border-radius:50px;
  background:#fff; border:1px solid var(--pc-line);
  font-size:13.5px; font-weight:500; color:var(--pc-ink);
}
body:not(.light) .pc-clients-grid span{ background:#0e0e0e; color:#fff; }
 
/* ===========================================================
   GLOBAL PRESENCE + PARTNERSHIP (2-col)
   =========================================================== */
.pc-dual-row{ display:grid; grid-template-columns:1fr 1fr; gap:30px; }
 
.pc-global-card{
  background:var(--pc-dark); color:#fff; border-radius:30px;
  padding:54px 50px; display:flex; flex-direction:column; gap:24px;
  position:relative; overflow:hidden;
}
.pc-global-card .pc-eyebrow{ color:var(--pc-accent); }
.pc-global-heading{
  color:#161616; font-size:32px; line-height:1.2; letter-spacing:-.02em; margin:0;
}
.pc-global-text{
  color:#1f1e1e !important; font-size:15px; line-height:1.7; margin:0;
}
.pc-regions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:6px; }
.pc-region-chip{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 50px;
    background: rgb(255 255 255);
    border: 1px solid rgb(255 255 255);
    font-size: 13.5px;
    font-weight: 500;
    color: #888888;
}
.pc-region-chip::before{
  content:""; width:5px; height:5px; border-radius:50%; background:var(--pc-accent);
}
 
.pc-partner-card{
  background:var(--pc-card); border-radius:30px;
  padding:54px 50px; display:flex; flex-direction:column; gap:22px;
}
.pc-partner-heading{
  font-size:32px; line-height:1.2; letter-spacing:-.02em; margin:0;
  color:var(--pc-ink);
}
body:not(.light) .pc-partner-heading{ color:#fff; }
.pc-partner-text{
  font-size:15px; line-height:1.7; color:var(--pc-muted) !important; margin:0;
}
.pc-partner-list{ display:flex; flex-direction:column; gap:14px; margin-top:6px; }
.pc-partner-item{
  display:flex; align-items:center; gap:14px;
  font-size:14.5px; font-weight:500; color:var(--pc-ink);
}
body:not(.light) .pc-partner-item{ color:#fff; }
.pc-partner-item-num{
  width:36px; height:36px; border-radius:50%; background:#ff5710; color:#fff;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:600; flex-shrink:0;
}
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-net-stats{ grid-template-columns:1fr; }
  .pc-net-stat-num{ font-size:54px; }
  .pc-states-row{ grid-template-columns:1fr; gap:36px; }
  .pc-states-heading{ font-size:32px; }
  .pc-clients-row{ grid-template-columns:1fr; }
  .pc-clients-card{ padding:36px 32px; }
  .pc-dual-row{ grid-template-columns:1fr; }
  .pc-global-card, .pc-partner-card{ padding:42px 34px; }
  .pc-global-heading, .pc-partner-heading{ font-size:26px; }
}
@media(max-width:640px){
  .pc-net-stat{ padding:38px 30px; }
  .pc-net-stat-num{ font-size:44px; }
  .pc-states-heading{ font-size:26px; }
  .pc-global-card, .pc-partner-card{ padding:34px 26px; }
}

/* case study css */

/* ===========================================================
   CASE STUDY BLOCKS
   =========================================================== */
.pc-cs{ margin-bottom:130px; }
.pc-cs:last-child{ margin-bottom:0; }
 
.pc-cs-head{
  display:grid; grid-template-columns:auto 1fr; gap:30px; align-items:end;
  margin-bottom:50px; padding-bottom:34px; border-bottom:1px solid var(--pc-line);
}
.pc-cs-num{
  font-size:120px; font-weight:700; line-height:.85; letter-spacing:-.04em;
  color:var(--pc-ink); margin:0;
}
body:not(.light) .pc-cs-num{ color:#fff; }
.pc-cs-num span{ color:var(--pc-accent); }
 
.pc-cs-tag{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 16px; border-radius:50px;
  background: rgba(45, 45, 45, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-ink); margin-bottom:14px;
}
body:not(.light) .pc-cs-tag{
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.1);
  color:#fff;
}
.pc-cs-tag::before{
  content:""; width:6px; height:6px; border-radius:50%; background:#ff5710;
}
.pc-cs-title{
  font-size:38px; font-weight:600; line-height:1.15; letter-spacing:-.02em; margin:0;
}
 
/* Story layout: image + content */
.pc-cs-body{
  display:grid; grid-template-columns:1fr 1.3fr; gap:60px; align-items:start;
}
.pc-cs--reverse .pc-cs-body{ grid-template-columns:1.3fr 1fr; }
.pc-cs--reverse .pc-cs-body > div:first-child{ order:2; }
.pc-cs--reverse .pc-cs-body > div:last-child{ order:1; }
 
.pc-cs-visual{
  position:relative; aspect-ratio:4/5; border-radius:24px; overflow:hidden;
  background:var(--pc-card);
}
.pc-cs-visual img{ width:100%; height:100%; object-fit:cover; display:block; }
.pc-cs-visual-stat{
  position:absolute; left:24px; bottom:24px; z-index:2;
  background:var(--pc-accent); color:#161616;
  border-radius:20px; padding:22px 26px; max-width:60%;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.pc-cs-visual-stat-num{ font-size:36px; font-weight:700; line-height:1; letter-spacing:-.02em; margin:0;color:#fff; }
.pc-cs-visual-stat-lbl{ font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px; margin-top:8px;color:#fff; }
 
.pc-cs-content{ min-width:0; }
.pc-cs-lead{
  font-size:19px; line-height:1.6; letter-spacing:-.01em; color:var(--pc-ink);
  margin:0 0 24px; font-weight:500;
}
body:not(.light) .pc-cs-lead{ color:#fff; }
.pc-cs-content p{
   /*color:var(--pc-muted) !important;*/
   margin:0 0 18px;
}
.pc-cs-content p:last-of-type{ margin-bottom:0; }
 
/* Outcomes block */
.pc-cs-outcomes{
  margin-top:36px; padding:30px 32px;
  background:var(--pc-card); border-radius:20px;
}
.pc-cs-outcomes-title{
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:2px;
  color:var(--pc-muted) !important; margin:0 0 18px;
}
.pc-cs-outcomes-list{
  list-style:none; padding:0; margin:0;
  display:grid; grid-template-columns:1fr 1fr; gap:16px 28px;
}
.pc-cs-outcomes-list li{
  position:relative;
   padding-left:26px;
  font-size:14px; 
  color:var(--pc-ink);
}
body:not(.light) .pc-cs-outcomes-list li{ color:#fff; }
.pc-cs-outcomes-list li::before{
  content:""; position:absolute; left:0; top:7px;
  width:14px; height:14px; border-radius:50%; background:var(--pc-accent);
}
.pc-cs-outcomes-list li::after{
      content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 4px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-cs{ margin-bottom:90px; }
  .pc-cs-head{ grid-template-columns:1fr; gap:12px; align-items:start; }
  .pc-cs-num{ font-size:80px; }
  .pc-cs-title{ font-size:28px; }
  .pc-cs-body, .pc-cs--reverse .pc-cs-body{ grid-template-columns:1fr; gap:40px; }
  .pc-cs--reverse .pc-cs-body > div:first-child{ order:1; }
  .pc-cs--reverse .pc-cs-body > div:last-child{ order:2; }
  .pc-cs-lead{ font-size:17px; }
  .pc-cs-outcomes-list{ grid-template-columns:1fr; }
}
@media(max-width:640px){
  .pc-cs-num{ font-size:64px; }
  .pc-cs-title{ font-size:24px; }
  .pc-cs-visual-stat{ padding:18px 20px; }
  .pc-cs-visual-stat-num{ font-size:28px; }
  .pc-cs-outcomes{ padding:24px 22px; }
}
/* investor relations css */

/* ===========================================================
   COMPANY SNAPSHOT BANNER
   =========================================================== */
.pc-ir-snapshot{
  background:var(--pc-card); color:#fff; border-radius:30px;
  padding:48px 50px; display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr; gap:30px 40px; align-items:start;
  position:relative; overflow:hidden;
}
.pc-ir-snapshot .pc-eyebrow{ color:var(--pc-accent); margin-bottom:14px; }
.pc-ir-snapshot-name{
  color:#161616; font-size:26px; font-weight:600; letter-spacing:-.02em; margin:0 0 6px;
}
.pc-ir-snapshot-tag{   color:#1f1e1e; }
.pc-ir-snapshot-block .lbl{
  font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:#161616; margin-bottom:10px; display:block;
}
.pc-ir-snapshot-block .val{
  font-size:14.5px; line-height:1.55; 
  /* color:#fff; */
   margin:0;
}
.pc-ir-snapshot-block .val a{ 
  color:#ff5710; 
  text-decoration:none; border-bottom:1px solid rgba(255,255,255,.2); }
.pc-ir-snapshot-block .val a:hover{ border-color:var(--pc-accent); color:var(--pc-accent); }
 
/* ===========================================================
   2-COL LAYOUT: STICKY NAV + CONTENT
   =========================================================== */
/* Make sure the outer layout container itself doesn't clip */
.pc-ir-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  align-items: start;
  /* Remove any overflow:hidden if present on this or parent sections */
}

.pc-ir-nav {
  position: sticky;
  top: 120px;
  background: var(--pc-card);
  border-radius: 22px;
  padding: 22px 0;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.pc-ir-nav-title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    color: #161616;
    padding: 0 26px 14px;
    margin: 0 0 6px;
    border-bottom: 1px solid var(--pc-line);
}
.pc-ir-nav-list{ list-style:none; margin:0; padding:0; }
.pc-ir-nav-list a{
  display:flex; align-items:center; gap:12px;
  padding:11px 26px;
  font-size:16px; font-weight:500;
  color:var(--pc-muted) !important; text-decoration:none;
  border-left:2px solid transparent;
  transition:all .25s ease;
}
body:not(.light) .pc-ir-nav-list a{ color:#999; }
.pc-ir-nav-list a:hover{
  color:var(--pc-ink); background:rgba(0,0,0,.03); border-left-color:#ff5710;
}
body:not(.light) .pc-ir-nav-list a:hover{ color:#fff; background:rgba(255,255,255,.04); }
.pc-ir-nav-list a.is-active{
  color:var(--pc-ink); background:rgba(159,139,231,.10); border-left-color:#ff5710; font-weight:600;
}
body:not(.light) .pc-ir-nav-list a.is-active{ color:#fff; }
.pc-ir-nav-num{
  font-size:10px; font-weight:700; color:var(--pc-muted) !important;
  min-width:18px; letter-spacing:1px;
}
 
/* ===========================================================
   CONTENT SECTIONS
   =========================================================== */
.pc-ir-content{ min-width:0; display:flex; flex-direction:column; gap:30px; }
.pc-ir-section{
  background:var(--pc-card); border-radius:22px; padding:42px 44px;
  scroll-margin-top:120px;
}
.pc-ir-section-head{
  display:flex; justify-content:space-between; align-items:flex-start; gap:20px;
  margin-bottom:30px; padding-bottom:22px; border-bottom:1px solid var(--pc-line);
}
.pc-ir-section-title-row{ display:flex; align-items:center; gap:14px; }
.pc-ir-section-num{
  width:36px; height:36px; border-radius:50%; flex-shrink:0;
  background:#ff5710; color:#fff;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:700; letter-spacing:.5px;
}
.pc-ir-section-title{
  font-size:22px; font-weight:600; letter-spacing:-.01em; margin:0;
  color:var(--pc-ink);
}
body:not(.light) .pc-ir-section-title{ color:#fff; }
.pc-ir-section-meta{
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important; padding-top:8px;
}
.pc-ir-section-intro{
  font-size:14.5px; line-height:1.7; color:var(--pc-muted) !important; margin:0 0 24px;
}
 
/* CSS-only sub-tabs (Financial Performance) */
.pc-ir-tabs-input{ display:none; }
.pc-ir-tabs{
  display:inline-flex; gap:6px; padding:6px; flex-wrap:wrap;
  background: rgba(45, 45, 45, 0.06);
  border: 1px solid var(--pc-line);
  border-radius: 50px; margin-bottom:24px;
}
body:not(.light) .pc-ir-tabs{
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.1);
}
.pc-ir-tab-label{
  cursor:pointer; padding:10px 22px; border-radius:50px;
  font-size:18px; font-weight:600; color:var(--pc-ink);
  transition:background .25s ease, color .25s ease;
}
body:not(.light) .pc-ir-tab-label{ color:#fff; }
.pc-ir-tab-label:hover{ background:rgba(0,0,0,.05); }
body:not(.light) .pc-ir-tab-label:hover{ background:rgba(255,255,255,.06); }
.pc-ir-tabs-input:checked + .pc-ir-tab-label{ background:#ff5710; color:#fff; }

/* ===========================================================
   DYNAMIC TAB PANES (replaces old hardcoded #ir-fin-annual /
   #ir-fin-quarterly rules so ANY number of dynamically generated
   sub-category tabs work automatically, for every IR category)
   =========================================================== */
.pc-ir-tab-pane{ display:none; }

/*
  Each radio input now carries data-pane-target="pane-..." (added in PHP)
  and each pane carries the matching id. This generic sibling selector
  shows whichever pane's id matches the data-pane-target of the
  currently :checked radio, regardless of how many tabs exist or what
  their generated ids are.
*/
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-0-0"]  ~ .pc-ir-tab-content #pane-ir-tab-0-0,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-0-1"]  ~ .pc-ir-tab-content #pane-ir-tab-0-1,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-0-2"]  ~ .pc-ir-tab-content #pane-ir-tab-0-2,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-1-0"]  ~ .pc-ir-tab-content #pane-ir-tab-1-0,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-1-1"]  ~ .pc-ir-tab-content #pane-ir-tab-1-1,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-1-2"]  ~ .pc-ir-tab-content #pane-ir-tab-1-2,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-2-0"]  ~ .pc-ir-tab-content #pane-ir-tab-2-0,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-2-1"]  ~ .pc-ir-tab-content #pane-ir-tab-2-1,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-2-2"]  ~ .pc-ir-tab-content #pane-ir-tab-2-2,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-3-0"]  ~ .pc-ir-tab-content #pane-ir-tab-3-0,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-3-1"]  ~ .pc-ir-tab-content #pane-ir-tab-3-1,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-3-2"]  ~ .pc-ir-tab-content #pane-ir-tab-3-2,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-4-0"]  ~ .pc-ir-tab-content #pane-ir-tab-4-0,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-4-1"]  ~ .pc-ir-tab-content #pane-ir-tab-4-1,
.pc-ir-tabs-input:checked[data-pane-target="pane-ir-tab-4-2"]  ~ .pc-ir-tab-content #pane-ir-tab-4-2{
  display:block;
}
 
/* Document list */
.pc-ir-doc-list{
  list-style:none; margin:0; padding:0;
  display:flex; flex-direction:column; gap:10px;
}
.pc-ir-doc{
  display:grid; grid-template-columns:auto 1fr auto; gap:18px; align-items:center;
  padding:16px 20px; border-radius:14px;
  background:#fff; border:1px solid var(--pc-line);
  transition:transform .25s ease, border-color .25s ease;
}
body:not(.light) .pc-ir-doc{ background:#0e0e0e; }
.pc-ir-doc:hover{ transform:translateX(4px); border-color:#ff5710; }
 
.pc-ir-doc-icon{
  width:42px; height:42px; border-radius:12px;
  display:inline-flex; align-items:center; justify-content:center; flex-shrink:0;
}
.pc-ir-doc[data-doc-type="pdf"] .pc-ir-doc-icon{ background:var(--pc-accent); color:#161616; }
.pc-ir-doc[data-doc-type="external"] .pc-ir-doc-icon{ background:rgba(159,139,231,.15); color:#ff5710; }
.pc-ir-doc-icon svg{ width:18px; height:18px; }
 
.pc-ir-doc-info{ min-width:0; }
.pc-ir-doc-name{
  font-size:15px; font-weight:600; color:var(--pc-ink); line-height:1.4; letter-spacing:-.01em;
  margin:0;
}
body:not(.light) .pc-ir-doc-name{ color:#fff; }
.pc-ir-doc-meta{ font-size:16px; color:var(--pc-muted) !important; margin-top:3px; letter-spacing:.3px; }
 
.pc-ir-doc-action{
  display:inline-flex; align-items:center; gap:9px;
  padding:10px 18px; border-radius:50px;
  background:transparent; border:1px solid var(--pc-line);
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1px;
  color:var(--pc-ink) !important; text-decoration:none; white-space:nowrap;
  transition:all .25s ease;
}
body:not(.light) .pc-ir-doc-action{ color:#fff; }
.pc-ir-doc-action svg{ width:13px; height:13px; transition:transform .25s ease; }
.pc-ir-doc[data-doc-type="pdf"] .pc-ir-doc-action:hover{ background:var(--pc-accent); border-color:var(--pc-accent); color:#161616; }
.pc-ir-doc[data-doc-type="external"] .pc-ir-doc-action:hover{ background:#ff5710; border-color:#ff5710; color:#fff; }
.pc-ir-doc[data-doc-type="pdf"] .pc-ir-doc-action:hover svg{ transform:translateY(2px); }
.pc-ir-doc[data-doc-type="external"] .pc-ir-doc-action:hover svg{ transform:translate(2px,-2px); }
 
/* Note / info block inside sections */
.pc-ir-note{
  margin-top:18px; padding:14px 18px; border-radius:12px;
  background:rgba(159,139,231,.08); border:1px solid rgba(159,139,231,.18);
  font-size:13px; color:var(--pc-ink); line-height:1.6;
}
body:not(.light) .pc-ir-note{ color:#fff; }
.pc-ir-note b{ color:#ff5710; }
 
/* Sub-group title (e.g. inside Corporate Announcement) */
.pc-ir-subgroup{ margin-bottom:22px; }
.pc-ir-subgroup:last-child{ margin-bottom:0; }
.pc-ir-subgroup-title{
  font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important; margin:0 0 12px;
}
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-ir-snapshot{ grid-template-columns:1fr 1fr; padding:36px 32px; gap:26px 30px; }
  .pc-ir-snapshot-name{ font-size:22px; }
  .pc-ir-layout{ grid-template-columns:1fr; gap:30px; }
  .pc-ir-nav{
    position:static; max-height:none;
    padding:14px 12px; overflow:hidden;
  }
  .pc-ir-nav-title{ padding:0 14px 12px; }
  .pc-ir-nav-list{
    display:flex; flex-wrap:nowrap; overflow-x:auto;
    -webkit-overflow-scrolling:touch; gap:6px; padding:0 14px;
  }
  .pc-ir-nav-list a{
    flex:0 0 auto; padding:10px 14px; border-radius:30px;
    border-left:none; border:1px solid var(--pc-line); white-space:nowrap;
  }
  .pc-ir-nav-list a:hover, .pc-ir-nav-list a.is-active{
    border-left:1px solid #ff5710;
    background:#ff5710; color:#fff; border-color:#ff5710;
  }
  .pc-ir-nav-num{ display:none; }
  .pc-ir-section{ padding:34px 30px; }
  .pc-ir-doc{ grid-template-columns:auto 1fr; padding:14px 16px; }
  .pc-ir-doc-action{ grid-column:1 / -1; justify-content:center; }
}
@media(max-width:640px){
  .pc-ir-snapshot{ grid-template-columns:1fr; padding:30px 26px; }
  .pc-ir-section{ padding:28px 22px; }
  .pc-ir-section-head{ flex-direction:column; gap:10px; }
  .pc-ir-section-title{ font-size:19px; }
  .pc-ir-doc-name{ font-size:14px; }
}
.pc-ir-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.pc-ir-left-col{
  display:flex;
  flex-direction:column;
  gap:20px;
  width:100%;      /* was width:380px */
  min-width:0;      /* prevents flex/grid children from forcing overflow */
}

.pc-ir-video-card {
    background: var(--pc-card);
    border-radius: 22px;
    padding: 22px;
}
.pc-ir-video-ratio {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 14px;
}
.pc-ir-video-ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
}
/* ════════════════════════════════════════════
   COMPONENT — INDUSTRIES
════════════════════════════════════════════ */
.plz-industries {
  padding: 0;
  position: relative;
  width: 100%;
  margin-top: -100px;
  z-index: 1;
}

.plz-industries__desktop {
  position: relative;
  width: 100%;
}

/* ── OLD marker divs removed — ScrollTrigger handles spacing now ── */

/* ── Sticky panel — ScrollTrigger pins this, no manual fixed/absolute toggling ── */
.plz-industries__sticky {
  height: 100vh;
  width: 100%;
  position: relative;   /* ScrollTrigger wraps it in a spacer; don't set fixed here */
  overflow: hidden;
  z-index: 1;
}
/* Remove the old is-fixed / is-bottom classes — they are no longer set by JS */

/* ── Sections layer ── */
.plz-industries__sections {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0; left: 0;
}

/* ── Base background ── */
.plz-industries__section-base {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* ── Item slides ── */
.plz-industries__section-item {
  bottom: 0;
  height: 100%;
  left: 0;
  /* opacity: 0; */
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  will-change: opacity;
  transition: opacity 0.5s ease;
}
.plz-industries__section-item.is-active {
  opacity: 1;
}

/* ── Video / image cover helpers ── */
.plz-video { overflow: hidden; }
.plz-video--cover {
  bottom: 0; height: 100%; left: 0;
  position: absolute; right: 0; top: 0; width: 100%;
}
.plz-industries__section-item .plz-video--cover {
  filter: blur(max(1.76pc, min(2.222vw, 2.66pc)));
    opacity: .8;
    transform: scale(1.2);
}
.plz-industries__section-base .plz-video--cover{
      border-radius: 0;
    filter: none;
    opacity: 1;
    transform: scale(1);
}
.plz-video--cover video,
.plz-video--cover iframe {
  height: 100%; left: 50%;
  object-fit: cover;
  position: absolute; top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; z-index: 0;
  pointer-events: none !important;
}
.plz-image { display: block; overflow: hidden; }
.plz-image--cover {
  bottom: 0; top: 0; left: 0; right: 0; position: absolute;
}
.plz-image--cover img {
  height: 100%; left: 0;
  object-fit: cover; opacity: 1;
  position: absolute; top: 0;
  vertical-align: middle; width: 100%;
  /* display: none;  */
}

/* ── Intro title — opacity ONLY, no transform movement ── */
.plz-industries__intro-center {
  color: var(--plz-white);
  left: 50%; position: absolute; top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: clamp(440px, 55.556vw, 800px);
  text-align: center;
  pointer-events: none;
  z-index: 2;
}
.plz-industries__intro-title {
  color: var(--plz-white);
  display: block;
  text-align: center;
  width: 100%;
  font-size: clamp(36px, 3.472vw, 67px);
  font-weight: 600;
  line-height: 1.15;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.plz-industries__intro-title.is-visible {
  opacity: 1;
}
.plz-industries__intro-title.is-hiding {
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* ── Container layout ── */
.plz-industries__container {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: clamp(35px, 2.778vw, 54px) 0;
  margin: auto;
  max-width: calc(100% - clamp(53px, 5.556vw, 107px));
  position: relative;
  z-index: 5;
  pointer-events: none;
}

/* ── Tabs panel ── */
.plz-industries__tabs {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background-color: hsla(0, 0%, 100%, 0.10);
  border: 1px solid hsla(0, 0%, 100%, 0.20);
  border-radius: clamp(21px, 1.389vw, 27px);
  color: var(--plz-white);
  opacity: 0;
  transform: translateY(30px);
  padding: 0;
  pointer-events: none;
  width: clamp(320px, 34.722vw, 665px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  overflow: hidden;
  will-change: opacity, transform;
}
.plz-industries__tabs.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* Tab row */
.plz-industries__tab {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  cursor: pointer;
  height: 56px;
  overflow: hidden;
  padding: clamp(14px, 1.25vw, 24px) clamp(18px, 1.806vw, 35px);
  padding-bottom: 50px !important;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  position: relative;
}
.plz-industries__tab:first-child {
  border-top: none;
}
.plz-industries__tab.is-active {
  height: auto;
  background: hsla(0, 0%, 100%, 0.06);
}
.plz-industries__tab-title {
  font-size: clamp(14px, 1.25vw, 22px);
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
  color: var(--plz-white);
  flex-shrink: 0;
  padding-top: 2px;
  margin-bottom: 10px;
}

.plz-industries__tab-preview {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}
.plz-industries__tab.is-active .plz-industries__tab-preview {
  opacity: 1;
  transform: translateY(0);
}
.plz-industries__tab-preview img {
  width: 100%; height: 100%; object-fit: cover;
}
/* Gradient placeholder previews */
/* .plz-industries__tab[data-tab="0"] .plz-industries__tab-preview { background: linear-gradient(135deg, #2d1b00, #3d2200); }
.plz-industries__tab[data-tab="1"] .plz-industries__tab-preview { background: linear-gradient(135deg, #1b2d3e, #1a3a4a); }
.plz-industries__tab[data-tab="2"] .plz-industries__tab-preview { background: linear-gradient(135deg, #2d1500, #3d2000); }
.plz-industries__tab[data-tab="3"] .plz-industries__tab-preview { background: linear-gradient(135deg, #002d1a, #003d20); }
.plz-industries__tab[data-tab="4"] .plz-industries__tab-preview { background: linear-gradient(135deg, #2d2d00, #3d3d00); } */

/* ── Boxes panel ── */
.plz-industries__boxes {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  border-radius: clamp(17px, 1.111vw, 21px);
  opacity: 0;
  transform: translateY(30px);
  overflow: hidden;
  position: absolute;
  right: clamp(44px, 3.472vw, 67px);
  top: 300px;
  width: clamp(320px, 33vw, 600px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
  will-change: opacity, transform;
  z-index: 5;
}
.plz-industries__boxes.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Box inner — slides horizontally */
.plz-industries__boxes-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.plz-industries__box {
  color: var(--plz-white);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  gap: clamp(14px, 1.25vw, 22px);
  padding: clamp(24px, 2vw, 36px);
  width: 100%;
}
.plz-industries__box-title {
  font-size: clamp(28px, 3vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.plz-industries__box-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Labels */
.plz-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 1;
}
.plz-label--plain {
  background-color: transparent;
  border: none;
  color: inherit;
  height: auto;
  padding: 0;
  font-size: 10px;
  opacity: 0.55;
  letter-spacing: 0.1em;
}
.plz-label--main {
  background-color: #FF5710;
  color: #fff;
  font-weight: 700;
}
.plz-label--white {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.plz-label--secondary {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* Group value */
.plz-group-val {
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

/* Combolabel */
.plz-combolabel {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* Colour swatches */
.plz-swatches {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.plz-swatch {
  width: 18px; height: 18px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.2);
}

/* ── Dot circle ── */
.plz-industries__dot {
  border: 1.5px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  height: clamp(56px, 5vw, 90px);
  width: clamp(56px, 5vw, 90px);
  opacity: 0;
  position: absolute;
  z-index: 6;
  transition: opacity 0.4s ease, left 0.5s ease, top 0.5s ease;
  transform: translate(-50%, -50%);
  pointer-events: none;
  will-change: opacity, left, top;
}
.plz-industries__dot.is-visible {
  opacity: 1;
}
.plz-industries__dot::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(10px, 0.8vw, 14px);
  height: clamp(10px, 0.8vw, 14px);
  background: white;
  border-radius: 50%;
}

/* ── SVG stroke line ── */
.plz-industries__dot-line {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 4;
  overflow: visible;
}
.plz-industries__dot-line line {
  stroke: rgba(255,255,255,0.6);
  stroke-width: 1.5;
  stroke-dasharray: 5 5;
  stroke-dashoffset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.plz-industries__dot-line.is-visible line {
  opacity: 1;
}
.plz-industries__mobile{
  display: none;
}
/* ── Mobile hide ── */

:root {
  --plz-white: #ffffff;
  --plz-black: #0a0a0a;
  --plz-accent: #DDF160;
}

 /* Demo sections before/after */
  .rv-demo-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rv-bg-light);
    font-family: var(--rv-font-primary);
    font-size: 1.2rem;
    color: #999;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  /* ─── PIN SPACER ─── */
  .rv-pin-spacer {
    position: relative;
    width: 100%;
    /* height set by JS = 600vh equivalent of scroll travel */
  }

  /* ─── STICKY WRAPPER (pinned) ─── */
  .rv-sticky-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
  }

  /* ─── IMAGE COVER ─── */
  .rv-image-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    will-change: clip-path, transform;
  }

  .rv-image-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    display: block;
  }

  /* ─── TEXT OVERLAY ─── */
  .rv-text-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: var(--rv-white);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .rv-text-overlay.rv-visible {
    opacity: 1;
  }

  .rv-title-small {
    font-family: var(--rv-font-primary);
    font-size: clamp(1rem, 2.361vw, 45px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.2;
    overflow: hidden;
  }

  .rv-title-jumbo {
    font-family: var(--rv-font-primary);
    font-size: clamp(60px, 11.806vw, 226px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
  }

  /* ─── WORD ANIMATION ─── */
  .rv-word {
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .rv-word.rv-in {
    transform: translateY(0%);
  }

  .rv-line {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
  }

  /* stagger delays */
  .rv-word--1 { transition-delay: 0.00s; }
  .rv-word--2 { transition-delay: 0.07s; }
  .rv-word--3 { transition-delay: 0.14s; }
  .rv-word--4 { transition-delay: 0.21s; }
  .rv-word--5 { transition-delay: 0.28s; }
  .rv-jumbo-word { transition-delay: 0.10s; }

/* certifications page css */

/* ===========================================================
   SECTION HEAD (with eyebrow line + group counter pill)
   =========================================================== */
.pc-certs-head{
  display:flex; align-items:center; gap:24px; margin-bottom:50px;
}
.pc-certs-head-label{
  font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:2px;
  color:var(--pc-ink); white-space:nowrap;
}
body:not(.light) .pc-certs-head-label{ color:#fff; }
.pc-certs-head-line{ flex:1; height:1px; background:var(--pc-ink); opacity:.4; }
body:not(.light) .pc-certs-head-line{ background:#fff; }
.pc-certs-head-num{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:48px; padding:6px 14px; border-radius:50px;
  border:1px solid var(--pc-line);
  font-size:12px; font-weight:600; color:var(--pc-muted) !important; letter-spacing:1px;
}
 
/* ===========================================================
   CERT CARD GRID (image on top + content below)
   =========================================================== */
.pc-certs-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
 
.pc-cert-item{
  background:var(--pc-card); border-radius:22px; overflow:hidden;
  display:flex; flex-direction:column;
  text-decoration:none; color:inherit;
  scroll-margin-top:120px;
  transition:transform .35s ease, box-shadow .35s ease;
}
.pc-cert-item:hover{ transform:translateY(-6px); box-shadow:0 14px 40px rgba(0,0,0,.08); }
 
/* Image area */
.pc-cert-item-img{
  position:relative;
   /* aspect-ratio:4/3; */
   overflow:hidden;
  background:#fff; border-bottom:1px solid var(--pc-line);
}
body:not(.light) .pc-cert-item-img{ background:#0a0a0a; }
.pc-cert-item-img img{
width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 22px;
    background: #eaeaea;
    display: block;
    transition: transform .6s ease;
}
.pc-cert-item:hover .pc-cert-item-img img{ transform:scale(1.04); }
 
/* Zoom button (top-right of image) */
.pc-cert-item-zoom{
  position:absolute; top:14px; right:14px; z-index:2;
  width:34px; height:34px; border-radius:50%;
  background:#161616; color:#fff;
  display:inline-flex; align-items:center; justify-content:center;
  opacity:0; transition:opacity .25s ease, transform .25s ease;
}
.pc-cert-item:hover .pc-cert-item-zoom{ opacity:1; }
.pc-cert-item-zoom svg{ width:14px; height:14px; }
 
/* Placeholder for missing image (replaces <img> until you add one) */
.pc-cert-item-img-ph{
  position:absolute; inset:0;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:12px;
}
.pc-cert-item-seal{
  width:120px; height:120px; border-radius:50%;
  border:1.5px dashed rgba(0,0,0,.14);
  display:inline-flex; flex-direction:column; align-items:center; justify-content:center;
  gap:4px;
}
body:not(.light) .pc-cert-item-seal{ border-color:rgba(255,255,255,.14); }
.pc-cert-item-seal svg{ width:36px; height:36px; color:rgba(0,0,0,.2); }
body:not(.light) .pc-cert-item-seal svg{ color:rgba(255,255,255,.22); }
.pc-cert-item-seal-label{
  font-size:13px; font-weight:700; letter-spacing:1px;
  color:rgba(0,0,0,.22); text-transform:uppercase;
}
body:not(.light) .pc-cert-item-seal-label{ color:rgba(255,255,255,.25); }
.pc-cert-item-ph-text{
  font-size:10.5px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important;
}
 
/* Body */
.pc-cert-item-body{
  padding:26px 28px 28px;
  display:flex; flex-direction:column; gap:12px; flex:1;
}
.pc-cert-item-meta{
  /* display:flex; align-items:center; */
   gap:10px;
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  /* color:var(--pc-muted) !important; */
  color:#ff5710;
}
.pc-cert-item-meta::before{
  content:""; width:6px; height:6px; border-radius:50%; background:var(--pc-purple);
}
.pc-cert-item-title{
  font-size:18px; font-weight:600; letter-spacing:-.01em; line-height:1.3;
  margin:0; color:var(--pc-ink);
}
body:not(.light) .pc-cert-item-title{ color:#fff; }
.pc-cert-item-desc{
  font-size:16px;  color:var(--pc-muted) !important;
  margin:0; flex:1;
}
.pc-cert-item-view{
  margin-top:6px;
  display:inline-flex; align-items:center; gap:9px;
  font-size:11.5px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-ink);
}
body:not(.light) .pc-cert-item-view{ color:#fff; }
.pc-cert-item-view svg{ width:14px; height:14px; transition:transform .3s ease; }
.pc-cert-item:hover .pc-cert-item-view{ color:var(--pc-purple); }
.pc-cert-item:hover .pc-cert-item-view svg{ transform:translate(4px,-4px); }
 
/* ===========================================================
   QHSE POLICY SECTION
   =========================================================== */
.pc-policy-head{ display:grid; grid-template-columns:1.1fr 1fr; gap:60px; align-items:end; margin-bottom:60px; }
.pc-policy-heading{ font-size:42px; line-height:1.15; letter-spacing:-.02em; margin:0; }
.pc-policy-lead{ font-size:16px; line-height:1.7; color:var(--pc-muted) !important; margin:0; max-width:520px; }
 
.pc-policy-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.pc-policy-card{
  background:var(--pc-card); border-radius:20px;
  padding:34px 30px 32px;
  display:flex; flex-direction:column; gap:14px;
  transition:transform .35s ease;
}
.pc-policy-card:hover{ transform:translateY(-5px); }
.pc-policy-card--dark{ background:var(--pc-dark); color:#fff; }
 
.pc-policy-num{
  width:42px; height:42px; border-radius:50%;
  background:#fff; border:1px solid var(--pc-line);
  display:inline-flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:700; color:var(--pc-ink); letter-spacing:.5px;
}
.pc-policy-card--dark .pc-policy-num{ background:var(--pc-accent); border-color:var(--pc-accent); color:#161616; }
body:not(.light) .pc-policy-num{ background:#0e0e0e; color:#fff; }
 
.pc-policy-title{
  font-size:18px; font-weight:600; letter-spacing:-.01em; line-height:1.3;
  margin:6px 0 0; color:var(--pc-ink);
}
/* .pc-policy-card--dark .pc-policy-title{ color:#fff; }
body:not(.light) .pc-policy-title{ color:#fff; } */
 
.pc-policy-desc{
  font-size:16px; line-height:1.65; color:var(--pc-muted) !important; margin:0;
}
/* .pc-policy-card--dark .pc-policy-desc{ color:rgba(255,255,255,.7); } */
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-certs-head{ gap:14px; }
  .pc-certs-grid, .pc-policy-grid{ grid-template-columns:repeat(2,1fr); gap:18px; }
  .pc-policy-head{ grid-template-columns:1fr; gap:24px; margin-bottom:40px; }
  .pc-policy-heading{ font-size:32px; }
}
@media(max-width:640px){
  .pc-certs-grid, .pc-policy-grid{ grid-template-columns:1fr; }
  .pc-cert-item-img{ aspect-ratio:5/4; }
  .pc-cert-item-body{ padding:22px 24px 26px; }
  .pc-policy-card{ padding:20px 20px;
  gap: 10px !important;
  }
  .pc-policy-heading{ font-size:26px; }
}


  /* product details page css */
/* ===========================================================
   HERO: main image (left) + product details (right)
   =========================================================== */
.pc-pd-hero{
  display:grid; grid-template-columns:1.1fr 1fr; gap:70px; align-items:start;
}
 
/* Left — main product image */
.pc-pd-main{
  position:relative; aspect-ratio:5/4;
  background:var(--pc-card); border-radius:24px; overflow:hidden;
}
.pc-pd-main img{ width:100%; height:100%; object-fit:cover; display:block; }
 
/* Right — product details content */
.pc-pd-content{ display:flex; flex-direction:column; }
 
.pc-pd-brand-tag{
  display:inline-flex; align-items:center; align-self:flex-start;
  padding:6px 14px; border-radius:50px;
  background:var(--pc-accent); color:#fff;
  font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px;
  margin-bottom:22px;
}
 
.pc-pd-intro{
  /* font-size:19px; */
  color:var(--pc-ink);
   margin:0;
}
body:not(.light) .pc-pd-intro{ color:#fff; }
 
/* Feature chips */
.pc-pd-chips{ display:none; flex-wrap:wrap; gap:10px; margin-top:32px; }
.pc-pd-chip{
  display:inline-flex; align-items:center; padding:9px 16px; border-radius:50px;
  background:rgba(45,45,45,.06); border:1px solid var(--pc-line);
  font-size:13px; font-weight:500; color:var(--pc-ink);
}
body:not(.light) .pc-pd-chip{
  background:rgba(255,255,255,.05); color:#fff;
}
.pc-pd-chip--hl{ background:var(--pc-accent); border-color:var(--pc-accent); color:#fff; font-weight:600; }
 
/* Mini-spec grid (Range / Cores / Conductor / Standard) */
.pc-pd-mini-spec{
  margin-top:40px; padding-top:32px; border-top:1px solid var(--pc-line);
  display:grid; grid-template-columns:1fr 1fr; gap:24px 32px;
}
.pc-pd-mini-spec-item{ display:flex; flex-direction:column; gap:6px; }
.pc-pd-mini-spec-item .lbl{
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important;
}
.pc-pd-mini-spec-item .val{
  font-size:16px; font-weight:600; color:var(--pc-ink); letter-spacing:-.01em;
}
body:not(.light) .pc-pd-mini-spec-item .val{ color:#fff; }
 
/* CTA buttons row (Get a Quote + Send Enquiry) */
.pc-pd-actions{
  margin-top:38px; display:flex; gap:14px; flex-wrap:wrap;
}
.pc-pd-btn{
  display:inline-flex; align-items:center; gap:14px;
  padding:16px 28px; border-radius:50px;
  font-family:inherit; font-size:12.5px; font-weight:600;
  text-transform:uppercase; letter-spacing:1.5px; text-decoration:none;
  transition:transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
}
.pc-pd-btn:hover{ transform:translateY(-2px); }
.pc-pd-btn-arrow{
  width:28px; height:28px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  transition:background .3s ease, color .3s ease;
}
.pc-pd-btn-arrow svg{ width:13px; height:13px; }
 
/* Primary — Get a Quote (lime fill) */
.pc-pd-btn--primary{
  background:var(--pc-accent); color:#161616;
}
.pc-pd-btn--primary:hover{ box-shadow:0 10px 24px rgba(221,241,96,.35); }
.pc-pd-btn--primary .pc-pd-btn-arrow{ background:#161616; color:#fff; }
 
/* Secondary — Send Enquiry (outline) */
.pc-pd-btn--secondary{
  background:transparent; border:1.5px solid var(--pc-ink); color:var(--pc-ink);
}
body:not(.light) .pc-pd-btn--secondary{ border-color:#fff; color:#fff; }
.pc-pd-btn--secondary:hover{ background:var(--pc-ink); color:#fff; }
body:not(.light) .pc-pd-btn--secondary:hover{ background:#fff; color:#161616; }
.pc-pd-btn--secondary .pc-pd-btn-arrow{ background:var(--pc-ink); color:#fff; }
body:not(.light) .pc-pd-btn--secondary .pc-pd-btn-arrow{ background:#fff; color:#161616; }
.pc-pd-btn--secondary:hover .pc-pd-btn-arrow{ background:#fff; color:var(--pc-ink); }
body:not(.light) .pc-pd-btn--secondary:hover .pc-pd-btn-arrow{ background:#161616; color:#fff; }
 
/* ===========================================================
   SPECIFICATIONS TABLE
   =========================================================== */
.pc-pd-section-head{
  margin-bottom:34px; padding-bottom:22px; border-bottom:1px solid var(--pc-line);
}
.pc-pd-section-title{
  font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:2px;
  margin:0; color:var(--pc-ink);
}
body:not(.light) .pc-pd-section-title{ color:#fff; }
.pc-spec-table{ width:100%; border-collapse:collapse; }
.pc-spec-table tr{ border-bottom:1px solid var(--pc-line); }
.pc-spec-table tr:last-child{ border-bottom:none; }
.pc-spec-table th{
  text-align:left; vertical-align:top; padding:22px 24px 22px 0;
  width:220px; font-size:13px; font-weight:700;
  text-transform:uppercase; letter-spacing:1px; color:var(--pc-ink);
}
body:not(.light) .pc-spec-table th{ color:#fff; }
.pc-spec-table td{
  padding:22px 0; font-size:15px; line-height:1.65; color:var(--pc-muted) !important;
}
 
/* ===========================================================
   APPLICATIONS / KEY FEATURES (check lists)
   =========================================================== */
.pc-pd-dual{ display:grid; grid-template-columns:1fr 1fr; gap:70px; }
.pc-check-list{ list-style:none; margin:0; padding:0; }
.pc-check-list li{
  position:relative; padding:14px 0 14px 36px;
  font-size:15px; line-height:1.65; color:var(--pc-ink);
  border-bottom:1px dashed var(--pc-line);
}
body:not(.light) .pc-check-list li{ color:#fff; }
.pc-check-list li:last-child{ border-bottom:none; }
.pc-check-list li::before{
  content:""; position:absolute; left:0; top:18px;
  width:18px; height:18px; border-radius:50%; background:var(--pc-accent);
}
.pc-check-list li::after{
  content:""; position:absolute; left:6px; top:22px;
  width:5px; height:8px;
  border:solid #fff; border-width:0 2px 2px 0; transform:rotate(45deg);
}
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:80px 0; }
  .pc-pd-hero{ grid-template-columns:1fr; gap:40px; }
  .pc-pd-intro{ font-size:17px; }
  .pc-spec-table th{ width:160px; padding-right:18px; font-size:12px; }
  .pc-spec-table td{ font-size:14.5px; }
  .pc-pd-dual{ grid-template-columns:1fr; gap:40px; }
}
@media(max-width:640px){
    .butn-arrow-black .arrow-icon {
    width: 28px !important;
    height: 28px !important;
    line-height: 20px !important;
    }
    .butn-arrow-black .arrow-icon svg {
    stroke: #000;
    width: 30px !important;
    transition: all 0.4s;
}
.butn-arrow-white .arrow-icon svg {
    stroke: #000;
    width: 30px !important;
    transition: all 0.4s;
}
  .pc-pd-mini-spec{ grid-template-columns:1fr; gap:20px; }
  .pc-spec-table th, .pc-spec-table td{ display:block; width:100%; padding: 11px 0 0 0 !important; }
  .pc-spec-table th{ padding-top:18px; }
  .pc-spec-table td{ padding-bottom:18px; }
}
/* Custom scope for the multi-column bordered table format */
.pc-grid-table th, 
.pc-grid-table td {
  border: 1px solid var(--pc-line) !important;
}

body:not(.light) .pc-grid-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.02); /* Clean row separation for dark themes */
}

/* ===========================================================
   RESPONSIVE OVERRIDES
   =========================================================== */
.pc-spec-two-col {
  display: flex;
  flex-direction: column;
}

@media(max-width: 991px){
  .pc-spec-two-col {
    flex-direction: column !important;
    gap: 50px !important;
  }
}
@media(max-width: 640px){
  /* Table sizes to its own content — no forced shrinking */
  .pc-spec-table.pc-grid-table {
    width: auto !important;
    min-width: 100%;
  }
  .pc-spec-table.pc-grid-table th, 
  .pc-spec-table.pc-grid-table td { 
    display: table-cell !important;
    width: auto !important;
    min-width: 130px;
    padding: 12px 10px !important;
    font-size: 12.5px !important;
    white-space: normal;
  }

  /* Wrapper handles the actual horizontal scroll */
  .pc-mobile-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--pc-accent) transparent;
    padding-bottom: 6px;
  }
  .pc-mobile-scrollable::-webkit-scrollbar {
    height: 6px;
  }
  .pc-mobile-scrollable::-webkit-scrollbar-thumb {
    background: var(--pc-accent);
    border-radius: 10px;
  }
  .pc-mobile-scrollable::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
  }
}
/*@media(max-width: 640px){*/
  /* Keep the grid layout structure instead of turning into block elements on mobile devices */
/*  .pc-spec-table.pc-grid-table th, */
/*  .pc-spec-table.pc-grid-table td { */
/*    display: table-cell !important; */
/*    width: auto !important;*/
/*    padding: 10px 8px !important;*/
/*    font-size: 12px !important;*/
/*  }*/
/*}*/
.pc-pd-section-head {
    margin-bottom: 20px;
}
/* events page css */

/* ===========================================================
   HERO: event image (left) + meta facts (right)
   =========================================================== */
.pc-evt-hero{
  display:grid; grid-template-columns:1.3fr 1fr; gap:40px; align-items:stretch;
}
 
.pc-evt-hero-img{
  position:relative; aspect-ratio:5/4; min-height:380px;
  background:var(--pc-card); border-radius:24px; overflow:hidden;
}
.pc-evt-hero-img img{ width:100%; height:100%; object-fit:cover; display:block; }
 
/* Floating tag chip on hero image */
.pc-evt-hero-tag{
  position:absolute; top:24px; left:24px; z-index:2;
  display:inline-flex; align-items:center; gap:8px;
  padding:9px 16px; border-radius:50px;
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:#fff;
}
.pc-evt-hero-tag::before{
  content:""; width:6px; height:6px; border-radius:50%; background:var(--pc-accent);
}
 
/* Meta column (right) */
.pc-evt-meta-card{
  background:var(--pc-dark); color:#fff; border-radius:24px;
  padding:46px 42px;
  display:flex; flex-direction:column;
}
.pc-evt-meta-card .pc-eyebrow{ color:var(--pc-accent); }
 
.pc-evt-meta-list{
  list-style:none; margin:0; padding:0;
  display:flex; flex-direction:column;
}
.pc-evt-meta-list li{
  padding:18px 0; border-bottom:1px solid rgb(0 0 0 / 33%);
}
.pc-evt-meta-list li:last-child{ border-bottom:none; padding-bottom:0; }
.pc-evt-meta-list li:first-child{ padding-top:0; }
.pc-evt-meta-list .lbl{
  display:block; font-size:11px; font-weight:600;
  text-transform:uppercase; letter-spacing:1.5px;
  /* color:rgba(255,255,255,.55);  */
  color:#161616; 
  margin-bottom:6px;
}
.pc-evt-meta-list .val{
  display:block; font-size:16px; font-weight:600; 
  color:#1f1e1e;
   letter-spacing:-.01em;
}
 
/* ===========================================================
   EVENT DESCRIPTION
   =========================================================== */
.pc-evt-desc-wrap{ display:grid; grid-template-columns:1fr 2fr; gap:60px; align-items:start; }
.pc-evt-desc-eyebrow{ /* uses .pc-eyebrow */ }
.pc-evt-desc-heading{
  font-size:32px; line-height:1.2; letter-spacing:-.02em; margin:0;
}
.pc-evt-desc-body p{
  font-size:16px; line-height:1.8; color:var(--pc-muted) !important; margin:0 0 22px;
}
.pc-evt-desc-body p:last-child{ margin-bottom:0; }
.pc-evt-desc-body p:first-child{
  font-size:18px; line-height:1.7; color:var(--pc-ink); font-weight:500;
}
body:not(.light) .pc-evt-desc-body p:first-child{ color:#fff; }
 
/* ===========================================================
   PAST EDITIONS GRID
   =========================================================== */
.pc-evt-editions-head{
  display:flex; justify-content:space-between; align-items:flex-end; gap:24px;
  margin-bottom:50px; padding-bottom:24px; border-bottom:1px solid var(--pc-line);
}
.pc-evt-editions-heading{
  font-size:34px; line-height:1.2; letter-spacing:-.02em; margin:6px 0 0;
}
.pc-evt-editions-count{
  font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important;
}
.pc-evt-editions-count b{
  color:var(--pc-purple); font-weight:700; font-size:16px;
}
 
.pc-evt-editions-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
 
.pc-evt-edition{
  background:var(--pc-card); border-radius:22px; overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .35s ease;
}
.pc-evt-edition:hover{ transform:translateY(-6px); }
 
.pc-evt-edition-img{
  position:relative; aspect-ratio:16/9; overflow:hidden; background:#d6d6d6;
}
body:not(.light) .pc-evt-edition-img{ background:#222; }
.pc-evt-edition-img img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .6s ease;
}
.pc-evt-edition:hover .pc-evt-edition-img img{ transform:scale(1.05); }
 
/* Year badge in top-left of image */
.pc-evt-edition-year{
  position:absolute; top:18px; left:18px; z-index:2;
  background:var(--pc-accent); color:#fff;
  border-radius:12px; padding:10px 16px;
  font-size:16px; font-weight:700; letter-spacing:-.01em;
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}
 
/* City tag in top-right of image */
.pc-evt-edition-place{
  position:absolute; top:24px; right:18px; z-index:2;
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 14px; border-radius:50px;
  background: rgba(45, 45, 45, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:#fff;
}
.pc-evt-edition-place svg{ width:12px; height:12px; }
 
.pc-evt-edition-body{
  padding:32px 30px 34px;
  display:flex; flex-direction:column; gap:14px; flex:1;
}
.pc-evt-edition-meta{
  display:inline-flex; align-items:center; gap:10px;
  font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important;
}
.pc-evt-edition-meta::before{
  content:""; width:6px; height:6px; border-radius:50%; background:var(--pc-purple);
}
.pc-evt-edition-title{
  font-size:22px; font-weight:600; letter-spacing:-.01em; line-height:1.25;
  margin:0; color:var(--pc-ink);
}
body:not(.light) .pc-evt-edition-title{ color:#fff; }
.pc-evt-edition-desc{
  font-size:14.5px; line-height:1.65; color:var(--pc-muted) !important; margin:0;
}
 
/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:991px){
  .pc-section{ padding:70px 0; }
  .pc-evt-hero{ grid-template-columns:1fr; gap:24px; }
  .pc-evt-hero-img{ aspect-ratio:5/4; min-height:auto; }
  .pc-evt-meta-card{ padding:38px 34px; }
  .pc-evt-desc-wrap{ grid-template-columns:1fr; gap:24px; }
  .pc-evt-desc-heading{ font-size:26px; }
  .pc-evt-editions-grid{ grid-template-columns:1fr; gap:20px; }
  .pc-evt-editions-heading{ font-size:26px; }
  .pc-evt-editions-head{ flex-direction:column; align-items:flex-start; gap:8px; }
}
@media(max-width:640px){
  .pc-evt-meta-card{ padding:30px 26px; }
  .pc-evt-edition-body{ padding:28px 24px 30px; }
  .pc-evt-edition-title{ font-size:19px; }
  .pc-evt-edition-year{ padding:8px 12px; font-size:14px; }
}
.pc-evt-edition-img{ display:block; text-decoration:none; color:inherit; }
.pc-evt-edition-title a{ color:inherit; text-decoration:none; }
.pc-evt-edition-title a:hover{ color:var(--pc-accent); }
.pz-product-img{
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  object-fit: contain !important;
}
.pc-team-body h6{
  margin-bottom: 10px;
}

/* */

  .pc-banner .pc-head-lead {
        font-size: 18px;
        /* line-height: 20px; */
      }
      body.light p {
        letter-spacing: unset;
      }
      .plaza-cta-section .cta-inner {
        margin: 0 14px;
      }
      .pb-0px {
        padding-bottom: 0px;
      }
      .plaza-cta-section .cta-inner {
        border-radius: 28px 28px 0 0;
      }
      .pc-footer__card {
        border-radius: 0 0 28px 28px;
      }

      .awards-row .col-lg-4{
        padding-right: 0 !important;
      }
       .awards-row .col-lg-4:last-child{
        padding-right: 25px !important;
      }
      .csr-row .col-lg-6:last-child{
         padding-right: 25px !important;
      }
        .csr-row .col-lg-6{
          padding-right: 0 !important;
      }


      /* about hero css */

       
/* ===========================================================
   ABOUT HERO  (.pc-abh-*)
   =========================================================== */
.pc-abh{ padding:150px 0 100px; position:relative; }
 
/* ---- 1) Top eyebrow row ---- */
.pc-abh-top{
  display:flex; align-items:center; gap:22px;
  margin-bottom:54px;
}
.pc-abh-pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:9px 18px; border-radius:50px;
  background:var(--pc-accent); color:#161616;
  font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:2px;
  white-space:nowrap;
}
.pc-abh-pill::before{
  content:""; width:6px; height:6px; border-radius:50%; background:#161616;
}
.pc-abh-line{ flex:1; height:1px; background:rgba(0,0,0,.18); }
body:not(.light) .pc-abh-line{ background:rgba(255,255,255,.18); }
.pc-abh-side{
  font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:2px;
  color:var(--pc-muted) !important; white-space:nowrap;
}
 
/* ---- 2) Title ---- */
.pc-abh-title{
  font-size:74px; font-weight:600; line-height:1.05; letter-spacing:-.025em;
  margin:0 0 70px; max-width:1100px;
}
.pc-abh-title em{
  font-style:normal; color:var(--pc-purple);
}
 
/* ---- 3) Two-column content ---- */
.pc-abh-row{
  display:grid; grid-template-columns:1fr 1.1fr; gap:70px;
  align-items:start; margin-bottom:80px;
}
 
/* Left: lead + description + brand pills */
.pc-abh-lead{
  font-size:22px; line-height:1.55; font-weight:500; color:var(--pc-ink);
  letter-spacing:-.01em;
  margin:0 0 30px; padding-bottom:30px;
  border-bottom:1px solid var(--pc-line);
}
body:not(.light) .pc-abh-lead{ color:#fff; }
.pc-abh-desc{
  font-size:16px; line-height:1.75; color:var(--pc-muted) !important; margin:0 0 36px;
}
.pc-abh-brands{ display:flex; flex-wrap:wrap; gap:10px; }
.pc-abh-brand{
  display:inline-flex; align-items:center; gap:8px;
  padding:11px 20px; border-radius:50px;
  background:var(--pc-card); border:1px solid var(--pc-line);
  font-size:13px; font-weight:600; color:var(--pc-ink); letter-spacing:-.005em;
  transition:transform .25s ease, background .25s ease, color .25s ease;
}
body:not(.light) .pc-abh-brand{ color:#fff; }
.pc-abh-brand::before{
  content:""; width:6px; height:6px; border-radius:50%; background:var(--pc-purple);
}
.pc-abh-brand:hover{ background:var(--pc-purple); color:#fff; border-color:var(--pc-purple); transform:translateY(-2px); }
.pc-abh-brand:hover::before{ background:#fff; }
 
/* Right: single feature image + floating year badge */
.pc-abh-visual{ position:relative; }
/*.pc-abh-img{*/
/*  position:relative; aspect-ratio:4/5;*/
/*  border-radius:28px; overflow:hidden;*/
/*  background:var(--pc-card);*/
/*}*/
/*.pc-abh-img img{ width:100%; height:100%; object-fit:cover; display:block; }*/
/*.pc-abh-img-ph{*/
/*  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;*/
/*  color:var(--pc-muted) !important; font-size:12px; letter-spacing:2px; text-transform:uppercase;*/
/*}*/
/* .pc-abh-yt{*/
/*  position:absolute; inset:0;*/
/*  width:100%; height:100%;*/
/*  object-fit:cover;*/
  /*pointer-events:none; */
/*}*/

.pc-abh-img{
  position:relative; 
  /*aspect-ratio:4/5;*/
  height: 450px;
  border-radius:22px; overflow:hidden;
  background:#000; /* fills any edge gap while video loads, instead of white/grey */
}
.pc-abh-yt{
  position:absolute; top:50%; left:50%;
  width:225%; height:100%;
  transform:translate(-50%,-50%);
  border:0;
  pointer-events:none;
}
/* Floating "50+ Years" badge */
.pc-abh-badge{
  position:absolute; bottom:-30px; left:-30px; z-index:3;
  /* background:var(--pc-dark);  */
  background:#fff; 
  color:#fff;
  border-radius:10px; padding:22px 26px;
  display:flex; align-items:center; gap:18px;
  box-shadow:0 20px 40px rgba(0,0,0,.18);
}
.pc-abh-badge-num{
  font-size:42px; font-weight:700; letter-spacing:-.03em; line-height:1;
  color:var(--pc-accent);
}
.pc-abh-badge-num em{ font-style:normal; }
.pc-abh-badge-lbl{
  font-size:11.5px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:#161616; max-width:110px; line-height:1.35;
}
 
/* ---- 4) Stats strip ---- */
.pc-abh-stats{
  display:grid; grid-template-columns:repeat(4,1fr);
  padding:50px 0;
  /* border-top:1px solid var(--pc-line);
  border-bottom:1px solid var(--pc-line); */
}
.pc-abh-stat{
  padding:6px 30px;
  border-right:1px solid var(--pc-line);
  display:flex; flex-direction:column; gap:10px;
}
.pc-abh-stat:first-child{ padding-left:0; }
.pc-abh-stat:last-child{ border-right:none; padding-right:0; }
.pc-abh-stat-num{
  font-size:70px; 
  font-weight:700;
   /* letter-spacing:-.02em; line-height:1; */
  color:var(--pc-ink);
}
body:not(.light) .pc-abh-stat-num{ color:#fff; }
.pc-abh-stat-num em{ font-style:normal; color:var(--pc-purple); font-weight:600; }
.pc-abh-stat-lbl{
  font-size:11.5px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--pc-muted) !important;
}
 
/* ---- Responsive ---- */
@media(max-width:1199px){
  .pc-abh-title{ font-size:58px; }
}
@media(max-width:991px){
  .pc-abh{ padding:100px 0 0px; }
  .pc-abh-title{ font-size:42px; margin-bottom:20px; }
  .pc-abh-row{ grid-template-columns:1fr; gap:50px; margin-bottom:60px; }
  .pc-abh-lead{ font-size:19px; }
  .pc-abh-stats{ grid-template-columns:repeat(2,1fr); padding:0px 0; }
  .pc-abh-stat{ padding:18px 20px; border-right:none; border-bottom:1px solid var(--pc-line); }
  .pc-abh-stat:nth-child(odd){ padding-left:0; border-right:1px solid var(--pc-line); }
  .pc-abh-stat:nth-last-child(-n+2){ border-bottom:none; }
  .pc-abh-stat-num{ font-size:34px; }
  .pc-abh-badge{ padding:18px 22px; bottom:-22px; left:-18px; gap:14px; }
  .pc-abh-badge-num{ font-size:34px; }
}
@media(max-width:640px){
  .pc-abh-title{ font-size:32px; }
  .pc-abh-top{ flex-wrap:wrap; gap:14px; margin-bottom:36px; }
  .pc-abh-line{ display:none; }
  /* .pc-abh-stats{ grid-template-columns:1fr; } */
  .pc-abh-stat{ padding:14px 0; border-right:none !important; border-bottom:1px solid var(--pc-line); }
  .pc-abh-stat:last-child{ border-bottom:none; }
}
@media screen and (min-width:601px) {
  .mv-cards-wrapper .mv-mobile-swiper{
  display: none;
}
}
.pc-footer-logo img{
max-width: 300px;
    /* width: 220px; */
    /* height: 200px; */
    object-fit: cover;
}



/* ===========================================================
   MOBILE FIXES  ≤ 991px
   =========================================================== */

   @media (max-width: 991px) {
    .cardStacking {
        margin-left: -20px;
        margin-right: -20px;
    }
.cardStacking .cardStacking__cards .stackCard{
        padding-left: 20px !important;
        padding-right: 20px !important;
}
 /* 1. Update the main container to allow scrollbars to be visible */
.cardStacking__cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px 20px 24px 20px;
    margin: 0 !important;
    scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: x mandatory;
    
    /* REMOVED: scrollbar-width: none; (Firefox) */
    /* REMOVED: -ms-overflow-style: none; (IE/Edge) */
    
    /* Optional: If you want Firefox to have a thin scrollbar too */
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

/* 2. Apply the WebKit scrollbar styles to the cards container */
.cardStacking__cards::-webkit-scrollbar { 
    height: 6px; 
}

.cardStacking__cards::-webkit-scrollbar-thumb { 
    background: rgba(0, 0, 0, 0.25); 
    border-radius: 10px; 
}

    .stackCard {
        flex: 0 0 100vw;
        width: 100vw !important;
        max-width: 450px;
        padding: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
        position: static !important;
        top: auto !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
}
@media (max-width: 991px) {
  /* Kill all GSAP pin-spacer interference */
  .pin-spacer:has(> .pc-ir-nav) {
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  .pc-ir-nav,
  .pin-spacer > .pc-ir-nav {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    height: auto !important;
    overflow-y: visible !important;
    transform: none !important;
    width: 100% !important;
  }
}
/* ===========================================================
   MOBILE FIXES  ≤ 640px
   =========================================================== */
@media (max-width: 640px) {

  /* 1. Section title font size */
  .pc-ir-section-title {
    font-size: 20px !important;
  }

  /* 2. Section heading h3 in general */
  .pc-ir-section-head h3 {
    font-size: 20px;
  }

  /* 3. Tab label size */
  .pc-ir-tab-label {
    font-size: 14px;
    padding: 9px 16px;
  }

  /* 4. Doc name */
  .pc-ir-doc-name {
    font-size: 13px;
  }

  /* 5. Doc meta */
  .pc-ir-doc-meta {
    font-size: 13px;
  }

  /* 6. Section num badge */
  .pc-ir-section-num {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  /* 7. Section padding tighter on small phones */
  .pc-ir-section {
    padding: 22px 16px;
  }

  /* 8. Section head gap tighter */
  .pc-ir-section-title-row {
    gap: 10px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .plz-csr-partner-img__frame h2{
        
        font-size: 20px !important;
    }
     .hero-style1--split .hero-product-img {
    /*position: static;*/
    /*transform: none;*/
    width: 400px !important;
    margin: 30px auto 0;
  
  }
    .why-sub-head .sec-label1 {
    max-width: 430px !important;
    margin: 0 auto;

}
    .hero-style1{
        height: unset !important;
    }
    .container{
        max-width:1200px !important;
    }
       .navbar .navbar-nav .nav-link {
    padding: 10px 0px 10px 0px !important;
    }
    .fs-75 {
    font-size: 60px !important;
}
h2{
    font-size: 48px !important;
}
.fs-60{
    font-size: 48px !important;
}
.fs-100 {
    font-size: 75px !important;
}

.pc-container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}
.fs-80 {
    font-size: 60px !important;
}
.mission-vision-style1 .item {
    padding: 48px 40px;
    border-radius: 30px;
    height: 720px !important;
}
.features .stack-title h2{
        font-size: 15vw !important;
}

.pc-connect-title {
    /* font-family: var(--pc-font-display); */
    font-weight: 900;
    /* font-size: clamp(38px, 6.5vw, 100px); */
    font-size: 60px !important;
}
h5 {
    font-size: 20px !important;
}

/*.pc-abh-title {*/
/*    font-size: 60px !important;*/
/*    max-width: 800px !important;*/
/*}*/
}
/* Medium Laptop - Landscape */
@media screen and (min-width: 992px) and (max-width: 1366px) and (orientation: landscape) {
    .plz-jn-h-sticky{
        
        padding-top:0 !important;
    }
    .plz-jn-h-text {
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.about-cta-negative-margin {
    margin-top: -300px !important;
}
.plz-jn-h-card{
    height: unset !important;
}
.plz-jn-h-year {
    font-size: 60px !important;
}
    .pc-abh-title {
    font-size: 60px !important;
    max-width: 800px !important;
}
    .plz-co-stat__num {
    display: block;
    font-size: 28px !important;
    font-weight: 600;
    /*color: #fff;*/
    /* line-height: 1; */
    margin-bottom: 4px;
}
    h5 {
    font-size: 20px !important;
}
    .pc-connect-title {
    /* font-family: var(--pc-font-display); */
    font-weight: 900;
    /* font-size: clamp(38px, 6.5vw, 100px); */
    font-size: 60px !important;
}

    .hero-style1 {
        height: unset !important;
    }
    .container{
        max-width:1200px !important;
    }
    .navbar .navbar-nav .nav-link {
    padding: 10px 0px 10px 0px !important;
    }
    .fs-75 {
    font-size: 60px !important;
}
.features .stack-title h2{
        font-size: 15vw !important;
}
.plz-csr-partner-img__frame h2{
    font-size:22px !important;
    
}
h2{
    font-size: 48px !important;
}
.fs-60{
    font-size: 48px !important;
}
.fs-100 {
    font-size: 75px !important;
}

.pc-container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}
.fs-80 {
    font-size: 60px !important;
}
.mission-vision-style1 .item {
    padding: 48px 40px;
    border-radius: 30px;
    height: 720px !important;
}
}
@media screen and (min-width:601px) {
    .sm-block{
        display:none !important;
    }
}
@media screen and (max-width:600px) {
    .sm-pt-0px{
        padding-top: 0px !important;
    }
    .sm-pb-0px{
        padding-bottom: 0px !important;
    }
    .sm-pt-10px{
        padding-top: 10px !important;
    }
    .sm-pb-10px{
        padding-bottom: 10px !important;
    }
    .sm-pt-20px{
        padding-top: 20px !important;
    }
    .sm-pb-20px{
        padding-bottom: 20px !important;
    }
      .sm-pt-50px{
        padding-top: 50px !important;
    }
    .sm-pb-50px{
        padding-bottom: 50px !important;
    }
      .sm-pt-70px{
        padding-top: 70px !important;
    }
    .sm-pb-70px{
        padding-bottom: 70px !important;
    }
      .sm-pt-100px{
        padding-top: 100px !important;
    }
    .sm-pb-100px{
        padding-bottom: 100px !important;
    }
    .sm-pt-15px{
        padding-top: 15px !important;
    }
    .sm-pb-15px{
        padding-bottom: 15px !important;
    }
    .sm-mt-0px{
        margin-top: 0 !important;
    }
    .sm-mt-10px{
        margin-top: 10px !important;
    }
    .sm-mb-10px{
        margin-bottom: 10px !important;
    }
      .sm-mt-20px{
        margin-top: 20px !important;
    }
    .sm-mb-20px{
        margin-bottom: 20px !important;
    }
    .sm-mt-30px{
        margin-top: 30px !important;
    }
    .sm-mb-30px{
        margin-bottom: 30px !important;
    }
      .sm-mt-15px{
        margin-top: 15px !important;
    }
    .sm-mb-15px{
        margin-bottom: 15px !important;
    }
    .sm-mb-0px{
        margin-bottom: 0 !important;
    }
    .sm-none{
        display:none !important;
    }
    .sm-fs-14px{
        font-size:14px !important;
    }
    .sm-bord-right{
        border-right: none !important;
    }
    .fs-18 {
    font-size: 15px !important;
}
.pt-200px{
    padding-top: 70px !important;
}
.pt-200px{
    padding-bottom: 70px !important;
}
.sm-mb-0{
    margin-bottom: 0 !important;
}
.butn-arrow {
    padding: 5px 5px 5px 13px !important;
}
.pc-nlc-thumb {

    width: 100% !important;
    height: 150px;
 
}
.plz-co-card__head {
    position: relative;
    height: 50px !important;
    overflow: hidden;
}
.pc-abh-img {
    position: relative;
    /* aspect-ratio: 4 / 5; */
    height: 250px !important;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}
.plz-co-card {
   
    height: auto !important;
    min-height: auto !important;
}
/*.serv-style5{*/
/*    padding-top: 0 !important;*/
/*}*/
.pc-news-link-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: self-start !important;
    
}
.w-200px {
    width: 100px !important;
}
.plaza-ticker-item-p img {
    max-width: 90px !important;
}
.pc-footer-logo img {
    max-width: 120px !important;
    /* width: 220px; */
    /* height: 200px; */
    object-fit: cover;
}
/*.hero-style1{*/
/*    height: auto !important;*/
/*}*/
.circle-button .textcircle {
    width: 150px;
    fill: #fff;
}
.shape-top-right{
    top: 0 !important;
}
.pc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px !important;
}
.navbar .navbar-toggler{
    border: none !important;
}
.fs-90 {
    font-size: 60px !important;
}
p{
    font-size: 15px !important;
}
.butn-arrow-white{
    padding:5px 5px 5px 5px  !important;
}
.intro-style1 {
    background-color: #ffffff;
    border-radius: 0 0 40px 40px !important;
    position: relative;
    z-index: 4;
}
.serv-style2 .item .cont{
    justify-content: unset !important;
}
.serv-style2 .item .fit-img img, .serv-style2 .item .fit-img video {
    position: unset !important;
    /* top: 0; */
    left: 0;
    object-position: center !important;
    width: 100%;
    height: 180px !important;

}

/* ===================================================================
   MOBILE TYPOGRAPHY  (max-width:600px)
   Common heading size for every section heading + common paragraph size
=================================================================== */
h1, h2, h3, h4, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 26px !important;
    /* line-height: 1.25 !important; */
}
h5, h6{
    font-size: 23px !important;
}
p {
    font-size: 15px !important;
    /* line-height: 1.7 !important; */
}
body{
    font-size: 15px !important;
}

/* Flatten every fs-* utility used on headings/paragraphs so nothing
   overrides the common 36px / 15px rule above (utility classes are
   !important in their own stylesheet, so we must match specificity) */
 .fs-50,
.fs-60, .fs-75, .fs-80, .fs-90, .fs-100 {
    font-size: 26px !important;
}
h1.fs-75, h2.fs-60, h2.fs-90, h2.fs-100, h3.fs-28, h3.fs-50,
.fs-60, .fs-75, .fs-90, .fs-100 {
    font-size: 26px !important;
}

/* Small uppercase labels / eyebrows / tags / button text are NOT
   section headings or paragraphs — keep them compact and legible */
.pc-eyebrow, h6.pc-eyebrow,
.fs-14,
.butn-more span, .butn-arrow span, .butn-arrow-white span,
.tags span, .tags a,
.cert-count, .cert-line {
    font-size: 12px !important;
}
h6.fs-18 { font-size: 16px !important; }

/* ===================================================================
   MOBILE ALIGNMENT FIXES
=================================================================== */
.container, .pc-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.fc-container{
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.features .fc-container .why-sub-head{
    padding-left: 20px !important;
}
.sec-head, .why-sub-head, .text-align-center {
    text-align: left;
}

.text-align-center.stack-title,
.why-sub-head,
.features .sec-head {
    text-align: center;
}

/* Bootstrap offsets collapse oddly at narrow widths — neutralise them
   on mobile so columns stack edge-to-edge instead of drifting right */
[class*="offset-lg-"] {
    margin-left: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.md-marg1 > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/* Stat numbers (Established Since / Active Brands) stay a clean 2-up row */
.sm-flex-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px;
}
.sm-flex-row .col-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
}

/* Industry tab titles + certifications headers center nicely */
.serv-style4 .content,
.cert-group-head {
    text-align: center;
}

/* ===================================================================
   MOBILE SLIDERS — convert long vertical card grids into a
   horizontal swipe / scroll-snap row (CSS only, no JS required).
   Safe to apply: the GSAP ScrollTrigger pin/scale effects tied to
   these same sections are already gated behind `width > 991` in
   scripts.js, so they never run at this breakpoint.
=================================================================== */

/* ---- "Why Plaza" feature cards -> horizontal slider ---- */
.features .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    padding-bottom: 10px;
    margin: 0 !important;
}
.features .row::-webkit-scrollbar { height: 4px; }
.features .row::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.25); border-radius: 10px; }

.features .row > [class*="col-"] {
   flex: 0 0 78% !important;
        max-width: 78% !important;
        scroll-snap-align: start;
        /* margin-left: 30px !important; */
        padding-left: 20px !important;
        padding-right: 10px !important;
}
.features .item {
    height: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.features .stack-title { display: none !important; }
.why-sub-head { margin-top: 0 !important; }

/* ---- Our Products stacked cards -> horizontal slider ---- */
/* .cardStacking__cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 10px;
    margin: 0 !important;
} */
.cardStacking__cards::-webkit-scrollbar { height: 6px; }
.cardStacking__cards::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 10px; }

/* .stackCard {
    flex: 0 0 88% !important;
    max-width: 88% !important;
    scroll-snap-align: start;
    margin-bottom: 0 !important;
} */
.stackCard .item.row {
    display: block !important;
    overflow: hidden !important;
    /* padding: 24px 20px !important; */
}
.stackCard .fit-img {
    height: 200px !important;
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.stackCard .fit-img img {
    height: 100% !important;
    object-fit: cover;
}

/* ---- Testimonials swiper already exists — just tighten spacing ---- */
.testim-cards .swiper-slide {
    padding: 20px !important;
}

/* Simple scroll hint so users know these rows are swipeable */
/* .features::after,
.cardStacking::after {
    content: "Swipe for more →";
    display: block;
    text-align: center;
    font-size: 12px;
    opacity: 0.5;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
} */
.navbar .butn-arrow{
    display: none;
}
.sm-fs-13px{
    font-size: 13px !important;
}
.sm-pe-15px{
    padding-right: 15px !important;
}
.sm-fs-28px{
    font-size: 20px !important;
}
.cert-group-head .sm-fs-28px{
    font-size: 20px !important;
}
.serv-style2
 {
    /* background: linear-gradient(to bottom, transparent, #eaeaea); */
    background: #eaeaea;
    border-radius: 0 0 40px 40px !important;
 }
 .features{
    border-radius: 0 0 40px 40px !important;
 }
 /* .features .container{
    padding-right: 0 !important;
 } */
  .features .why-sub-head{
    padding-right: 20px !important;
 }
 .sec-head h2{
    margin-bottom: 20px;
    font-size: 26px !important;
 }
 .sm-order-2{
    display: flex;
    order: 2;
 }
 .sec-head.bord{
    border-top: none;
 }
 .cert-group {
    margin-top: 40px !important;
}
.serv-style4 .item{
    padding: 40px 20px !important;
}
.testim-style3 .item{
    padding: 40px 30px !important;
}
.serv-style4 .item .img img {
    width: 180px;
    height: 100%;
}
.testim-style3 .item h6{
    font-size: 18px !important;
}
.h-80px {
    height: 40px;
}

.w-80px {
    width: 40px;
}
.testim-style3 .tobotm {
        margin-bottom: 40px !important;
    }
    .sm-pml-0{
        margin-left: 0 !important;
    /* padding-left: 0 !important; */
    }
    .plaza-ticker-item-p {
    display: inline-flex;
    align-items: center;
    padding: 0 32px !important;
    flex-shrink: 0;
    position: relative;
}
.cta-heading {
    font-size: 60px;
    font-size: 28px !important;
    font-weight: 500;
    line-height: 110%;
    margin: 0;
}
.plaza-cta-section .cta-inner {
   
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

  .pc-footer__card{
    padding:50px 0 0;
  }

  .pc-container{
    padding:0 20px;
  }

  /* description */
  .pc-description{
    padding-bottom:28px;
  }
  .pc-description p{
    font-size:14px;
    line-height:1.6;
    -webkit-line-clamp:3;
  }
  .pc-footer__bottom-strip{
    display: none;
  }
  /* grid spacing */
  .pc-grid{
    gap:28px;
    padding-bottom:0;
    margin-bottom:0;
  }

  .pc-label{
    font-size:16px;
    margin-bottom:8px;
  }

  /* col 1 */
  .pc-col-1{gap:22px;}
  .pc-addr{font-size:14px;line-height:1.5;}
  .pc-tel-num,.pc-tel-toll{font-size:14px;}
  .pc-tel-toll span{font-size:11px;}
  .pc-email-link{font-size:16px;}

  /* col 2 — brand title, the biggest offender */
  .pc-connect-title{
    font-size:42px;
    line-height:1;
  }
  .pc-shop,.pc-social-row{margin-top:18px;gap:6px;}
  .pc-shop a,.pc-social-row a{
    font-size:11px;
    padding:6px 12px;
  }

  /* col 3 — quick links */
  .pc-links{
    grid-template-columns:1fr 1fr;
    gap:14px 12px;
  }
  .pc-links ul{gap:10px;}
  .pc-links a{font-size:14px;}

  /* copyright bar */
  .pc-copy{
    padding:22px 0 30px;
    gap:14px;
  }
  .pc-copy__text{font-size:12px;}
  .plz-m-start{
    display: none;
  }
  .plz-industries{
    margin-top: 0 !important;
  }
  .pc-tags{
    gap:12px;
    padding-left:0;
  }
  .pc-tags li:not(:first-child)::before{margin-right:12px;}
  .pc-tag{font-size:14px;}

  .pc-top{
    width:40px;height:40px;
    margin-top:18px;
  }
  .pc-top svg{width:15px;height:15px;}
/*.serv-style5{*/
/*    padding-top: 0 !important;*/
/*}*/
/* ════════════════════════════════════════════
   INDUSTRIES — MOBILE CARD SLIDER (≤600px)
   Desktop block (.plz-industries__desktop) is untouched above 600px.
   Below 600px: desktop hides, this mobile block shows.
════════════════════════════════════════════ */

.plz-industries__mobile { display: none; }


  .plz-industries__desktop { display: none !important; }
  .plz-industries__mobile  { display: block; }

  /* ── Intro sticky video + headline ── */
  .plz-m-start { width: 100%; }
  .plz-m-sticky {
    height: 70vh;
    min-height: 380px;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* display: none; */
  }
  .plz-m-video.plz-video--cover video {
    height: 100%; left: 50%;
    object-fit: cover;
    position: absolute; top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .plz-m-center {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
    text-align: center;
    z-index: 2;
    pointer-events: none;
  }
  .plz-m-title {
    color: var(--plz-white);
    font-size: 8vw;
    font-weight: 600;
    line-height: 1.15;
  }

  /* ── Boxes wrapper ── */
  .plz-industries__mobile .plz-m-boxes {
    padding: min(17.436vw, 78.2px) 0;
  }
  .plz-m-label {
    color: #1a1a1a;
    display: block;
    opacity: .4;
    text-align: center;
    width: 100%;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  /* ── Horizontal swipe strip (native momentum scroll, no snap —
       matches reference: free-flowing drag, next card peeks in) ── */
  .plz-m-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .plz-m-scroll::-webkit-scrollbar { display: none; }

  .plz-m-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: min(2.051vw, 9.2px);
    padding: 0 5vw;
  }

  /* ── Each card ── */
  .plz-m-box {
    position: relative;
    color: var(--plz-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 150vw; */
    height: 110vw;
    width: 90vw;
    padding: min(4.615vw, 20.7px);
    border-radius: min(4.103vw, 18.4px);
    overflow: hidden;
    flex-shrink: 0;
    background: #1a1a1a; /* fallback while video loads */
    isolation: isolate;
  }

  /* Blurred full-bleed background video inside the card */
  .plz-m-box > .plz-m-video {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    filter: blur(min(2.222vw, 26.6px));
    opacity: .8;
    transform: scale(1.2);
    z-index: 0;
  }
  .plz-m-box > .plz-m-video video {
    height: 100%; left: 50%;
    object-fit: cover;
    position: absolute; top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  /* Top row: round thumbnail + industry name */
  .plz-m-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  .plz-m-thumb {
    border-radius: min(2.051vw, 9.2px);
    height: min(14.359vw, 64.4px);
    width: min(14.359vw, 64.4px);
    margin-right: min(3.077vw, 13.8px);
    overflow: hidden;
    flex-shrink: 0;
  }
  .plz-m-thumb img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .plz-m-toptitle {
    font-size: min(5.128vw, 23px);
    font-weight: 600;
    line-height: 1.2;
  }

  /* Bottom frosted-glass info panel */
  .plz-m-bottom {
    position: relative;
    z-index: 1;
    -webkit-backdrop-filter: blur(min(1.389vw, 26.6px));
    backdrop-filter: blur(min(1.389vw, 26.6px));
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: min(5.128vw, 23px);
    padding: min(5.128vw, 23px);
  }
  .plz-m-xlarge {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: min(4.615vw, 20.7px);
  }

  .plz-m-group { margin-bottom: min(3.077vw, 13.8px); }
  .plz-m-group:last-child { margin-bottom: 0; }

  .plz-m-glabel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .55;
    margin-bottom: 6px;
  }
  .plz-m-gicon { width: 14px; height: 14px; display: inline-flex; }
  .plz-m-gicon img { width: 100%; height: 100%; }

  .plz-m-gvalue {
    font-size: min(5.128vw, 23px);
    font-weight: 600;
    line-height: 1.2;
  }

  .plz-m-combolabel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  .plz-m-tag {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 30px;
    line-height: 1;
  }
  .plz-m-tag--main { background-color: #FF5710; color: #fff; }
  .plz-m-tag--white { background: rgba(255,255,255,.15); color: #fff; }

  .plz-m-group--colours {
    /* display: flex; */
    display: none;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .plz-m-group--colours .plz-m-glabel { margin-bottom: 0; margin-right: 4px; }
  .plz-m-swatch {
    width: 18px; height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(255,255,255,.2);
  }
.plz-m-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Background image fills the card exactly like the video did */
.plz-m-box > .plz-m-video img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* Thumbnail image fills the rounded box */
.plz-m-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.serv-style4 .item h4{
    font-size: 23px !important;
}
.butn-arrow-white .arrow-icon {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.mission-vision-style1{
        border-radius: 0 0 40px 40px !important;
}
.w-60px {
    width: 30px !important;
}
.why-grid [style*="c3"] .item{
    width:100% !important;
}
.plz-nl-heading {
    font-size: 23px !important;
    color: #161616;
    margin-bottom: 14px;
}
.plz-co-stat__num {
    display: block;
    font-size: 23px !important;
   
    margin-bottom: 4px;
}
.butn-arrow-black.butn-full{
    width: fit-content !important;
}
.plz-jn-h-upper {

    padding-bottom: 80px !important;
}

.h-60px {
    height: 30px !important;
}
.plz-jn-h-card::before {
 
    top: 56% !important;
}
.plz-jn-h-text {
    margin: 0;
    font-size: 14px !important;
    text-align: center;
}
.pc-banner .bg-img {
    position: absolute;
    top: -12% !important;
}
.pc-banner h1 {
    color: #fff;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}
.sec-head p{
    margin-bottom: 15px !important;
}
.plz-aw-card-body {
    flex: 1;
    padding: 25px 25px 25px 15px !important;
}
.awards-row .col-lg-4:last-child {
    padding-right: 0px !important;
}
.plz-aw-issuer {
    display: block;
    font-size: 13px !important;
}
.plz-aw-card{
    height: auto !important;
}
.portfolio-style1 .item h6 {

    font-size: 23px !important;
  
}
.pc-ct-info-card {

    border-radius: 28px 28px 0 0 !important;
}
.pc-ct-form-card {
border-radius: 28px;
        background: #eaeaea;
        padding: 20px;
}
.pc-form-title {
    font-size: 23px !important;
    font-weight: 600;
    letter-spacing: -.01em;
    margin: 0 0 15px !important;
}
.pc-ct-heading {
    color: #161616;
    font-size: 23px !important;
}
.cr-hd {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.cr-job {
    padding: 40px 25px !important;
}
.cr-job-t {
    font-size: 23px !important;
}
.pc-cert-item-title {
    font-size: 23px !important;}
    .pc-policy-title {
    font-size: 23px !important;
  
}
.pc-policy-num {
    width: 30px;
    height: 30px;

    font-size: 11px;

}
.pc-ct-actions {
    margin-top: 0;
}
.pc-branch-city {
    font-size: 23px !important;
    font-weight: 600;
    letter-spacing: -.02em;
    margin: 0 0 10px !important;
}
.pc-states-heading {
    font-size: 23px !important;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0 0 15px;
}
.pc-state-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 50px;
    background: rgba(45, 45, 45, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.08);
    /* font-size: 14px; */
    font-size: 15px;
    font-weight: 500;
    color: var(--pc-ink);
    transition: all .25s ease;
}
.pc-ct-intro {
    color: rgba(255, 255, 255, .7);
    margin: 0 0 0px;
    max-width: 440px;
}
.pc-ct-socials {
    display: flex;
    gap: 10px;
    margin-top: 0;
}
.pc-ct-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 0;
}
.plz-csr-motto  h3{
    font-size: 23px !important;
}
.plz-csr-motto-badge{
    /* width: 100px; */
    background: none !important;
    height: 100px;
}
.plz-csr-motto-badge__num {
    /* font-size: 52px; */
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    color: #ff5710;
}
.plz-csr-motto-badge__label {
    font-size: 10px;
    font-weight: 600;
    max-width: 130px;
    text-transform: uppercase;
}
.plz-csr-pillar {
    padding: 18px 18px;
    border-radius: 20px;
    height: 150px;
    text-align: center;
}
.plz-csr-partner-name {
    font-size: 23px !important;
    font-weight: 500;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.25;
}
.plz-csr-partner-img{
    min-height:unset !important;
}
.plz-csr-partner-body{
        padding: 20px 15px 30px 15px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.sm-bord-bottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}
.pc-evt-desc-heading {
    font-size: 23px !important;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
}
.pc-evt-desc-body p:first-child{
    line-height: 140% !important;
}
.pc-evt-editions-heading {
    font-size: 23px !important;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 6px 0 0;
}
.pc-evt-editions-head {

    margin-bottom: 30px;
    padding-bottom: 24px;
   
}
.pc-evt-edition-title {
    font-size: 23px !important;

}
.com-mob-fs .sm-fs-26{
    font-size: 23px !important;
}
.plz-inf-unit-img {
    height: 100%;
    min-height: 300px;
}
.plz-inf-unit-img {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.plz-inf-specs {
    padding: 20px 20px 40px 20px !important;
}
.sm-pl-30px{
    padding-left: 0 !important;
}
.plz-inf-spec{
    padding-top: 20px !important;
}
.plz-inf-cap-card-accent {
    background: rgb(255 87 16 / 17%);
    border: 1px solid rgb(238 210 198);
    padding: 20px 20px 20px 20px !important;
}
.plz-inf-cap-val-accent {
    color: #ff5710;
    font-size: 23px !important;
    line-height: 1;
}
.plz-inf-cap-card-plain {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.plz-inf-cap-val-plain {
    font-size: 23px !important;
    line-height: 1;
}
.pc-ir-snapshot-name {
    color: #161616;
    font-size: 23px !important;
    font-weight: 600;
    letter-spacing: -.02em;
    margin: 0 0 15px;
}
.pc-ir-nav-title {
    font-size: 16px !important;
}
.pc-ir-nav-list a {
        flex: 0 0 auto;
        padding: 7px 7px;
        border-radius: 30px;
        border-left: none;
        border: 1px solid var(--pc-line);
        white-space: nowrap;
                margin-top: 5px;
                    font-size: 13px;
    }
    .pc-ir-tabs{
        flex-wrap: nowrap;
    }
    .pc-ir-snapshot-tag{
        font-size: 15px !important;
    }
    .pc-net-stat-text {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--pc-muted);
    margin: 10px 0 0;
}
.pc-clients-title {
    font-size: 23px !important;
   
}
.pc-clients-card {
        padding: 30px 25px !important;
    }
    .pc-clients-title {
    font-size: 23px !important;
    font-weight: 600;
    letter-spacing: -.01em;
    margin: 0 0 20px;
    color: var(--pc-ink);
}
.pc-global-heading {
    color: #161616;
    font-size: 23px !important;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
}
.pc-global-card {
    gap: 10px;
}
.pc-partner-card{
     gap: 10px;
}
.pc-partner-heading {
    font-size: 20px !important;
}
.pc-event-card-title {
    font-size: 20px !important;
}
.pc-widget-title {
    font-size: 16px !important;
}
.pc-tab {
    font-size: 15px !important;

    padding: 10px 18px !important;
}
.pc-tabs-wrap {

    margin-bottom: 20px !important;
}
/* Target the scrollbar itself */
.pc-tabs::-webkit-scrollbar {
    height: 2px; /* Change this value to adjust the thickness */
}

/* Optional: Style the draggable handle (thumb) */
.pc-tabs::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4); /* Make it visible against dark backgrounds */
    border-radius: 10px;                  /* Rounded corners */
}

/* Optional: Style the track (background) behind the handle */
.pc-tabs::-webkit-scrollbar-track {
    background: transparent;               /* Keeps it clean and blending in */
}
.pc-prod-body h5 {
    font-size: 20px !important;
}
.pc-pd-actions {
    margin-top: 10px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.pc-pd-section-title {
font-size: 16px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1 !important;

}
.pc-pd-section-head {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.pc-pd-dual {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 24px;
}
.pc-pd-dual > div {
    border: 1px solid var(--pc-line);
    border-radius: 22px;
    padding: 30px 20px !important;
}
.pc-rd-heading {
    font-size: 23px !important;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0;
}
.pc-rd-head {
        grid-template-columns: 1fr;
        gap: 10px !important;
        margin-bottom: 50px;
    }
    .pc-rd-icon{
        height:40px !important;
        width:40px !important;
        margin-bottom: 15px !important;
    }
    .pc-rd-card-title {
    font-size: 23px !important;
    font-weight: 600;

    }
    .pc-rd-closing-title {
    font-size: 23px !important;
  
}
.fs-32 {
    font-size: 23px !important;
}
.sm-gap-20px{
    gap: 20px !important;
}
.plz-sus-banner-content h2{
    font-size: 23px !important;
}
.plz-sus-banner-row {
    min-height: 530px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.h-350px {
    height: auto !important;
}
.plz-sus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important;
}
.fs-24 {
    font-size: 18px !important;
    line-height: 32px;
}
.accordion-style1.bord-style2 .accordion-body {
    /* padding: 0; */
    padding-bottom: 0;
    padding-top: 0 !important;
}
.accordion-style1 .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* padding: 30px 0; */
    padding: 0px 0 5px;
    background: transparent;
}
.pc-chair {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
}
    .sec-head h6 {
        margin-bottom: 20px !important;
    }
    .plz-co-stats {
   
    margin-top: 24px;
    border-radius: 16px;
    margin-bottom: 20px !important;

}
    .pc-chair-name {
    font-size: 23px !important;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -.02em;
}
.pc-team-body h6 {
    margin-bottom: 0;
}
.sm-fs-26px{
    font-size: 23px !important;
}
.hero-banner-fs h1{
            font-size: 42px !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
}
.text-indent{
    text-indent: 0% !important;
}
.about-y h2{
    font-size: 40px !important;
    font-weight: 600 !important;
}
.plz-nl-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
}


}

@media screen and (min-width:300px) and (max-width:376px) {
    .about-cta-negative-margin {
    margin-top: -550px !important;
}
}
@media screen and (min-width:377px) and (max-width:450px) {
    .about-cta-negative-margin {
    margin-top: -450px !important;
}
}
/* ===========================================================
   FORM SUBMIT MODAL
   =========================================================== */
.pc-modal-overlay{
  position:fixed;
  top:0; left:0; right:0; bottom:0;
  width:100vw; height:100vh; /* belt-and-suspenders vs inset shorthand */
  background:rgba(0,0,0,.55);
  display:flex; align-items:center; justify-content:center;
  z-index:99999; /* bump above ScrollSmoother's own layers */
  opacity:0; visibility:hidden;
  transition:opacity .3s ease, visibility .3s ease;
  padding:20px;
}
.pc-modal-overlay.pc-modal-active{ opacity:1; visibility:visible; }

.pc-modal-box{
  background:var(--pc-card, #fff); border-radius:20px;
  max-width:420px; width:100%; padding:40px 32px 32px;
  text-align:center; position:relative;
  transform:translateY(20px) scale(.96); opacity:0;
  transition:transform .35s ease, opacity .35s ease;
}
.pc-modal-overlay.pc-modal-active .pc-modal-box{
  transform:translateY(0) scale(1); opacity:1;
}

.pc-modal-close{
  position:absolute; top:14px; right:16px;
  background:none; border:none; font-size:22px; line-height:1;
  color:var(--pc-muted); cursor:pointer; padding:4px;
}
.pc-modal-close:hover{ color:var(--pc-ink); }
body:not(.light) .pc-modal-close{ color:#aaa; }
body:not(.light) .pc-modal-close:hover{ color:#fff; }

.pc-modal-icon{
  width:64px; height:64px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 20px; font-size:30px;
}
.pc-modal-icon.pc-modal-success{ background:rgba(34,197,94,.12); color:#22c55e; }
.pc-modal-icon.pc-modal-error{ background:rgba(239,68,68,.12); color:#ef4444; }

.pc-modal-title{
  font-size:20px; font-weight:700; margin:0 0 10px;
  color:var(--pc-ink);
}
body:not(.light) .pc-modal-title{ color:#fff; }

.pc-modal-text{
  font-size:14.5px; line-height:1.6; color:var(--pc-muted);
  margin:0 0 26px;
}

.pc-modal-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:13px 32px; border-radius:50px; border:none;
  background:var(--pc-accent); color:#161616;
  font-size:12.5px; font-weight:600; text-transform:uppercase;
  letter-spacing:1.5px; cursor:pointer;
  transition:transform .3s ease;
}
.pc-modal-btn:hover{ transform:translateY(-2px); }

body.pc-modal-open{ overflow:hidden; }

/*.pc-modal-box--form{*/
/*  max-width:620px;*/
/*  text-align:left;*/
/*}*/
.pc-modal-box--form .pc-modal-title,
.pc-modal-box--form .pc-modal-text{
  text-align:left;
}
.pc-modal-box--form{
  max-width:620px;
  text-align:left;
  /* make height-safety the default, not a breakpoint-only fix */
  max-height:90vh;
  overflow-y:auto;
}

/* ==========================================
   Short-height laptops (any width) — landscape
   laptops like 1366x768, 1440x900, 1536x864,
   1280x720, 1384x561, etc.
   ========================================== */
   
@media screen and (max-height: 700px) {
     .plz-jn-h-sticky{
        
        padding-top:0 !important;
    }
    .plz-jn-h-text {
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.about-cta-negative-margin {
    margin-top: -300px !important;
}
.plz-jn-h-card{
    height: unset !important;
}
.plz-jn-h-year {
    font-size: 60px !important;
}
/*    .pc-abh-title {*/
/*    font-size: 60px !important;*/
/*    max-width: 800px !important;*/
/*}*/
    .plz-co-stat__num {
    display: block;
    font-size: 28px !important;
    font-weight: 600;
   
    margin-bottom: 4px;
}
    h5 {
    font-size: 20px !important;
}
    .plz-co-section{
        padding-bottom: 100px !important;
    }
  .pc-modal-overlay{
    padding: 12px;
    align-items: center;
  }
  .pc-modal-box--form{
    max-height: 92vh;
    padding: 20px;
  }
  .pc-form-grid{
    gap: 12px;
  }
  .pc-fld label{
    margin-bottom: 4px;
    font-size: 11.5px;
  }
  .pc-fld input,
  .pc-fld select,
  .pc-fld textarea{
    padding: 8px 0;
    font-size: 13.5px;
  }
  .pc-fld textarea{
    min-height: 60px;
  }
  .pc-ct-actions{
    margin-top: 12px !important;
    gap: 12px;
  }
  .pc-modal-title{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .pc-modal-text{
    margin-bottom: 14px;
    font-size: 13px;
  }
}

/* ==========================================
   Narrow small-laptop widths (portrait laptops,
   split-screen windows, small tablets landscape)
   — drop to single column
   ========================================== */
@media screen and (max-width: 900px) {
  .pc-modal-box--form{
    width: 92%;
  }
  .pc-form-grid{
    grid-template-columns: 1fr;
  }
}

/* Keep your existing two-column layout for
   roomy desktop widths only */
@media screen and (min-width: 1200px) and (max-width: 1599px) and (min-height: 701px) {
    .plz-co-card__head {
    position: relative;
    height: 50px !important;
    overflow: hidden;
}
       .plz-jn-h-sticky{
        
        padding-top:0 !important;
    }
    .plz-jn-h-text {
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.about-cta-negative-margin {
    margin-top: -300px !important;
}
.plz-jn-h-card{
    height: unset !important;
}
.plz-jn-h-year {
    font-size: 60px !important;
}
    .pc-abh-title {
    font-size: 60px !important;
    max-width: 800px !important;
}
    .plz-co-stat__num {
    display: block;
    font-size: 28px !important;
 
    margin-bottom: 4px;
}
    h5 {
    font-size: 20px !important;
}
  .pc-modal-box--form{
    width: 85%;
    max-width: 760px;
  }
  .pc-form-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .pc-ct-actions{
    margin-top: 20px;
  }
}
        .pc-news-list {
            display: flex;
            flex-direction: column;
            gap: 4px;
            margin-top: 30px;
        }
        .pc-news-link-card {
            display: flex;
            align-items: center;
            gap: 18px;
            padding: 16px 10px;
            text-decoration: none !important;
            border-bottom: 1px solid rgba(0,0,0,0.08);
            transition: background 0.2s;
        }
        body:not(.light) .pc-news-link-card { border-bottom: 1px solid rgba(255,255,255,0.08); }
        .pc-news-link-card:hover { background: #ff571021; }
        .pc-nlc-thumb {
            flex: 0 0 auto;
            width: 200px;
            height: 150px;
            border-radius: 12px;
            overflow: hidden;
            background: #eee;
        }
        body:not(.light) .pc-nlc-thumb { background: #1c1c1c; }
        .pc-nlc-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .pc-nlc-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
        .pc-nlc-subtitle {
          font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff5710;
}
        }
        .pc-nlc-title1 {
            font-size: 22px !important;
            font-weight: 700;
            margin: 0;
            color: inherit;
            line-height: 1.4;
        }
        .pc-nlc-date {
            font-size: 12px;
            opacity: 0.55;
        }
/* ==================== Testimonial Role Badges (Customer vs Dealer) ==================== */
.testim-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 20px;
  line-height: 1.4;
}
.testim-badge--dealer {
      color: #ffffff;
    background: rgb(255 87 16);
    border: 1px solid rgba(217, 164, 65, 0.35);
}
.testim-badge--customer {
      color: #000000;
    background: #ffb291;
    backdrop-filter: blur(1px);
    border: 1px solid rgb(255 178 145);
}
/* ==================== Hero Split Layout (solid bg color + right-corner product image) ==================== */
/*.hero-style1--split {*/
/*  background-color: #0b0e16;*/
/*  background-image: radial-gradient(circle at 78% 45%, rgba(80, 110, 160, 0.10), transparent 55%);*/
/*  background-repeat: no-repeat;*/
/*}*/
.hero-style1 {
  position: relative;
  padding: 230px 0 120px;
  height: 100vh;
  z-index: 10;
  background-image: url('../imgs/plaza-hero-banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*.hero-style1:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -5px;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background: linear-gradient(to bottom, rgba(11,14,22,0.6), #161616);*/
/*}*/
.hero-style1--split .hero-product-img {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: 600px;
  z-index: 1;
  pointer-events: none;
}
.hero-style1--split .hero-product-img img {
  width: 100%;
  height: 550px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}
.hero-para{
    
    max-width:650px;
}
@media (max-width: 991px) {
  .hero-style1--split .hero-product-img {
    /*position: static;*/
    /*transform: none;*/
    width: 250px;
    margin: 30px auto 0;
    /*right: auto;*/
    top: 80% !important;
  }
  .hero-style1 .tags{
      display:none;
  }
}

.why-plaza-list{
        background: #eaeaea;
    border-radius: 0 0 80px 80px;
    position: relative;
    /*z-index: 3;*/
    margin-top: -100px;
}
/* ==================== Why Plaza — Numbered Feature List (replaces stacked-text card grid) ==================== */
.why-plaza-list .sec-label1 {
  font-size: 46px;
  line-height: 1.15;
}
.why-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.why-list-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 38px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background 0.4s ease, padding 0.4s ease;
}
.why-list-item:hover,
.why-list-item.is-active {
  background: rgba(0, 0, 0, 0.025);
  padding-left: 25px;
  padding-right: 25px;
}
.why-list-item:hover .why-list-num,
.why-list-item.is-active .why-list-num {
  opacity: 1;
  color: #ff5710;
}
.why-list-item:hover .why-list-icon,
.why-list-item.is-active .why-list-icon {
  color: #ff5710;
  background: rgba(255, 87, 16, 0.08);
  border-color: rgba(255, 87, 16, 0.25);
}
.why-list-num {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4;
  width: 34px;
  flex-shrink: 0;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.why-list-icon {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  color: #161616;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
}
.why-list-icon svg {
  width: 100%;
  height: 100%;
}
.why-list-body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.why-list-body h5 {
  width: 280px;
  flex-shrink: 0;
  margin: 0;
  font-size: 22px;
}
.why-list-body p {
  margin: 0;
  max-width: 480px;
}
.why-list-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #161616;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.4s ease;
}
.why-list-arrow svg {
  width: 100%;
  height: 100%;
}
.why-list-item:hover .why-list-arrow,
.why-list-item.is-active .why-list-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #ff5710;
}
@media (max-width: 991px) {
  .why-list-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .why-list-body h5 {
    width: auto;
  }
  .why-list-arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .why-list-item {
    gap: 20px;
    padding: 26px 5px;
  }
  .why-list-icon {
    width: 48px;
    display: none;
    height: 48px;
    padding: 10px;
    border-radius: 12px;
  }
  .why-list-item:hover, .why-list-item.is-active{
      padding-left:0 !important;
      padding-right:0 !important;
  }
  .why-plaza-list .sec-label1 {
    font-size: 32px;
  }
}