@import "./variables.css";

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: transparent;
  /* padding: 20px 0 0px; */
  transition: 0.5s ease all;
}

.header.sticky {
  /* padding: 5px 0 0px 0px; */
  /* background: var(--light); */
  background: var(--dark);
}

.header .navbar-brand {
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.header .navbar-brand img {
  /* width: 230px; */
  width: 270px;
  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: 210px;
  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); */
  color: var(--light);
  padding: 0;
  text-align: center;
  line-height: 30px;
  /* font-size: 14px; */
  font-size: 25px;
  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.6px;
  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;
}

/* Added By Sanket on 13-12-2024 for Navbar Menu*/
.navbar .nav-item .nav-link {
  white-space: nowrap;
}

.header .navbar-nav .nav-link {
  font-size: 13px !important;
  font-family: var(--sans-serif-light) !important;
  letter-spacing: 0.7px;
}

.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;
  letter-spacing: 0.7px;
}

.header .nav-ul .menu-1 {
  font-size: 18px !important;
  /* applied to overwrite the default style */
  font-family: var(--sans-serif-medium) !important;
  z-index: 99;
  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 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-normal);
  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;
}

.header.sticky .navbar-nav .nav-link,
.header.sticky form button i,
.header.sticky button.btn.btn-secondary.dropdown-toggle {
  /* color: var(--dark) !important; */
  color: var(--light) !important;
}

.header.sticky form input {
  /* border-color: var(--dark); */
}

.header.sticky .navbar {
  border-bottom: 1px solid var(--dark);
}

.header.sticky .navbar {
  border-bottom: 1px solid var(--dark);
}

/* Hero */

.hero .carousel .carousel-item {
  /* height: 480px !important; */
}

.hero .carousel .carousel-item img {
  width: 100%;
  /* height: 100%; */
  /* height: 600px; */
  height: 83.1vh;
  object-fit: cover;
  object-position: center;
}

#hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.get-in-touch {

  font-size: 20px !important;
}

.hero-BanneR .get-in-touch-home {
  color: var(--light);
  margin-top: 28px;
  z-index: 3;
  position: absolute;
  bottom: 80px;
  left: 10.4% !important;
  font-size: 20px;
}

.hero-BanneR h2 {
  margin: 0;
  font-weight: 500 !important;
  font-family: var(--sans-serif-medium) !important;
  color: var(--light) !important;
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 85%;
}

.social-icons {
  position: absolute;
  right: 9%;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}

.hero .carousel-caption {
  position: absolute;
  inset: auto;
  padding: 0;
  top: 50%;
  left: 5%;
  transform: translate(9%, -40%);
  margin: 0;
  width: 900px;
  text-align: left;
  z-index: 4;
}

.hero .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 39, 60, 0.582);
  mix-blend-mode: multiply;
  z-index: 2;
}

.hero-BanneR .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;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (max-width: 575px) {
  .hero .carousel-caption {
    width: unset !important;
  }
}

@media (max-width: 767px) {
  .hero .carousel .carousel-item img {

    height: 83.1vh;
    object-position: center;

    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .hero-BanneR h2 {
    font-size: 3rem !important;
    line-height: 58px !important;
  }
}

@media only screen and (max-width: 600px) {
  .hero .get-in-touch-home img {
    width: 45px;
    /* margin-top: 10px; */
    /* bottom: 100px; */
    position: relative;
  }

  .hero .get-in-touch-home {
    bottom: 100px !important;

  }
}





.hero {
  position: relative;
}

.hero .carousel-item {
  position: relative;
  /* height: 480px !important; */
}

.hero .carousel-item .banner-text-content {
  position: absolute !important;
  top: 100px !important;
  left: 52px !important;
}

.hero .carousel-inner {
  /* height: 650px; */
}

.hero .scroll-down {
  position: absolute;
  bottom: 50px;
  left: 15%;
  z-index: 3;
  font-size: 30px;
  color: var(--light);
  animation: 3s scrollDownAnim infinite;
}

@keyframes scrollDownAnim {
  0% {
    bottom: 50px;
  }

  50% {
    bottom: 60px;
  }

  100% {
    bottom: 50px;
  }
}

.hero .carousel {
  position: relative;
}

.hero .carousel .carousel-item img {
  width: 100%;
  /* height: 100%; */

}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero .carousel-caption {
  position: absolute;
  inset: auto;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 800px;
  text-align: left;
  z-index: 4;
}

.hero .carousel-caption {
  position: absolute;
  inset: 50% auto auto 40%;
  padding: 0px;
  transform: translate(-50%, -50%);
  margin: 0px;
  width: 800px;
  text-align: left;
  z-index: 4;
}

.hero .carousel-caption h5 {
  font-size: 120px;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  line-height: 80%;
  letter-spacing: -4px;
}

.hero-BanneR .get-in-touch-home {
  color: var(--light);
  margin-top: 28px;
  z-index: 3;
  position: absolute;
  bottom: 40px;
  left: 7.4%;
  font-size: 20px;
}

.hero .carousel .carousel-indicators {
  inset: auto;
  right: 10%;
  bottom: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  z-index: 3;
}

/* .hero .carousel .carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  border: 2px solid transparent !important;
  outline: 2px solid var(--light) !important;
  opacity: 1;
  background: transparent !important;
} */
.hero .carousel .carousel-indicators button.active {
  /* background: var(--light)  !important; */
  /* border: 2px solid var(--dark); */
  border-bottom: 2px solid var(--primary);
}

.hero-BanneR .carousel .carousel-indicators .countp-left {
  color: var(--light);
  font-size: 12px;
  vertical-align: middle;
  margin-top: 22px;
  margin-left: 6px;
}

.hero-BanneR .carousel .carousel-indicators .countp-right {
  color: var(--light);
  font-size: 12px;
  vertical-align: middle;
  margin-top: 22px;
  margin-left: 6px;
}



.hero-BanneR .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-item img::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(0, 0, 0, 0.5);

}

/* introduction */
.intro-text p {
  font-size: 28px;
  letter-spacing: -0.4px;
  font-weight: 500;
  line-height: 36px;
}

.introduction .image {
  width: 100px;
  margin-left: auto;
  margin-right: 20px;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: 0px !important;
}

/* products */
.products-box {
  display: flex;
  /* justify-content: space-around; */
  text-align: center;
}

.products-box.inner {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.22%;
  row-gap: 35px;
}

.products-box.inner .product_box {
  width: 23.33%;
}

.products-box img {
  width: 170px;
}

.products-box p {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.6px;
  font-family: var(--sans-serif-bold);
  text-transform: uppercase;
  margin-top: 10px;
}

.products-box img {
  transition: 0.5s ease-in-out;
}

.products-box img:hover {
  scale: 1.1;
  transition: 0.5s ease-in-out;
}

/* case study */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: unset;
  color: var(--primary);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--primary);
}

.about .image {
  width: 100px;
  margin: 0 0 auto auto;
}

.about h6 {
  font-size: 25px;
  color: var(--dark);
  line-height: 140%;
}

/* Counter section */
.counter .image {
  width: 100px;
}

.counter .item .icon {
  width: 50px;
}

.counter .item h5 {
  font-size: 45px;
  font-family: var(--sans-serif-bold);
  color: var(--dark);
  margin: 10px 0 0;
}

.counter .item h6 {
  font-size: 16px;
  font-family: var(--sans-serif-medium);
  columns: var(--dark);
}

/* Contact Section */
.contact .image {
  width: 100px;
}

/* Footer */
.footer {
  background: var(--dark);
  position: relative;
  /* border-top: 5px solid var(--primary); */
}

.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 .social a {
  width: 25px;
}

.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;
}

/* case-study-page */
.hero-banner {
  height: 600px;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.hero-banner .social-icons img {
  opacity: 0.8;
}

.hero-banneR {
  /* height: 480px; */
  /* height: 83.4vh !important; */
}

.carousel-control-next, .carousel-control-prev {
  z-index: 2;
}

.ban-con h2 {
  font-size: 48px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
}

.ban-con {
  position: relative;
  z-index: 2;
}

.banner-wrapper {
  position: relative;
}

.banner-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000005d;
  z-index: 1;
}

.hero-banner .social-icons img:hover {
  opacity: 1;
}

.hero_banner .scroll-down {
  right: 15% !important;
  left: unset !important;
}

.hero_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.hero-banner-new::after {
  /* background: rgba(16, 39, 60, 0.3) !important; */
  /* background: rgb(16 39 60 / 54%) !important; */
  /* background: linear-gradient(179deg,rgba(16, 39, 60, 0.87) 0%, rgba(16, 39, 60, 0.65) 50%, rgba(16, 39, 60, 0.15) 100%) !important; */
}

.heroAuto.opacity25::after {
  background: rgba(16, 39, 60, 0.45);
}

.heroAuto::after {
  /* background: rgb(16 39 60 / 54%) !important; */
  background: rgb(16 39 60 / 54%) !important;
  /* background: linear-gradient(179deg,rgba(16, 39, 60, 0.78) 0%, rgba(16, 39, 60, 0.65) 50%, rgba(237, 221, 83, 0) 100%) !important; */
  background: linear-gradient(179deg, rgba(16, 39, 60, 0.87) 0%, rgba(16, 39, 60, 0.65) 50%, rgba(16, 39, 60, 0.15) 100%) !important;
}

.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;
}

.hero-banner .hero-banner-text h4 {
  font-size: 65px;
  font-weight: 600;
  color: var(--light);
  letter-spacing: 1.2px;
  margin: 0px auto;
  width: 75%;
}

.hero-banner-new img {
  object-position: top;
}

/* solutions */
.solutions-banner-heading h2 {
  font-size: 110px;
  font-weight: 500;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  letter-spacing: -3px;
  line-height: 98px;
  width: 75%;
  margin: 0 auto;
}

/* primary packaging - bagging system */

.hero_banner .video-box video {
  border-radius: 0px !important;
}

.hero_banner .video-box {
  border-radius: 0px !important;
}

.solutions-case-studies .card {
  padding: 10px;
}

/* solutions inner page */

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 10px 4px 10px !important;

  font-size: 16px;
  color: var(--dark);
}

tbody {
  border: 1px solid #ddd;
}

