@import "./variables.css";
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: transparent;
  transition: 0.5s ease all;
}
/* added by vijay sutar on 19-11-2025 */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* code ends */
.header.sticky {
  background: var(--dark);
}
.header .navbar-brand {
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.header .navbar-brand img {
  /* width: 230px; */
  width: 266px !important;
  transition: 0.5s ease all;
  padding-bottom: 10px;
  z-index: 99;
  position: relative;
}
.header .navbar-brand img.logo-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999 !important;
}
/* .header.sticky .navbar-brand img {
  width: 295px;
  padding-bottom: 0px !important;
} */
.header.sticky .navbar-brand img.logo-primary {
  opacity: 0;
}
.header.sticky .navbar-brand img.logo-secondary {
  opacity: 1;
  height: unset !important;
}
.header .navbar-toggler {
  width: 30px;
  height: 30px;
  background: var(--light);
  color: var(--dark);
  padding: 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  box-shadow: none;
  border: 0;
}
.header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header .navbar {
  z-index: 11;
  padding: 27px 0px 9px 0px !important;
  border-bottom: 1px solid var(--light);
  transition: 0.3s all ease-in-out;
}
.header .navbar-nav .nav-link {
  font-size: 17px;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  position: relative;
  transition: 0.5s ease all;
  word-break: keep-all;
  letter-spacing: 0.7px !important;
  padding: 10px 10px 10px 10px;
  z-index: 99;
}
.header .navbar-nav .nav-link.active::after,
.header .navbar-nav .nav-item:hover .nav-link::after {
  height: 15px !important;
  top: 22px !important;
  background: var(--primary);
  z-index: -1;
  width: 100% !important;
}
.header .navbar-nav .nav-link.active::after {
  height: 15px !important;
  top: 22px !important;
  background: var(--primary);
  z-index: -1;
  width: 100% !important;
}
.header.sticky .navbar-nav .nav-link.active::after {
  background: var(--primary);
}
.navbar-expand-xl .navbar-collapse {
  padding-top: 4px;
}
.header.sticky .navbar-nav .nav-item.active::after,
.header.sticky .navbar-nav .nav-item:hover .nav-link::after {
  top: 22px !important;
}
.header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  background: transparent;
  transition: 0.5s ease all;
  top: 48px;
}
.header.sticky .navbar-nav .nav-link::after {
  top: 47px;
}
.header.sticky .navbar-nav .nav-link:hover::after {
  background: var(--primary);
  top: -5px !important;
}
/* Hero */
.hero {
  position: relative;
}
.hero .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 39, 60, 0.2);
  mix-blend-mode: multiply;
  z-index: 2;
}
#hero-section::before{
  content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.hero .scroll-down {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 50px;
  left: 50%;
  z-index: 3;
  font-size: 30px;
  width: 600px;
  color: var(--light);
  animation: 3s scrollDownAnim infinite;
  display: none;
}
@keyframes scrollDownAnim {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 50px;
  }
}
.hero .carousel {
  position: relative;
}
.hero .carousel .carousel-item img {
  width: 100%;
  /* height: 100%; */
  /* height: 600px; */
  height: 83.1vh;
  object-fit: cover;
  object-position: center;
}
.hero .carousel-caption {
  position: absolute;
  inset: auto;
  padding: 0;
  top: 50%;
  left: 7%;
  transform: translate(9%, -40%);
  margin: 0;
  width: 600px;
  text-align: left;
  z-index: 4;
}
.hero .carousel-caption h5 {
  font-family: var(--sans-serif-medium);
  color: var(--light);
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
}
.hero .carousel-caption h6 {
  font-size: 18px;
  font-family: var(--sans-serif-light);
  color: var(--light);
  margin-left: 7px;
  letter-spacing: 0.8px;
}

.about .carousel .carousel-indicators {
  inset: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-center;
  z-index: 3;
}
.hero .carousel .carousel-indicators {
  inset: auto;
  right: 10%;
  bottom: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
}
.about .carousel .carousel-indicators button {
  border-bottom: 2px solid #e5e5e5;
  width: 45px;
  height: 10px;
  opacity: 1;
  background: transparent;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.hero .carousel .carousel-indicators button {
  width: 45px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border-bottom: 2px solid var(--light);
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.hero .carousel .carousel-indicators button.active,
.about .carousel .carousel-indicators button.active {
  border-bottom: 2px solid var(--primary);
}
.hero .carousel .carousel-item img::before,
.about .carousel .carousel-item img::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(0, 0, 0, 0.7);
  /* height: ; */
}

/* packaging solutions */
.packaging-solutions .solution-list .title .heading {
  font-size: 48px;
  font-family: var(--sans-serif-normal);
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all 0.55s ease-in-out;
}
.packaging-solutions .solution-list .title .heading:hover {
  color: var(--primary);
}
.packaging-solutions .solution-list .title .heading span {
  font-size: 25px;
  vertical-align: top;
  color: #a5a5a5;
  font-weight: 700;
  padding-right: 17px;
}
.packaging-solutions .solution-list .link {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 2px solid var(--dark);
}
.packaging-solutions .solution-list .list:last-child .link {
  margin-bottom: 0px;
}
.packaging-solutions .solution-list .link .title-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.packaging-solutions .solution-list .link .title-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  border-radius: 50%;
  transition: 0.5s all ease;
}
.packaging-solutions .solution-list .link:hover .icon {
  transform: translateX(10px) scale(1.05);
}
.packaging-solutions .solution-list .link p {
  font-size: 17px;
  color: var(--black);
  letter-spacing: 0.8px;
  margin-left: 32px;
  width: 60%;
}
/* know more */
/* .know-more {
  padding-top: 180px !important;
}
.know-more .card .heading {
  font-size: 30px;
  letter-spacing: -1px;
}
.know-more .card {
  border: none;
}
.know-more .card-body {
  padding: 30px 35px;
  background-color: #efefef;
  border-radius: 30px;
}
.know-more .form-box {
  width: 70%;
}
.know-more form input {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid var(--dark);
  box-shadow: none !important;
  border-radius: 0;
  padding-inline: 0;
  padding-bottom: 15px;
  color: var(--dark);
}
.know-more form input::placeholder {
  color: var(--dark);
}
.know-more form .button {
  padding-top: 14px;
}

.know-more .right-image-box {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 737px;
  height: 100%;
}
.video-carousel-btn button {
  border: none !important;
} */
/* know more end*/

/* our clients */
.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 106px;
  align-items: center;
}

.clients .clients-box img {
  transition: 0.5s ease-in-out;
}
.clients .clients-box img:hover {
  scale: 1.1;
  transition: 0.5s ease-in-out;
}
.client-logo1 {
  width: 120px;
}
.client-logo2 {
  width: 190px;
}
.client-logo3 {
  width: 140px;
}
.client-logo4 {
  width: 70px;
}
.client-logo5 {
  width: 160px;
}
/* upcoming events */

.upcoming-events-box .text-box {
  display: flex;
  width: calc(100% - 180px);
  align-items: self-start;
}
.upcoming-events-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--dark);
  padding-bottom: 30px;
  align-items: self-start;
  margin-bottom: 30px;
}
.upcoming-events-box:last-child {
  margin-bottom: 0;
}
.upcoming-events-box h2 {
  /* font-size: 36px; */
  font-size: 32px;
  color: var(--dark);
  line-height: 44px;
  width: 55%;
  font-weight: 700;
}
.upcoming-events-box h2 span {
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: lighter;
}
.upcoming-events-box p {
  font-size: 20px;
  color: var(--dark);
  width: 35%;
  font-weight: bold;
}
.upcoming-events-box h5 {
  font-size: 24px;
  font-family: var(--sans-serif-bold);
  color: var(--primary);
  width: 20%;
  font-weight: 700;
}
.upcoming-events-box a img {
  width: 15px;
}
.upcoming-events .upcoming-events-box .icon {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 40px;
  right: 5px;
}
.upcoming-events .upcoming-events-carousel .owl-dots {
  display: block !important;
}
.upcoming-events-carousel .owl-dots.disabled {
  display: block !important;
}
.upcoming-events .upcoming-events-carousel .owl-dots button.active span,
.upcoming-events .upcoming-events-carousel .owl-dots button:hover span {
  background: var(--dark);
  border: 2px solid var(--light);
}
.upcoming-events-box .read-more {
  background-color: transparent;
  color: var(--dark);
  padding: 10px 15px 6px 15px;
  margin-bottom: 0px;
  border-radius: 24px;
  border: 1px solid var(--dark);
  font-weight: 500;
  /* font-size: 15px; */
  font-size: 14px;
}
.upcoming-events-box .read-more i {
  padding-left: 5px;
}
.upcoming-events .upcoming-events-carousel .owl-dots button span {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 2px solid transparent;
  outline: 2px solid var(--dark) !important;
  opacity: 1;
  background: transparent;
  transition: 0.5s ease all;
}
/* About Section */
.video-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  height: 600px;
}
.video-box .button-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s all ease;
}
.video-box .button-text.active {
  opacity: 0;
}
.video-box:hover .button-text {
  opacity: 1;
}
.video-box .button-box {
  width: 70px;
  height: 70px;
  border: 2px solid var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s all ease;
  line-height: 0;
}
.video-box .button-box:hover {
  background: var(--light-alt);
}
.video-box .button-box:hover .play-button i {
  color: var(--dark);
}
.video-box .button-box .play-button {
  background: none;
  border: none;
}
.video-box .button-box .play-button i {
  font-size: 24px;
  color: var(--light);
}
.video-box .button-text p {
  font-family: var(--nav-link-font);
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
}
#video-section iframe {
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  height: 600px !important;
  width: 100%;
}
#video-section .video-poster .poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
#video-section .video-poster .poster-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 1.5s all ease;
  z-index: 1;
  border-radius: 25px;
  /* pointer-events: none; */
}
#video-section .video-poster {
  position: relative;
}
#video-section .video-poster .poster-image .play-button {
  position: absolute;
  width: 75px;
  height: 50px;
  background: red;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#video-section .video-poster .poster-image .play-button::after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent var(--light);
  border-style: solid;
  margin-left: 5px;
  border-width: 10px 0 10px 21px;
}
#video-section .video-poster .poster-image.hidden {
  opacity: 0;
  z-index: -1;
}
.about .image {
  width: 100px;
  margin: 0 0 auto auto;
}
.about h6 {
  font-size: 25px;
  color: var(--dark);
  line-height: 140%;
}

.about .carousel {
  padding-bottom: 70px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.bootstrap-carousel-control {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 200px);
  position: absolute;
  top: calc(50% - 35px);
  left: -100px;
  transform: translateY(-50%);
}
.bootstrap-carousel-control button {
  display: flex;
  background: transparent;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #d0d0d0;
}
.bootstrap-carousel-control button i {
  font-size: 26px;
  color: #d0d0d0;
  font-weight: 500;
}
/* Counter section */
/* counter */
.counter label {
  font-size: 13px;
  width: 130px;
  color: #12263a;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.counter .hs-input {
  display: inline-block;
  width: 93%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
}

.hs-error-msg {
  top: 30px !important;
  font-size: 9px !important;
  color: red !important;
  letter-spacing: 0.5px !important;
  line-height: 15px !important;
}

