@import url(common.css);
@import url(header.css);
@import url(footer.css);


.banner-text {
  position: relative;
  z-index: 2;
}

.banner-small-devie-pic {
  display: none;
}


.hero-title {
  margin-bottom: 0;
  font-weight: 500;
  max-width: 800px;
}


.hero-title span {
  background-color: var(--light-pink);
  padding: 3px 10px 4px;
  display: inline-block;
  font-weight: 300;
  font-style: italic;
}



.list-banner ul {
  padding-left: 0;
}



.list-banner li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}


.list-banner li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.list-banner li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/asterisk-icon.svg) no-repeat;
  position: absolute;
  left: -8px;
  top: 4px;
}


.list-banner li:first-child::before {
  display: none;
}

.default-banner img,
.main-slider img {
  width: 100%;
  border-radius: 20px;
}

.main-slider {
  border-radius: 20px;
  overflow: hidden;
}

.default-banner video,
.main-slider .item.video video {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  border-radius: 20px;
}

.feature-card .cards-title {
  font-weight: 600;
}

.feature-card {
  position: relative;
  padding: 40px 20px;
  background: #fff;
  transition: transform 0.3s ease;
  z-index: 0;
}

.feature-card::before {
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom,
      transparent 0%,
      transparent 10%,
      #7b2cbf 50%,
      transparent 90%,
      transparent 100%);
  position: absolute;
  left: -12px;
  top: 0;
  display: block;
  content: "";
  opacity: 0.6;
}

.feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #C3006A, #d8529c, #e4aecc);
  transition: width 0.5s ease;
  z-index: -1;
}

.feature-card:hover::after {
  width: 100%;
}

@media (min-width:992px) {
  .feature-card:hover {
    transform: translateY(-6px);
    color: #fff;
  }

  .feature-card:hover h2,
  .feature-card:hover p {
    color: #fff;
  }

  .feature-card:hover .icon img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }
}

.features-part .col-md-6:first-child .feature-card::before {
  display: none;
}


/*Accordian*/
.accordion-container {
  width: 100%;
  font-family: Arial, sans-serif;
}


.accordion-header {
  display: flex;
  justify-content: flex-start;
  padding: 30px 60px;
  cursor: pointer;
  font-size: 24px;
  background: #303030;
  color: #fff;
  align-items: center;
  position: relative;
}

.accordion-header::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(to right, #232323 0%, #5C5C5C 100%);
  position: absolute;
  display: block;
}


.accordion-content {
  display: none;
  padding: 0 0 30px 30px;
  background-color: #fff;
}

.active-header {
  background-color: #fff;
  font-weight: 600;
}

.inner-accord-content {
  display: flex;
  gap: 15px;
  align-items: center;
}


.number-accord {
  min-width: 20%;
}

.inner-accord-content h6 {
  font-weight: 600;
  margin-bottom: 0;
}


.inner-accord-content h6 span {
  font-weight: 400;
  font-size: 16px;
}

.active-header .inner-accord-content h6 {
  color: #000;
}


.active-header .acord-icon img {
  filter: invert(1) grayscale(100%) brightness(100%);
}


.active-header.accordion-header {
  color: #000;
}

.active-header .number-accord {
  color: #000;
}


.active-header.accordion-header::after {
  display: none;
}


.active-header.accordion-header {
  padding-bottom: 10px;
}


.inner-content-accord-para {
  padding-left: calc(20% + 74px);
  max-width: 75%;
  line-height: 1.5;
}


.sb-heading-pnk {
  padding-left: 20px;
  text-transform: uppercase;
  position: relative;
}


.sb-heading-pnk::before {
  content: "";
  width: 4px;
  background: var(--pink-color);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 19px;
}

.sb-heading-pnk.rounded-dot::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 5px;
}