.models-table th {
  background-color: var(--dark);
  color: var(--light);
  font-family: var(--sans-serif-light);
  letter-spacing: 0.7px;
  padding: 10px;
  border: 1px solid #253f57;
}

.solutions-intro-text {
  font-size: 26px !important;
}

.product-render-img {
  border: 1px solid #ddd;
}

.industry-details {
  padding: 0px 60px;
}

/* Ev battery assembly Page */
.hero-banner-text1 h2 {
  font-size: 65px;
  letter-spacing: 0.8px;
  margin: 0;
}

.hero-banner .hero-banner-text {
  top: 50%;
}

.intro-text1 h5 {
  font-size: 20px;
  color: var(--dark);
  font-family: var(--sans-serif-bold);
  padding-top: 5px;
  position: relative;
}

.heading-six h6 {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.intro-text1 h6 {
  color: var(--primary);
  font-size: 20px;
  letter-spacing: 0.8px;
  font-family: var(--sans-serif-light);
  margin: 13px 0px;
}

.button-read-detail {
  position: relative;
}

/* edited by mohan for food packaging page */
.product-box {
  display: flex;
  align-items: center;
  text-align: center;
}

.product-box h3 {
  font-size: 18px;
  font-weight: 700;
}

.product-box img {
  width: 60%;
}

/* edited by mohan end */
/* Added by Sanket on 07/12/24 */
.hero a.scroll-down {
  display: none;
}

.product-banner-span {
  /* font-weight: 600; */
}

.food-pack,
.intro-text-span {
  color: var(--dark);
  /* anchor tag for Storage Silo page */
  font-weight: 600;
}

.footer .footer-contact {
  float: right;
}

.footer .social img,
.social-icons img {
  width: 20px !important;
  height: 20px !important;
}

.footer .footer-end-text {
  text-align: right;
}

.footer-assmbly-form {
  background: var(--dark);
  border-top: 5px solid var(--primary);
}

.footer-assmbly-form .inner-form {
  background: var(--light);
  padding: 25px;
}

.footer-assmbly-form .intro-text1 h5 {
  color: var(--light);
}

.wrapper {
  max-width: 100%;
}

/* ev-video */
.youtube {
  position: relative;
  padding-top: 49.25%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
  height: 627px;
}

.youtube img {
  width: 100%;
  top: -0.82%;
  left: 0;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  border-radius: 20px;
}

.youtube.fit-center img {
  object-position: center;
}

.youtube .play-button {
  width: 75px;
  height: 50px;
  background-color: red;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 21px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 627px;
  width: 100%;
  top: 0;
  left: 0;
}

.gantry-image {
  border: 1px solid #ddd;
}

/* Responsive */

/* product page code added by ankita 04-12-2024 */
.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 .product-banner-content {
  color: var(--light);
  position: absolute;
  right: 12%;
  width: 20%;
  font-size: 14px;
  font-weight: 300;
  bottom: -23%;
  opacity: 0.8;
  letter-spacing: 0.8px;
  line-height: 22px;
}

.product-intro-text {
  color: var(--dark);
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-family: var(--sans-serif-normal);
}

.product-first-content h2 {
  font-size: 38px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  letter-spacing: -1px;
}

.product-first-content ul li {
  color: var(--dark);
  letter-spacing: 0.2px;
  font-size: 18px;
  border-bottom: 1px solid var(--dark);
  margin: 5px 0px;
  padding: 5px 0px;
}

.product-first-heading {
  position: relative;
}

.product-first-heading h2 img {
  width: 35px;
  margin-bottom: 5px;
}

.product-first-heading:after {
  content: "";
  width: 90px;
  height: 1px;
  position: absolute;
  left: -100px;
  top: 16px;
  background-color: #707070;
}

.products-common-heading {
  font-size: 70px;
  font-family: var(--sans-serif-medium);
  letter-spacing: -2.2px;
}

.brochure-text {
  font-family: var(--sans-serif-medium);
  font-size: 22px;
}

.industries .row {
  align-items: center;
}

.industries .industries-points {
  display: flex;
  gap: 25px;
  width: 70%;
}

.industries .industries-points .icon img {
  width: 60px;
}

.industries .industries-points h2 {
  color: var(--dark);
  font-family: var(--sans-serif-medium);
  font-size: 38px;
  letter-spacing: -2px;
  white-space: nowrap;
}

.industries .industries-points p {
  color: var(--dark);
  font-family: var(--sans-serif-normal);
  letter-spacing: 0.2px;
  word-spacing: -1px;
}

.brochure-image img {
  border-radius: 178px;
  height: 350px;
}

.brochure-form {
  width: 85%;
}

/* model */
.model-table {
  /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--dark);
}

.model-table table thead {
  background: var(--dark);
  border: 1px solid var(--dark);
}

.model-table table thead th {
  padding: 12px 0px;
  color: var(--light);
  text-align: center;
  font-family: var(--sans-serif-light);
  letter-spacing: 1px;
}

.model-table table tbody td {
  border: 1px solid var(--dark);
  text-align: center;
  padding: 12px 0px !important;
  border-left: 0px;
}

.model-table table tr td:first-child {
  border-left: none;
}

.model-table table tr td:last-child {
  border-right: none;
}

.model-table table tr td {
  border-bottom: none;
}

/* other-products */
.other-products {
  background: #f2f2f2;
  border-radius: 20px;
}

.other-products .products-common-heading1 {
  font-size: 36px;
  font-family: var(--sans-serif-bold);
  letter-spacing: -1px;
}

.other-products-box .o-product-img {
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.other-products-box h5 {
  font-size: 22px;
  font-family: var(--sans-serif-bold);
  letter-spacing: -0.5px;
  color: var(--dark);
  margin: 20px 0px 8px 0px;
}

.other-products-box p {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #292929;
  margin-bottom: 15px;
}

.other-products-box button {
  border: 0;
  display: flex;
  align-items: center;
}

.other-products-box button img {
  width: 30px;
  margin-left: 10px;
}

.other-products-box button span {
  color: var(--primary);
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

/* counter */
.counter__row {
  background: #f2f2f2;
  padding: 40px;
  border-radius: 400px;
}

.products-video .youtube {
  height: 480px;
  background: linear-gradient(0deg, rgba(239, 142, 42, 0.4654236694677871) 0%, rgba(250, 250, 250, 1) 85%);
}

.products-video .youtube iframe {
  height: 480px;
}

.products-video .youtube.fit-center img {
  object-position: top;
  width: 800px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  /* padding-top: 17px; */
  margin-top: 10px;
}

.cccProduct .youtube.fit-center img {
  width: 54%;
  margin-top: 3rem;
}

.products-video .play-button1 img {
  width: 64px !important;
  height: 64px !important;
  z-index: 9;
  position: relative;
  border-radius: 0px !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  top: 42%;
  position: absolute;
}

.p-youtube-content h2 {
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--dark);
  font-family: var(--sans-serif-bold);
  letter-spacing: -1px;
}

.p-youtube-content .logo img {
  width: 150px !important;
  position: absolute;
  right: 15px !important;
  bottom: 15px !important;
  z-index: 9;
  height: 30px !important;
  top: unset;
  margin: unset;
  left: unset !important;
}

.social-icons {
  position: absolute;
  right: 9%;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-icons i {
  color: var(--light);
  display: block;
  font-size: 11px;
  margin-bottom: 22px;
  opacity: 0.8;
}

.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;
  /* Hide default text */
  outline: none;
  cursor: pointer;
}

.product__carousel .owl-nav button.owl-prev {
  left: 36%;
}

.product__carousel .owl-nav button.owl-next {
  right: 36%;
}

.product__carousel .owl-nav button.owl-prev::after,
.product__carousel .owl-nav button.owl-next::after {
  content: "";
  display: block;
  width: 30px;
  /* Set arrow image width */
  height: 30px;
  /* Set arrow image height */
  background-size: cover;
}

.product__carousel .owl-nav button.owl-prev::after {
  background-image: url("../../images/product/automatic-bag-slitter/left-arrow-blue.png");
  /* Replace with your left arrow image URL */
}

.product__carousel .owl-nav button.owl-next::after {
  background-image: url("../../images/product/automatic-bag-slitter/right-arrow-blue.png");
  /* Replace with your right arrow image URL */
}

.product__carousel .owl-nav button span {
  display: none;
}

.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-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 {
  margin-top: 9px;
}

.product__carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
}

/* edited by prajwal for primary bagging system/machine page 09-09-24 */
.product_box.aos-init.aos-animate {
  width: 17%;
}

