html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  position: relative;
  width: 100%;
}

/* GPU Acceleration for Animations */
.brand-title,
.free-title,
.morph-text,
.sale-star-wrapper,
.sale-star,
.firework,
.project-card {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* CSS Containment for better scroll performance */
.col-lg-12[class*="-block-main-bhp"] {
  contain: layout style paint;
}

/* Optimize paint areas */
.wrapperRollingText,
.projects-carousel,
.owl-carousel {
  contain: layout paint;
}

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

p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

input:hover,
input:focus,
input:active {
  outline: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

img {
  border: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

:before,
:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.wrapper {
  margin: 0px auto;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.container {
  max-width: 1270px;
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/*--------------- COMMON_START ---------------*/

.default-btn-hp {
  min-width: ;
  border: solid 2px #fff;
  background: none;
  border-radius: 56px;
  font-size: 13px;
  line-height: 52px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  padding: 0px 39px 0px;
  position: relative;
}

.default-btn-hp:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: solid 2px #fff;
  margin: 0px;
  padding: 0px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  border-radius: 56px;
}

.default-btn-hp:hover {
  color: #1000CE;
  background: #fff;
}

.default-btn-hp:hover:after {
  top: -7px;
  right: -7px;
  left: -7px;
  bottom: -7px;
}

.common-title-bhp {
  margin: 0px;
  padding: 0px 0px 40px;
  text-align: center;
}

.common-stitle-bhp {
  font-size: 14px;
  line-height: 16px;
  color: white;
  letter-spacing: 2.8px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0px 0px;
}

.common-title-bhp h2 {
  font-size: 30px;
  line-height: 36px;
    color: white;
  font-weight: 800;
  margin: 0px;
  padding: 16px 0px 0px;
}

.common-title-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #02041D;
  letter-spacing: 0.28px;
  font-weight: 300;
  margin: 0px;
  padding: 25px 0px 0px;
}

.common-title-white-bhp .common-stitle-bhp {
  color: #fff;
}

.common-title-white-bhp h2 {
  color: #fff;
}

.common-title-white-bhp p {
  color: #fff;
}

/*--------------- COMMON_END ---------------*/

/*--------------- HEADER_START --------------*/

#header {
  margin: 0px;
  padding: 0px 0px 0px;
  min-height: 152px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  width: 100%;
}

.header-in-bhp {
  margin: 0px;
  position: relative;
}

.logo-bhp {
    margin: 33px 0px 63px;
  padding: 0px;
  float: left;
}

.logo-bhp a {}

.logo-bhp a img {
    height: 46px;
  display: flex;
}

/* Language Switcher */
.head-right-bhp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    order: 2;
}

.head-btn-bhp {
    order: 1;
}

.lang-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 8px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.lang-btn:hover {
    opacity: 1;
}

.lang-btn.active {
    opacity: 1;
}

.lang-divider {
    color: #ffffff;
    opacity: 0.4;
    margin: 0 2px;
}

.head-right-bhp {
  margin: 0px;
  padding: 0px;
  float: right;
}

.head-btn-bhp {
  margin: 0px;
  padding: 51px 0px 51px;
}

.head-btn-bhp .default-btn-hp {
  line-height: 46px;
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  padding: 0px 34px 0px;
}

.head-btn-bhp .default-btn-hp:hover {}

/*--------------- HEADER_END --------------*/

/*--------------- CONTAIN_START --------------*/

#contain {
  margin: 0px;
  padding: 0px;
}

.banner-block-main-bhp {
  margin: 0px;
  padding: 0px;
}

.banner-block-overlay-bhp {
  position: relative;
  overflow: hidden;
}

/* WebGL Gradient Canvas */
#gradient-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner-block-overlay-bhp .container {
  position: relative;
  z-index: 1;
}

.banner-block-in-bhp {
  margin: 0px;
  padding-top: 152px;
    padding-bottom: 32px;
  height: 100vh;
  position: relative;
  width: 100%;
  display: table;
}

.banner-text-main-bhp {
  margin: 0px;
    padding: 67px 0px 0px;
  position: relative;
}

.banner-text-main-bhp h1 {
    max-width: 900px;
    font-size: 120px;
    line-height: 138px;
    color: #ffffff;
    font-weight: 800;
    margin: 0px;
    padding: 0px 0px 46px;
}

.banner-text-btn-bhp {
  margin: 0px;
  padding: 0px;
}

.hero-logo-block-bhp {
  position: absolute;
  left: 0px;
  bottom: 70px;
  width: 100%;
  margin: 0px;
  padding: 0px 15px;
}