.counter .hs-button {
  background: #e59644;
  border-color: #e59644;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  padding: 12px 24px;
  border-radius: 3px;
  box-shadow: none;
  border: none;
}
.counter__row {
  background: #f2f2f2;
  padding: 40px;
  border-radius: 400px;
}
.counter {
  padding-top: 150px !important;
}
.counter .image {
  width: 100px;
}
.counter .item .icon {
  width: 50px;
}
.counter .item h5 {
  font-size: 45px;
  font-family: var(--sans-serif-bold);
  color: var(--dark);
  font-weight: 700;
  margin: 10px 0 0;
}
.counter .item h6 {
  font-size: 16px;
  font-family: var(--sans-serif-medium);
  columns: var(--dark);
}

/* About Factory */
.about-factory .image {
  height: 500px;
  padding-top: 150px;
}
.about-factory .image img {
  width: 100%;
  height: 100%;
  object-position: bottom center;
  object-fit: cover;
  border-radius: 185px;
}
.about-factory address {
  margin: 0 0 5px;
  font-family: var(--sans-serif-light);
  color: var(--dark);
  height: 145px;
  letter-spacing: 0.4px;
}
.about-factory address span {
  color: var(--dark);
  letter-spacing: 0.7px;
  font-family: var(--sans-serif-bold);
  font-weight: 600;
}
.about-factory p span {
  color: var(--dark);
  letter-spacing: 0.7px;
  font-family: var(--sans-serif-bold);
  font-weight: 700;
}
.about-factory p a {
  color: var(--dark);
  font-family: var(--sans-serif-light);
  font-weight: 300;
}
.about-factory .link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.about-factory .link span {
  font-size: 20px;
  font-family: var(--sans-serif-bold);
  color: var(--primary);
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.about-factory .link i {
  font-size: 16px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  border: 2px solid var(--primary);
  color: var(--primary);
  transition: 0.5s ease all;
  margin-left: 15px;
}
.about-factory .link:hover i {
  margin-left: 20px;
}
.about-factory .sub-heading {
  color: var(--primary);
}
/* Contact Section */
.contact .image {
  width: 100px;
}
/* know more footer */
.know-more.know-more-footer {
  padding-top: 60px !important;
}
.know-more-footer {
  background: #efefef;
  padding: 50px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.know-more-footer h2 {
  font-size: 30px;
  letter-spacing: -1px;
}
.know-more-footer .leftDown {
  width: 78px;
  margin-bottom: 20px;
}
.know-more.know-more-footer .form-box {
  width: 100%;
}
.know-more.know-more-footer form input {
  font-family: var(--sans-serif-light);
}
/* Footer */
.footer {
  background: url(./../../images/hero/gradient-bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer .logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.footer .logo img {
  /* width: 190px; */
  width: 250px;
}
.footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.footer .footer-end-text {
  text-align: right;
}
.footer_line {
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  position: absolute;
  bottom: 100px;
  opacity: 0.1;
}
.footer .social a {
  /* width: 20px; */
  width: 25px;
}
.footer .social img,
.social-icons img {
  width: 20px;
}
.footer ul li a {
  font-size: 15px;
  font-family: var(--sans-serif-light);
  color: var(--light);
  transition: 0.5s ease all;
  letter-spacing: 0.5px;
}
.footer ul li a:hover {
  color: var(--primary);
}
.footer h6 {
  font-size: 16px;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.footer address {
  font-size: 15px;
  font-family: var(--sans-serif-light);
  color: var(--light-alt);
  letter-spacing: 0.5px;
}
.footer address span {
  font-family: var(--sans-serif-medium);
  letter-spacing: 0.5px;
}
.footer p {
  font-size: 14px;
  display: block;
  font-family: var(--sans-serif-light);
  color: var(--light);
}
.footer p a {
  color: var(--light-alt);
}
.footer p span {
  font-size: 14px;
  font-family: var(--sans-serif-light);
  color: var(--light);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.footer p.text-light-alt,
.footer .footer-contact a {
  font-size: 13px;
}
.footer-end-text a {
  padding: 0px 10px;
}
.footer-end-text a:last-child {
  padding-right: 0px;
}

/* Added on 09-09-2025 for About Us page Redesign - Starts */
.about-BanneR .carousel-caption {
  left: 7%;
  top: 50%;
  transform: translate(9%, -40%);
  width: 600px;
}
.about-BanneR h2 {
  font-family: var(--sans-serif-medium);
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
}
.globalUnit .col-lg-3 {
  padding-right: 0;
}
.aboutdesc {
  font-family: var(--sans-serif-light);
  font-size: 14px;
  color: var(--dark);
  line-height: 130%;
  letter-spacing: 0.5px;
  padding-left: 5px;
}
.aboutUsWrap .heading {
  font-size: 78px !important;
  font-family: var(--sans-serif-medium) !important;
  letter-spacing: -5px !important;
}
.glob-content h4 u {
  text-decoration: underline !important;
}
.about-BanneR .carousel .carousel-item .aboutBannerImg {
  /* height: 480px !important; */
  height: 83.1vh !important;
}
.get-in-touch {
    font-size: 20px !important;
}
.about-BanneR .get-in-touch-home img {
  width: 48px !important;
  height: 48px !important;
}
.about-BanneR .get-in-touch-home {
  position: static !important;
  margin-top: 16px !important;
  color: var(--light);
  font-size: 20px;
}
.about-BanneR .main-banner-content {
  width: 75%;
  line-height: 16px;
  font-family: var(--sans-serif-light);
  opacity: 1;
  letter-spacing: 0.5px;
}
.about-BanneR .get-in-touch-home {
  left: 10.8%;
  bottom: 65px;
}
.about-BanneR .social-icons {
  z-index: 3;
}
.about-BanneR .social-icons img {
  opacity: 0.8;
}
.about-BanneR .carousel-inner {
  height: unset;
}
.about-BanneR .carousel .carousel-indicators button {
  width: 35px;
}
.about-BanneR .carousel .carousel-indicators {
  right: 9.2%;
}
.about-BanneR .carousel-item::after {
  /* background: rgba(16, 39, 60, 0.296) !important; */
  background: rgba(0, 0, 0, 0.5) !important;
}
.aboutInfraImg img {
  border-radius: 300px;
}
.about_video .youtube {
  height: 349px;
}
.about_video .youtube iframe {
  height: 350px;
}
.global-accordian .accordion-body {
  padding: 12px 0px;
}
.glob-content h4 {
  font-size: 20px !important;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
}
.global_img-content h5 {
  font-size: 65px;
}
.global_img-div .global_img img {
  width: 45px;
  height: 45px;
  margin-top: 8px;
}
.global_img-content h6 {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  font-size: 20px;
  letter-spacing: -0.5px;
}
.aboutus-accordian .infra-counter .item h5 {
  font-size: 90px;
  font-family: var(--sans-serif-bold);
  color: var(--primary);
  line-height: 80px;
  z-index: 2;
}
.aboutus-accordian .infra-counter .item h6 {
  font-size: 22px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -0.9px;
  z-index: 2;
  color: var(--dark);
  white-space: nowrap;
}
.aboutus-accordian .infra-counter .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
  position: relative;
}
.aboutus-accordian .our-process_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.aboutus-accordian .our-process_box img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.aboutus-accordian .our-process_box .process_content p {
  letter-spacing: 0.2px;
  line-height: 18px;
  font-size: 15px;
  color: var(--dark);
  font-family: var(--sans-serif-light);
}
.management-content h3 {
  font-size: 23px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -1px;
  color: var(--dark);
  transition: all 0.55s ease-in-out;
}
.flex-div .flex-image img {
  width: 165px;
}
.partnership-flex1 .flex-image {
  flex-basis: calc(16% - 16px);
}
.partnership-flex .flex-image .second_logo {
  width: 270px !important;
}
.partnership-flex1 .flex-image .first_logo {
  width: 140px !important;
}
.partnership-flex1 .flex-image .abb-logo {
  width: 130px !important;
}
.aboutCounter {
  padding-top: 80px !important;
}
.aboutus-accordian {
  padding-bottom: 25px !important;
}
.aboutUsWrap .gx-5 {
  --bs-gutter-x: 5rem;
}
/* Added on 09-09-2025 for About Us page Redesign  - Ends */

/* Added by Sanket on 01-10-2025 for ABout Us page - Our Presence section */
.globalAbout .col-lg-6 {
  padding-right: 0;
}
.globalAbout .accordion-header button {
  padding: 0;
  width: fit-content !important;
  padding: 0 !important;
}
.globalAbout .accordion-button::after {
  background-image: none !important;
  width: unset !important;
  display: none !important;
}
.globalAbout .accordion-item {
  border-bottom: none !important;
}
.globalAbout .accordion-body {
  padding: 0;
}
.globalAbout .accordion-item h4 {
  transition: all 0.55s ease-in-out;
}
.globalAbout .accordion-item h4:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 1200px) {
  .navbar .navbar-collapse {
    background: transparent;
  }
  .header.sticky .navbar-nav .nav-link {
    color: var(--dark);
  }
  .navbar-collapse .navbar-nav {
    padding: 10px 0;
  }
  .navbar .nav-item {
    width: 100%;
  }
  .navbar .nav-item .nav-link {
    padding: 10px 20px;
  }
  .navbar .nav-item .nav-link:hover {
    transform: scale(1);
    padding-left: 30px;
  }
  .navbar .nav-item .nav-link:hover::after {
    display: none;
  }
  .header .navbar-nav {
    width: 100%;
  }
  .header .navbar-nav {
    gap: 5px;
  }

  .hero .carousel-caption p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .hero .carousel-caption {
    width: 80%;
  }

  .video-box video {
    height: fit-content;
    min-height: 300px;
  }
  .introduction .icon-text-box .intro-text {
    width: calc(100%);
  }
  .client-logos {
    gap: 0.5%;
  }
  .clients-box {
    width: 33%;
  }
  .upcoming-events-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
  }
  .upcoming-events-box .text-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .upcoming-events-box h2,
  .upcoming-events-box p,
  .upcoming-events-box h5 {
    width: 100%;
  }

  .know-more {
    display: flex;
    flex-direction: column;
  }
  .know-more .container {
    order: 2;
  }
  .know-more .right-image-box {
    position: static;
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
    order: 1;
  }
  .know-more .card .heading {
    font-size: 35px;
    letter-spacing: -1px;
  }

  .bootstrap-carousel-control {
    width: 100%;
    justify-content: center;
    gap: 10px;
    bottom: 0;
    top: auto;
    left: 0;
    transform: translateY(0%);
  }

  .about .carousel .carousel-indicators {
    display: none;
  }

  .footer p.footer-end-text {
    width: 100%;
    margin: 0 auto;
  }
  .footer-end-text a {
    padding: 0px;
  }

  .about-factory .image {
    position: relative;
    inset: auto;
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .g-5,
  .gx-5 {
    --bs-gutter-x: 0 !important;
  }
  .g-5,
  .gy-5 {
    --bs-gutter-y: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-4 {
    margin-bottom: 1.1rem !important;
  }
  .mb-3 {
    margin-bottom: 0.8rem !important;
  }
  .container,
  .container-sm {
    max-width: 100%;
  }
  .heading {
    font-size: 40px;
  }

  .hero .carousel .carousel-item img,
  .hero-banner {
    /* height: 80vh; */
    height: 65vh !important;
  }

  .hero-alt,
  .hero-sm .image {
    height: 80vh;
  }
  .hero .carousel-caption h5,
  .hero-alt .text h2,
  .hero-sm .text h2 {
    font-size: 80px;
    letter-spacing: -1px;
  }

  .hero .scroll-down {
    width: 80%;
  }

  .packaging-solutions .solution-list .title .heading {
    font-size: 50px;
    font-family: var(--sans-serif-normal);
  }
  .packaging-solutions .solution-list .link p {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .introduction .icon-text-box {
    margin-left: 10px;
    flex-direction: column;
    gap: 30px;
  }
  .introduction .icon-text-box .image img {
    width: 60px;
  }

  .about .carousel {
    width: calc(100%);
  }

  .video-box .button-box .play-button i {
    font-size: 16px;
    color: var(--light);
  }
  .video-box .button-box {
    width: 60px;
    height: 60px;
  }

  .clients-box {
    width: 100%;
    padding: 0px 60px;
  }

  .counter .image img {
    width: 60px;
  }
  .about-factory address {
    height: auto;
  }

  .upcoming-events-box h2 {
    font-size: 22px;
  }

  .upcoming-events-box h5 {
    font-size: 16px;
  }

  .know-more {
    padding: 30px 35px;
    border-radius: 25px;
  }

  .know-more .form-box {
    width: 90%;
  }

  .upcoming-events-box .text-box {
    width: calc(100% - 155px);
  }
  .packaging-solutions .solution-list .link {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .about-case-video h3 {
    font-size: 20px;
  }
  .about-case-video h4,
  .about-case-video .text h5 {
    font-size: 18px;
  }
  .hero .carousel-caption p br,
  .hero .carousel-caption h5 br {
    display: none;
  }
  .about .image {
    margin: 0;
  }
  .hero-alt .text {
    width: 80%;
  }
  .case-study-carousel .carousel .pattern {
    width: 70px;
  }
  .case-study-carousel .carousel .carousel-caption .text h5 {
    font-size: 18px;
  }
  .case-study-carousel .carousel .carousel-caption .text h4 {
    font-size: 25px;
  }
  .case-study-carousel .carousel .carousel-caption .text a {
    font-size: 14px;
  }
  .case-study-carousel .carousel .carousel-indicators,
  .about-case-video .carousel .carousel-indicators {
    bottom: 20px;
    right: 20px;
  }
  .case-study-list .item .text h5 {
    font-size: 25px;
  }
  .case-study-list .item .text p {
    width: 100%;
    font-size: 16px;
  }
  .case-study-carousel .carousel .carousel-caption .text a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .about-case-video .carousel .carousel-item {
    height: 100%;
  }
  .about-case-video .carousel .carousel-controls {
    display: none;
  }

  .bootstrap-carousel-control button {
    width: 40px;
    height: 40px;
  }
  .bootstrap-carousel-control button i {
    font-size: 21px;
  }
}
@media (max-width: 578px) {
  .hero .carousel-caption h5 {
    font-size: 60px;
    letter-spacing: -1px;
  }
  .hero .carousel-caption h6 {
    font-size: 22px;
    margin-left: 8px;
  }

  .intro-text p {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  .packaging-solutions .solution-list .title .heading {
    font-size: 35px;
    letter-spacing: -1px;
  }
  .packaging-solutions .solution-list .list .list-tag {
    padding: 5px 20px;
  }
  .packaging-solutions .solution-list .list .list-tag h6 {
    font-size: 10px;
  }
  .packaging-solutions .solution-list .link .title-icon {
    margin-bottom: 10px;
  }
  .packaging-solutions .solution-list .link .title-icon .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .packaging-solutions .solution-list .link .title-icon .icon i {
    font-size: 21px;
  }

  .upcoming-events-box .text-box {
    width: calc(100% - 135px);
  }

  .upcoming-events-box .read-more {
    padding: 5px 20px;
    padding-top: 9px;
    font-size: 14px;
  }
  .know-more .card .heading {
    font-size: 28px;
  }

  .arrow-down-form {
    width: 30px;
  }
  .products-box {
    flex-direction: column;
  }
  .products-box.inner .product_box {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .upcoming-events-box h2 {
    font-size: 20px;
  }
  .packaging-solutions .solution-list .title .heading {
    font-size: 30px;
  }
}
/* Added By Sanket on 13-12-2024 for Navbar Menu*/
.header .nav-ul {
  margin-right: 40px;
  gap: 5px;
}
.header .nav-ul .small-navlink {
  font-size: 13px !important; /* applied to overwrite the default style */
  font-family: var(--sans-serif-light) !important;
}
.header .nav-ul .menu-1 {
  font-size: 18px !important; /* applied to overwrite the default style */
  font-family: var(--sans-serif-medium) !important;
  letter-spacing: 0.7px !important;
}
.header .nav-ul .li-end {
  margin-right: 20px;
}
.header form input {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid white;
  width: 120px;
  height: 30px;
  color: var(--light);
}
.header form input::placeholder {
  color: transparent;
}
.header form input:focus {
  box-shadow: unset;
}
.header form button {
  position: relative;
  right: 42px;
  bottom: 3px;
}
.header .lang-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
.header .lang-btn i {
  color: var(--primary);
  font-size: 25px;
}
.header .lang-btn a {
  font-family: var(--sans-serif-light);
  color: var(--light);
  font-size: 22px;
  text-decoration: underline;
}
.header .lang-btn button {
  font-family: var(--sans-serif-light);
  color: var(--light) !important;
  font-size: 16px;
  text-decoration: underline;
  background: transparent;
  border: none;
}
.header .lang-btn .dropdown-menu {
  /* background: linear-gradient(rgba(16, 39, 60, 1), rgba(16, 39, 60, 0.6)); */
  background: var(--dark);
}
.header .lang-btn .dropdown-item {
  font-size: 15px;
  text-decoration: none;
  margin-left: 10px;
}
.header .lang-btn .dropdown-item:hover {
  background-color: transparent;
}
.header .container-fluid {
  padding-bottom: 4px;
}
.header.sticky .container-fluid {
  padding-bottom: 8px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.header-nav-dropdown .dropdown-menu {
  background-color: transparent;
  border: 0px !important;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  background: var(--light);
}
.header.sticky .lang-btn .dropdown-menu {
  background: var(--light) !important;
}
.header.sticky .lang-btn .dropdown-menu li a {
  color: var(--dark);
}
.header-nav-dropdown .dropdown-menu .dropdown-item {
  color: var(--light);
  font-family: var(--sans-serif-medium);
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 3px 18px;
  transition: 0.3s ease-in-out;
}

.opacity0 {
  opacity: 0 !important;
}
.opacity1 {
  opacity: 1 !important;
}
.social-icons {
  position: absolute;
  right: 9%;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}
.social-icons i {
  color: var(--light);
  display: block;
  font-size: 11px;
  margin-bottom: 22px;
  opacity: 0.8;
}
.social-icons img {
  opacity: 0.8;
}
.social-icons img:hover {
  opacity: 1;
}
.social-icons img {
  width: 20px;
}
.get-in-touch {
  color: var(--light);
  margin-top: 28px;
  z-index: 3;
  position: absolute;
  bottom: 80px;
  left: 11.4%;
  font-size: 20px;
}
.get-in-touch img {
  width: 45px !important;
  height: 45px !important;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .get-in-touch {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .hero .carousel-caption {
    left: 0%;
  }
  .hero .carousel-caption h6 {
    font-size: 18px;
  }
  .get-in-touch {
    left: 40px;
  }
  .header {
    background: var(--dark);
  }
  .header.sticky {
    background: var(--dark);
  }
  .header.sticky .navbar-brand img.logo-primary {
    opacity: 1;
  }
  .header.sticky .navbar-brand img.logo-secondary {
    opacity: 0;
  }
  .header.sticky form input {
    border-bottom: 1px solid var(--light) !important;
  }
  .header.sticky button i {
    color: var(--light) !important;
  }
  .section {
    padding: 50px 0px !important;
  }
  .know-more .right-image-box {
    margin-bottom: 0px !important;
  }
  .button-box {
    margin-top: 20px;
  }
  .upcoming-events-box {
    display: block;
  }
  .client-logos {
    gap: 38px;
  }
  .about-factory .image {
    padding-top: 50px !important;
    height: unset !important;
  }
  .footer .social {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
  }
  .footer .footer-end-text {
    text-align: left;
  }
  .footer .footer-contact {
    float: unset !important;
  }
  .footer .social {
    justify-content: unset !important;
  }
  .footer .footer-end-text {
    text-align: unset;
  }
  .footer_line {
    bottom: 128px;
  }
  .footer .row .row.g-4 .col-lg-2 {
    margin: 0;
  }
  .footer .row:nth-child(2) .col-lg-3 {
    margin-top: 20px;
  }
}
.carousel .carousel-indicators .countp-left {
  color: var(--light);
  font-size: 12px;
  vertical-align: middle;
  margin-top: 22px;
  margin-right: 6px;
}
.carousel .carousel-indicators .countp-right {
  color: var(--light);
  font-size: 12px;
  vertical-align: middle;
  margin-top: 22px;
  margin-left: 6px;
}
.carousel .carousel-indicators .countp-left {
  color: #bbb;
}
.carousel .carousel-indicators .countp-right {
  color: #bbb;
}
.loadMore a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 22px;
  transition: all 1s ease-in-out;
}
.loadMore span img {
  width: 50px;
  margin-left: 20px;
}
.tagClients ul#pills-tab {
  display: flex !important;
  gap: 12px;
  justify-content: end;
  width: 71%;
}
.tagClients ul li button {
  color: var(--dark);
  background: var(--light);
  border-radius: 20px;
  /* padding: 6px 12px 2px; */
  padding: 6px 12px 1px 12px;
  font-size: 14px;
  border: 1px solid var(--dark);
  transition: 0.5s ease-in-out;
  font-family: var(--sans-serif-medium);
}
.tagClients ul li button:focus {
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
}
.tagClients ul li button:hover {
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
}
/* Added By Sanket on 03-03-2025 Starts */
.tagSecRight ul li button {
  color: var(--dark);
  background: var(--light);
  border-radius: 20px;
  padding: 6px 12px 2px;
  font-size: 14px;
  border: 1px solid var(--dark) !important;
  transition: 0.5s ease-in-out;
  font-family: var(--sans-serif-medium);
}
.tagSecRight ul li button:focus {
  color: var(--light);
  background-color: var(--dark);
}
.tagSecRight ul li button:hover {
  color: var(--light);
  background-color: var(--dark);
}
.tagSecRight .navTags li {
  border: none;
}
.tagSecRight ul#pills-tab {
  display: flex !important;
  gap: 12px;
}
.clientsSec .clientsSecRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.clientsSecRow1 {
  justify-content: start !important;
}
.clientsSec .clientsImgWrap {
  overflow: hidden;
}
.clientsSec img {
  width: 160px;
  object-fit: contain;
  transition: all 1s ease-in-out;
}

.header {
  padding: 0px !important;
}
/* contact */
.heroContact.product_banner {
  background: url('../../images/banner/contact.webp') ;
}
.product_banner {
  background: linear-gradient(rgba(16, 39, 60, 1), rgba(16, 39, 60, 0.6));
  /* background: url(./../../images/hero/banner-02.jpg); */
  background-size: cover;
}
.product_banner .hero-banner-text1 h2 {
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 85%;
}
.product_banner .hero-banner-text {
  /* top: 40%; */
  top: 40%;
}
.product_banner .get-in-touch {
  color: var(--light);
  margin-top: 28px;
}
.product_banner .get-in-touch img {
  width: 45px;
  margin-left: 10px;
}
.product_banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.hero_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/* background: rgba(0, 0, 0, 0.5) !important; */
  mix-blend-mode: multiply;
}
.hero-banner {
  /* height: 582px; */
  /* height: 480px; */
  height: 83.1vh;
}
.main-banner-content {
  color: var(--light);
  font-size: 14px;
  width: 40%;
  font-weight: 300;
  opacity: 0.8;
  letter-spacing: 0.8px;
  line-height: 22px;
}
.product_banner .hero-banner-text1 h2 {
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 85%;
}
.product_banner .get-in-touch {
  color: var(--light);
  margin-top: 28px;
}
.product_banner .hero-banner-text {
  top: 40%;
}
.hero {
  position: relative;
}
.hero-banner .hero-banner-text {
  position: absolute;
  inset: auto;
  padding: 0;
  top: 40%;
  left: 0%;
  margin: 0;
  width: 100%;
  text-align: left;
  z-index: 4;
}
.product_banner .hero-banner-text1 h2 {
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 100%;
}
.hero-banner-text1 h2 {
  font-size: 65px;
  letter-spacing: 0.8px;
  margin: 0;
}
.solutions-banner-heading h2 {
  font-size: 110px;
  font-weight: 500;
  font-family: var(--sans-serif-medium);
  color: var(--light);
}
.heroContact .get-in-touch {
  color: var(--light);
  margin-top: 28px;
  position: static !important;
}
.heroContact .get-in-touch img {
  width: 45px;
  margin-left: 10px;
}
.hero-banner-new img {
  object-position: top;
}
.aboutus-accordian .accordion-item,
.globalPresense .aboutus-accordian .accordion-item {
  border: 0px;
  border-bottom: 2px solid var(--dark);
  border-radius: 0px;
}
.aboutus-accordian .accordion-item .accordion-header {
  border-bottom: 0px !important;
}
.globalPresense .accordion-button:not(.collapsed) {
  background: unset;
}
.globalPresense .accordion {
  --bs-accordion-border-color: unset;
}
.aboutus-accordian .accordion-item .accordion-header button,
.globalPresense .aboutus-accordian .accordion-item .accordion-header button {
  background: unset;
  border-bottom: 0px !important;
}
.aboutus-accordian .aboutus-accordian-heading h2 {
  font-size: 50px;
  font-family: var(--sans-serif-medium);
  letter-spacing: -1.8px;
  margin-bottom: 0px !important;
  margin-top: 5px;
  padding-bottom: 0px;
}
.aboutus-accordian .aboutus_content p {
  color: var(--dark);
  font-size: 15px;
  line-height: 20px;
}
.aboutus-accordian .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.aboutus-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../../images/bottom-blue-arrow.png");
  transform: rotate(180deg);
}
.aboutus-accordian .accordion-button::after {
  background-image: url("../../images/bottom-blue-arrow.png");
  transform: none;
  width: 40px !important;
  height: 42px !important;
  background-size: 40px !important;
}
.aboutus-accordian #careersVideoPlay,
#careersVideoPause {
  bottom: 40%;
}
.aboutus-accordian #careersVideoPlay img {
  width: 152px;
}
.our-process-image img {
  position: absolute;
  width: 600px;
  top: -120px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
.aboutus-accordian .our-process_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.aboutus-accordian .our-process_box .process_content h3 {
  font-size: 34px;
  font-family: var(--sans-serif-medium);
  margin-bottom: 10px;
  color: var(--dark);
  letter-spacing: -1px;
}
.accordion-button:focus {
  box-shadow: none !important;
}
/* Added by sanket on 18-04-2025 */
.header.sticky form input,
.header.sticky form .btn i {
  /* border-color: var(--dark); */
  /* color: var(--dark) !important; */
  transition: all 0.55s ease-in-out;
}
.header.sticky .navbar {
  border-bottom: 1px solid var(--dark);
}
/* Added by sanket on 25-04-2025 Starts */
.button-box a span {
  background-color: var(--dark);
  border-radius: 50%;
  color: var(--light);
  padding: 4px;
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  opacity: 40%;
  transition: all 1s ease-in-out;
}
.button-box a {
  transition: all 1s ease-in-out;
}
.button-box a:hover {
  background: var(--dark);
  color: var(--light);
}
.button-box a:hover span {
  background: var(--light);
  color: var(--dark);
}
.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-form .search-input {
  padding: 8px 0px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}
.search-form .search-input::placeholder {
  color: #999;
}
.search-form .search-button {
  background-color: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: var(--light);
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form .search-button i {
  font-size: 18px;
}
.header .navbar-nav .small-navlink::after,
.header .navbar-nav .small-navlink:hover .small-navlink::after {
  bottom: 10px;
}
.textHero {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  padding-top: 20px;
}
/* Styling for Careers/Support/Partners/Aboutus - Starts */
.careers-hero-right h2,
.partners-hero-left h2 {
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  font-size: 5em;
  margin-bottom: 10px;
  letter-spacing: -4px;
}
.careers-hero {
  padding-top: 80px !important;
}
.g-i-t {
  position: static;
  font-size: unset;
}
.automation-future p {
  color: var(--light);
  font-size: 12px;
  line-height: 12px;
  position: relative;
}
.automation-future p::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 0.5px;
  left: -100px;
  top: 7px;
  background: var(--light);
}
.partners-hero-left h2 {
  font-size: 4em;
}
.partners-hero-left .partners-hero-p {
  padding-top: 5px;
}
.banner-partners {
  background:url('../../images/banner/Cybernetik_Website_Partner_Page_Header_Banner.webp')  !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.heroCareers.product_banner {
  background:url('../../images/banner/Careers Page_Header.webp') ;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
}
.careers-hero .careers-hero-left p,
.partners-hero-left p,
.textHero {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  padding-top: 20px;
}
.careers-hero .careers-hero-left p:first-child {
  padding-top: 0;
}
.careers-hero-right p {
  color: var(--dark);
  font-family: var(--sans-serif-normal);
}
.zingPlugin .zingPluginBox {
  height: 600px;
}
.ev-video iframe {
  border-radius: 15px !important;
  top: 50px;
}
.product__carousel .owl-theme .owl-dots .owl-dot {
  margin-top: 9px;
}
.product__carousel .owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--dark);
  background: var(--light) !important;
  margin: 2px 2px !important;
}
.product__carousel .owl-theme .owl-dots .owl-dot.active span,
.product__carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--dark) !important;
}
.product__carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
}
.product__carousel .owl-nav button.owl-prev::after {
  background-image: url("../../images/left-arrow-blue.png");
}
.product__carousel .owl-nav button.owl-next::after {
  background-image: url("../../images/right-arrow-blue.png");
}
.product__carousel .owl-nav button.owl-prev::after,
.product__carousel .owl-nav button.owl-next::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.getInTouch {
  background: var(--bg) !important;
}
.heroSupport.product_banner {
  background: url(../../images/banner/support.webp) !important;
  background-repeat: repeat;
  background-size: cover !important;
}
.supportListBox p,
.textHeroSupport {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  padding-top: 10px;
  letter-spacing: 0.5px;
}
.our-support h2 {
  font-family: var(--sans-serif-medium);
  text-transform: capitalize;
  color: var(--dark);
  font-size: 50px;
  letter-spacing: -3px;
}
.supportListBox {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.supportListBox:first-child {
  margin-top: 0;
}
.supportListBox img {
  width: 120px;
  margin-bottom: 40px;
}
.supportListBox h3 {
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  font-size: 1.85rem;
  letter-spacing: -2px;
}
.product__carousel .image-box img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.product__carousel {
  width: 90%;
}
.product__carousel .owl-nav button.owl-prev,
.product__carousel .owl-nav button.owl-next {
  position: absolute;
  margin: auto;
  background: none;
  border: none;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.product__carousel .owl-nav button.owl-prev {
  left: 32%;
}
.product__carousel .owl-nav button.owl-next {
  right: 32%;
}
/* About us page Style Starts */
.management-content a i:hover,
.management-box:hover h3,
.management-box:hover p {
  color: var(--primary) !important;
}
#accordionglobal {
  margin-bottom: 15px;
}
.heroAbout.product_banner {
  background: url(./../../images/banner/about.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom;
}
.aboutus-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../../images/process-automation/bottom-blue-arrow.png");
  transform: rotate(180deg);
}
.aboutus-accordian .accordion-button::after {
  background-image: url("../../images/process-automation/bottom-blue-arrow.png");
  transform: none;
  width: 40px !important;
  height: 42px !important;
  background-size: 40px !important;
}
.about_video {
  /* height: 450px; */
  height: fit-content;
}
.aboutus-accordian .accordion-item,
.globalPresense .aboutus-accordian .accordion-item {
  border: 0px;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid var(--dark);
  border-radius: 0px;
}
.infra-heading-img img {
  position: absolute;
  width: 157px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  top: -92px;
  left: 14.4%;
}
.infrastructure-box p {
  padding-left: 250px;
  color: var(--dark);
  line-height: 24px;
}
.aboutus-accordian .infra-counter .item h5 {
  font-size: 90px;
  font-family: var(--sans-serif-bold);
  color: var(--primary);
  line-height: 80px;
  z-index: 2;
}
.aboutus-accordian .infra-counter .item h6 {
  font-size: 22px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -0.7px;
  z-index: 2;
  color: var(--dark);
}
.counter-first-image {
  width: 215px;
  height: 250px;
  border-radius: 12px;
  position: absolute;
  left: 43%;
  right: 0;
  margin: auto;
  top: -48px;
  object-fit: cover;
}
.aboutus-accordian .infra-counter {
  position: relative;
}
.aboutus-accordian .infra-counter .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
  position: relative;
}
.counter-second-image {
  width: 230px;
  height: 150px;
  border-radius: 12px;
  position: absolute;
  left: 22%;
  top: 29px;
  object-fit: cover;
}
.global-accordian .accordion-header button {
  padding: 12px 0px 6px 0px;
  font-size: 30px;
  letter-spacing: -1px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
}
.global-accordian .accordion-button::after {
  background-image: url(../../images/process-automation/bottom-blue-arrow.png);
  transform: none;
  width: 30px !important;
  height: 32px !important;
  background-size: 30px !important;
}
.global-accordian .accordion-button:not(.collapsed)::after {
  background-image: url(../../images/about-us/icons/bottom-orange-arrow.png);
  transform: rotate(180deg);
}
.global-presence-image {
  position: relative;
  height: 400px;
  margin-bottom: 50px;
}
.global-presence-image {
  background-image: url(../../images/about-us/global-presence.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 186px;
}
.glob-content p {
  font-size: 13px !important;
  font-family: var(--sans-serif-light);
}
.global-body p {
  color: var(--dark);
  font-size: 14px;
  line-height: 20px;
}
.global_img-div {
  display: flex;
  gap: 15px;
  align-items: start;
  justify-content: center;
}
.global_img-content h5 {
  font-size: 65px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
}
.global-presence-image {
  position: relative;
  height: 474px;
}
.global-presence-image .counter2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.global-unit h4 {
  font-size: 20px;
  color: var(--dark);
  font-family: var(--sans-serif-medium);
  transition: 0.5s ease-in-out;
}
.global-unit.d-block h4:hover {
  color: var(--dark) !important;
  text-decoration: unset;
}
.global-blod-text span {
  font-family: var(--sans-serif-medium);
  font-size: 16px;
}
.global-body p {
  color: var(--dark);
  font-size: 14px;
  line-height: 20px;
}
.global-blod-text a {
  transition: all 0.55s ease-in-out;
  color: var(--dark);
}
.global-blod-text a:hover {
  color: var(--primary);
}
.global-accordian .accordion-header button {
  padding: 12px 0px 6px 0px;
  font-size: 35px;
  letter-spacing: -1px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
}
.aboutus-accordian .accordion-item .accordion-header button,
.globalPresense .aboutus-accordian .accordion-item .accordion-header button {
  background: unset;
  border-bottom: 0px !important;
}
.aboutus-accordian .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.global-accordian .accordion-item,
.globalPresense .accordion-item {
  border-bottom: 1px solid #c8c8c8;
}
.flex-div {
  display: flex;
  gap: 60px;
}
.partnership-flex1 {
  display: flex;
  justify-content: space-between !important;
  gap: unset !important;
  flex-wrap: wrap;
}
.partnership-flex {
  justify-content: start !important;
  align-items: center;
  gap: 50px !important;
}
.partnership-flex1 .flex-image .abb-logo {
  width: 110px !important;
}
.management-box .m-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}
.management-content h3 {
  font-size: 23px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -1px;
  color: var(--dark);
  transition: all 0.55s ease-in-out;
}
.management-content {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.management-content a i {
  font-size: 17px !important;
  color: #1b75d0 !important;
  transition: all 0.55s ease-in-out;
  margin-right: 18px;
}
.management-box p {
  font-family: var(--sans-serif-light);
  font-size: 15px;
  color: var(--dark);
  letter-spacing: 0px;
  transition: all 0.55s ease-in-out;
  line-height: 112%;
  margin-top: 5px;
}
.moreAbout .read-detail-accordian .accordion-button img {
  width: 40px;
  margin-left: 15px;
  transform: rotate(90deg);
}
.read-detail-accordian .accordion-header button {
  background: none;
  border: none;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 23px;
  box-shadow: none;
  padding: 0px;
  padding-left: 0px;
}
.read-detail-accordian .accordion-header {
  padding: 5px 0px;
}
.moreAbout .read-detail-accordian .accordion-button::after {
  background-image: unset;
}
.cybernetik-about .accordion-button {
  background: none;
  border: none;
  color: var(--primary);
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 12px !important;
  box-shadow: none;
  padding: 0px;
  text-decoration: underline;
  text-transform: capitalize !important;
}
.aboutHead.heading {
  font-size: 45px;
  font-family: var(--sans-serif-bold);
  color: var(--dark);
}
.counterSec {
  padding-top: 0 !important;
}
.read-detail-accordian .accordion-item {
  border: 0 !important;
}
.intro-text1 h6 {
  color: var(--primary);
  font-size: 20px;
  letter-spacing: 0.8px;
  font-family: var(--sans-serif-light);
  margin: 13px 0px;
  margin-bottom: 13px;
}
/* About us page style ends */
.common_video .youtube {
  height: 548px !important;
  background: unset !important;
}
.youtube {
  position: relative;
  padding-top: 49.25%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
  height: 527px;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button::before {
  position: absolute;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -0.82%;
  left: 0;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  border-radius: 20px;
}
.youtube iframe {
  width: 100%;
  top: 0;
  left: 0;
}
.footer .footer-contact {
  float: right;
}
.packaging-solutions .solution-list .link .title-icon .icon img:last-child {
  display: none;
}
@media (min-width: 1400px) and (max-width: 1900px) {
  .careers-video .youtube iframe {
    height: 577px !important;
    width: 100%;
  }
  .about_video .youtube img {
    object-position: center !important;
  }
  /* Added on 09-09-2025 for About Us page Redesign  - Starts */
  .about_video .youtube iframe {
    height: 387px;
  }
  .about_video .youtube {
    height: 385px;
  }
  /* Added on 09-09-2025 for About Us page Redesign  - Ends */
}
/* Styling for About/Partners/Support/Careers Pages Ends */
@media (min-width: 1200px) {
  .upcoming-events-box h5 {
    font-size: 1.5rem;
  }
  .nav-closeBtn {
    position: relative;
    z-index: 100;
    visibility: hidden;
    cursor: pointer;
  }
  .nav-closeBtn i {
    font-size: 30px;
  }

  .packaging-solutions .solution-list .link:hover {
    img:first-child {
      display: none;
    }
    img:last-child {
      display: block !important;
    }
  }
  .partnership-flex1:last-child {
    margin-bottom: 30px;
  }
  .marginDown {
    margin-bottom: 35px;
  }
}
/* Added by sanket on 25-04-2025 Ends */

/* added by vishnu on 09-06-2025 */
/* added for solutions-pages - Explore how we can optimise your business section -
after-submite-message */
.submitted-message {
  color: var(--primary) !important;
}

/* added by vishnu on 10-6-2025 */
/* privacy-policy section */

.privacy-policy-list {
  padding-left: 41px;
}
.privacy-policy-list li {
  list-style-type: disc;
}
.privacy-policy .textHeroSupport {
  letter-spacing: 0.4px;
}

.third-party-link {
  font-weight: bold;
  color: var(--dark);
}

.input textarea {
  height: 60px !important;
}

/* added by vishnu on 11-6-2025 */
/* for footer section */
/* .footer .footer-contact{
  float: unset !important;
} */

@media (min-width: 810px) and (max-width: 1080px) {
  /* .Counter-from {
    margin-left: 104px !important;
  } */
}

@media (min-width: 360px) and (max-width: 480px) {
  .refresh_counter {
    font-size: 4rem !important;
  }
}

/* style for support and pattern section forms */
/* added by vishnu on 11-6-2025 */
.explore-partnerships .hs-input {
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid var(--dark-alt) !important;
  border-radius: 0px;
  color: var(--dark) !important;
  height: calc(2.5rem + calc(var(--bs-border-width) * 2));
  -webkit-appearance: none !important;
  height: 20px;
}
/* added by vishnu on 11-6-2025 and 12-06-2025 */
.explore-partnerships .hs-button {
  border: 1px solid var(--light);
  padding: 8px 25px;
  padding-bottom: 4px;
  background: none !important;
  border-radius: 50px;
  color: var(--light);
  background: var(--dark) !important;
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
}

.explore-partnerships .hs-form-field {
  margin-top: 15px;
}
.explore-partnerships textarea {
  height: 50px !important;
}
/* added by vishnu on 12-6-2025 starts */
.support-form .hs-input {
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid var(--dark-alt) !important;
  border-radius: 0;
  color: var(--dark) !important;
  height: calc(2.5rem + calc(var(--bs-border-width) * 2));
  -webkit-appearance: none;
  height: 20px;
}

.support-form .hs-form-field {
  margin-top: 15px;
}
.support-form textarea {
  height: 49px !important;
}
/* added by vishnu on 11-6-2025 and 12-06-2025 */
.support-form .hs-button {
  border: 1px solid var(--light);
  padding: 8px 25px;
  padding-bottom: 4px;
  border-radius: 50px;
  background: none;
  color: var(--light);
  background: var(--dark) !important;
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
}

.counter .hs-button {
  margin-left: 17px;
}
/* added by vishnu on 12-6-2025  ends*/

/* Added by Sanket for Mobile Responsiveness on 12-06-2025 */
.zoneTabs h5 {
  color: var(--primary);
  margin-top: 50px;
  font-size: 25px;
  font-weight: 500;
}
.zoneTabs img {
  width: 90%;
}
@media (max-width: 767px) {
  .assembly-content .tab-pane {
    padding: 0 !important;
  }
  .zoneAssmebly .nav-tabs .nav-link {
    padding: 12px 16px 10px 16px;
  }
  .zoneTabs img {
    width: 335px;
  }
  .global-presence-image {
    height: 347px;
  }
  .aboutus-accordian .our-process_box img {
    width: 116px;
  }
  .about_video {
    height: unset;
  }
  .aboutus-accordian .youtube iframe {
    height: 100% !important;
  }
  .aboutus-accordian .aboutus-accordian-heading h2 {
    font-size: 42px;
  }
  .packaging-solutions .solution-list .link .title-icon .icon img {
    width: 25px;
  }
  .packaging-solutions .solution-list .link p {
    width: 85%;
  }
  .capabilitiesWrap img,
  .about-factory .image img {
    height: 261px;
    border-radius: 150px;
  }
  .know-more .form-box {
    width: 100%;
  }
  .capabilitiesList {
    margin-left: 5px;
  }
  .capabilitiesList ul li {
    font-size: 1.2rem;
    line-height: 26px;
    padding: 8px 0;
  }
  h4.heading {
    font-size: 55px !important;
  }
  .packaging-solutions .solution-list .link .title-icon .icon {
    margin-bottom: 45px;
  }
  .packaging-solutions .solution-list .title .heading {
    font-size: 29px;
    display: flex;
    width: 90%;
  }
  .social-icons {
    right: 2%;
  }
  .infrastructure-box p {
    padding-left: 0;
    margin-top: 8rem;
  }
  .infrastructure-box p br,
  .aboutus-accordian .our-process_box .process_content p br {
    display: none;
  }
  .aboutus-accordian .infra-counter .item {
    display: block;
  }
  .aboutus-accordian .infra-counter .item h6 {
    font-size: 22px;
  }
  .aboutCounter .container-fluid.px-5 {
    padding-top: 25px;
  }
  #collapseFive .flex-div {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partnership-flex1 {
    flex-wrap: wrap;
  }
  .partnership-flex .second_logo {
    width: 200px;
  }
  .partnership-flex {
    justify-content: space-between !important;
    gap: 0 !important;
  }
  .partnership-flex .flex-image .first_logo {
    width: 104px !important;
  }
  #counter-section .image {
    /* margin: 20px auto !important; */
    margin-top: 50px;
  }
  #counter-section .sub-heading {
    font-size: 28px;
  }
  .zoneAssmebly .nav {
    padding: 0;
  }
  .zoneAssmebly,
  .packaging-solutions,
  .know-more,
  .ourCapabilities,
  .packaging-solutions .solution-list .list:last-child .link,
  .systemFeatures,
  .ev-application,
  .ev-introduction {
    padding-bottom: 0 !important;
  }
  .know-more .card {
    margin-bottom: 17px;
  }
  .zoneTabs h5 {
    font-size: 18px;
  }
}