@media (max-width: 1200px) {
  .navbar .navbar-collapse {
    /* background: 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;
  }

  .hero .carousel-caption h5 {
    font-size: 50px;
  }

  .hero .carousel-caption p {
    font-size: 20px;
  }

  .about .video h5,
  .heading {
    font-size: 40px;
  }

  .about h6,
  .services .nav-link .text h5 {
    font-size: 20px;
  }

  .services .text p {
    font-size: 18px;
  }

  .about .image,
  .contact .image {
    width: 80px;
  }
}

@media (max-width: 1199px) {
  .header .navbar-nav .nav-link::after {
    display: none;
  }

  .header.sticky .navbar-nav .nav-link {
    color: var(--light);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .line-right::after {
    display: none;
  }

  .nav-tabs .nav-link {
    padding: 12px 10px 10px 10px;
  }
}

@media (max-width: 992px) {
  .hero .carousel .carousel-item {
    height: 80vh;
    min-height: 500px;
  }

  .hero .carousel-caption {
    width: 80%;
  }

  .case-study .filter-buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .intro-text1 h5 {
    margin-bottom: 15px;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: none !important;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 50px 0px !important;
  }

  .div-block-text {
    width: 100% !important;
  }

  .business-form {
    margin-left: 0 !important;
  }

  .heroPackage .text h2,
  #case-study-section .heading,
  .about-factory .heading {
    font-size: 40px !important;
  }

  .line-left {
    padding-left: 0 !important;
  }

  .line-left::before {
    display: none;
  }

  .heroPackage .text {
    width: 80% !important;
  }

  .heroPackage img {
    height: 100%;
    object-fit: cover;
  }

  .turnkey-carousel .video-poster .poster-image .mobile {
    display: block;
  }

  .turnkey-carousel .video-poster .poster-image .desktop {
    /* display: none; */
  }

  .g-5,
  .gx-5 {
    --bs-gutter-x: 0 !important;
  }

  /* .hero .carousel .carousel-item {
    height: 80vh;
    min-height: 800px;
    object-fit: cover !important;
  } */

  .hero-alt,
  .hero-sm .image {
    height: 80vh;
  }

  .hero .carousel-caption h5,
  .hero-alt .text h2,
  .counter .item h5,
  .hero-sm .text h2 {
    font-size: 40px;
  }

  .hero .carousel-caption p br,
  .hero .carousel-caption h5 br {
    display: none;
  }

  .about .image {
    margin: 0;
  }

  .hero-alt .text {
    width: 80%;
  }

  .footer .row .row.g-4 .col-lg-2 {
    margin: 0;
  }

  .footer .row:nth-child(2) .col-lg-3 {
    margin-top: 20px;
  }

  .solutions-banner-heading h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .section {
    padding: 70px 10px;
  }

  .line-left {
    padding-left: 0px;
  }

  .assembly-line .line-order1 {
    order: 2;
  }

  .assembly-line .line-order2 {
    order: 1;
  }

  .heading-six h6 {
    margin: 10px 0px;
  }

  .line-right::after {
    display: none;
  }

  .ev-video iframe {
    height: 350px;
  }

  .equipment-accordian .accordion-header button {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .products-box.inner .product_box {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .arrow-down-form {
    width: 30px;
  }

  .products-box {
    flex-direction: unset;
    display: inline-block !important;
  }

  .products-box.inner .product_box {
    width: 100%;
  }

  .product_banner .hero-banner-text {
    top: 30%;
  }

  .product_banner .hero-banner-text1 h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .product_banner .get-in-touch {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .social-icons {
    bottom: 50%;
  }

  .product_banner .product-banner-content {
    right: 14%;
    width: 35%;
    top: 126px;
  }

  .product__carousel .owl-nav button.owl-next {
    right: 33%;
  }

  .product__carousel .owl-nav button.owl-prev {
    left: 33%;
  }

  .product__carousel {
    margin-bottom: 50px;
  }

  .brochure-image img {
    border-radius: 94px;
  }

  .other-products-box {
    margin-bottom: 30px;
  }

  .counter__row {
    padding: 20px;
    border-radius: 10px;
  }

  .product_box {
    width: 140px !important;
    display: inline-block !important;
    margin: auto;
  }

  .products-box img {
    width: 100%;
  }

  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }

  .industries .industries-points {
    gap: 7px;
  }

  .industries .industries-points h2 {
    font-size: 32px;
  }

  .container-fluid.px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .counter .image {
    /* padding-top: 20px; */
  }

  .footer .footer-contact {
    float: unset;
  }

  .footer .social {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
  }

  .footer .footer-end-text {
    text-align: left;
  }
}

@media (max-width: 400px) {
  .header .navbar-brand img {
    width: 235px !important;
    transition: 0.5s ease all;
  }

  /* .product_box img {
    width: 120px !important;
  } */
}

.footer_line {
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  position: absolute;
  bottom: 100px;
  opacity: 0.1;
}

/* homepage code added by ankita 18-12-2024*/
.main-banner-content {
  color: var(--light);
  font-size: 14px;
  width: 40%;
  font-weight: 300;
  opacity: 0.8;
  letter-spacing: 0.8px;
  line-height: 22px;
}

.process-main .products-common-heading {
  font-size: 90px;
  letter-spacing: -4px;
}

.products-section .nav .nav-item button {
  padding: 0px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.2px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  margin: 5px 0px;
  border-bottom: 1px solid var(--dark);
  border-radius: 0px;
  width: 100%;
  text-align: left;
  padding: 5px 3px 5px 3px;
  transition: all 1s ease-in-out;
}

.products-section .nav .nav-item button img {
  width: 30px;
  display: none;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s ease-in-out;
}

.products-section .nav .nav-item button:hover {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary);
}

.products-section .nav .nav-item button.active {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);

  transition: all 1s ease-in-out;

  img:first-child {
    display: none;
  }

  img:last-child {
    display: block;
  }
}

.products-section .nav .nav-item button:hover {
  img:first-child {
    display: none;
  }

  img:last-child {
    display: block !important;
  }
}

.products-section .nav .nav-item button.active p {
  display: block !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* -webkit-animation: fadeIn 1s;
animation: fadeIn 1.5s; */

.products-section .nav .nav-item button .btnImg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-section .tab-content .product_boxes {
  background: rgb(217, 217, 217, 0.2);
  position: relative;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  transition: 0.5s ease;
}

.products-section .tab-content .product_boxes:hover {
  background: linear-gradient(0deg, rgba(239, 142, 42, 0.7654236694677871) 0%, rgba(250, 250, 250, 1) 45%);
}

.products-section .tab-content .product_boxes h5 {
  width: 48%;
  font-family: var(--sans-serif-medium);
  letter-spacing: -0.4px;
  transition: 0.5s ease;
}

.products-section .tab-content .product_boxes:hover .left-arrow {
  display: block;
}

.products-section .tab-content .product_boxes .product_images {
  width: 150px;
  position: absolute;
  /* right: -15px;
  bottom: -15px; */
  right: -7px;
  bottom: -3px;
}

.products-section .tab-content .product_boxes .left-arrow {
  display: none;
  position: absolute;
  width: 30px;
  left: 15px;
  bottom: 15px;
  transition: 0.5s ease;
}

/* case study */
.case-study-box {
  position: relative;
  transition: 0.5s ease;
  padding: 20px 0px 45px 0px;
}

.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%;
}

/* events */
.events .carousel-box .owl-carousel {
  width: 85%;
}

.events-text {
  border: 1px solid var(--dark);
  border-radius: 35px;
  padding: 45px 35px;
  margin: 0px 10px;
  height: 480px;
}

.events-text h2 {
  font-size: 38px;
  font-family: var(--sans-serif-medium);
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}

.events-text h6 {
  font-size: 19px;
  margin-bottom: 5px;
}

.events-text h5 {
  font-size: 18px;
}

.events-text h3 {
  font-size: 25px;
  font-family: var(--sans-serif-bold);
  color: var(--primary);
  margin: 20px 0px;
}

.events-text p {
  font-size: 15px;
  margin-bottom: 60px;
  color: var(--dark);
  letter-spacing: 0.2px;
}

.events-text a {
  text-decoration: underline;
  font-size: 17px;
  color: var(--dark);
  font-family: var(--sans-serif-light);
  opacity: 0.7;
  transition: 0.5s ease;
}

.events-text a:hover {
  opacity: 1;
}

.events-text a img {
  width: 22px !important;
  margin-left: 15px;
  display: unset !important;
}

.events .carousel-box {
  position: relative;
}

.events .carousel-box .owl-numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 150px !important;
}

.events .carousel-box .owl-numbers span {
  font-size: 12px;
}

.events .founders-carousel .owl-theme .owl-dots .owl-dot span {
  display: none;
}

.events .founders-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 9px;
  right: -15.7%;
  width: 110px !important;
}

.events .founders-carousel .owl-dots .owl-dot {
  width: 100% !important;
  height: 2px !important;
  background: var(--dark-alt) !important;
  opacity: 0.2;
}

.events .founders-carousel .owl-dots .owl-dot.active {
  background: var(--dark-alt) !important;
  opacity: 1;
  display: none;
}

.events .founders-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: calc(50% - 80px);
  right: -25.2%;
  justify-content: space-between;
  /* transform: translateY(-50%); */
}

.events .founders-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 4s all ease;
  background: var(--dark);
  padding: 7px !important;
}

.events .founders-carousel .owl-nav button:hover {
  background: var(--primary) !important;
}

.events .founders-carousel .owl-nav button.disabled {
  opacity: 0;
  pointer-events: none;
}

.events .founders-carousel .owl-nav button.owl-next.disabled {
  opacity: 0;
  pointer-events: auto;
}

.events .founders-carousel .owl-nav button i {
  font-size: 28px;
  color: var(--primary);
  line-height: 32px;
}

.events .owl-theme .owl-dots .owl-dot.active span,
.events .owl-theme .owl-dots .owl-dot span {
  display: none;
}

/* Added By Sanket on 30-12-2024 Starts */
#loadMore,
#loadMoreCase {
  margin-top: 42px;
}

#loadMore a,
#loadMoreCase a,
.loadMore a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 22px;
  transition: all 1s ease-in-out;
}

#loadMore span,
#loadMoreCase span {
  color: var(--light);
  background: var(--dark);
  font-size: 25px;
  border-radius: 50%;
  padding: 10px 15px;
  margin-left: 10px;
  cursor: default;
}

#loadMore a:hover,
#loadMoreCase a:hover,
.loadMore a:hover {
  color: var(--dark);
}

.noEvents-sec-boxContent {
  color: var(--dark) !important;
  background-color: transparent !important;
  pointer-events: none;
}

.hero-banner {
  height: 582px;
}

.social-icons i {
  font-size: 16px;
  opacity: 1;
}

.social-icons .gPlus {
  opacity: 1 !important;
  margin-bottom: 20px;
}

.automation-future p {
  /* margin-right: -10px; */
}

.automation-future p {
  color: var(--light);
  font-size: 12px;
  line-height: 12px;
  position: relative;
  font-family: var(--sans-serif-normal);
}

.automation-future p::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 0.5px;
  left: -100px;
  top: 7px;
  background: var(--light);
}

/* Case Studies Page */
.tagSec .tagSecLeft p {
  color: var(--dark);
  font-family: var(--sans-serif-normal);
}

.tagSecRight {
  display: flex;
  gap: 40px;
  float: right;
}

.tagSecRight h2 {
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  font-size: 45px;
}

.navTags li button {
  background-color: transparent;
  border: none;
  color: var(--dark);
  font-family: var(--sans-serif-medium);
  font-size: 25px;
  padding-left: 0;
  padding-right: 30px;
}

.navTags li {
  border-bottom: 0.5px solid #10273caf;
}