.hero-logo-block-in-bhp {
  margin: 0px;
  padding: 0px;
}

.hero-logo-slider-bhp {
  margin: 0px;
  padding: 0px;
}

.hero-logo1-bhp {
  margin: 0px;
  padding: 0px;
  display: table;
  width: 100%;
  height: 42px;
}

.hero-logo1-in-bhp {
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

.hero-logo1-in-bhp a {
  display: block;
}

.hero-logo1-in-bhp a img {
  display: flex;
  margin: 0px auto;
}

.scroll-down-logo-bhp {
  position: absolute;
  right: 0px;
  top: 278px;
  width: 116px;
  height: 116px;
  background: url(../images/scroll_down_logo_bhp.svg) no-repeat center center;
  background-size: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

.scroll-down-logo-bhp:hover {
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

@-moz-keyframes spin {
  100% {
      -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.how-work-block-main-bhp {
  margin: 0px;
  padding: 111px 0px 0px;
  background: #1000CE url(../images/how_work_bg_img_bhp.svg) no-repeat center top -18px;
  background-size: cover;
}

.how-work-block-in-bhp {
  margin: 0px;
}

.how-work-list-main-bhp {
  margin: 0px;
  padding: 0px 30px 0px;
  font-size: 0px;
}

.how-work-box1-bhp {
  margin: 0px;
  padding: 80px 70px 120px;
  display: inline-block;
  vertical-align: top;
}

.how-work-box-title-bhp {
  margin: 0px;
  padding: 0px 0px 16px;
  border-bottom: solid 1px #ffffff;
}

.how-work-box-logo-bhp {
  margin: 0px;
  padding: 0px;
  float: left;
}

.how-work-box-logo-bhp img {
  height: 32px;
  display: flex;
}

.how-work-box-tit-name-bhp {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 800;
  text-align: right;
  margin: 0px;
  padding: 0px;
  float: right;
}

.how-work-box1-info-bhp {
  margin: 0px;
  padding: 19px 0px 0px;
}

.how-work-box1-info-bhp h3 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  margin: 0px;
  padding: 0px 0px 46px;
}

.how-work-box1-info-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.28px;
  margin: 0px;
  padding: 0px 0px 44px;
}

.how-work-box1-btn-bhp {
  margin: 0px;
  padding: 0px;
}

.what-do-block-main-bhp {
  margin: 0px;
  padding: 132px 0px 116px;
    background: #CE0057;
}

.what-do-block-in-bhp {
  margin: 0px;
}

.what-do-list-main-bhp {
  margin: 0px;
  padding: 0px;
}

.what-do-nav-bhp {
  margin: 0px;
  padding: 70px 0px 70px;
}

.what-do-nav-bhp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}


.what-do-nav-bhp ul li {
  /* display: block; */
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0.32px;
  margin: 0px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

.what-do-nav-bhp ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #ffffff;
  margin: 0px auto;
  padding: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.what-do-nav-bhp ul li :hover:after {
  width: 100%;
}

.what-do-nav-bhp ul .filters-active-bhp:after {
  width: 100%;
}

/* .what-do-boxes-main-bhp {
  margin: 0px -36px;
  padding: 0px;
} */

/* .what-do-box1-bhp {
  margin: 0px;
  padding: 0px 15px 0px;
} */

.what-do-box1-img-info-bhp {}

.what-do-box1-img-bhp {
  width: 100%;
  /* height: 650px; */
  position: relative;
}

.what-do-box1-img-bhp a {
  display: block;
}

.what-do-box1-img-in-bhp {
  width: 100%;
  height: 100%;
}

.what-do-box1-img-in-bhp img {
  width: 100%;
}

.what-do-box1-img-info-bhp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 25px 20px 0px 20px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgb(16, 0, 206);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(16, 0, 206, 0.75) 0%, rgba(16, 0, 206, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(16, 0, 206, 0.75) 0%, rgba(16, 0, 206, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(16, 0, 206, 0.75) 0%, rgba(16, 0, 206, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1000ce', endColorstr='#1000ce', GradientType=0);
  /* IE6-9 */
}

.whatdo-bimg-info-tit-bhp {
  margin: 0px;
  padding: 0px 28px;
  font-size: 0px;
}

.whatdo-bimg-logo-bhp {
  width: 145px;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

.whatdo-bimg-logo-bhp img {
  height: 24px;
}

.whatdo-bimg-info-tit-bhp p {
  width: calc(100% - 145px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.28px;
  padding: 0px;
  margin: 0px;
}

.whatdo-bimg-chart-bhp {
  margin: 0px auto;
  padding: 0px;
  font-size: 0px;
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 61px;
  width: calc(100% - 68px);
}

.whatdo-bimg-chart-box1-bhp {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 28px;
}

.whatdo-bimg-chart-box1-img-bhp {
  width: 116px;
  height: 116px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

.whatdo-bimg-chart-box1-text-bhp {
  width: 116px;
  height: 116px;
  font-size: 22px;
  color: #ffffff;
  line-height: 116px;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.88px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

.whatdo-bimg-chart-box1-bhp p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 15px 0px 0px;
}

.what-do-box1-img-bhp a:hover .what-do-box1-img-info-bhp {
  opacity: 1;
}

.whatdo-bimg-chart-box1-img-bhp svg.circle-chart {
  overflow: visible;
  padding: 0px;
  z-index: 99;
  position: relative;
}

.whatdo-bimg-chart-box1-img-bhp .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* 2, 3 */
  -webkit-transform-origin: center;
  transform-origin: center;
  /* 4 */
}

.whatdo-bimg-chart-box1-img-bhp .circle-chart__circle--negative {
  -webkit-transform: rotate(-90deg) scale(1, -1);
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */
}

.whatdo-bimg-chart-box1-img-bhp .circle-chart__info {
  -webkit-animation: circle-chart-appear 2s forwards;
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

@-webkit-keyframes circle-chart-fill {
  to {
      stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
      stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes circle-chart-appear {
  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes circle-chart-appear {
  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

.what-do-box1-info-bhp {
  margin: 0px;
  padding: 0px;
}

.what-do-box1-info-bhp h2 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.60px;
  margin: 0px;
  padding: 31px 0px 11px;
}

.what-do-box1-info-bhp h2 a {
  color: #fff;
}

.what-do-box1-info-bhp p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0.32px;
  margin: 0px;
  padding: 0px;
}

.isotope,
.isotope .what-do-box1-bhp {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .what-do-box1-bhp {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.what-do-btn-bhp {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.why-choose-block-main-bhp {
  margin: 0px;
  padding: 120px 0px 105px;
  background: #000000;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.why-choose-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
  opacity: 1;
}

.why-choose-overlay {
  display: none;
}

.why-choose-block-main-bhp .container {
  position: relative;
  z-index: 3;
}

.why-choose-block-in-bhp {
  margin: 0px;
  text-align: center;
}

.why-choose-info-bhp {
  margin: 0px;
  padding: 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-choose-info-bhp h3 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.28px;
  margin: 0px;
  padding: 0px 0px 3px;
}

.why-choose-info-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.28px;
  margin: 0px;
  padding: 0px;
}

.why-choose-main-text {
  font-size: 32px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.why-choose-main-text strong {
  font-weight: 700;
  color: #ffffff;
}

/* Boulder-style text reveal animation */
.text-reveal {
  overflow: hidden;
  text-align: center;
  max-width: 900px;
  margin: 40px auto 0;
}

.text-reveal .reveal-line {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.text-reveal .reveal-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CE0057;
  transform: translateX(-101%);
}

/* Initial state before animation */
.reveal-line {
  opacity: 0;
  transform: translateY(40px);
  transition: none;
}

/* Animated state */
.reveal-line.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Staggered delays */
.reveal-line:nth-child(1) { transition-delay: 0s; }
.reveal-line:nth-child(2) { transition-delay: 0.1s; }
.reveal-line:nth-child(3) { transition-delay: 0.2s; }
.reveal-line:nth-child(4) { transition-delay: 0.3s; }
.reveal-line:nth-child(5) { transition-delay: 0.4s; }
.reveal-line:nth-child(6) { transition-delay: 0.5s; }

/* Wipe animation variant */
.reveal-line.wipe-revealed::after {
  animation: wipe-reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes wipe-reveal {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}

/* Three-point layout */
.why-choose-points {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.why-choose-point {
  flex: 1;
  max-width: 350px;
  text-align: center;
}

@media (max-width: 991px) {
  .why-choose-points {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  
  .why-choose-point {
    max-width: 700px;
  }
}

.why-choose-point h3 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.why-choose-point p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
}

.why-choose-point p.tagline {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  opacity: 1;
  margin-bottom: 12px;
}

/* AI Shaped Section */
.ai-shaped-block-main-bhp {
  margin: 0px;
  padding: 120px 0px;
  background: #F7F7FE;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.ai-shaped-block-in-bhp {
  max-width: 900px;
  margin: 0 auto;
}

.ai-shaped-block-main-bhp .common-title-bhp {
  padding-bottom: 50px;
}

.ai-shaped-block-main-bhp .common-stitle-bhp {
  color: #1000CE;
}

.ai-shaped-block-main-bhp .common-title-bhp h2 {
  color: #02041D;
}

.ai-shaped-content {
  text-align: center;
}

.ai-shaped-content p {
  font-size: 18px;
  line-height: 32px;
  color: #02041D;
  font-weight: 400;
  margin: 0 0 24px 0;
}

.ai-shaped-content p.intro {
  font-size: 24px;
  line-height: 38px;
  color: #02041D;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Projects Section */
.projects-block-main-bhp {
  margin: 0px;
  padding: 120px 0px;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.projects-block-in-bhp {
  margin: 0px;
}

.projects-block-main-bhp .common-stitle-bhp {
  color: #CE0057;
}

.projects-block-main-bhp .common-title-bhp h2 {
  color: #02041D;
}

.projects-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px;
  margin-top: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.project-card {
  display: block;
  background: #f8f9fa;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 1px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.4s ease;
}

.project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(206, 0, 87, 0.4);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.project-card-featured {
  grid-column: span 2;
}

.project-image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.project-card-featured .project-image {
  height: 400px;
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
}

.project-category {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(206, 0, 87, 0.9);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.project-content {
  padding: 30px;
}

.project-content h3 {
  font-size: 22px;
  line-height: 36px;
  color: #02041D;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.project-card-featured .project-content h3 {
  font-size: 32px;
  line-height: 40px;
}

.project-content p {
  font-size: 14px;
  line-height: 21px;
  color: rgba(2, 4, 29, 0.75);
  margin: 0 0 20px 0;
}

.project-tags {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.project-tags span {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(2,4,29,0.08);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(2,4,29,0.7);
}

.project-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #CE0057;
  transition: letter-spacing 0.3s ease;
}

.project-card:hover .project-link {
  letter-spacing: 0.05em;
}

/* Projects Carousel Styles */
.projects-carousel {
  margin-top: 40px;
  padding: 0 60px;
}

.projects-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 10px;
}

.projects-carousel .owl-nav button {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  background: #CE0057 !important;
  border-radius: 50%;
  color: white !important;
  font-size: 24px;
  transition: all 0.3s ease;
}

.projects-carousel .owl-nav button:hover {
  background: #a00045 !important;
  transform: scale(1.1);
}

.projects-carousel .owl-nav button span {
  line-height: 1;
}

.projects-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.projects-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.projects-carousel .owl-dots .owl-dot.active {
  background: #CE0057;
  transform: scale(1.2);
}

.projects-carousel .project-card {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .projects-carousel {
    padding: 0 40px;
  }
  
  .projects-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  
  .project-card-featured {
    grid-column: span 1;
  }
  
  .project-image,
  .project-card-featured .project-image {
    height: 250px;
  }
  
  .project-content h3,
  .project-card-featured .project-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Custom Tools Section */
.custom-tools-block-main-bhp {
  margin: 0px;
  padding: 132px 0px 116px;
  background: #02041D;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
}

.custom-tools-block-main-bhp .common-stitle-bhp {
  color: #CE0057;
}

.custom-tools-block-main-bhp .common-title-bhp h2 {
  color: #ffffff;
}

.custom-tools-left-content {
  position: sticky;
  top: 50px;
}

.custom-tools-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-tools-list ul li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.custom-tools-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.custom-tools-list ul li h3 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 15px;
}

.custom-tools-list ul li p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.28px;
  margin: 0px;
}

/* Custom Tools Vertical Carousel */
.custom-tools-vertical-carousel {
  position: relative;
  height: 380px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}

.tools-scroll-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.tools-scroll-content {
  display: flex;
  flex-direction: column;
  animation: verticalScroll 30s linear infinite;
}

.tools-scroll-content:hover {
  animation-play-state: paused;
}

@keyframes verticalScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.custom-tools-vertical-carousel .tool-item {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.custom-tools-vertical-carousel .tool-item:hover {
  background: rgba(255,255,255,0.05);
}

.custom-tools-vertical-carousel .tool-item h3 {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.custom-tools-vertical-carousel .tool-item p {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.2px;
  margin: 0px;
}

/* About/Why Us Vertical Carousel */
.about-vertical-carousel {
  position: relative;
  height: 380px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}

.about-scroll-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.about-scroll-content {
  display: flex;
  flex-direction: column;
  animation: aboutVerticalScroll 35s linear infinite;
}

.about-scroll-content:hover {
  animation-play-state: paused;
}

@keyframes aboutVerticalScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.about-vertical-carousel .about-item {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.about-vertical-carousel .about-item:hover {
  background: rgba(255,255,255,0.05);
}

.about-vertical-carousel .about-item h3 {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-vertical-carousel .about-item p {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.2px;
  margin: 0px;
}

.growth-partners-block-main-bhp {
  margin: 0px;
  padding: 110px 0px 60px;
  background: #1000CE;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.growth-partners-block-in-bhp {
  margin: 0px;
}

.growth-partners-list-bhp {
  margin: 0px;
  padding: 12px 32px 0px;
}

.growth-partners-box1-bhp {
  margin: 0px 0px 0px;
  padding: 0px;
  font-size: 0px;
}

.Gpartners-logo1-bhp {
  width: 196px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 50px;
  padding: 0px;
}

.Gpartners-logo1-in-bhp {
  margin: 0px;
  padding: 0px;
  display: table;
  height: 70px;
  width: 100%;
}

.Gpartners-logo1-in-bhp a {
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

.Gpartners-logo1-in-bhp a img {
  display: flex;
  margin: 0px auto;
}

/* Team Section */
.team-block-main-bhp {
    margin: 0px;
    padding: 100px 0px;
    background: #CE0057;
    min-height: 100vh;
    display: none; /* Hidden for now */
    align-items: center;
}

.team-block-in-bhp {
    margin: 0px;
}

.team-block-main-bhp .common-title-bhp {
    padding-bottom: 60px;
    text-align: center;
}

.team-block-main-bhp .common-title-bhp h2 {
    color: #ffffff;
}

.team-block-main-bhp .common-stitle-bhp {
    color: #ffffff;
    opacity: 0.8;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    text-align: center;
}

.team-photo {
    width: 140px;
    height: 140px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.3);
}

.photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member h3 {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.team-member p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 25px;
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }
}

@media (max-width: 480px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

.testimonial-block-main-bhp {
  margin: 0px;
  padding: 118px 0px 60px;
  background: #F7F7FE;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.testimonial-block-in-bhp {
  margin: 0px;
}

.testimonial-block-main-bhp .common-title-bhp {
  padding-bottom: 76px;
}

.testimonial-block-main-bhp .common-stitle-bhp {
  color: #1000CE;
}

.testimonial-list-main-bhp {
  margin: 0px;
  padding: 0px 64px 14px;
  font-size: 0px;
}

.testimonial-box1-bhp {
  margin: 0px;
  padding: 0px 30px 110px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.testimonial-box1-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #02041D;
  letter-spacing: 0.28px;
  font-weight: 800;
  margin: 0px;
  padding: 0px 0px 48px;
}

.testimonial-author-name-bhp {
  font-size: 14px;
  line-height: 20px;
  color: #1000CE;
  letter-spacing: 0.28px;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}

.testimonial-box1-bhp h3 {
  font-size: 14px;
  line-height: 20px;
  color: #02041D;
  letter-spacing: 0.28px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}

.testimonial-box1-bhp h3 span {
  display: inline-block;
  font-weight: 700;
}

.get-touch-block-main-bhp {
  margin: 0px;
  padding: 113px 0px 90px;
    background: #CE0057;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.get-touch-block-main-bhp .gradient-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.get-touch-block-main-bhp .container {
    position: relative;
    z-index: 1;
}

/* Locations Section */
.locations-block-main-bhp {
    margin: 0px;
    padding: 120px 0px 120px;
    background: linear-gradient(135deg, #1000CE, #00CE77, #1000CE, #00CE77);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.locations-block-in-bhp {
    text-align: center;
}

.locations-list {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .locations-list {
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
}

.location-item {
    text-align: center;
}

.location-item h3 {
    font-size: 4rem;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -0.02em;
}

.location-item p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 10px 0 0 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .location-item h3 {
        font-size: 2.5rem;
    }
}

.location-map {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-map.combined {
    width: 100%;
    max-width: 1200px;
    height: 250px;
}

.locations-list.combined-skyline {
    flex-direction: column;
}

.location-item.full-width {
    width: 100%;
}

.location-text.combined-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.location-text.combined-text h3 {
    margin: 0;
}

.location-separator {
    color: white;
    font-size: 24px;
    opacity: 0.5;
}

.city-map {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.city-map path,
.city-map line,
.city-map ellipse,
.city-map rect,
.city-map circle {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLine 3s ease-out forwards;
}

/* Staggered drawing animation */
.city-map path:nth-child(1) { animation-delay: 0s; }
.city-map path:nth-child(2) { animation-delay: 0.1s; }
.city-map path:nth-child(3) { animation-delay: 0.2s; }
.city-map path:nth-child(4) { animation-delay: 0.3s; }
.city-map path:nth-child(5) { animation-delay: 0.4s; }
.city-map path:nth-child(6) { animation-delay: 0.5s; }
.city-map path:nth-child(7) { animation-delay: 0.6s; }
.city-map path:nth-child(8) { animation-delay: 0.7s; }
.city-map path:nth-child(9) { animation-delay: 0.8s; }
.city-map path:nth-child(10) { animation-delay: 0.9s; }
.city-map line:nth-of-type(1) { animation-delay: 0.5s; }
.city-map line:nth-of-type(2) { animation-delay: 0.6s; }
.city-map line:nth-of-type(3) { animation-delay: 0.7s; }
.city-map line:nth-of-type(4) { animation-delay: 0.8s; }
.city-map line:nth-of-type(5) { animation-delay: 0.9s; }
.city-map ellipse { animation-delay: 0.2s; }
.city-map rect { animation-delay: 0.8s; }
.city-map circle { animation-delay: 1s; }

@keyframes drawLine {
    0% {
        stroke-dashoffset: 1000;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.location-text {
    position: relative;
    z-index: 2;
    text-align: center;
}

.location-text h3 {
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 8px 0;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.location-item:hover .city-map path,
.location-item:hover .city-map line,
.location-item:hover .city-map ellipse,
.location-item:hover .city-map rect,
.location-item:hover .city-map circle {
    opacity: 1 !important;
}

/* Locations Slider */
.locations-slider {
    margin-top: 60px;
}

.locations-slider .owl-stage-outer {
    overflow: visible;
}

.location-slide {
    text-align: center;
    padding: 60px 20px;
}

.location-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.location-slide.active .location-content,
.owl-item.active .location-content {
    opacity: 1;
    transform: translateY(0);
}

.location-name {
    font-size: 8vw;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.location-country {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 20px 0 0 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.locations-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.locations-slider .owl-nav button {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.locations-slider .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.locations-slider .owl-nav button span {
    font-size: 24px;
    color: white;
    line-height: 1;
}

.locations-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.locations-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.locations-slider .owl-dots .owl-dot.active {
    background: white;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .location-name {
        font-size: 12vw;
    }
    
    .location-country {
        font-size: 1rem;
    }
    
    .locations-slider .owl-nav {
        display: none;
    }
}

/* Brand Section */
.brand-block-main-bhp {
    margin: 0px;
    padding: 0;
  background: #1000CE;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.brand-block-in-bhp {
    text-align: center;
}

.brand-title {
    font-size: 28vw;
    line-height: 1;
    color: #ffffff;
    font-weight: 900;
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    animation: pulse-glow 3s ease-in-out infinite;
    white-space: nowrap;
}

.brand-title .pink-letter {
    color: #CE0057;
    display: inline-block;
    animation: float-letter 2s ease-in-out infinite;
}

.brand-title .blue-letter {
    color: #1000CE;
    display: inline-block;
    animation: float-letter 2s ease-in-out infinite;
}

/* Pink background variant */
.brand-block-pink {
    background: #CE0057 !important;
    position: relative;
    overflow: hidden;
}

/* Lottie Animation */
.lottie-animation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lottie-animation-wrapper dotlottie-player {
    width: 150%;
    height: 150%;
    min-width: 150vw;
    transform: scale(1.5);
}

.brand-block-pink .container,
.brand-block-blue .container {
    position: relative;
    z-index: 2;
}

@keyframes pulse-glow {
    0%, 100% {
        text-shadow: 0 0 20px rgba(255,255,255,0.3);
    }
    50% {
        text-shadow: 0 0 60px rgba(255,255,255,0.6), 0 0 100px rgba(206,0,87,0.4);
    }
}

@keyframes float-letter {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Free Section */
.free-block-main-bhp {
    margin: 0px;
    padding: 0;
    background: linear-gradient(-45deg, #00CE77, #00FF88, #00A060, #00E080, #00CE77);
    background-size: 400% 400%;
    animation: freeGradientFlow 8s ease infinite;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@keyframes freeGradientFlow {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 50%;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.free-block-main-bhp .gradient-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
}

/* Sale Star Animation */
.sale-star-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 80vw;
    z-index: 0;
    pointer-events: none;
    animation: rotate-star 25s linear infinite;
}

.sale-star {
    width: 100%;
    height: 100%;
    animation: grow-star 3s ease-out infinite;
    transform-origin: center center;
}

@keyframes rotate-star {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes grow-star {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    5% {
        opacity: 0.9;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* Fireworks Animation */
.fireworks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.firework {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: firework-burst 2s ease-out infinite;
}

.firework::before,
.firework::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
}

.firework-1 {
    top: 20%;
    left: 15%;
    background: #ff6b6b;
    animation-delay: 0s;
    box-shadow: 
        0 0 0 4px rgba(255, 107, 107, 0.3),
        30px -50px 0 #ffd93d,
        -30px -50px 0 #6bcb77,
        50px 0 0 #4d96ff,
        -50px 0 0 #ff6b6b,
        35px 35px 0 #ffd93d,
        -35px 35px 0 #6bcb77,
        0 50px 0 #4d96ff;
}

.firework-2 {
    top: 30%;
    right: 20%;
    background: #ffd93d;
    animation-delay: 0.5s;
    box-shadow: 
        0 0 0 4px rgba(255, 217, 61, 0.3),
        25px -45px 0 #6bcb77,
        -25px -45px 0 #4d96ff,
        45px 0 0 #ff6b6b,
        -45px 0 0 #ffd93d,
        30px 30px 0 #6bcb77,
        -30px 30px 0 #4d96ff,
        0 45px 0 #ff6b6b;
}

.firework-3 {
    bottom: 30%;
    left: 25%;
    background: #6bcb77;
    animation-delay: 1s;
    box-shadow: 
        0 0 0 4px rgba(107, 203, 119, 0.3),
        35px -55px 0 #4d96ff,
        -35px -55px 0 #ff6b6b,
        55px 0 0 #ffd93d,
        -55px 0 0 #6bcb77,
        40px 40px 0 #4d96ff,
        -40px 40px 0 #ff6b6b,
        0 55px 0 #ffd93d;
}

.firework-4 {
    bottom: 25%;
    right: 15%;
    background: #4d96ff;
    animation-delay: 1.5s;
    box-shadow: 
        0 0 0 4px rgba(77, 150, 255, 0.3),
        28px -48px 0 #ff6b6b,
        -28px -48px 0 #ffd93d,
        48px 0 0 #6bcb77,
        -48px 0 0 #4d96ff,
        33px 33px 0 #ff6b6b,
        -33px 33px 0 #ffd93d,
        0 48px 0 #6bcb77;
}

.firework-5 {
    top: 50%;
    left: 50%;
    background: #ff6b6b;
    animation-delay: 0.75s;
    box-shadow: 
        0 0 0 4px rgba(255, 107, 107, 0.3),
        40px -60px 0 #ffd93d,
        -40px -60px 0 #6bcb77,
        60px 0 0 #4d96ff,
        -60px 0 0 #ff6b6b,
        45px 45px 0 #ffd93d,
        -45px 45px 0 #6bcb77,
        0 60px 0 #4d96ff;
}

@keyframes firework-burst {
    0% {
        transform: scale(0) translate(0, 0);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.5) translate(0, -20px);
        opacity: 0;
    }
}

.free-block-main-bhp .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.free-block-main-bhp .row {
    margin: 0;
    width: 100%;
}

.free-block-in-bhp {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.free-title {
    font-size: 36vw;
    line-height: 1;
    color: #ffffff;
    font-weight: 900;
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    position: relative;
    height: 1em;
    display: block;
}

.morph-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
}

.morph-kolas {
    animation: morphKolas 6s ease-in-out infinite;
}

.morph-free {
    animation: morphFree 6s ease-in-out infinite;
}

@keyframes morphKolas {
    0%, 35% {
        opacity: 1;
        transform: scale(1);
    }
    45%, 55% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

@keyframes morphFree {
    0%, 35% {
        opacity: 0;
        transform: scale(0.9);
    }
    45%, 55% {
        opacity: 0;
        transform: scale(0.9);
    }
    65%, 95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

@keyframes free-bounce {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 0 rgba(255,255,255,0);
    }
    50% {
        transform: scale(1.05);
        text-shadow: 0 0 60px rgba(255,255,255,0.5);
    }
}

a.scroll-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

a.scroll-arrow:hover span {
    border-color: rgba(255,255,255,0.7);
}

html {
    scroll-behavior: auto;
}

.scroll-arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg);
    margin: -12px;
    animation: scroll-arrow-anim 2s infinite;
}

.scroll-arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.scroll-arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes scroll-arrow-anim {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

/* Speed Prototyping Section */
.speed-proto-block-main-bhp {
    margin: 0px;
    padding: 120px 0px;
    background: #02041D;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.speed-proto-block-in-bhp {
    max-width: 900px;
    margin: 0 auto;
}

.speed-proto-content {
    margin-top: 50px;
}

.speed-proto-content h3 {
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.speed-proto-content h3 .highlight {
    color: #CE0057;
}

.speed-proto-content p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
    margin: 0 0 24px 0;
}

.speed-proto-content p.intro {
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
}

.speed-proto-content strong {
    color: #CE0057;
    font-weight: 600;
}

.speed-proto-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    margin: 50px 0 20px 0;
}

.speed-proto-content p.closing {
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.speed-proto-cta {
    margin-top: 50px;
}

.speed-proto-cta .cta-btn {
    display: inline-block;
    background: #CE0057;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.speed-proto-cta .cta-btn:hover {
    background: #ff0066;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(206, 0, 87, 0.4);
}

.speed-proto-cta .cta-btn .free-text {
    color: #00CE77;
    font-weight: 900;
}

.speed-proto-block-in-bhp .common-title-bhp h2 .free-text {
    color: #00CE77;
}

.get-touch-block-in-bhp {
  margin: 0px;
}

.get-touch-info-bhp {
  margin: 0px;
  padding: 0px;
}

.get-touch-info-bhp h2 {
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 27px;
}

.get-touch-info-bhp p {
  width: 490px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.36px;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 20px;
}

.get-touch-info-bhp h3 {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.36px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 60px;
}

.get-touch-info-bhp h3 a {
  color: #fff;
}

.get-touch-info-btn-bhp {
  text-align: center;
}

/*--------------- CONTAIN_END --------------*/

/*--------------- FOOTER_START --------------*/

#footer {
  margin: 0px;
  padding: 0px;
  background: #02041D;
}

.footer-in-bhp {
  margin: 0px;
}

.footer-top-bhp {
  margin: 0px;
  padding: 106px 0px 24px;
  border-bottom: solid 1px #ffffff;
}

.footer-location-bhp {
  float: left;
  margin: 0px;
  padding: 0px;
}

.footer-location-bhp h2 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 800;
  padding: 0px;
  margin: 0px;
}

.footer-location-bhp p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.footer-contact-bhp {
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.foot-email-bhp {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 800;
  padding: 6px 0px 8px;
  margin: 0px;
}

.foot-email-bhp a {
  color: #fff;
}

.footer-bottom-bhp {
  margin: 0px;
  padding: 25px 0px 93px;
}

.footer-social-bhp {
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.footer-social-bhp p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0px 22px 0px 0px;
  margin: 0px;
}

.footer-social-bhp ul {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.footer-social-bhp ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  padding: 0px 16px 0px 0px;
  margin: 0px;
}

.footer-nav-bhp {
  float: right;
  margin: 0px;
  padding: 0px;
}

.footer-nav-bhp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.footer-nav-bhp ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 0px 22px;
}

.footer-nav-bhp ul li a {
  display: block;
  color: #ffffff;
}

/*--------------- FOOTER_END --------------*/

/*-------------custom style----------------*/

/* Video removed - now using WebGL gradient background */
.landing_video {
  display: none;
}

.about-block-main-bhp {
  margin: 0px;
  padding: 132px 0px 116px;
    background: #00CE77;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.common-title-bhp.common-title-white-bhp.text-start {
  text-align: start;
}
.position-relatives{
  position: relative;
}
.about-left-content{
  position: sticky;
  top: 50px;
}
.about-left-content .common-title-bhp{

}
.about-right-wrap ul li{
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.about-right-wrap ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-right-wrap ul li h3{
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 15px;
}
.about-right-wrap ul li p{
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.28px;
  margin: 0px;
}

.text-slider-block-main-bhp{
  padding: 132px 0px 116px;
  background: #02041D;
  overflow: hidden;
  max-width: 100vw;
}
.wrapperRollingText {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.rollingText {
  font-size: 6vw;
  line-height: 1.2;
  display: inline-block;
  padding-left: 10px;
  color: #fff;
}

/* Reduced Motion for Accessibility & Performance */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .sale-star-wrapper,
  .firework,
  .brand-title,
  .morph-text {
    animation: none !important;
  }
  
  .morph-free {
    display: none;
  }
  
  .locations-block-main-bhp {
    background-size: 100% 100% !important;
    animation: none !important;
  }
}