/* added by vishnu on 12-06-2025 starts */
/* for carrer page mobile responsive */
@media (max-width: 767px) {
  .counter .input .hs-input {
    width: 100% !important;
  }

  .youtube img {
    height: 100%;
  }

  .youtube {
    height: unset !important;
  }

  .common_video .youtube {
    height: 228px !important ;
  }
  .youtube iframe {
    height: 100%;
  }
  /* for solution page banner section */
  .hero-banner .hero-banner-text {
    /* top: 30% !important; */
    top: 44% !important;
  }
  .solutions_box {
    height: unset !important;
  }
  .solutions-banner-heading h2 {
    font-size: 41px !important;
    line-height: 54px !important;
  }

  .counter .hs-button {
    /* margin-left: 24px; */
    display: flex;
    margin: auto !important;
  }
  /* for support section */
  .product__carousel .owl-nav button.owl-prev {
    left: 25%;
  }

  .product__carousel .owl-nav button.owl-next {
    right: 25% !important;
  }
  .product-first-image {
    display: flex;
    justify-content: center;
  }

  .hero .carousel .carousel-indicators,
  .about .carousel .carousel-indicators {
    right: 38% !important;
  }
}
/* added by vishnu on 12-06-2025 ends */

/* added by vishnu on 13-06-2025 starts */
/* for solution page */
@media (max-width: 767px) {
  .products-box.inner {
    gap: unset !important;
    flex-direction: row !important;
  }
  .products-box.inner .product_box {
    width: 50% !important;
  }
  /* for index page */
  .clientsSec .clientsSecRow {
    flex-wrap: wrap;
  }
  .hidden-image {
    display: none !important;
  }

  .clientsSec img {
    width: 130px !important;
  }
  .about-factory {
    padding-top: 0 !important;
  }
  /* .ev-application .application-text{
  padding-top: 82px !important;
  height: 200px;
} */
  .bootstrap-carousel-control {
    width: calc(58%) !important;
    left: 75px !important;
  }

  /* added on 16-06-2025  for solution page*/
  .assembly-line .flow-text-box {
    justify-content: unset !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
  }
  .counter .hs-button {
    margin-top: 10px !important ;
  }
  .about .carousel {
    width: calc(500px - 112px) !important;
  }
  .ev-video {
    padding: 0px 0 !important;
  }
  .solution-row {
    padding: 40px !important;
  }
  .ev-video .youtube {
    height: 228px !important;
  }
  .ev-video iframe {
    height: 100% !important;
  }
  #video-section iframe {
    height: 100% !important;
  }
  .bootstrap-carousel-control {
    top: calc(103% - 45px) !important;
  }
  #video-section .video-poster {
    height: 228px !important;
  }
  .c-advantages {
    padding-top: 0px !important;
  }

  .ev-application {
    padding-top: 0px !important;
  }
  .assembly-form .hs-submit {
    margin-top: 18px;
    margin-bottom: 10px !important;
    padding: 0px 0px !important;
  }
  .assembly-line {
    padding-top: 0px !important;
  }
  .assembly-form {
    padding-top: 0px !important;
  }
  .counter1 {
    padding-top: 0px !important;
  }
  .equipment-box {
    margin-top: 35px !important;
  }
  .carousel .carousel-indicators {
    bottom: 23px !important;
  }
  /* added by vishnu on 16-06-2025 ends */
}