#loadMoreCase a {
  text-transform: capitalize;
  margin-right: 50px;
}

.getInTouch {
  background: var(--bg);
}

.getInTouchForm h4 {
  font-family: var(--sans-serif-bold);
  text-transform: capitalize;
  color: var(--dark);
  font-size: 35px;
  letter-spacing: -1px;
}

/* Home Page */
.main-banner-content.main-banner-p {
  width: 90%;
}

.hero .hero-banner-text-home {
  top: 30%;
}

.hero .get-in-touch-home img {
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

.hero-banner-home {
  height: 780px;
}

.scroll-down-hero {
  margin-top: 80px;
}

.scroll-down-hero a {
  font-family: var(--sans-serif-medium);
  color: var(--light);
  font-size: 25px;
  opacity: 0.6;
  letter-spacing: 0.5px;
}

.scroll-down-hero img {
  width: 30px;
  transform: rotate(90deg);
}

.products-section .nav .nav-item button span {
  font-size: 22px;
  opacity: 0.5;
  margin-right: 8px;
  color: var(--dark);
  position: relative;
  top: -17px;
}

.loadMore span img {
  width: 50px;
  margin-left: 20px;
}

#loadMoreClients img {
  transform: rotate(90deg);
}

.quick-links .quickLinksUl {
  float: right;
}

/* Added by Sanket on 25-02-2025 for Drum IBC decanting system page */
.drumCarousel .product__carousel .owl-nav button.owl-prev {
  left: 32%;
}

.drumCarousel .product__carousel .owl-nav button.owl-next {
  right: 32%;
}

/* Added on 09-09-2025 for About Us page Redesign - Starts */
.about-BanneR .carousel-caption {
  left: 7%;
  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;
}

.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: 348px;
}

.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;
}

/* 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;
  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 only screen and (max-width: 600px) {
  .product_banner.heroHome .hero-banner-text1 h2 br {
    display: none;
  }

  .hero .hero-banner-text-home {
    top: 19%;
  }

  .scroll-down-hero {
    margin-top: 46px;
  }

  .hero .get-in-touch-home img {
    width: 45px;
    /* margin-top: 10px; */
  }

  .social-icons {
    right: 5%;
    bottom: 42%;
  }

  .solutiosSection .nav .nav-item button {
    font-size: 1.7rem !important;
    /* background-size: 4% !important; */
  }

  .products-section .nav .nav-item button span {
    font-size: 15px;
    top: -8px;
  }

  .casestudy .intro-text {
    width: 100%;
    float: unset;
    margin-bottom: 15px;
  }

  .eventsSect a div,
  .events a div {
    float: left;
  }

  .loadMore span img {
    width: 44px;
  }

  .about .video h5,
  .heading {
    font-size: 4rem;
    line-height: 1;
  }

  .counter {
    /* margin-top: 50px; */
  }

  .quick-link-image img {
    width: 100% !important;
  }

  .quick-links .quickLinksUl {
    float: left;
  }

  .counterArrow {
    width: 75px;
  }

  .product_banner .hero-banner-text1 h2 {
    font-size: 2.5rem;
    line-height: 55px;
  }

  .counter__row {
    border-radius: unset;
  }

  .newsSecBox br {
    display: none;
  }

  .footer .footer-contact {
    float: unset;
  }

  .footer .social {
    justify-content: unset;
  }

  .footer .footer-end-text {
    text-align: unset;
  }

  .footer_line {
    bottom: 128px;
  }

  /* Added by Sanket On 09-01-2025 Starts */
  .main-banner-content {
    width: 85%;
  }

  .social-icons {
    bottom: 13% !important;
  }

  .process-main .products-common-heading {
    font-size: 3.5rem !important;

  }

  .products-section .tab-content .product_boxes h5 {
    width: 100%;
  }

  .products-section .tab-content .product_boxes .product_images {
    left: 15px;
  }

  .case-study-box {
    padding: 35px 0px;
  }

  .counter__row {
    padding: 55px 20px;
  }

  .counter .image img {
    width: 75px;
  }

  .product-intro-text br {
    display: none;
  }

  .industries .industries-points {
    width: 100%;
    gap: 16px;
  }

  .industries .industriesImg {
    padding-top: 0 !important;
  }

  .model-table table thead th {
    font-size: 12px;
  }

  .model-table table tbody td {
    padding: 12px 6px !important;
    font-size: 10px;
  }

  .other-products-box .o-product-img {
    height: unset;
  }

  .hero_banner h2 br {
    display: none !important;
  }

  .p-youtube-content h2 br {
    display: none !important;
  }

  .products-box img {
    width: 80px !important;
  }

  .products-box p {
    font-size: 10px !important;
  }

  .product__carousel2 .owl-nav button.owl-prev {
    left: 27% !important;
  }

  .product__carousel2 .owl-nav button.owl-next {
    right: 27% !important;
  }

  /* Added by Sanket On 09-01-2025 Ends */
}

@media (min-width: 600px) and (max-width: 768px) {
  .product_banner .hero-banner-text1 h2 {
    font-size: 3.5rem;
    line-height: 72px;
    width: 100%;
  }

  .hero .hero-banner-text-home {
    top: 18%;
  }

  .social-icons {
    bottom: 45%;
  }

  .quick-links .quickLinksUl {
    float: left;
  }

  .solutiosSection .nav .nav-item button {
    font-size: 2.4rem !important;
  }

  .products-section .nav .nav-item button span {
    font-size: 17px;
    top: -14px;
  }

  .casestudy .intro-text {
    float: unset;
    margin-bottom: 20px;
  }

  .eventsSect a div,
  .events a div {
    float: left;
  }

  .about .video h5,
  .heading {
    font-size: 4rem;
    line-height: 1;
  }

  .globalPresense .global-presence-image {
    height: 270px;
  }

  .counter__row {
    padding: 62px;
  }

  .loadMore span img {
    width: 40px;
  }

  .newsSecBox br {
    display: none;
  }

  .quick-link-image img {
    width: 100% !important;
  }

  .footer .footer-contact {
    float: unset;
  }

  .footer .social {
    justify-content: unset;
  }

  .footer_line {
    bottom: 130px;
  }

  .footer .footer-end-text {
    text-align: left;
  }

  /* Added by Sanket On 09-01-2025 Starts */
  .product_banner .hero-banner-text {
    top: 34%;
  }

  .main-banner-content {
    width: 85%;
  }

  .social-icons {
    bottom: 7%;
  }

  .counter__row {
    padding: 86px;
  }

  .process-main .products-common-heading {
    font-size: 3.5rem;
  }

  .products-section .tab-content .product_boxes h5 {
    width: 100%;
  }

  .products-section .tab-content .product_boxes .product_images {
    left: 15px;
  }

  .product_banner .product-banner-content {
    right: 14%;
    width: 35%;
    top: 134px;
  }

  .social-icons {
    right: 2%;
  }

  .products-box {
    flex-wrap: wrap;
  }

  .product_box.aos-init.aos-animate {
    width: 32%;
  }

  .industries .industriesImg {
    padding-top: 0 !important;
  }

  .model-table table tbody td {
    padding: 12px 6px !important;
  }

  .other-products-box .o-product-img {
    height: 260px;
  }

  .p-youtube-content h2 br {
    display: none !important;
  }

  .products-box img {
    width: 80px !important;
  }

  .product_box.aos-init.aos-animate {
    width: 16% !important;
  }

  .products-box p {
    font-size: 10px !important;
  }

  /* Added by Sanket On 09-01-2025 Ends */
}