.experts-accros-manufacturing {
  background-image: url(../images/gradient-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.content-inner-manufature {
  row-gap: 30px;
}

.industries-and-appiction-outr {
  margin-top: 50px;
}

.box-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}


.card-header {
  padding: 15px;
}

.card-header h3 {
  margin: 0;
  font-size: 20px;
}

.card-body {
  padding: 0;
}


.card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.card-body p {
  line-height: 1.6;
}

.industries-slider .slick-slide {
  margin: 0 15px;
}


.industries-slider .slick-list {
  margin: 0 -15px;
}

.industries-slider .card-body figure {
  height: 373px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0;
}


.industries-slider .card-body .card-image {
  height: 100%;
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}


.industries-slider .box-card:hover .card-image {
  transform: scale(1.05);
  transition: 0.3s;
}


.industries-slider .box-card .arrow-icon {
  position: relative;
  right: 0px;
  top: 0px;
  transition: 0.3s;
  display: inline-block;
}

.industries-slider .box-card:hover .arrow-icon {
  right: -5px;
  top: -5px;
  transition: 0.3s;
  box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.industries-slider .card-body .card-texts {
  margin-top: 15px;
}

.industries-slider .card-heading {
  margin-bottom: 15px;
}

.industries-slider .card-heading h3 {
  margin: 0;
}

.industries-slider .card-body p {
  margin: 0;
}

.esg-sustainablity-part-inner-top {
  background: #fff;
}

.csr .card-body figure {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 0;
}

.csr .card-body .card-texts {
  margin-top: 15px;
  display: flex;
  align-items: start;
  gap: 10px;
}

.csr .box-card .card-body img.card-image {
  transform: scale(1);
  transition: 0.3s;
}

.csr .box-card:hover .card-body img.card-image {
  transform: scale(1.1);
  transition: 0.3s;
}

.csr .box-card .arrow-link {
  transition: 0.3s;
  transform: translate(0px, 0px);
}

.csr .box-card:hover .arrow-link {
  transform: translate(3px, -3px);
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.banner-sustain-header {
  background-color: #fff;
  z-index: 1;
  max-width: 94%;
  position: relative;
}



.banner-sustain-header~p {
  margin-bottom: 0;
}



.esg-sustainablity-part-inner-top h2 {
  font-weight: 800;
  background-image: url(../images/tree-bg-pic.webp);
  background-clip: text;
  color: transparent;
  background-position: center bottom
}



.esg-sustainablity-part-inner-bottom {
  background-image: url(../images/tree-bg-pic.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}



.iso-logos {
  text-align: right;
}



.reclycling-boxs {
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px 40px 10px 40px;
  height: 100%;
  position: relative;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.3s ease-in-out;
  /* Optional smooth transition */
  overflow: hidden;
  /* mix-blend-mode: screen; */
  mix-blend-mode: luminosity;
}



.counter-box {

  font-weight: 700;

  /* mix-blend-mode: screen; */

  background: linear-gradient(90deg, #2f5d31, #6fb16c, #a4d89b);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  color: transparent;

}



.reclycling-boxs h6 span {

  font-size: var(--base-font-size);

  font-weight: 600;

  font-style: italic;

  display: block;

  margin-top: 6px;

}



.reclycling-boxs:hover {

  border-radius: 40px 10px 40px 10px;

}





.global-footprint-part {

  background-color: #000;

  background-image: url(../images/globe-big-pic.webp);

  background-repeat: no-repeat;

  background-position: right top;

  animation: moveBg 20s linear infinite;

}



@keyframes moveBg {

  0% {

    background-position: right top;

  }



  50% {

    background-position: right 150px top;

  }



  100% {

    background-position: right top;

  }

}



.global-footprint-part .sb-heading-pnk {

  text-transform: none;

}



.timeline-item-middle {

  position: relative;

  margin: 30px 0;

  height: 30px;

}



.time-line-main {

  margin-left: calc(50vw - 735px);

  max-width: 100%;

  width: auto;

}



.timeline-item-middle::before,

.timeline-item-middle::after {

  content: "";

}



.timeline-item-middle::before {

  position: absolute;

  width: 30px;

  height: 30px;

  display: block;

  z-index: 2;

}



.timeline-item-middle::after {

  height: 1px;

  width: calc(100% - 30px);

  display: block;

  top: 14px;

  left: 30px;

  position: relative;

}



.timeline-part-slider .slick-track {

  display: flex;

}



.timeline-black .timeline-item-middle::after {

  background-color: #fff;

}



.timeline-black .timeline-item-middle::before {

  background: url(../images/timeline-before-icon.png) no-repeat;

}



.timeline-black .timeline-item-top,

.timeline-black .timeline-item-bottom {

  color: #fff;

}



.timeline-white .timeline-item-middle::after {

  background-color: #000;

}



.timeline-white .timeline-item-middle::before {

  background: url(../images/timeline-white-before-icon.png) no-repeat;

}



.timeline-C .timeline-item-top,

.timeline-white .timeline-item-bottom {

  color: #000;

}



.timeline-item-top {

  height: 80px;

  padding-right: 15px;

}



.timeline-item-bottom {

  height: 80px;

  padding-right: 15px;

}



.timeline-item span {

  display: block;

  font-size: 24px;

  font-weight: 500;

}



.clients-logo-slider .slick-track {

  display: flex;

  align-items: center;

}





.product-image {

  width: 100%;

  height: auto;

}



.product-card {

  border-radius: 10px;

  position: relative;

  overflow: hidden;

  height: 530px;

}



.product-card figure {

  margin: 0;

}



.product-card figure img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

}



.product-card::after {

  width: 100%;

  height: 100%;

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  background: linear-gradient(to top, black 10%, transparent 65%, transparent 100%);

  display: block;

  border-radius: 10px;

}



.product-card-sm figure {

  width: 36%;

  margin: 0;

  height: 240px;

}



.product-card-sm img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

}



.product-description {

  padding-top: 10px;

  font-size: 1.2rem;

  flex: 1;

}



.gradient-hr {

  background: linear-gradient(to right, black 50%, transparent 95%, transparent 100%)
}



.product-caption {

  position: absolute;

  z-index: 2;

  bottom: 30px;

  left: 30px;

  max-width: 60%;

  color: var(--white-color);

}



.meet-us-inner-content {

  position: absolute;

  left: 100px;

  top: 50%;

  transform: translateY(-50%);

  max-width: 70%;

  z-index: 2;

}



.meet-us-banner img {

  width: 100%;

  border-radius: 15px;

}



.meet-us-inner-content {

  color: var(--white-color);

}



.meet-us-inner-content h3 span {

  padding: 0 5px;

  background: var(--button-pink);

}



.meet-us-inner-content .list-banner li::before {

  filter: grayscale(100%) brightness(0) invert(1);

}



/*Contactpage*/

.contact-top-section .form-select {

  padding-top: 15px !important;

  padding-bottom: 15px !important;

  color: #6A7E8D;

  border: 1px solid #E8D5E0;

}



.contact-top-section .form-control {

  padding-top: 15px !important;

  padding-bottom: 15px !important;

  color: #6A7E8D;

  border: 1px solid #E8D5E0;

}



.contact-top-section .form-check-label {

  color: #6A7E8D;

}



.address-bottom h6,

p,

a {

  color: var(--black-color);

}

a:hover {

  color: var(--pink-color);

}

.bottom-contents a {

  margin-bottom: 1rem;

}



.main-inner {

  background: url(../images/eclipse-bg.webp) no-repeat right top;

}



.misson-vision-box {

  border-radius: 20px 20px 0 0px;

  margin-top: -20px;

  position: relative;

}



.misson-vision-box::after {

  content: "";

  width: 96%;

  left: 50%;

  transform: translateX(-50%);

  height: 1px;

  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);

  display: block;

  position: absolute;

  bottom: 15px;

}



.misson-vision-box:last-child {

  border-radius: 20px 20px;

}



.misson-vision-box:last-child::after {

  display: none;

}



.rmp-container .rmp-menu-title .rmp-menu-title-image {

  width: 120px !important;

  height: auto !important;

}



.certifications-boxes {

  padding: 30px;

  background: rgba(255, 255, 255, 0.7);

  border-radius: 10px 40px 10px 40px;

  height: 100%;

  position: relative;

  backdrop-filter: blur(15px);

  -webkit-backdrop-filter: blur(15px);

  transition: all 0.3s ease-in-out;

  /* Optional smooth transition */

  overflow: hidden;

  margin: 20px;

}



.certifications-boxes h6 {

  font-weight: 600;

  margin-top: 20px;

}



.certification-img {

  min-height: 130px;

}



.awards-section {

  background-image: url('../images/certifications-background-new.webp');

  background-size: 100% 100%;

  background-repeat: no-repeat;

  padding: 30px 15px;

  border-radius: 20px;

}



.awards-section .section-heading {

  margin-left: 20px;

}



.awards-section .section-heading h6 {

  color: #ffffff;

  font-weight: 400;

}



.awards-section .slick-arrow {

  top: -40px;

}



.awards-section .slick-next:before {

  content: "";

  background-image: url('../images/arrow-next.svg');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;



}



.awards-section .slick-next {

  right: 3%;

}



.awards-section .slick-prev:before {

  background-image: url('../images/arrow-previous.png');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;

}



.awards-section .slick-prev {

  left: 93%;

  z-index: 1;

}



.team-contents {

  background-color: #ffffff;

  z-index: 2;

  position: absolute;

  bottom: 20px;

  left: 20px;

  opacity: 80%;

  padding: 10px 15px 5px 15px;

  border-radius: 10px;

  width: calc(100% - 40px);

}



.teams-boxes {

  column-gap: 20px;

}



.team-cards {

  position: relative;

}



.team-cards img {

  width: 100%;

}



.our-teams-container h2 {

  color: var(--black-color);

  opacity: 15%;

  font-size: 82px;

  font-weight: 600;

}



.teams-slider .slick-slide {

  margin: 0 15px;

}



.teams-slider .slick-list {

  margin: 0 -15px;

}



.teams-slider .slick-next:before {

  content: "";

  background-image: url('../images/arrow-next-blk.svg');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;

}



.teams-slider .slick-next {

  left: -7%;

}



.teams-slider .slick-prev:before {

  content: "";

  background-image: url('../images/arrow-previous-blk.svg');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;

}



.teams-slider .slick-prev {

  left: -12%;

  z-index: 1;

}



.teams-slider .slick-arrow {

  top: 75%;

}



.csr-slider .slick-slide {

  margin: 0 15px;

}



.csr-slider .slick-list {

  margin: 0 -15px;

}



.csr-slider .card-body p {

  margin: 0;

}



.csr-top {

  align-items: center;

}



.sustainability-eco-concious-container {

  background-image: url('../images/sustainability-background.jpg');

  padding: 80px 30px;

  background-size: 100% 100%;

  background-repeat: no-repeat;

}



.sustainability-eco-concious-container h6 {

  color: var(--white-color);

}



.sustainability-eco-concious-container h4 {

  color: var(--white-color);

  font-weight: 400;

}



.sustainability-eco-concious-top {

  align-items: center;

}



.insfrasture-section .slick-arrow {

  top: -65px;

}



.insfrasture-section .slick-next:before {

  content: "";

  background-image: url('../images/arrow-next-blk.svg');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;

}



.insfrasture-section .slick-next {

  right: 30px;

}



.insfrasture-section .slick-prev:before {

  content: "";

  background-image: url('../images/arrow-previous-blk.svg');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;

}



.insfrasture-section .slick-prev {

  left: calc(100% - 100px);

  z-index: 1;

}



.insfrasture-slider .slick-slide {

  margin: 0 15px;

}



.insfrasture-slider .slick-list {

  margin: 0 -15px;

}



.infrasture-slider-content {

  bottom: 30px;

  position: absolute;

}



.infrasture-slider-content h3 {

  /* bottom: 30px;

  position: absolute; */

  padding-left: 50px;

  color: var(--white-color);

  font-size: 20px;

}



.compliances-section .slick-arrow {

  top: -45px;

}



.compliances {

  background-color: #FFFAFD;

}



.compliances-section .slick-next:before {

  content: "";

  background-image: url('../images/arrow-next-blk.svg');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;

}



.compliances-section .slick-next {

  right: 3%;

}



.compliances-section .slick-prev:before {

  content: "";

  background-image: url('../images/arrow-previous-blk.svg');

  width: 50px;

  height: 50px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  display: block;

}



.compliances-section .slick-prev {

  left: 93%;

  z-index: 1;

}



.compliances-slider .slick-slide {

  margin: 0 15px;

}



.compliances-slider .slick-list {

  margin: 0 -15px;

}



.compliances-img {

  min-height: 127px;

}



.compliances-boxes {

  padding: 30px;

  background: var(--white-color);

  border-radius: 10px 40px 10px 40px;

  height: 100%;

  position: relative;

  backdrop-filter: blur(15px);

  -webkit-backdrop-filter: blur(15px);

  transition: all 0.3s ease-in-out;

  overflow: hidden;

  margin: 32px 5px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.middle-banner-area img {
  width: 100%;
  border-radius: 20px;
}

.applications-area {
  background-color: #f3e8ee;
}

.applications-area .slick-slide {
  margin: 0 15px;
}

.applications-area .slick-list {
  margin: 0 -15px;
}

.applications-area .card-body p {
  margin: 0;
}

.production-sec .icon-text .index-nym {
  position: absolute;
  right: 26px;
  top: -25px;
  font-size: 104px;
  font-weight: bold;
  background: linear-gradient(to bottom,
      #cfcfcf 0%,
      rgba(207, 207, 207, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.sustainability-sec {
  background-color: #2a2a2a;
  color: var(--white-color);
}

.sustainability-sec .row {
  align-items: center;
}

.sustainability-sec img {
  border-radius: 10px;
}

.sustainability-sec p {
  color: var(--white-color);
}

.partnership-sec .certifications-boxes {
  background-color: #e6e1e4;
  border-radius: 0 30px 0 30px;
  margin: 0;
}

.partnership-sec .slick-slide {
  margin: 0 15px;
}

.partnership-sec .slick-list {
  margin: 0 -15px;
}

.partnership-sec .slick-arrow {
  top: -24px;
}

.partnership-sec .slick-next:before {
  content: "";
  background-image: url("../images/arrow-next-blk.svg");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}

.partnership-sec .slick-next {
  right: 24px;
}

.partnership-sec .slick-prev:before {
  content: "";
  background-image: url("../images/arrow-previous-blk.svg");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}

.partnership-sec .slick-prev {
  left: calc(100% - 95px);
  z-index: 1;
}

.arrow-link {
  min-width: 50px;
}


h2.toright {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.banner-button-outer .btn {
  margin-right: 15px;
}

.our-story-part {
  overflow-x: hidden;
}

.our-story-part figure img {
  border-radius: 20px;
}

.banner-home .banner-button-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 50px;
}

.banner-home .banner-button-outer .btn {
  margin-bottom: 15px;
}

.banner-home .banner-button-outer .btn:first-child {
  margin-right: 15px;
}

.banner-home .first-col {
  max-width: 55%;
  flex: 0 0 55%;
}

.banner-home .last-col {
  max-width: 45%;
  flex: 0 0 45%;
}

.banner-home ul {
  margin: 0;
}


.banner-button-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}


.awards-section h4 {
  color: var(--white-color);
  line-height: 1.5;
}



.white-heading {
  color: var(--white-color);
}



.marquee {

  overflow: hidden;

  white-space: nowrap;

}



.marquee+.marquee {

  margin-top: 30px;

}



/* 80px gap like your screenshot */



.marquee__track {

  display: inline-flex;

  align-items: center;

  gap: 3rem;

  /* space between repeats */

  will-change: transform;

  animation: marqueeScroll var(--duration, 20s) linear infinite;

  animation-play-state: paused;

  /* will be set to running by JS after setup */

}



.marquee__item {

  font-size: 56px;

  /* style to taste */

  font-weight: 600;

  color: #888;

}



/* single keyframes; direction is set via JS */

@keyframes marqueeScroll {

  from {

    transform: translateX(0);

  }



  to {

    transform: translateX(calc(-1 * var(--scroll-distance)));

  }

}



.csr-slider .box-card .card-body img.card-image {

  height: 380px;

  object-fit: cover;

}









.contact-top-section {

  column-gap: 20px;

}



.contact-top-section img {

  width: 100%;

}





.address-left {

  flex-direction: column;

  row-gap: 30px;

}



.padding-50 {

  padding: 50px 0;

}



.padding-100 {

  padding: 100px 0;

}



.address-bottom {

  justify-content: space-between;

}



.bottom-contents {

  display: flex;

  flex-direction: column;

}



.bottom-right {

  flex-direction: column;

  row-gap: 50px;

}





.contact-sustainability {

  justify-content: space-between;

}



.icon-ftext a {

  display: block;

}



.contact-add {

  align-items: start;

}



.contact-add img {

  margin-right: 10px;

}



/* Hide default file input */

.custom-file-upload input[type="file"] {

  display: none;

}



/* Style wrapper */

.custom-file-upload {

  display: flex;

  background: transparent;

  /* light pink background */

  border: 1px solid #2c2c2c;

  border-radius: 8px;

  padding: 14px 18px;

  cursor: pointer;

  font-family: inherit;

  font-size: 16px;

  font-weight: 400;

  color: #6A7E8D;

  width: 100%;

}



.custom-file-upload .upload-icon {
  background-image: url(../images/upload-icon.svg);
  width: 25px;
  height: 25px;
  margin-left: auto;
  display: block;
}



.custom-file-upload .upload-icon img {
  display: none !important;
  opacity: 0;
}



/* Label text */

.custom-file-upload .upload-label {
  pointer-events: none;
}



/* Upload icon (you can replace with SVG or FontAwesome) */

.custom-file-upload .upload-icon {
  font-size: 0;
  color: #333;
  pointer-events: none;
}



.contact-add {

  align-items: flex-start;

}



.contact-add span {

  display: block;

  margin-left: 10px;

}



.slide-video {

  border-radius: 20px;

  display: block;

}



.connect-popup {

  max-width: 700px;

  border-radius: 6px;

  padding: 25px;

}



.connect-popup img {

  border-radius: 6px;

}



.connect-popup a:focus-visible {

  outline: none;

}



.connect-popup a:hover img {

  opacity: 0.8;

}



.fancybox-slide--html .fancybox-close-small {

  background-color: var(--pink-color) !important;

  border-radius: 6px;

}



.fancybox-slide--html .fancybox-close-small svg path {

  fill: #fff !important;

  /* your color */

}

.fancybox-content {

  border-radius: 6px;

  max-width: 700px;

}



/* Hide Section as per client request */

.casestudy-projects-part {

  display: none;

}



.client-logo-container {

  display: none;

}



.hero-section-left {

  height: 100%;

}

.hero-section-left img {

  height: 100%;

  object-fit: cover;

}

.address .container-fluid {

  background: url(../images/contact-info.webp) no-repeat center center;

  background-size: cover;

}



/* input[type="tel"]::placeholder {

  padding-left: 120px !important;

} */



.form-control-tel {

  padding-top: 16px !important;

  padding-bottom: 16px !important;

  color: #6A7E8D;

  width: 100%;

  border: 1px solid #E8D5E0;

  border-radius: 8px;

}



.services-header .subheading-part {

  padding-top: 12px;

}



#rmp_menu_trigger-133 {

  z-index: 101 !important;

}



.fancybox-content {

  padding: 30px !important;

}

#expert-popup {
  min-width: 350px;
}

/* Event Page */
/* .page-template-template-event .main-header,
.page-template-template-event .esg-part,
.page-template-template-event .footer-part {
  display: none;
}

.page-template-template-event .rmp_menu_trigger {
  display: none !important;
} */

header.event-header {
  padding-top: 25px;
}

.event-header .logo-widget {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.event-header .logo-widget img {
  max-width: 130px;
  height: auto;
}

.event-mid-part {
  background: url(../images/eclipse-bg.webp) no-repeat right center;
}

.event-mid-part .middle-event-slider img {
  border-radius: 20px;
}

@media (min-width: 992px) {
  .px-lg-5 {
    padding-left: 5rem !important;
    /* increase from 3rem (48px) */
    padding-right: 5rem !important;
  }
}

@media (max-width: 768px) {
  .middle-event {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .page-template-template-event .meet-us-inner-content {
    margin-top: 0;
  }

  .meet-us-at-container.event-toppart {
    background: #000;
    color: var(--white-color);
    padding-bottom: 30px;
  }

  .meet-us-at-container.event-toppart h1 {
    color: var(--white-color);
  }

  .meet-us-at-container.event-toppart h1 br {
    display: none;
  }
}

/* Blog Page*/
.bradcamp_sec {
  margin-bottom: 30px;
}

.bradcamp_sec ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-transform: uppercase;
}

.bradcamp_sec ul li {
  position: relative;
  color: var(--pink-color);
}

.bradcamp_sec ul li:not(:last-child):after {
  position: absolute;
  right: -12px;
  top: 4px;
  content: "";
  background: #757575;
  width: 1px;
  height: 18px;
}

.bradcamp_sec ul li a {
  color: #757575;
}

.bradcamp_sec ul li a:hover {
  color: var(--pink-color);
}

/* Carrer */
.open-positions {
  background-color: var(--xtra-light-pink);
}

.career-col {
  margin-top: 30px;
}

.career-col .career-box {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.carear-sing {
  margin-bottom: 30px;
}

.carear-sing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.carear-sing ul li {
  position: relative;
  padding-left: 20px;
}

.carear-sing ul li::before {
  background: var(--pink-color);
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

/* Blog Page */
.fblog-area {
  background: url(../images/product-bg.webp) no-repeat right 10% top;
}

.fblog-area .insights-boxes {
  height: 355px;
  display: block;
}

.insights-meta {
  display: flex;
  margin: 25px 0 35px 0;
  gap: 25px;
  align-items: center;
}

.insights-meta .post-cate a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 25px;
  background-color: var(--pink-color);
  color: var(--white-color);
  border-radius: 8px;
}

.insights-meta .post-cate a:hover {
  background-color: var(--primary-color);
}

.insights-meta .post-date img {
  margin-right: 10px;
}

.fblog-area .insights-boxes img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blog-sidebar-sec {
  padding-left: 20px;
}

.blog-search.contact-form-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.blog-search.contact-form-box input[type="search"] {
  background: none;
  padding: 15px 55px 15px 15px;
  height: 54px;
  width: 100%;
  outline: 0;
  color: #6a7e8d;
  border: 1px solid var(--badge-color);
  border-radius: 8px;
}

.blog-search.contact-form-box .search-form input[type="submit"] {
  margin: 0;
  padding: 0;
  width: 52px !important;
  height: 52px !important;
  border: 0 !important;
  position: absolute;
  right: 1px !important;
  background: var(--pink-color) url(../images/search.svg) no-repeat center center !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 0 !important;
  border-radius: 8px;
  top: 1px;
}

.blog-search.contact-form-box .search-form input[type="submit"]:hover {
  background-color: var(--primary-color) !important;
}

.blog-details-content {
  padding-right: 50px;
  border-right: 1px solid var(--badge-color);
}

.sidebar-sec {
  border-bottom: 1px solid var(--badge-color);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
  margin-bottom: 20px;
}

.contact-form-box label {
  display: none;
}

.blog-box-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-details-content>img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 40px;
  border-radius: 20px;
  max-width: 100% !important;
}

.blog-post-box {
  border-radius: 20px;
  height: 225px;
  margin-bottom: 20px;
}

.blog-post-box .insights-boxes {
  height: 100% !important;
}

.sidebar-categories {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-categories li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.sidebar-categories li::before {
  background: var(--pink-color);
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.blog-sidebar-title {
  margin-bottom: 25px;
}

.search-results-l {
  background-color: var(--xtra-light-pink);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.insights-boxes {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.insights-boxes::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}

.insights-boxes .insights-img {
  height: 100%;
}

.insights-boxes .insights-img img {
  transition: transform 0.5s ease;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insights-boxes:hover .insights-img img {
  transform: scale(1.1);
}

.insights-boxes .insights-img span {
  display: inline-block;
  font-size: 16px;
  padding: 10px 25px;
  background-color: var(--pink-color);
  color: var(--white-color);
  position: absolute;
  right: 35px;
  top: 25px;
  border-radius: 8px;
  z-index: 1;
  display: none;
}

.insights-boxes .insights-img a {
  display: block;
}

.insights-boxes .insights-img {
  position: relative;
  max-width: 100% !important;
}

.insights-boxes .insights-content {
  z-index: 2;
  bottom: 30px;
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
}

.insights-boxes .insights-content h3 {
  color: var(--white-color);
  font-size: 20px;
}

.single-post .hero-title {
  max-width: 1100px;
}


.ourproduct-col {
  margin-bottom: 30px;
}

.ourproduct-card {
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ourproduct-card img {
  transition: transform 0.3s ease;
}

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

.ourproduct-image {
  border-radius: 20px;
  overflow: hidden;
  height: 542px;
}

.ourproduct-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.ourproduct-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ourproduct-content {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.ourproduct-text {
  flex: 1;
}

.ourproduct-text h3 {
  margin-bottom: 8px;
}

.ourproduct-text h3 a {
  text-decoration: none;
  color: #000;
}

.ourproduct-text p {
  margin: 0;
}

.ourproduct-card .ourproduct-content .arrow-link {
  width: 20px;
}

.ourproduct-card .ourproduct-content .arrow-link a {
  position: relative;
  right: 0px;
  top: 0px;
  transition: 0.3s;
  display: inline-block;
}

.ourproduct-card:hover .ourproduct-content .arrow-link a {
  right: -5px;
  top: -5px;
  transition: 0.3s;
  box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

/* Product Details */
.product-imgarea {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: 0.3s;
  border-radius: 20px;
}

.product-area .main-img {
  width: 100%;
  transition: 0.3s;
}

.product-imgarea .slider-inner {
  position: relative;
}

.product-area .zoom-trigger {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 2;
}

.product-imgarea .slider-inner:hover .main-img {
  transform: scale(1.05);
}

.fancybox-image {
  border-radius: 10px;
}

.product-area .zoom-img:hover {
  opacity: 0.5;
}

.product-area .product-conarea {
  padding-left: 25px;
}

.product-area .row {
  align-items: center;
}

.specifications-con .table-wrapper {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.specifications-con .table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.specifications-con .table td {
  vertical-align: middle;
  padding: 14px 20px;
  border: 1px solid #eee;
}

.specifications-con .table tr:nth-child(even) td {
  background-color: #fff0f5;
}

.specifications-con .table td {
  width: 50%;
}

.features-area {
  background-color: #f5ebf0;
}

.features-area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.features-area ul li {
  width: 50%;
  margin: 10px 0;
  position: relative;
  padding-left: 30px;
}

.features-area ul li::before {
  background: var(--pink-color);
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.product-listing .ourproduct-image {
  height: 355px;
}

.product-listing .fs-h6 {
  font-size: 22px;
}

@media (max-width: 575px) {
  .product-listing .ourproduct-image {
    height: auto;
  }

  .product-listing .fs-h6 {
    font-size: 18px;
  }
}

.form-outer .custom-file-upload .wpcf7-not-valid-tip {
  width: 200px;
  bottom: -35px;
  left: -15px;
}


/* Sustainability */
.author-sec .container-author {
  background-color: #2a2a2a;
  border-radius: 20px;
  padding: 50px;
}

.container-author .row {
  align-items: center;
}

.author-from_author {
  position: relative;
}

.author-from_author img {
  position: absolute;
  left: 0;
  top: -52px;
}

.author-from_author p {
  color: var(--white-color);
  font-size: 24px;
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 1100px;
}

.author-cards {
  position: relative;
}

.author-cards img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.author-contents {
  background-color: #ffffff;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 80%;
  padding: 10px 15px;
  border-radius: 10px;
  width: calc(100% - 40px);
}

.author-contents p {
  margin: 0;
  font-size: 14px;
}

.author-cards img {
  width: 100%;
}

.commitments-part {
  background-image: url(../images/commitments_area.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.impact-sec img {
  border-radius: 20px;
}

.key_initiative_part {
  background-color: #F3E8EE;
}


.achieved-sec .achieved-item-middle {
  position: relative;
  margin: 30px 0;
  height: 30px;
}

.achieved-sec .achieved-line-main {
  margin-left: calc(50vw - 735px);
  max-width: 100%;
  width: auto;
}

.achieved-sec .achieved-item-middle::before,
.achieved-sec .achieved-item-middle::after {
  content: "";
}

.achieved-sec .achieved-item-middle::before {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 2;
}

.achieved-sec .achieved-item-middle::after {
  height: 1px;
  width: calc(100% - 30px);
  display: block;
  top: 14px;
  left: 30px;
  position: relative;
}

.achieved-sec .slick-track {
  display: flex;
}

.achieved-sec .achieved-item-middle::before {
  background: url(../images/timeline-before-icon.png) no-repeat;
}

.achieved-sec .achieved-item-middle::after {
  background-color: #000;
}

.achieved-sec .achieved-item-middle::before {
  background: url(../images/timeline-white-before-icon.png) no-repeat;
}

.achieved-sec .achieved-item-top {
  padding-right: 15px;
  height: 70px;
}

.achieved-sec .achieved-item-bottom {
  padding-right: 15px;
  display: flex;
  align-items: anchor-center;
  height: 70px;
}

.achieved-sec .achieved-item-bottom img {
  width: 30px;
  margin-right: 15px;
}

.achieved-sec .achieved-item-bottom>div {
  max-width: 80%;
}

.achieved-sec .achieved-item span {
  display: block;
  font-size: 36px;
  font-weight: 500;
}

.achieved-sec .achieved-item {
  display: flex;
}

.achieved-sec .item.even .achieved-item {
  flex-direction: column;
}

.achieved-sec .item.odd .achieved-item {
  flex-direction: column-reverse;
}

.track-sec-container {
  background-color: var(--pink-color);
  background-image: url("../images/bulb.svg");
  padding: 80px 30px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right 30% center;
}

.track-sec-container h2 {
  max-width: 810px;
}

.track-sec-container .btn:hover {
  border: 1px solid #fff;
}

.track-sec-container .text-lg-end .btn:first-child {
  margin-bottom: 20px;
}


/* Site Map */
.sitemap-menu ul.menu,
.sitemap-menu ul.sub-menu {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
}

.sitemap-menu ul.menu>li {
  margin-bottom: 16px;
  color: var(--primary-color);
}

.sitemap-menu a {
  color: var(--primary-color);
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  position: relative;
  padding-left: 20px;
}

.sitemap-menu a::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--pink-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--primary-transition);
}

.sitemap-menu a:hover::before {
  transform: translateY(-50%);
  left: -5px;
}

.sitemap-menu a:hover {
  color: var(--pink-color);
  text-decoration: none;
}

.sitemap-menu ul.sub-menu {
  padding-left: 20px;
  border-left: 2px dashed #ddd;
  margin-top: 10px;
}

.sitemap-menu ul.sub-menu li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-template-template-industries .hero-title {
  max-width: 769px;
}

.fileup-wrap {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
}