@media (min-width: 767px) and (max-width: 992px) {
  .hero-banner .hero-banner-text {
    top: 30% !important;
  }
  .products-box.inner {
    justify-content: center !important;
    gap: 18.22% !important;
  }
  /* added by vishnu on 13-06-2025 ends */

  /* added on 16-06-2025 */
  .ev-video .youtube {
    height: 395px !important;
  }
  .flow-text-box {
    gap: 15px !important;
  }
  .ev-video iframe {
    height: 100% !important;
  }

  .ev-video {
    padding-top: 0px !important;
  }
  #video-section .video-poster {
    height: 395px !important;
  }
  #video-section iframe {
    height: 100% !important;
  }
  .bootstrap-carousel-control button {
    margin-top: 107px !important;
  }
  .about .carousel {
    width: calc(100% - 61px) !important;
  }
  .bootstrap-carousel-control {
    width: calc(100% + 138px) !important;
    left: -72px !important;
  }
  .line-right:after {
    display: none !important;
  }
  .footer .footer-contact {
    float: unset !important;
  }

  /* added by vishnu on 16-06-2025 ends */
}

/* Added by Sanket on 13/06/2025 */
@media (max-width: 991px) {
  .infra-heading-img img,
  .youtube,
  .management-box .m-image,
  .product__carousel .image-box img,
  .capabilitiesWrap,
  .capabilitiesWrap img,
  .about-factory .image img,
  .counter__row,
  .know-more img,
  .know-more .card-body,
  .business-form {
    border-radius: var(--radius) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .locationAccord p br {
    display: none;
  }
  .common_video .youtube {
    height: 395px !important;
  }
  .about-factory .image {
    height: 340px !important;
  }
  .counter .sub-heading {
    text-align: center;
  }
  .counter fieldset,
  .counter .hs-input {
    max-width: 100% !important;
  }
  .counter .form-columns-1 .hs-input {
    width: 96.5% !important;
  }
  .counter .hs-button {
    margin-left: 0;
  }
  .counter .image {
    margin: auto;
  }
  .partnership-flex1 {
    flex-wrap: wrap;
    /* justify-content: space-between !important; */
  }
  .aboutCounter #counterSec {
    padding-top: 20px;
  }
  .flex-div {
    flex-wrap: wrap;
  }
  .packaging-solutions .solution-list .title .heading {
    display: flex;
  }
  .packaging-solutions .solution-list .link .title-icon {
    align-items: unset;
  }
  .packaging-solutions .solution-list .title .heading span {
    margin-top: 2px;
  }
  .heroContact p {
    padding-top: 0px;
  }
  /* .heroContact {
    padding-top: 30px;
  } */
  .about-factory .image {
    height: 340px;
    padding-top: 0;
    margin-top: 60px;
  }
  .packaging-solutions .solution-list .list:last-child .link {
    padding-bottom: 0;
  }
  .solutions-banner-heading h2 {
    line-height: 72px !important;
    font-size: 61px !important;
  }
  .section {
    padding: 40px 0px !important;
  }
  .partners-hero fieldset,
  .getInTouch fieldset {
    max-width: 100% !important;
  }
  .partners-hero input,
  .getInTouch .form-columns-2 input {
    width: 95% !important;
  }
  .partners-hero textarea,
  .getInTouch .form-columns-1 input,
  .getInTouch textarea {
    width: 98% !important;
  }
  .explore-partnerships .hs-button {
    width: fit-content !important;
  }
  .careers-video .youtube iframe,
  .about_video .youtube iframe {
    height: 100%;
  }
  .product-first-image {
    display: flex;
    justify-content: center;
  }
  .aboutus_content {
    padding-bottom: 30px;
  }
  .about_video {
    height: 416px;
  }
}
/* added by vishnu on 16-06-2025 starts */
@media (min-width: 768px) and (max-width: 991px) {
  .ev-video {
    padding-top: 0px !important;
  }
  .c-advantages {
    padding-top: 0px !important;
  }
  .assembly-form {
    padding-top: 0px !important;
  }
}
/* added by vishnu on 16-06-2025 ends */