@media (min-width: 575px) and (max-width: 600px) {
  .product_box.aos-init.aos-animate {
    width: 32%;
  }

  .products-box {
    flex-wrap: wrap;
  }

  .product_banner .product-banner-content {
    right: 14%;
    width: 35%;
    top: 126px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero .hero-banner-text-home {
    top: 20%;
  }

  .product_banner .hero-banner-text1 h2 {
    font-size: 4.3rem;
    line-height: 75px;
    width: 100%;
  }

  .social-icons {
    bottom: 41%;
  }

  .hero .get-in-touch-home img {
    width: 45px;
  }

  .casestudy .intro-text {
    float: left;
    margin-bottom: 15px;
  }

  /* Added by Sanket on 09-01-2025 Starts */
  .main-banner-content {
    width: 55%;
  }

  .social-icons {
    bottom: 10%;
  }

  .product_banner .hero-banner-text {
    top: 32%;
  }

  .case-study-box img {
    /* height: 240px; */
  }

  .case-study-box h2 {
    font-size: 22px;
  }

  .events-text {
    height: 475px !important;
  }

  .events .owl-nav button.owl-next {
    position: relative;
    right: 22%;
  }

  .events .owl-nav button.owl-prev {
    position: relative;
    left: 22%;
  }

  .counter__row {
    border-radius: 140px;
  }

  .footer .logo img {
    width: 168px;
    /* width: 250px; */
  }

  .footer .social {
    gap: 5px;
  }

  .product_banner .product-banner-content {
    right: 14%;
    width: 35%;
    top: 156px;
  }
}

/* .social-icons {
  right: 2%;
} */
.products-box img {
  width: 122px;
}

.product_box.aos-init.aos-animate {
  width: 17%;
}

.products-box p {
  font-size: 13px;
}

.industriesImg {
  padding-top: 0 !important;
  height: 525px;
  object-fit: cover;
}

.other-products-box .o-product-img {
  height: 400px;
}

/* Added by Sanket on 09-01-2025 Starts */
/* Added for Events Owl Carousel */
@media screen and (max-width: 992px) {
  .navbar-collapse .navbar-nav {
    background: var(--dark);
  }

  .events .carousel-box .owl-carousel {
    width: 100%;
  }

  .events .founders-carousel .owl-nav,
  .events .founders-carousel .owl-dots {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: unset;
    bottom: -15%;

  }


  .events .founders-carousel .owl-dots {
    bottom: -10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .events .carousel-box .owl-numbers {
    bottom: -12%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .events-text {
    height: 558px;
  }

  .events {
    padding-bottom: 130px;
  }

  .events .owl-nav button.owl-prev {
    margin-left: 35px;
  }

  .events .owl-nav button.owl-next {
    margin-right: 35px;
  }

  .counter .row {
    padding-bottom: 75px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .events .founders-carousel .owl-nav {
    right: -20%;
  }

  .events .carousel-box .owl-numbers {
    right: -14px;
  }

  .events .founders-carousel .owl-dots {
    right: -17%;
  }

  .events-text {
    height: 551px;
  }
}

/* Added by Sanket on 09-01-2025 Ends */
.product_banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.heroHome.product_banner {
  background: url(./../../images/cybernetik/homepage/Cybernetik_Header\ Image.png);
  background-position: right;
}

.heroAbout.product_banner {
  background: url(./../../images/cybernetik/about-us/About\ Us_header.png);
}

.hero-Home {
  background: url(./../../images/banner/Cybernetik_Website_Header-Images_Process-Automation.webp) !important;
}

.product-first-image {
  margin-bottom: 3rem;
}

/* code added by ankita 30-12-2024 */
.navbar-expand-xl .navbar-collapse form {
  z-index: 99 !important;
}

/* 31-12-2024 added code by ankita start */
.common_video .youtube {
  height: 648px !important;
  background: unset !important;
}

.common_video .youtube iframe {
  height: 630px !important;
  border-radius: 340px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    padding: 10px 10px;
  }

  .header .nav-ul {
    margin-right: 15px;
  }

  .header .nav-ul .li-end {
    margin-right: 0px;
  }

  .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul {
    left: 38.333333% !important;
    width: 31.333333% !important;
  }

  .product_banner .hero-banner-text1 h2 {
    font-size: 5rem;
  }

  .product_banner .product-banner-content {
    bottom: -16%;
    right: 16%;
  }

  .product-intro-text:last-child {
    margin-bottom: 50px;
  }

  .product__carousel .owl-nav button.owl-prev {
    left: 32%;
  }

  .product__carousel .owl-nav button.owl-next {
    right: 32%;
  }
}

@media (max-width: 991px) {
  .navbar {
    background: var(--dark);
  }

  .header form {
    margin-bottom: 30px !important;
  }

  /* .bgChanger{
    background: var(--dark);
    padding-bottom: 20px !important;
  } */
  .heroPackage img {
    height: 100%;
    object-fit: cover;
  }

  .header .nav-ul {
    margin-right: 0px;
  }

  .header .navbar-nav .nav-link {
    z-index: 1 !important;
  }

  .header .nav-ul .menu-1 {
    z-index: 1 !important;
  }

  .nav {
    padding: 0px !important;
    display: block !important;
  }

  .navbar-nav.ms-auto {
    margin-left: unset !important;
  }

  .header form input {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 16px;
  }

  .header form input::placeholder {
    color: var(--light);
  }

  .header .nav-ul .small-navlink {
    font-size: 18px !important;
    font-family: var(--sans-serif-medium) !important;
  }

  .header .navbar-toggler {
    z-index: 9999 !important;
  }

  .header .navbar-brand {
    z-index: 9999 !important;
  }

  .mega-menu--multiLevel {
    margin-top: 100px;
  }
}

/* Style Added by Sanket on 28-03-2025 Start */
.eventsSect .events-sec-box h2,
.events .events-sec-box h2 {
  font-size: 32px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  letter-spacing: -1px;
}

.eventsSect .events-sec-title p,
.events .events-sec-title p {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  letter-spacing: 0.5px;
}

.eventsSect .events-sec-box,
.events .events-sec-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--dark);
  padding-bottom: 30px;
  vertical-align: middle;
  margin-bottom: 30px;
}

.eventsSect .event-date,
.events .event-date {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  font-size: 20px;
}

.eventsSect h4,
.events h4 {
  color: var(--primary);
  font-family: var(--sans-serif-medium);
  /* font-size: 20px; */
}

.eventsSect a div p,
.events a div p {
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  letter-spacing: 0;
  font-size: 14px;
  transition: all 1s ease-in-out;
}

.eventsSect a div,
.events a div {
  border: 1px solid var(--dark);
  border-radius: 50px;
  padding: 5px 12px 0px 12px;
  display: flex;
  align-items: center;
  justify-content: end;
  float: right;
  transition: all 1s ease-in-out;
}

.eventsSect .events-sec-title p span,
.events .events-sec-title p span {
  font-family: var(--sans-serif-bold);
  color: var(--dark);
}

/* Style Added by Sanket on 28-03-2025 End */
/* 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-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%;
  mix-blend-mode: multiply;
}

.hero-banner {
  /* 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 .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: 26%;
  left: 0%;
  margin: 0;
  width: 100%;
  text-align: left;
  z-index: 4;
}

.product_banner .hero-banner-text1 h2 {
  font-size: 5.5rem;
  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: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 100%;
}

.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 img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.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 02-04-2025 */
.bannerSolutions {
  background: url(./../../images/solutions/solution-banner.webp);
  background-position: bottom;
}

.bannerSolutions::after {
  /* background: linear-gradient(179deg,rgba(16, 39, 60, 0.87) 0%, rgba(16, 39, 60, 0.65) 50%, rgba(16, 39, 60, 0.15) 100%) !important; */
}

.tab-content a {
  color: unset;
  /* z-index: 1000; */
}

.nav-item .nav-link p {
  color: var(--dark);
  line-height: 115%;
  display: none;
  width: 92%;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1.5s;
  margin-bottom: 10px;
  font-size: 15px;
}

.nav-item button:hover p {
  display: block;
}

.nav-item button:focus p {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* -webkit-animation: fadeIn 1s;
animation: fadeIn 1.5s; */

/* Added by sanket on 17-04-2025 Starts */
.heroCaseStudy h1 {
  font-size: 2.5rem;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  letter-spacing: -1.2px;
  margin-top: 32px;
}

.foodWeeksContent p,
.caseSolutionList ul li {
  font-size: 14px;
  font-family: var(--sans-serif-light);
  color: var(--dark);
  line-height: 25px;
  letter-spacing: 0.7px;
}

.caseSolutionList ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #10273c9e;
  padding-bottom: 7px;
}

.caseSolutionList ul li span {
  font-family: var(--sans-serif-medium);
  font-size: 16px;
}

.industryFlex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.foodWeeksBox .intro-text1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.foodWeeksBox .intro-text1 p {
  margin-bottom: 7px;
}

.foodWeeks .foodWeeksBox h2,
.caseSubHead {
  font-size: 3.2rem;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  letter-spacing: -2.5px;
}

.caseSubHead {
  margin-bottom: 40px;
}

.caseSolution .caseSubHead {
  position: relative;
  padding-left: 80px;
}

.caseSolution .caseSubHead::before {
  content: "";
  height: 3px;
  width: 70px;
  position: absolute;
  left: 0px;
  top: 20px;
  background-color: #10273c78;
}

.solution-video .youtube iframe {
  border-radius: 20px;
}

.solution-video video {
  width: 936px !important;
  height: 527px !important;
  left: 0px;
  top: 52px;
}

.foodWeeks .foodWeeksBox p {
  font-size: 18px;
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  letter-spacing: 0.2px;
  position: relative;
}

.ytTitle {
  font-family: var(--sans-serif-bold);
  color: var(--dark) !important;
}

.foodWeeksBox .intro-text1 p {
  margin-bottom: 7px;
}

.banner-flavour {
  background: url(../../images/solutions-inner/flavour-mixing-system/cybernetik_solutions_flavour_mixing_system_04.jpg);
}

.banner-rte {
  background: url(../../images/solutions-inner/ready-to-eat-RTE-food-processing-automation/cybernetik_solutions_ready_to_eat_RTE_food_processing_automation_01.jpg);
}

.banner-cooling {
  background: url(../../images/solutions-inner/convective-cooling-conveyor/cybernetik_solutions_convective_cooling_conveyor_01.webp);
}

.bag-depalletizer {
  background: url(../../images/solutions-inner/bag-depalletizer-&-slitter-system/cybernetik_solutions_bag_depalletizer_&_slitter_system_01.webp);
}

.bag-slitter {
  background: url(../../images/solutions-inner/bag-slitter-&-material-processing-system/cybernetik_solutions_bag_slitter_&_material_processing_system_02.webp);
}

.flavour-blender {
  background: url(../../images/solutions-inner/flavour-blender/cybernetik_solutions_flavour_blender_featured_image.webp);
}

.ibc-discharge {
  background: url(../../images/solutions-inner/ibc-discharge-station-with-isolator-box/cybernetik_solutions_ibc_discharge_station_with_isolator_box_featured_image.webp);
}

.banner-drumDec {
  background: url(../../images/solutions-inner/drum-&-IBC-decanting/cybernetik_solutions_drum-&-IBC-decanting-system_06.webp);
}

.banner-fat {
  background: url(../../images/solutions-inner/fat-melter/cybernetik_solutions_fat_melter_03.webp);
}

.banner-elevatorCZ {
  background: url(../../images/solutions-inner/c-type-&-z-type-bucket-elevator/cybernetik_solutions_c__type_bucket_elevator_02.webp);
}

.banner-foodCut {
  background: url(../../images/solutions-inner/food-cutting-system/cybernetik_solutions_food_cutting_system_05.webp);
}

.banner-spice {
  background: url(../../images/solutions-inner/spice-grinding-system/cybernetik_solutions_spice_grinding_system_06.webp);
}

.banner-partner {
  background: url(../../images/banner/Cybernetik_Website_Partner\ Page_Header\ Banner.WEB);
}

.banner-submergedC {
  background: url(../../images/solutions-inner/submerged-cooling-conveyor/cybernetik_solutions_submerged_cooling_conveyor_01.webp);
  background-position: center;
}

.banner-flow-wrapper-feeding {
  background: url(../../images/solutions-inner/robotic-flow-wrapper/robotic-flow-wrapper-feeding.jpg);
  background-position: center;
}

.supportListBox img {
  width: 100px;
  margin-bottom: 20px;
}

/* Added by sanket on 17-04-2025 Ends */
/* Added by sanket on 21-04-2025 Starts */
.heroPackage {
  position: relative;
  overflow: hidden;
  /* height: 570px; */
}

.heroPackage .text h2 {
  font-size: 60px;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  margin-bottom: 50px;
}

.solutions-hero .text {
  left: 46% !important;
}

.heroPackage .text {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  width: 54%;
  z-index: 3;
}

.heroPackage .scroll-down {
  position: absolute;
  bottom: 10%;
  right: 15%;
  z-index: 3;
  font-size: 30px;
  color: var(--light);
  animation: 3s scrollDownAnim infinite;
}

.business-form {
  background: var(--dark);
  padding: 20px 35px;
  margin: 0px 0px 0px 30px;
  position: relative;
}

.business-form h4 {
  color: var(--primary);
  margin-bottom: 10px;
  font-family: var(--sans-serif-medium);
  font-size: 22px;
  letter-spacing: 0.5px;
}

.business-form p {
  color: var(--light);
  font-size: 15px;
}

.arrow-down-form {
  width: 35px;
  position: absolute;
  right: 16px;
  top: 15px;
}

.business-form .hs-form input {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid var(--light);
  color: var(--light);
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  width: 95%;
}

.business-form .hs-form label {
  color: var(--light);
  font-size: 14px;
}

.business-form .hs-form .actions input[type="submit"] {
  border: 1px solid var(--light);
  padding: 8px 25px;
  padding-bottom: 8px;
  padding-bottom: 4px;
  background: none;
  color: var(--light);
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
}

.business-form .hs-form-field {
  margin-bottom: 20px;
}

.business-form .hs-form-required {
  color: red;
}

.ct-div-block {
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
}

.intro-text1 h5 {
  font-size: 20px;
  color: var(--dark);
  font-family: var(--sans-serif-bold);
  padding-top: 5px;
  position: relative;
}

.line-right::after {
  content: "";
  width: 126px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 18px;
  background-color: #707070;
  margin-left: 10px;
}

element {}

.div-block-text p {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 26px;
}

.ev-introduction {
  padding-top: 70px !important;
}

.div-block-text {
  margin-top: 30px;
  width: 70%;
}

.div-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.introPackage .advantage-content ul,
.c-advantages .advantage-content ul {
  margin-left: 15px;
}

.introPackage .advCont ul li,
.c-advantages .advCont ul li {
  font-size: 16px;
  font-family: var(--sans-serif-light);
  color: var(--dark-alt);
  line-height: 160%;
  letter-spacing: 0.7px;
  padding: 8px 0px;
  vertical-align: top;
  list-style-type: disc;
}

.two-column-layout h3 {
  color: var(--dark);
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: var(--sans-serif-medium);
}

.intro-text1 h5 {
  font-size: 20px;
  color: var(--dark);
  font-family: var(--sans-serif-bold);
  padding-top: 5px;
  position: relative;
}

.about-case-video .carousel {
  position: relative;
}

.two-column-layout .carousel .carousel-item {
  border-radius: 8px !important;
  height: auto !important;
}

.about-case-video .carousel .carousel-item {
  width: 100%;
  /* height: 600px; */
  overflow: hidden;
  border-radius: 20px;
}

.two-column-layout .video-new {
  border-radius: 8px;
}

.turnkey-carousel .video-poster {
  position: relative;
}

.turnkey-carousel iframe {
  border-radius: 20px;
}

.two-column-layout iframe {
  /* border-radius: 8px; */
  height: 300px;
}

#case-study-section .heading,
.about-factory .heading {
  font-size: 85px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  letter-spacing: -3px;
}

.case-study .card {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-radius: 0;
  padding-bottom: 50px;
  border-bottom: 3px solid var(--dark);
  height: 100%;
}

.case-study .card .image {
  height: 210px;
}

.common-box .image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.common-box .image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.5s ease all;
}

.common-box .text h5 {
  font-size: 21px;
  height: 50px;
  font-family: var(--sans-serif-bold);
  color: var(--dark);
  margin: 20px 0 10px 0;
  transition: 0.5s ease all;
  text-transform: capitalize;
}

.common-box .text p {
  margin: 5px 0;
}

.case-study .card .card-footer {
  padding: 0;
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.case-study .card .card-footer a {
  font-size: 16px;
  font-family: var(--sans-serif-bold);
  color: var(--dark-alt);
}

.case-study .card .card-footer a i {
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: var(--dark-alt);
  border-radius: 35px;
  border: 2px solid var(--dark);
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  transition: 0.5s ease;
}

.line-left {
  position: relative;
  padding-left: 140px;
}

.line-left::before {
  content: "";
  width: 126px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #707070;
}

.blue-input-form input,
.blue-input-form textarea {
  background-color: #f5f8fa;
  color: var(--dark);
  width: 100%;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  height: 40px;
  font-size: 16px;
  width: 100% !important;
}

.blue-input-form fieldset {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  max-width: 100% !important;
}

.blue-input-form .actions input[type="submit"] {
  background-color: #f2902c;
  border: none;
  padding: 8px 26px;
  padding-top: 8px;
  padding-top: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  width: fit-content !important;
  transition: 0.5s all ease;
}

.blue-input-form textarea {
  height: 100px;
}

.blue-input-form .hs-form-field {
  margin-bottom: 10px;
  width: 100%;
}

.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 .sub-heading {
  color: var(--primary);
}

.about-factory address span {
  color: var(--dark);
  letter-spacing: 0.7px;
  font-family: var(--sans-serif-bold);
  font-weight: 600;
}

.about-factory address {
  margin: 0 0 5px;
  font-family: var(--sans-serif-light);
  color: var(--dark);
  height: 145px;
  letter-spacing: 0.4px;
}

.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;
}

.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 !important;
  box-shadow: none;
  padding: 0px;
  padding-left: 0px;
}

.read-detail-accordian .accordion-item {
  border: 0 !important;
}

.read-detail-accordian .accordion-header {
  padding: 5px 0px;
}

.read-detail-accordian .accordion-button::after {
  background-image: url("../../images/ev-battery/plus2.png");
  background-size: 16px !important;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0px;
}

.read-detail-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../../images/ev-battery/minus2.png");
  transform: unset !important;
  transform: rotate(-180deg) !important;
  background-size: 16px !important;
  height: 16px;
  width: 16px;
}

.ev-about-content b {
  font-family: var(--sans-serif-bold);
  color: #515151;
}

.ev-about-content ul {
  margin-left: 40px;
}

.ev-about-content ul li {
  font-size: 16px;
  font-family: var(--sans-serif-light);
  color: var(--dark-alt);
  line-height: 160%;
  letter-spacing: 0.7px;
  padding: 5px 0px;
  vertical-align: top;
  list-style-type: disc;
}

.ev-about-content b {
  font-family: var(--sans-serif-bold);
  color: #515151;
}

.blue-background-form input,
.blue-background-form textarea {
  background-color: var(--dark);
  color: var(--light);
  width: 100%;
  border: 1px solid var(--light);
  box-shadow: none;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 40px;
  font-size: 16px;
  width: 100% !important;
}

.blue-background-form label {
  color: var(--light);
  font-size: 14px;
  margin-bottom: 5px;
}

.blue-background-form label :nth-child(2) {
  color: red;
}

.blue-background-form fieldset {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  max-width: 100% !important;
}

.blue-background-form .hs-form-field {
  margin-bottom: 10px;
  width: 100%;
}

.blue-background-form textarea {
  height: 100px;
}

.blue-background-form .actions input[type="submit"] {
  background-color: var(--light);
  border: none;
  padding: 8px 26px;
  padding-top: 8px;
  padding-top: 14px;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  width: fit-content !important;
  transition: 0.5s all ease;
}

.footer-assmbly-form {
  background: var(--dark) !important;
  border-top: 5px solid var(--primary);
  border-bottom: 5px solid var(--primary);
}

.heroPackage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10273c73;
  mix-blend-mode: multiply;
  z-index: 2;
}

.turnkey-carousel .video-poster .poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.turnkey-carousel .video-poster .poster-image .mobile {
  display: none;
}

/* .turnkey-carousel .video-poster .poster-image.hidden {
  opacity: 0;
  z-index: -1;
} */

.turnkey-carousel .video-poster {
  position: relative;
}

/* About Case Video Section */
.about-case-video .youtube {
  height: 300px !important;
  border-radius: 8px !important;
}

.about-case-video .youtube img {
  border-radius: 8px !important;
}

.about-case-video .video {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.about-case-video .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10273c1a;
  mix-blend-mode: multiply;
  z-index: 1;
  /* pointer-events: none; */
}

.about-case-video .video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 2;
}

.about-case-video .video i {
  cursor: pointer;
  width: 100px;
  height: 100px;
  font-size: 30px;
  color: var(--light);
  border: 2px solid var(--light);
  border-radius: 100px;
  text-align: center;
  line-height: 100px;
  z-index: 2;
  transition: 0.5s ease all;
}

.about-case-video .video:hover i {
  transform: scale(1.1);
}

.about-case-video .video img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.5s ease all;
}

.about-case-video .video .hide {
  visibility: hidden;
  /* pointer-events: none; */
}

.about-case-video .video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.about-case-video .image {
  width: 100px;
  margin: 0 0 auto auto;
}

.about-case-video .text {
  margin-bottom: 70px;
}

.about-case-video .text:last-child {
  margin-bottom: 0;
}

.about-case-video .text .icon {
  width: 50px;
}

.about-case-video .carousel {
  position: relative;
}

.about-case-video .carousel .carousel-item {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;

}

.about-case-video .carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-case-video .carousel .carousel-indicators button.active {
  background: var(--light);
  border: 2px solid var(--dark);
}

.about-case-video .carousel .carousel-item .img-objectfit {
  object-fit: contain !important;
  background-color: var(--light-alt);
}


/* Added on 23-04-2025 */
.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;
}

.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;
}

.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; */
}

.heroSupport.product_banner {
  background: url(../../images/banner/support.webp);
  background-repeat: repeat;
  background-size: auto;
}

.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 */
#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: fit-content;
  /* border-radius: 200px; */
}

.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;
}

.about_video .youtube {
  height: 349px;
}

.about_video .youtube iframe {
  height: 348px;
}

.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.9px;
  z-index: 2;
  color: var(--dark);
  white-space: nowrap;
}

.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: 17px;
}

.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;
}

.flex-div .flex-image img {
  width: 165px;
}

.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);
}

/* About us page style ends */