@media (max-width: 767px) {
  .about_video .youtube {
    height: 228px !important;
  }
  .support_img {
    display: none;
  }
  #counter-section .image {
    margin: 20px auto !important;
  }
  #counter-section .sub-heading {
    text-align: center;
  }

  /* added by vishnu on 21-06-2025  starts*/
  /* for aboutus page */
  .aboutus-accordian .infra-counter {
    padding-top: 100px !important;
    position: relative;
    padding-bottom: 100px;
  }

  .aboutus-accordian .infra-counter .item h5 {
    font-size: 4rem !important;
  }
  /* added by vishnu on 21-06-2025  starts*/
}

.heroContact p {
  padding-top: 0;
}

/* added by vishnu on 13-06-2025 starts */
/* for index page midd form */
.counter .hs-button {
  margin-top: 21px;
}
/* .know-more {
  padding-top: 180px !important;
} */
.know-more .card .heading {
  font-size: 30px;
  letter-spacing: -1px;
}
.know-more .card {
  border: none;
}
.know-more .card-body {
  padding: 30px 35px;
  background-color: #efefef;
  border-radius: 30px;
}
.know-more .form-box {
  width: 100%;
}
.know-more form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--dark);
  box-shadow: none;
  border-radius: 0;
  padding-inline: 0;
  margin-bottom: 0px;
  color: var(--dark);
  font-size: 14px !important;
  height: 25px !important;
}
.know-more form input::placeholder {
  color: var(--dark);
}
.know-more form .button {
  padding-top: 14px;
}
.know-more .hs-form-field {
  position: relative !important;
  margin-bottom: 15px !important;
}
.know-more .hs-form label {
  color: var(--dark);
  font-size: 14px;
  pointer-events: none;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.hs-error-msg {
  top: 30px !important;
  font-size: 9px !important;
  color: red !important;
  letter-spacing: 0.5px !important;
  line-height: 15px !important;
}
.know-more .right-image-box {
  position: absolute;
  right: 0;
  bottom: 35px;
  width: 737px;
  height: 100%;
}
.know-more .hs_submit .actions input[type="submit"] {
  border: 1px solid var(--light);
  padding: 8px 20px;
  padding-bottom: 4px;
  background: var(--dark) !important;
  color: var(--light);
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 30px;
  height: 40px !important;
}

.assembly-form .hs-form-field {
  color: #12263a;
  font-family: helvetica;
  font-size: 15px;
  margin-bottom: 18px;
}

.assembly-form .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.assembly-form .hs-button {
  background: #e59644;
  border-color: #e59644;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.assembly-form .hs-submit {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.assembly-form fieldset {
  max-width: 100% !important;
}

/* added by vishnu on 18-06-2025 */
/* Hide Header Search button */
.search-form {
  display: none;
}

/* Added by Sanket for Youtube Video Black Border issue - on 10-07-2025*/
.ev-video .youtube iframe {
  height: 100% !important;
  width: 97.8% !important;
  right: 0;
  bottom: 0;
}
#video-section iframe {
  height: 639px !important;
}