@media (min-width: 1400px) and (max-width: 1900px) {
  .careers-video .youtube iframe {
    height: 577px !important;
  }

  .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 */
}

/* Added by sanket on 21-04-2025 Ends */
/* Added by sanket on 24-04-2025 Starts */
.eventsSect a div p span,
.events a div p 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;
}

.eventsSect a div:hover,
.events a div:hover {
  background-color: var(--dark);
  color: var(--light);
}

.eventsSect a div:hover p,
.events a div:hover p {
  color: var(--light);
}

.eventsSect a div:hover p span,
.events a div:hover p span {
  background-color: 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;
}

.section.footer {
  background: url(./../../images/hero/gradient-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.partnership-flex1:last-child {
  margin-bottom: 30px;
}

.marginDown {
  margin-bottom: 35px;
}

.management-content a i:hover, .management-box:hover h3, .management-box:hover p {
  color: var(--primary) !important;
}

.sterProd, .openBag {
  right: 5px !important;
  bottom: -15px !important;
  width: 140px !important
}

.drumFill {
  bottom: 7px !important;
  width: 140px !important;
  /* margin-right: 28px; */

}

.bucElev, .shearMix {
  bottom: 10px !important;
}

/* Added by sanket on 24-04-2025 Ends */
/* Added by sanket on 19-05-2025 */
.banner-pallet {
  background: url(../../images/solutions-inner/automated-pallet-washer-&-dryer/cybernetik_solutions_automatedpallet_washer_&_dryer_06.webp);
}

.banner-multistage {
  background: url(../../images/solutions-inner/automated-multistage-food-paste-processing-system/cybernetik_solutions_automated_multistage_food_paste_processing_system_02.webp);
}

.banner-bird {
  background: url(../../images/solutions-inner/bird-feed-block-formation\,-processing-&-stacking/cybernetik_solutions_bird_feed__block_formation,_processing_&_stacking_06.webp);
}

.banner-buggy {
  background: url(../../images/solutions-inner/buggy-lifter-&-tipper/cybernetik_solutions_buggy_lifter_&_tipper_04.webp);
}

.banner-shear {
  background: url(../../images/solutions-inner/column-lift-high-shear-mixer/cybernetik_solutions_column_lift_high_shear_mixer_06.webp);
}

.banner-mixing {
  background: url(../../images/solutions-inner/continuous-mixing-&-extrusion-system/cybernetik_solutions_continuous_mixing_&_extrusion_system_04.webp);
}

.banner-cone {
  background: url(../../images/solutions-inner/double-cone-asymmetric-blender/cybernetik_solutions_double_cone_asymmetric_blender_06.webp);
}

.banner-transfer {
  background: url(../../images/solutions-inner/IBC-&-drum-transfer-system/cybernetik_solutions_IBC_&_drum_transfer_system_05.webp);
}

.banner-snack {
  background: url(../../images/solutions-inner/snack-food-automation/cybernetik_solutions_snack_food_automation_03.webp);
}

.banner-vblender {
  background: url(../../images/solutions-inner/v-blender-with-drum-&-bag-loading/cybernetik_solutions_v_blender_with_drum_&_bag_loading_07.webp);
}

/* code added by Sanket for 4 solutions pages on 19-06-2025 */
.banner-cip {
  background: url(../../images/solutions-inner/cip-system/cybernetik_solutions_cip_system_01.webp);
}

.banner-dfs {
  background: url(../../images/solutions-inner/drum-filling-system/cybernetik_solutions_drum_&_ibc_loading_system_05.webp);
}

.banner-multiple {
  background: url(../../images/solutions-inner/multiple-ingredient-sifting-transfer-&-mixing/cybernetik_solutions_multiple_ingredient_sifting_transfer_&_mixing_06.webp);
}

.banner-sugar {
  background: url(../../images/solutions-inner/sugar-grinding-system/cybernetik_solutions_sugar_grinding_system_01.webp);
}

.banner-washingM {
  background: url(../../images/solutions-inner/IBC-washing-machine/cybernetik_solutions_ibc_washing_machine_04.webp);
}

.banner-rotVac {
  background: url(../../images/solutions-inner/rotary-vacuum-paddle-dryer/cybernetik_solutions_rotary_vacuum_paddle_dryer_05.webp);
}

.banner-biomass {
  background: url(../../images/solutions-inner/biomass-drying-grinding-&-storage-system/biomass-drying-grinding-&-storage-system-05.webp);
  background-position: center;
}

/* code added by ankita  20-05-2025*/
.products-video .youtube {
  padding-top: 0px !important
}

.operational-sequence .accordion-item {
  border: 0px !important;
  border-radius: 0px !important;
  border-bottom: 1px solid var(--dark) !important;
}

.operational-sequence .accordion-button:focus {
  border: 0px !important;
  box-shadow: none !important;
}

.operational-sequence .accordion-button {
  color: var(--dark);
  font-size: 20px;
  border: 0px !important;
  background: none;
  padding-left: 0px !important;
}

.operational-sequence .accordion-body {
  padding-left: 0px !important;
}

.operational-sequence .accordion-body p {
  color: var(--dark);
  font-family: var(--sans-serif-normal);
  letter-spacing: 0.2px;
  word-spacing: -1px;
}

.fade {
  transition: opacity .25s linear !important;
}

.hubspot__form .hs_submit .actions input[type="submit"] {
  border: 1px solid var(--light);
  padding: 8px 20px;
  padding-bottom: 4px;
  background: var(--dark);
  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;
}

.hubspot__form .hs-form-field {
  margin-bottom: 15px !important;
  position: relative;
  width: 100% !important
}

.hubspot__form .hs-form label {
  color: var(--dark);
  position: absolute !important;
  font-size: 13px;
  pointer-events: none;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  top: -13px;
  font-weight: 300;
}

.hubspot__form .hs-form input {
  width: 100%;
  color: var(--dark);
  padding: 7px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid var(--dark);
  padding: 4px 0px;
  margin-bottom: 12px
}

.hs-error-msg {
  top: 34px !important;
  font-size: 9px !important;
  color: red !important;
  letter-spacing: .5px !important;
}

.hubspot__form textarea.hs-fieldtype-textarea {
  border: 0;
  border-bottom: 1px solid var(--dark)
}

.small-bag_filler {
  width: 140px !important;
  right: 5px !important;
  bottom: 10px !important;
}

/* Added by sanket on 23-05-2025 for Clients Section */
.clientsSec .clientsSecRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.clientsSec .clientsImgWrap {
  overflow: hidden;
}

.clientsSec img {
  width: 160px;
  object-fit: contain;
  transition: all 1s ease-in-out;
}

.tagClients ul#pills-tab {
  display: flex !important;
  gap: 12px;
  justify-content: end;
  width: 71%;
}

.tagClients ul li {
  border-bottom: unset;
}

.tagClients ul li button {
  color: var(--dark);
  background: var(--light);
  border-radius: 20px;
  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, .tagClients ul li button:hover {
  color: var(--light);
  background: var(--primary);
  border-color: var(--primary);
}

.clientsSec .loadMore a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 25px;
  transition: all 1s ease-in-out;
  font-family: var(--sans-serif-normal);
}

.clientsSec .loadMore span {
  display: none;
}

.bucket__carousel.product__carousel .owl-nav button.owl-prev {
  left: 27%;
}

.bucket__carousel.product__carousel .owl-nav button.owl-next {
  right: 27%;
}

/* added by vishnu on 04-06-2025 */
@media (max-width:767px) {
  .product_banner .hero-banner-text1 h2 {
    font-size: 4.5rem;
    line-height: 69px;
  }

  .social-icons {
    right: 2%;
  }
}

.heroContact p {
  padding-top: 0;
}

/* Added by Sanket on 18-06-2025 for Product pages Mobile Responsiveness */
@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;
  }

  /* About page styling starts added on 02-07-2025 */
  .product-first-image, .product__carousel {
    margin-bottom: 0;
  }

  .counter .counter__row .row {
    padding-bottom: 0 !important;
  }

  #counter-section .image {
    margin: 20px auto !important;
  }

  .counter__row {
    padding: 0 40px 25px 40px !important;
  }

  .about .video h5, .heading {
    font-size: 45px !important;
    letter-spacing: -2px !important;
  }

  .automation-future p {
    bottom: -2rem;
  }

  .about_video .youtube {
    height: 228px !important;
  }

  .support_img {
    display: none;
  }

  #counter-section .image {
    margin: 20px auto !important;
  }

  #counter-section .sub-heading {
    text-align: center;
  }

  .hero-banner .hero-banner-text {
    top: 39% !important;
  }

  .social-icons {
    right: 2%;
  }

  .about_video {
    height: unset;
  }

  .aboutus-accordian .youtube iframe {
    height: 100% !important;
  }

  .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 h6 {
    font-size: 22px;
  }

  .refresh_counter, .aboutus-accordian .infra-counter .item h5 {
    font-size: 70px !important;
  }

  .aboutus-accordian .infra-counter .item {
    display: block;
  }

  #collapseFive .flex-div {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .partnership-flex1 {
    flex-wrap: wrap;
  }

  .partnership-flex {
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .partnership-flex .flex-image .first_logo {
    width: 104px !important;
  }

  .partnership-flex .second_logo {
    width: 200px;
  }

  .product__carousel .owl-nav button.owl-prev {
    left: 25%;
  }

  .product__carousel .owl-nav button.owl-next {
    right: 25%;
  }

  .product-first-image {
    display: flex;
    justify-content: center;
  }

  .banner-Main .automation-future p {
    bottom: 0 !important;
  }

  .mb-5 {
    margin-bottom: 1.5rem !important;
  }

  /* About page styling ends */
  .caseSolution .caseSubHead::before {
    display: none;
  }

  .caseSolution .caseSubHead {
    font-size: 2.5rem;
    padding-left: 0;
  }

  .products-video .play-button1 img {
    width: 50px !important;
    height: 50px !important;
    top: 38%;
  }

  .c-advantages {
    margin-top: 15px !important;
  }

  .solutions-banner-heading .social-icons {
    bottom: -10rem;
  }

  .hero-banner .hero-banner-text {
    top: 27%;
  }

  .heroAuto .hero-banner-text {
    top: 43%;
  }

  .heroAuto .social-icons {
    bottom: -23%;
  }

  .product_banner .hero-banner-text1 h2 {
    font-size: 2.8rem;
    line-height: 58px;
  }

  .product_banner .product-banner-content {
    right: 0%;
    width: 96%;
    top: unset;
    bottom: -88px;
  }

  .product-first-content h2 {
    font-size: 28px;
  }

  .products-box {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
  }

  .product_box {
    width: 100% !important;
  }

  .products-box p {
    margin-top: 0;
  }

  .products-video .youtube {
    height: 228px !important;
  }

  .products-video .youtube iframe {
    height: 100% !important;
  }

  .products-video .p-youtube-content h2 {
    font-size: 1.5rem !important;
  }

  .brochure-text {
    line-height: 26px;
    font-size: 20px;
  }

  .brochure-image img {
    border-radius: var(--radius) !important;
    height: 261px;
  }

  .industriesImg {
    margin-top: 10px !important;
    height: 393px;
  }

  .other-products .products-common-heading1 {
    margin-bottom: 0 !important;
  }

  .other-products-box {
    margin-bottom: 5px;
  }

  .counter__row {
    border-radius: var(--radius);
  }

  .counter .counter__row .row {
    padding-bottom: 30px;
  }

  #counter-section .image {
    margin: 20px auto !important;
  }

  .counter .image img {
    width: 60px !important;
  }

  .model-table table thead th {
    font-size: 10px;
  }

  .product-first-heading::after {
    all: unset;
  }

  .counter .hs-button {
    display: flex !important;
    margin: auto !important;
  }

  .counter .actions {
    text-align: center !important;
  }

  #counter-section .sub-heading {
    text-align: center;
    font-size: 28px;
  }

  .case-study-box {
    padding: 0 0 35px 0;
  }

  .products-section .tab-content .product_boxes {
    margin-bottom: 20px;
  }

  .events a div {
    float: left;
    transition: all 1s ease-in-out;
  }

  .tagClients ul#pills-tab {
    width: 100%;
    justify-content: start;
  }

  .clientsSec .clientsSecRow {
    flex-wrap: wrap;
  }

  .clientsSec img {
    width: 150px;
  }

  .products, .products-video, .industries, .casestudy, .events, .clientsSec {
    padding-top: 0 !important;
  }

  .products-video, .industries, .clientsSec, .caseSolution {
    padding-bottom: 0 !important;
  }

  .products .product_box {
    width: 35% !important;
  }

  .products .product_box img {
    width: 122px !important;
  }

  .products .products-box {
    flex-wrap: wrap;
  }

}

@media (min-width: 550px) and (max-width: 767px) {
  .products-box {
    gap: 0;
    justify-content: unset;
  }
}

@media (max-width: 991px) {
  .our-support h2 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* About us page styling */
  .termsP h2 {
    line-height: 72px !important;
    font-size: 61px !important;
  }

  .product-first-image {
    display: flex;
    justify-content: center;
  }

  .partnership-flex1 {
    flex-wrap: wrap;
    /* justify-content: space-between !important; */
  }

  .flex-div {
    flex-wrap: wrap;
  }

  .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;
  }

  .about_video {
    height: 416px;
  }

  .careers-video .youtube iframe, .about_video .youtube iframe {
    height: 100%;
  }

  .solutions-banner-heading .social-icons {
    bottom: -11%;
  }

  .automation-future p {
    bottom: -5rem;
  }

  .section {
    padding: 50px 0 !important;
  }

  .c-advantages {
    margin-top: 20px !important;
  }

  .caseSolution, .products-video {
    padding-top: 0 !important;
  }

  .caseSolution {
    padding-bottom: 0 !important;
  }

  .caseSubHead {
    margin-bottom: 12px;
  }

  .common_video .youtube {
    height: 395px !important;
  }

  .common_video .youtube iframe {
    height: 100% !important;
  }

  .clientsSec .clientsSecRow {
    flex-wrap: wrap;
  }

  .clientsSec img {
    width: 200px;
  }

  .eventsSect a div, .events a div {
    float: left;
  }

  .case-study-box {
    padding: 0 0 45px 0;
  }

  .products-section .tab-content .product_boxes {
    margin: 0 15px 15px 0;
  }

  .hero-banner .hero-banner-text {
    top: 36%;
  }

  .hero-banner .hero-banner-text h2 br, .brochure-text br, .p-youtube-content h2 br {
    display: none;
  }

  .product_banner .product-banner-content {
    width: 80%;
    top: 17.5rem;
    right: unset;
  }

  .product_banner .hero-banner-text1 h2 {
    font-size: 70px;
  }

  .product-first-heading::after {
    all: unset;
  }

  fieldset {
    max-width: 100% !important;
  }

  .industries .industries-points {
    width: 100%;
  }

  .counter__row {
    border-radius: var(--radius) !important;
  }

  .counter .container-fluid {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .counter .image {
    margin: auto;
  }

  .counter .sub-heading {
    text-align: center;
  }

  .counter .row {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .events a div p {
    font-size: 12px;
  }

  .products-section .tab-content .product_boxes h5 {
    font-size: 1rem;
  }

  .product_banner .product-banner-content {
    bottom: -24%;
    width: 25%;
  }

  .industries .industries-points {
    width: 90%;
  }
}

/* Hide Header Search button */
.search-form {
  display: none;
}

/* Added by Sanket on 02-07-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;
  }
}

/* Terms and Provacy Policy Page  */
.third-party-link {
  font-weight: bold;
  color: var(--dark);
}

.privacy-policy-list li {
  list-style-type: disc;
}

.privacy-policy-list {
  padding-left: 41px;
}

/* Styling added on 20-06-2025 by sanket ends */

/* style for support and partern section forms */
.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;
}

.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;
}

.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;
}

.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;
}

.blue-input-form .form-columns-1 .hs-input, .blue-background-form .form-columns-1 .hs-input {
  width: 100% !important;
}

.submitted-message {
  color: var(--primary) !important;
}

/* Added by Sanket for Youtube Video Black Border issue - on 14-07-2025 */
.about_video iframe {
  height: 394px;
}

.common_video .youtube iframe {
  height: 100% !important;
  object-fit: cover;
}

.turnkey-carousel iframe, .careers-video .youtube iframe {
  height: 696px !important;
}

.common_video .youtube {
  height: 628px !important;
  padding-bottom: 7%;
  padding-top: 49.25% !important;
}

.products-video .youtube iframe {
  height: 578px;
}

.products-video .youtube {
  height: 576px;
}

/* .products-video .youtube iframe {
  height: 564px;
} */

@media (min-width: 1900px) {
  .about_video iframe {
    height: 440px;
  }
}

@media (max-width: 1399px) {
  .turnkey-carousel iframe, .careers-video .youtube iframe {
    height: 628px !important;
  }

  .products-video .youtube iframe {
    height: 521px;
  }

  .products-video .youtube {
    height: 480px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* 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 */
  .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;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner, .about-BanneR .carousel .carousel-item .aboutBannerImg {
    height: 81vh !important;
  }

  /* Added by Sanket on 01-10-2025 for About Us page - Our Presence section */
  .globalAbout .col-lg-6 {
    padding-right: 12px;
  }

  .common_video .youtube iframe, .solutions-hero img {
    height: 100% !important;
  }

  .about_video .youtube {
    height: 369px;
  }

  .common_video .youtube {
    height: 392px !important;
  }

  .casestudy.process-main .container {
    padding: 0 !important;
  }

  .products-video .youtube iframe, .products-video .youtube {
    height: 392px;
  }

  /* Added on 09-09-2025 for About Us page Redesign - Starts */
  .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) {
  .hero-banner, .about-BanneR .carousel .carousel-item .aboutBannerImg {
    height: 65vh !important;
  }

  .common_video .youtube iframe, .two-column-layout iframe, .turnkey-carousel iframe {
    height: 100% !important;
  }

  .about_video .youtube, .common_video .youtube, .turnkey-carousel .video-poster {
    height: 197px !important;
  }

  .careers-hero {
    padding-bottom: 0 !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;
  }

  .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%;
  }

  .about-BanneR .carousel .carousel-item {
    height: 100%;
    min-height: unset;
  }

  .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 */
}

/* Added by Sanket on 17-07-2025 */
.foodWeeksBox {
  display: none;
}

.c-advantages {
  margin-top: 0 !important;
}

.c-advantages .advantage-content ul {
  margin-left: 0;
}

/* Added by Sanket on 01-08-2025 */
.products-common-heading {
  font-size: 85px !important;
  font-family: var(--sans-serif-medium) !important;
  letter-spacing: -3px !important;
}

/* code added by ankita 06-08-2025 */
.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;
  margin-bottom: 15px;
}

.counter .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;
}

/* 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 ends */

.hero-banner {
  /* height: 520px; */
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.hero-banner .social-icons img {
  /* opacity: 0.9; */
}

.hero-banner .social-icons img:hover {
  opacity: 1;
}

.hero_banner .scroll-down {
  right: 15% !important;
  left: unset !important;
}

.hero_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  mix-blend-mode: multiply;
}

/* .hero-banner-new::after {
  background: rgba(16, 39, 60, 0.1);
} */
/* .hero-banner-new.opacity25::after {
  background: rgba(16, 39, 60, 0.25);
} */
.heroCaseStudy::after {
  background: rgba(16, 39, 60, 0.3) !important;
}

.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;
}

.hero-banner .hero-banner-text h4 {
  font-size: 65px;
  font-weight: 600;
  color: var(--light);
  letter-spacing: 1.2px;
  margin: 0px auto;
  width: 75%;
}

.hero-banner-new img {
  object-position: top;
}

/* solutions */
.solutions-banner-heading h2 {
  font-size: 110px;
  font-weight: 500;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  letter-spacing: -3px;
  line-height: 98px;
  width: 75%;
  margin: 0 auto;
}

.hero-banner-text1 h2 {
  font-size: 65px;
  letter-spacing: 0.8px;
  margin: 0;
}

/* .hero-banner .hero-banner-text {
  top: 50%;
} */
.heroNews.product_banner {
  background: url(./../../images/banner/news.jpg) !important;
}