.about_video iframe {
  height: 394px;
}
.turnkey-carousel iframe,
.careers-video .youtube iframe {
  height: 596px !important;
  width: 100% !important;
}

@media (min-width: 1900px) {
  .about_video iframe {
    height: 440px;
  }
}
@media (max-width: 1399px) {
  .ev-video .youtube iframe {
    height: 514px !important;
  }
  .turnkey-carousel iframe,
  .careers-video .youtube iframe {
    height: 528px !important;
  }
  #video-section iframe {
    height: 572px !important;
  }
  .common_video .youtube {
    height: 582px !important;
  }
}
@media (min-width: 1300px) {
  /* #video-section iframe {
    height: 641px !important;
} */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about_video .youtube iframe {
    height: 100% !important;
  }
  .turnkey-carousel iframe,
  .careers-video .youtube iframe {
    height: 528px !important;
  }
  .navbar .nav-item .nav-link {
    white-space: nowrap;
  }
  /* Added on 09-09-2025 for About Us page Redesign - Starts */
  .about-BanneR .carousel .carousel-item .aboutBannerImg,
  .hero .carousel .carousel-item {
    height: 480px !important;
    min-height: unset;
  }
  .about-BanneR .social-icons {
    bottom: 30%;
  }
  .about-BanneR .get-in-touch-home {
    bottom: 22px !important;
    left: 3% !important;
  }
  .about-BanneR .carousel-caption {
    left: 0% !important;
    transform: translate(3%, -40%) !important;
  }
  /* Added on 09-09-2025 for About Us page Redesign - Ends */
}
@media (min-width: 768px) and (max-width: 991px) {
  .ev-video .youtube iframe {
    height: 383px !important;
  }
  .common_video .youtube iframe,
  .solutions-hero img,
  .careers-video .youtube iframe {
    height: 100% !important;
  }
  .ev-application .application-text {
    padding-top: 25px !important;
  }
  .common_video .youtube {
    height: 395px !important;
  }
  #video-section iframe,
  #video-section .video-poster {
    height: 359px !important;
  }
  .carousel-inner {
    border-radius: var(--radius);
  }
  /* Added on 09-09-2025 for About Us page Redesign - Starts */
  .about-BanneR .carousel-inner {
    border-radius: unset;
  }
  .about-BanneR .carousel .carousel-item {
    height: 100%;
    min-height: unset;
  }
  .partnership-flex1 .flex-image.d-none {
    display: block !important;
    visibility: hidden;
  }
  .aboutUsWrap .heading {
    font-size: 75px !important;
  }
  .about-BanneR .get-in-touch-home {
    bottom: 13rem !important;
  }
  .about-BanneR .get-in-touch-home {
    left: 15% !important;
  }
  .about-BanneR .main-banner-content {
    line-height: 18px;
  }
  .aboutus-accordian .our-process_box img {
    width: 130px;
    height: 130px;
  }
  .about-BanneR .carousel-caption {
    width: 900px;
    left: 5%;
  }
  .about-BanneR .main-banner-content {
    width: 50%;
  }
  .about-BanneR .social-icons {
    bottom: 41%;
  }
  .aboutus-accordian .infra-counter .item h5 {
    font-size: 110px;
  }
  .aboutus-accordian .infra-counter .item h6 {
    font-size: 30px;
  }
  .management-box {
    margin-bottom: 20px;
  }
  .flex-div {
    gap: 60px;
  }
  .aboutCounter {
    padding-bottom: 80px !important;
  }
  .col-lg-5:has(.aboutus_content) {
    margin-top: 0;
  }
  .marginDown {
    margin-bottom: 0;
  }
  .aboutus-accordian .our-process_box .process_content p br {
    display: none;
  }
  /* Added on 09-09-2025 for About Us page Redesign - Ends */
}
@media (max-width: 767px) {
  .common_video .youtube iframe,
  .two-column-layout iframe,
  .turnkey-carousel iframe,
  #video-section iframe {
    height: 100% !important;
  }
  .common_video .youtube,
  .ev-video .youtube iframe {
    height: 228px !important ;
  }
  .about_video .youtube {
    height: 197px !important ;
  }
  .about .carousel {
    width: calc(500px - 150px) !important;
  }
  .carousel-inner,
  .carousel-fade .carousel-item,
  #video-section .video-poster,
  #video-section .video-poster .poster-image img,
  #video-section iframe {
    border-radius: var(--radius) !important;
  }
  .about .carousel .carousel-indicators {
    margin-right: -1rem !important;
  }
  /* Added on 09-09-2025 for About Us page Redesign - Starts */
  .aboutus-accordian .our-process_box img {
    width: 125px;
    height: 125px;
  }
  .aboutus-accordian .infra-counter {
    padding-top: 30px !important;
    position: relative;
    padding-bottom: 50px;
  }
  #globalOne .gx-5 {
    --bs-gutter-x: 0 !important;
  }
  .global-presence-image {
    height: 320px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .about-BanneR h2 {
    font-size: 3rem !important;
    line-height: 58px !important;
  }
  .about-BanneR .carousel-caption {
    left: 0 !important;
    transform: translate(4%, -40%) !important;
    width: 80%;
    top: 50%;
  }
  .about-BanneR .carousel .carousel-item {
    height: 100% !important;
    min-height: unset !important;
  }
  .about-BanneR .carousel-fade .carousel-item,
  .about-BanneR .carousel-fade .carousel-inner {
    border-radius: unset !important;
  }
  .about-BanneR .carousel .carousel-item img {
    height: 100% !important;
  }
  .about-BanneR .main-banner-content {
    width: 92%;
    line-height: 15px;
    font-size: 15px !important;
  }
  .about-BanneR .get-in-touch-home {
    bottom: 80px !important;
    left: 5% !important;
  }
  .about-BanneR .social-icons {
    right: 4%;
    bottom: 38% !important;
  }
  .aboutUsWrap .heading {
    font-size: 64px !important;
    line-height: 60px;
  }
  .partnership-flex1 {
    flex-wrap: wrap;
  }
  .partnership-flex {
    flex-wrap: unset;
    gap: 20px !important;
  }
  .partnership-flex .flex-image .second_logo {
    width: 220px !important;
  }
  .partnership-flex .flex-image:nth-child(1) {
    width: 50%;
  }
  .partnership-flex1 .flex-image .abb-logo {
    width: 90px !important;
  }
  .aboutus-accordian .accordion-item .accordion-header button {
    padding-left: 0px !important;
    font-size: 25px;
  }
  .aboutus-accordian .our-process_box .process_content h3 {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
  .aboutus-accordian .our-process_box {
    gap: 10px;
  }
  .management-box {
    margin-bottom: 25px;
  }
  .flex-div {
    gap: 10px;
    flex-wrap: wrap;
  }
  .counter1 .container-fluid.px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .counter1 .counter__row {
    padding: 20px;
  }
  .partnership-flex1 .flex-image:nth-child(even) .first_logo {
    float: right;
  }
  .marginDown {
    margin-bottom: 0;
  }
  .aboutus-accordian .our-process_box .process_content p br {
    display: none;
  }
  /* Added on 09-09-2025 for About Us page Redesign - Ends */
}
/* code added by battery pack assembly & BESS  */

/*  */
.product_banner {
  background: linear-gradient(rgba(16, 39, 60, 1), rgba(16, 39, 60, 0.6));
}
.product_banner .product-banner-content {
  color: var(--light);
  position: absolute;
  right: 12%;
  width: 23%;
  font-size: 14px;
  font-weight: 300;
  bottom: -95px;
  opacity: 0.8;
  letter-spacing: 0.8px;
  line-height: 22px;
}
.hero-banner-new::after {
  /* background: rgba(16, 39, 60, 0.3) !important; */
}
.product_banner .hero-banner-text1 h2 {
  /* font-size: 4rem;
  letter-spacing: 0px;
  line-height: 65px;
  width: 100%; */
}
.product_banner .get-in-touch {
  bottom: -80px;
  left: unset;
}
.product-intro-text {
  color: var(--dark);
  font-size: 18px;
  pointer-events: none;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.our-solution-box h3 {
  font-size: 40px;
  font-family: var(--sans-serif-normal);
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.55s ease-in-out;
  margin-top: 20px;
  color: var(--dark);
}
.solutions_box {
  height: 600px;
}
.solutions_box:hover h3 {
  color: var(--primary);
}
.our-solution-box p {
  font-size: 17px;
  letter-spacing: 0.3px;
  width: 83%;
  /* height: 100px; */
}
.our-solution-box .img-hover {
  border-radius: 32px;
  overflow: hidden;
}
.our-solution-box img {
  transition: all 2s ease-in-out;
  cursor: pointer;
  border-radius: 32px;
}
.our-solution-box:hover .img-hover img {
  transform: scale(1.1);
}
.our-solution-box button {
  color: var(--primary);
  letter-spacing: 0.3px;
  border: 0;
  background: none;
  transition: 0.5s ease-in-out;
}
.our-solution-box:hover button {
  text-decoration: underline;
}
.our-solution-box button img {
  width: 32px;
  transition: 0.5s ease-in-out;
}
.our-solution-box:hover button .blue_arrow {
  display: none;
}
.our-solution-box:hover button .orange_arrow {
  display: inline-block;
}
.our-solution-box ul li {
  font-size: 18px;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.our-solution-box ul li span {
  font-weight: 600;
}
/* our capabilities */
.btnImg img {
  width: 28px;
}
.our-capabilities .btnImg {
  text-align: left;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blue_arrow {
  display: inline-block;
  width: 30px;
}
.orange_arrow {
  display: none;
  width: 30px;
}
.our-capabilities .nav-link:hover .btnImg .orange_arrow {
  display: inline-block;
}
.our-capabilities .nav-link:hover .btnImg .blue_arrow {
  display: none;
}
.our-capabilities .nav-link:focus .btnImg .orange_arrow {
  display: inline-block;
}
.our-capabilities .nav-link:focus .btnImg .blue_arrow {
  display: none;
}
.our-capabilities .nav-pills .nav-link.active,
.nav-pills .show > .nav-link .btnImg {
  color: var(--primary) !important;
  background: unset !important;
}
.our-capabilities .nav-link.active .btnImg .orange_arrow {
  display: inline-block;
}
.our-capabilities .nav-link.active .btnImg .blue_arrow {
  display: none;
}
.our-capabilities .nav-link.active .btnImg h3 {
  color: var(--primary);
}
.our-capabilities .nav-link h3 {
  font-size: 34px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.55s ease-in-out;
  margin-top: 20px;
  color: var(--dark);
}
.our-capabilities .nav-link {
  width: 100%;
  border-bottom: 1px solid var(--dark);
  border-radius: 0px;
  padding: 0px;
}
.our-capabilities .feature_box img {
  width: 130px;
}
.our-capabilities .feature_box p {
  color: var(--dark);
  font-size: 14px;
}
.our-capabilities .features_ul ul li {
  font-size: 16px;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--dark);
  letter-spacing: 0.5px;
}
.our-capabilities .features_ul {
  /* margin-top: 80px; */
}
.our-capabilities .feature_content p {
  font-size: 16px;
  color: var(--dark);
}
.our-capabilities .feature_content {
  /* margin-top: 12rem; */
}
.our-capabilities .feature_content1 {
  /* margin-top: 17rem; */
}
.our-capabilities .key-feature-heading {
  font-size: 40px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.55s ease-in-out;
  margin-top: 35px;
  color: var(--dark);
}
.experts-content p {
  width: 85%;
}
.experts-content a:hover .orange_arrow {
  display: inline-block;
}
.experts-content a:hover .blue_arrow {
  display: none;
}
.experts-content a {
  color: var(--primary);
  font-size: 22px;
  text-decoration: underline;
  letter-spacing: 0px;
  font-weight: 500;
}
.our-experts h2 {
  font-size: 72px;
}
.experts-img {
  margin-top: -40px;
}
/* BESS */
.bess-banner-text {
  top: 32% !important;
}
.bess-banner-text .product-banner-content {
  font-weight: 200;
  bottom: -95px;
  opacity: 0.8;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.bess-form-section img {
  border-radius: 25px;
}
.bess_section .bess-content h4 {
  font-size: 26px;
  font-family: var(--sans-serif-normal);
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.55s ease-in-out;
  margin-top: 20px;
  color: var(--dark);
}
.bess_section .bess-content p {
  font-size: 18px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -0.2px;
  font-weight: 300;
  margin-bottom: 10px;
  transition: all 0.55s ease-in-out;
  color: var(--dark);
}
.bes-products-heading {
  font-size: 74px !important;
  letter-spacing: -2px !important;
  line-height: 70px !important;
}
.process_box {
  background: url(../../images/bess-energy-storage-battery-pack-assembly/process-overview.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 35px 30px;
}
.process_box h3 {
  font-size: 26px;
  font-family: var(--sans-serif-normal);
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.55s ease-in-out;
  margin-top: 10px;
  color: var(--dark);
}
.process_box h4 {
  font-size: 20px;
  font-family: var(--sans-serif-normal);
  letter-spacing: 0px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.55s ease-in-out;
  color: #b3b3b3;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* Added by Sanket on 01-10-2025 for ABout Us page - Our Presence section */
  .globalAbout .col-lg-6 {
    padding-right: 12px;
  }
  .new-hero-banner .hero-banner-text {
    top: 32%;
  }
  .new-hero-banner .solutions-banner-heading h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .new-hero-banner .get-in-touch {
    bottom: -70px;
    left: unset !important;
  }
  .new-hero-banner .product-banner-content {
    bottom: -160px !important;
    right: unset !important;
    width: 90% !important;
  }
  .new-hero-banner .social-icons {
    bottom: 0% !important;
  }
  .new-hero-banner .get-in-touch img {
    width: 35px !important;
    height: 35px !important;
  }
  .product-first-section {
    padding-bottom: 0px !important;
  }
  .our-solution .heading {
    font-size: 35px !important;
    letter-spacing: -1px !important;
    line-height: 38px !important;
  }
  .our-solution-box {
    margin-bottom: 30px;
  }
  .our-solution-box a {
    font-size: 14px;
  }
  .our-solution-box h3 {
    font-size: 30px;
  }
  .our-capabilities {
    padding-top: 0px !important;
  }
  .our-capabilities .heading {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .our-capabilities .key-feature-heading {
    font-size: 34px;
  }
  .our-capabilities .nav-link h3 {
    font-size: 22px;
    letter-spacing: -0.2px;
  }
  .our-capabilities .nav {
    padding: 0px !important;
  }
  .why-choose-us {
    padding-top: 0px !important;
  }

  .our-solution .our-solution-box h3 {
    margin-top: 20px !important;
  }
  .our-solution-box p {
    width: 100%;
    height: unset;
  }
  .our-solution-box button {
    text-align: left;
  }
  .our-experts h2 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .our-experts {
    padding-top: 0px !important;
  }
  .experts-content p {
    width: 100%;
  }
  .bess-banner-text {
    top: 23% !important;
  }
  .bess-banner-text h2 {
    font-size: 33px !important;
  }
  .bes-products-heading {
    font-size: 45px !important;
    line-height: 45px !important;
    padding-top: 10px;
  }
  .experts-img {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .our-capabilities .features_ul {
    margin-top: 20px;
  }
  .our-capabilities .feature_content {
    margin-top: 2rem;
  }
  .our-capabilities .feature_content1 {
    margin-top: 2rem;
  }
  .order__2 {
    order: 2;
  }
  .order__1 {
    order: 1;
  }
  .process_box h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero .carousel .carousel-item img,
  .hero-banner {
    height: 58vh !important;
  }
  /* Added by Sanket on 01-10-2025 for About Us page - Our Presence section */
  .globalAbout .col-lg-6 {
    padding-right: 12px;
  }
  .new-hero-banner .social-icons {
    bottom: -82%;
  }
  .new-hero-banner .product-banner-content {
    bottom: -155px !important;
    right: unset !important;
    width: 80% !important;
  }
  .new-hero-banner .get-in-touch {
    bottom: -80px;
    left: unset;
  }
  .our-solution-box {
    margin-top: 20px !important;
  }
  .our-capabilities .nav {
    padding: 0px !important;
  }
  .bes-products-heading {
    font-size: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .product_banner .get-in-touch {
    left: unset;
  }
}
@media (min-width: 1600px) {
  .product_banner .get-in-touch {
    left: unset;
  }
}
.menulink-dropdown {
  position: relative;
}
.menulink-button {
  position: absolute;
  top: 2px;
  right: 0px;
}

/* Added by Sanket on 17-11-2025 for Thank You Page */
.thankYouBanner {
  background: url(./../../images/hero/gradient-bg.png);
}
.thankYou-wrap .products-common-heading {
  font-size: 68px !important;
  line-height: 75px;
}
.thankYou-wrap p {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  font-size: 19px;
  line-height: 26px;
}
.thankYou-wrap .thankHeroImg {
  background-image: url("../../images/thank-you/Cybernetik Website_Thank_You_Page_Thank_You_Section_Image.webp");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.thankYou-wrap .thankHeroContent {
  margin-left: -4rem;
}
.thankYou-wrap .btnFollow {
  font-family: var(--sans-serif-medium);
  background-color: var(--dark);
  color: var(--light);
  border-radius: 50px;
  padding: 13px 20px 9px 20px;
  font-size: 14px;
}
.thankYou-wrap .aboutImage {
  height: 450px;
  padding-top: 110px;
}
.thankYou-wrap .aboutImage img {
  border-radius: 185px;
}
.about__accordian .accordion-item {
  border: unset;
  border-bottom: 1px solid #c8c8c8 !important;
}
.about__accordian .accordion-header button {
  padding: 12px 0px 6px 0px;
  font-size: 35px;
  letter-spacing: -1px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  background: unset !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}
.about__accordian .accordion-body {
  border-bottom: 1px solid #c8c8c8 !important;
  border: 0px !important;
  padding: 12px 0px;
}
.about-factory address {
  margin: 0 0 5px;
  font-family: var(--sans-serif-light);
  color: var(--dark);
  letter-spacing: 0.4px;
  height: unset;
}
.about-factory address span {
  color: var(--dark);
  letter-spacing: 0.7px;
  font-family: var(--sans-serif-bold);
  font-weight: 600;
}
.about__accordian .accordion p {
  color: var(--dark);
  font-size: 13px;
  font-family: var(--sans-serif-normal);
  letter-spacing: 0.2px;
  line-height: 20px;
}
.about-factory p span {
  color: var(--dark);
  letter-spacing: 0.7px;
  font-family: var(--sans-serif-bold);
  font-weight: 700;
}
.about-factory p a {
  color: var(--dark);
  font-family: var(--sans-serif-light);
  font-weight: 300;
}
@media (max-width: 767px) {
  .thankYou-wrap .thankHeroImg {
    height: 200px !important;
  }
  .thankYou-wrap .products-common-heading {
    font-size: 50px !important;
    line-height: 52px;
  }
  .thankYou-wrap .thankHeroContent {
    margin-left: 0;
  }
  .thankYou-wrap .aboutImage {
    padding-top: 50px;
    height: unset;
  }
  .thankYou-wrap img {
    border-radius: 15px !important;
    height: 261px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .thankYou-wrap .thankHeroImg {
    height: 300px !important;
  }
  .thankYou-wrap .thankHeroContent {
    margin-left: 0;
  }
  .thankYou-wrap .aboutImage {
    height: 340px !important;
    padding-top: 0px;
    margin-top: 20px;
  }
  .thankYou-wrap img {
    border-radius: 15px !important;
  }
}

/* code added by vijay sutar on 21-11-2025*/
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #f2f2f2;
  margin: 50px;
  border-radius: 40px;
  position: fixed !important;
  bottom: 30px !important;
  height: unset !important;
  width: 44%;
  margin: auto;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 2px #f2f2f2;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 20px 40px 20px 40px !important;
}
.termsfeed-com---palette-light .cc-nb-title {
  display: none;
}
.cc-nb-title-container {
  display: none !important;
}
.cc-nb-text-content {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: var(--dark);
}
.termsfeed-com---palette-light .cc-nb-okagree {
  color: #fff !important;
  background-color: var(--dark) !important;
  border-radius: 50px;
  padding: 7px 30px !important;
}
.termsfeed-com---palette-light .cc-nb-text {
  margin-bottom: 0 !important;
  line-height: 18px;
}
.termsfeed-com---palette-light .cc-nb-okagree:focus {
  border: none !important;
  background: unset !important;
}
.termsfeed-com---palette-light .cc-nb-okagree:hover {
  color: var(--primary) !important;
}
.termsfeed-com---palette-light .cc-nb-reject {
  background-color: transparent !important;
  color: var(--dark) !important;
  border: 1px solid var(--dark);
  border-radius: 50px;
  padding: 6px 30px !important;
  margin-top: 10px;
  margin-left: 0.5rem !important;
}
.cc-nb-changep {
  display: none !important;
}
@media (max-width: 767px) {
  .termsfeed-com---nb .cc-nb-main-container {
    padding: 20px 25px 20px 25px !important;
  }
  .termsfeed-com---palette-light.termsfeed-com---nb {
    margin: 0px !important;
    width: 100% !important;
    bottom: 0 !important;
  }
  .cc-nb-text-container {
    width: 100% !important;
  }
  .termsfeed-com---palette-light.termsfeed-com---nb {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .termsfeed-com---palette-light .cc-nb-reject {
    margin-left: 0px !important;
    width: 47% !important;
    padding: 4px 30px !important;
    margin-top: 15px;
  }
  .termsfeed-com---palette-light .cc-nb-okagree {
    margin-top: 15px !important;
    width: 47% !important;
    padding: 7px 30px !important;
  }
  .cc-nb-buttons-container {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cc-nb-text-content {
    font-size: 12px;
    line-height: 16px;
  }
}
.cc-nb-buttons-container {
  text-align: center;
}
/* code end */

/* news section added by vijay sutar on 24-11-2025*/
.newsSecBox {
  width: 90%;
}
.newsSecBox .newsSecImg {
  border-radius: 50px;
  overflow: hidden;
}
.newsSecBox .newsSecImg img {
  border-radius: 50px;
  height: 340px;
  /* transition: all 2s ease-in-out; */
  transition: all 3s ease-in-out;
  cursor: pointer;
}
.newsSecBox .newsSecImg img:hover {
  /* transform: scale(1.2); */
  transform: scale(1.1);
}
.newsSecBox p {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  font-size: 13px;
  margin-top: 10px;
}
.newsSecBox h5 {
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  font-size: 20px;
}

.heroNews.product_banner {
  background: url('./../../images/about-us/banner/Studio Gradient_Cybernetik_About Us Page_Banner.webp');
}

/* case study */
.case-study-box {
  position: relative;
  transition: 0.5s ease;
  padding: 30px 0px;
  display: block !important;
}
.case-study-box img {
  height: 360px;
  border-radius: 10px;
  object-fit: cover;
}
.case-study-box h2 {
  font-size: 26px;
  font-family: var(--sans-serif-medium);
  letter-spacing: -1px;
  color: var(--dark);
  line-height: 30px;
  margin-bottom: 6px;
}
.case-study-box p {
  color: var(--dark);
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 0.4px;
}
.case-study-box .left-arrow {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  transition: 0.5s ease;
  margin-bottom: 10px;
}
.case-study-box:hover .left-arrow {
  display: block;
}
.casestudy .read_more a img {
  width: 34px;
  margin-left: 10px;
}
.casestudy .read_more a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 20px;
  transition: all 0.55s ease-in-out;
}
.casestudy .read_more a:hover {
  color: var(--dark);
}
.casestudy .intro-text p {
  font-size: 13px;
  color: var(--dark);
  letter-spacing: 0.4px;
  line-height: 15px;
}
.casestudy .intro-text {
  width: 80%;
  margin-right: auto;
  float: right;
}
.casestudy .square {
  position: relative;
}
.casestudy .square:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0px;
  border-radius: 10px;
  transition: height 0.3s ease-out;

  background: linear-gradient(
    0deg,
    rgba(239, 142, 42, 1) 2%,
    rgba(250, 250, 250, 0) 62%
  );
}
.case-study-box:hover .square:before {
  height: 100%;
}
.fade {
  transition: opacity 0.25s linear !important;
}
.casestudy .square {
  position: relative;
}
.casestudy .square:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0px;
  border-radius: 10px;
  transition: height 0.3s ease-out;
  background: linear-gradient(
    0deg,
    rgba(239, 142, 42, 1) 2%,
    rgba(250, 250, 250, 0) 62%
  );
}
.case-study-box:hover .square:before {
  height: 100%;
}
.case-study-box-square {
  display: none;
  border: 1px solid var(--light);
  padding: 5px 10px 2px;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: var(--light) !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
}
.case-study-box:hover .case-study-box-square {
  display: block;
}

.tagSecRight ul#pills-tab {
  display: flex !important;
  gap: 12px;
}
.tagSecRight ul li button {
  color: var(--dark);
  background: var(--light);
  border-radius: 20px;
  padding: 6px 12px 2px;
  font-size: 14px;
  border: 1px solid var(--dark);
  transition: 0.5s ease-in-out;
  font-family: var(--sans-serif-medium);
}
.tagSecRight ul li button:focus,
.tagSecRight ul li button.active,
.tagSecRight ul li button:hover {
  color: var(--light);
  background-color: var(--dark);
}
.loadMore a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 22px;
  transition: all 1s ease-in-out;
}
.loadMore span img {
  width: 45px;
  margin-left: 20px;
}
/* code ends */

.case-study-box .square {
  position: relative;
}
.case-study-box .square:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0px;
  border-radius: 10px;
  transition: height 0.3s ease-out;

  background: linear-gradient(
    0deg,
    rgba(239, 142, 42, 1) 2%,
    rgba(250, 250, 250, 0) 62%
  );
}
.case-study-box:hover .square:before {
  height: 100%;
}
