@import "./variables.css";
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: transparent;
  transition: 0.5s ease all;
}
.header.sticky {
  background: var(--dark);
}
.header .navbar-brand {
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.header .navbar-brand img {
  /* width: 230px; */
  width: 295px;
  transition: 0.5s ease all;
  padding-bottom: 10px;
  z-index: 99;
  position: relative;
}
.header .navbar-brand img.logo-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999 !important;
}
/* .header.sticky .navbar-brand img {
  width: 295px;
  padding-bottom: 0px !important;
} */
.header.sticky .navbar-brand img.logo-primary {
  opacity: 0;
}
.header.sticky .navbar-brand img.logo-secondary {
  opacity: 1;
  height: unset !important;
}
.header .navbar-toggler {
  width: 30px;
  height: 30px;
  background: var(--light);
  color: var(--dark);
  padding: 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  box-shadow: none;
  border: 0;
}
.header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header .navbar {
  z-index: 11;
  padding: 20px 0px 0px 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;
}
/* Hero */
.hero {
  position: relative;
}
.hero .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 39, 60, 0.2);
  mix-blend-mode: multiply;
  z-index: 2;
}
.hero .scroll-down {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 50px;
  left: 50%;
  z-index: 3;
  font-size: 30px;
  width: 600px;
  color: var(--light);
  animation: 3s scrollDownAnim infinite;
  display: none;
}
@keyframes scrollDownAnim {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 50px;
  }
}
.hero .carousel {
  position: relative;
}
.hero .carousel .carousel-item img {
  width: 100%;
  height: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.hero .carousel-caption {
  position: absolute;
  inset: auto;
  padding: 0;
  top: 50%;
  left: 7%;
  transform: translate(9%, -40%);
  margin: 0;
  width: 600px;
  text-align: left;
  z-index: 4;
}
.hero .carousel-caption h5 {
  font-family: var(--sans-serif-medium);
  color: var(--light);
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
}
.hero .carousel-caption h6 {
  font-size: 18px;
  font-family: var(--sans-serif-light);
  color: var(--light);
  margin-left: 7px;
  letter-spacing: 0.8px;
}

.about .carousel .carousel-indicators {
  inset: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-center;
  z-index: 3;
}
.hero .carousel .carousel-indicators {
  inset: auto;
  right: 10%;
  bottom: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
}
.about .carousel .carousel-indicators button {
  border-bottom: 2px solid #e5e5e5;
  width: 45px;
  height: 10px;
  opacity: 1;
  background: transparent;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.hero .carousel .carousel-indicators button {
  width: 45px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border-bottom: 2px solid var(--light);
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.hero .carousel .carousel-indicators button.active,
.about .carousel .carousel-indicators button.active {
  border-bottom: 2px solid var(--primary);
}
.hero .carousel .carousel-item img::before,
.about .carousel .carousel-item img::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(0, 0, 0, 0.7);
  /* height: ; */
}

/* packaging solutions */
.packaging-solutions .solution-list .title .heading {
  font-size: 48px;
  font-family: var(--sans-serif-normal);
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all 0.55s ease-in-out;
}
.packaging-solutions .solution-list .title .heading:hover{
  color: var(--primary);
}
.packaging-solutions .solution-list .title .heading span {
  font-size: 25px;
  vertical-align: top;
  color: #a5a5a5;
  font-weight: 700;
  padding-right: 17px;
}
.packaging-solutions .solution-list .link {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 2px solid var(--dark);
}
.packaging-solutions .solution-list .list:last-child .link {
  margin-bottom: 0px;
}
.packaging-solutions .solution-list .link .title-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.packaging-solutions .solution-list .link .title-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  border-radius: 50%;
  transition: 0.5s all ease;
}
.packaging-solutions .solution-list .link:hover .icon {
  transform: translateX(10px) scale(1.05);
}
.packaging-solutions .solution-list .link p {
  font-size: 17px;
  color: var(--black);
  letter-spacing: 0.8px;
  margin-left: 32px;
  width: 60%;
}
/* know more */
/* .know-more {
  padding-top: 180px !important;
}
.know-more .card .heading {
  font-size: 30px;
  letter-spacing: -1px;
}
.know-more .card {
  border: none;
}
.know-more .card-body {
  padding: 30px 35px;
  background-color: #efefef;
  border-radius: 30px;
}
.know-more .form-box {
  width: 70%;
}
.know-more form input {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid var(--dark);
  box-shadow: none !important;
  border-radius: 0;
  padding-inline: 0;
  padding-bottom: 15px;
  color: var(--dark);
}
.know-more form input::placeholder {
  color: var(--dark);
}
.know-more form .button {
  padding-top: 14px;
}

.know-more .right-image-box {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 737px;
  height: 100%;
}
.video-carousel-btn button {
  border: none !important;
} */
/* know more end*/

/* our clients */
.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 106px;
  align-items: center;
}

.clients .clients-box img {
  transition: 0.5s ease-in-out;
}
.clients .clients-box img:hover {
  scale: 1.1;
  transition: 0.5s ease-in-out;
}
.client-logo1 {
  width: 120px;
}
.client-logo2 {
  width: 190px;
}
.client-logo3 {
  width: 140px;
}
.client-logo4 {
  width: 70px;
}
.client-logo5 {
  width: 160px;
}
/* upcoming events */

.upcoming-events-box .text-box {
  display: flex;
  width: calc(100% - 180px);
  align-items: self-start;
}
.upcoming-events-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--dark);
  padding-bottom: 30px;
  align-items: self-start;
  margin-bottom: 30px;
}
.upcoming-events-box:last-child {
  margin-bottom: 0;
}
.upcoming-events-box h2 {
  /* font-size: 36px; */
  font-size: 32px;
  color: var(--dark);
  line-height: 44px;
  width: 55%;
  font-weight: 700;
}
.upcoming-events-box h2 span {
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: lighter;
}
.upcoming-events-box p {
  font-size: 20px;
  color: var(--dark);
  width: 35%;
  font-weight: bold;
}
.upcoming-events-box h5 {
  font-size: 24px;
  font-family: var(--sans-serif-bold);
  color: var(--primary);
  width: 20%;
  font-weight: 700;
}
.upcoming-events-box a img {
  width: 15px;
}
.upcoming-events .upcoming-events-box .icon {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 40px;
  right: 5px;
}
.upcoming-events .upcoming-events-carousel .owl-dots {
  display: block !important;
}
.upcoming-events-carousel .owl-dots.disabled {
  display: block !important;
}
.upcoming-events .upcoming-events-carousel .owl-dots button.active span,
.upcoming-events .upcoming-events-carousel .owl-dots button:hover span {
  background: var(--dark);
  border: 2px solid var(--light);
}
.upcoming-events-box .read-more {
  background-color: transparent;
  color: var(--dark);
  padding: 10px 15px 6px 15px;
  margin-bottom: 0px;
  border-radius: 24px;
  border: 1px solid var(--dark);
  font-weight: 500;
  /* font-size: 15px; */
  font-size: 14px;
}
.upcoming-events-box .read-more i {
  padding-left: 5px;
}
.upcoming-events .upcoming-events-carousel .owl-dots button span {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 2px solid transparent;
  outline: 2px solid var(--dark) !important;
  opacity: 1;
  background: transparent;
  transition: 0.5s ease all;
}
/* About Section */
.video-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  height: 600px;
}
.video-box .button-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s all ease;
}
.video-box .button-text.active {
  opacity: 0;
}
.video-box:hover .button-text {
  opacity: 1;
}
.video-box .button-box {
  width: 70px;
  height: 70px;
  border: 2px solid var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s all ease;
  line-height: 0;
}
.video-box .button-box:hover {
  background: var(--light-alt);
}
.video-box .button-box:hover .play-button i {
  color: var(--dark);
}
.video-box .button-box .play-button {
  background: none;
  border: none;
}
.video-box .button-box .play-button i {
  font-size: 24px;
  color: var(--light);
}
.video-box .button-text p {
  font-family: var(--nav-link-font);
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
}
#video-section iframe {
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  height: 600px !important;
  width: 100%;
}
#video-section .video-poster .poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
#video-section .video-poster .poster-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 1.5s all ease;
  z-index: 1;
  border-radius: 25px;
  /* pointer-events: none; */
}
#video-section .video-poster {
  position: relative;
}
#video-section .video-poster .poster-image .play-button {
  position: absolute;
  width: 75px;
  height: 50px;
  background: red;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#video-section .video-poster .poster-image .play-button::after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent var(--light);
  border-style: solid;
  margin-left: 5px;
  border-width: 10px 0 10px 21px;
}
#video-section .video-poster .poster-image.hidden {
  opacity: 0;
  z-index: -1;
}
.about .image {
  width: 100px;
  margin: 0 0 auto auto;
}
.about h6 {
  font-size: 25px;
  color: var(--dark);
  line-height: 140%;
}

.about .carousel {
  padding-bottom: 70px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.bootstrap-carousel-control {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 200px);
  position: absolute;
  top: calc(50% - 35px);
  left: -100px;
  transform: translateY(-50%);
}
.bootstrap-carousel-control button {
  display: flex;
  background: transparent;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #d0d0d0;
}
.bootstrap-carousel-control button i {
  font-size: 26px;
  color: #d0d0d0;
  font-weight: 500;
}
/* Counter section */
/* counter */
.counter label {
    font-size: 13px;
    width: 130px;
    color: #12263a;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.counter .hs-input {
    display: inline-block;
    width: 93%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    border-radius: 3px;
}

.hs-error-msg {
    top: 30px !important;
    font-size: 9px !important;
    color: red !important;
    letter-spacing: 0.5px !important;
    line-height: 15px !important;
}

.counter .hs-button {
    background: #e59644;
    border-color: #e59644;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: helvetica;
    padding: 12px 24px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
}
.counter__row {
  background: #f2f2f2;
  padding: 40px;
  border-radius: 400px;
}
.counter {
  padding-top: 150px !important;
}
.counter .image {
  width: 100px;
}
.counter .item .icon {
  width: 50px;
}
.counter .item h5 {
  font-size: 45px;
  font-family: var(--sans-serif-bold);
  color: var(--dark);
  font-weight: 700;
  margin: 10px 0 0;
}
.counter .item h6 {
  font-size: 16px;
  font-family: var(--sans-serif-medium);
  columns: var(--dark);
}

/* About Factory */
.about-factory .image {
  height: 500px;
  padding-top: 150px;
}
.about-factory .image img {
  width: 100%;
  height: 100%;
  object-position: bottom center;
  object-fit: cover;
  border-radius: 185px;
}
.about-factory address {
  margin: 0 0 5px;
  font-family: var(--sans-serif-light);
  color: var(--dark);
  height: 145px;
  letter-spacing: 0.4px;
}
.about-factory address span {
  color: var(--dark);
  letter-spacing: 0.7px;
  font-family: var(--sans-serif-bold);
  font-weight: 600;
}
.about-factory p span {
  color: var(--dark);
  letter-spacing: 0.7px;
  font-family: var(--sans-serif-bold);
  font-weight: 700;
}
.about-factory p a {
  color: var(--dark);
  font-family: var(--sans-serif-light);
  font-weight: 300;
}
.about-factory .link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.about-factory .link span {
  font-size: 20px;
  font-family: var(--sans-serif-bold);
  color: var(--primary);
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.about-factory .link i {
  font-size: 16px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  border: 2px solid var(--primary);
  color: var(--primary);
  transition: 0.5s ease all;
  margin-left: 15px;
}
.about-factory .link:hover i {
  margin-left: 20px;
}
.about-factory .sub-heading {
  color: var(--primary);
}
/* Contact Section */
.contact .image {
  width: 100px;
}
/* know more footer */
.know-more.know-more-footer {
  padding-top: 60px !important;
}
.know-more-footer {
  background: #efefef;
  padding: 50px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.know-more-footer h2 {
  font-size: 30px;
  letter-spacing: -1px;
}
.know-more-footer .leftDown {
  width: 78px;
  margin-bottom: 20px;
}
.know-more.know-more-footer .form-box {
  width: 100%;
}
.know-more.know-more-footer form input {
  font-family: var(--sans-serif-light);
}
/* Footer */
.footer {
  background: url(./../../images/hero/gradient-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer .logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.footer .logo img {
  /* width: 190px; */
  width: 250px;
}
.footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.footer .footer-end-text {
  text-align: right;
}
.footer_line {
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  position: absolute;
  bottom: 100px;
  opacity: 0.1;
}
.footer .social a {
  /* width: 20px; */
  width: 25px;
}
.footer .social img, .social-icons img {
  width: 20px;
}
.footer ul li a {
  font-size: 15px;
  font-family: var(--sans-serif-light);
  color: var(--light);
  transition: 0.5s ease all;
  letter-spacing: 0.5px;
}
.footer ul li a:hover {
  color: var(--primary);
}
.footer h6 {
  font-size: 16px;
  font-family: var(--sans-serif-medium);
  color: var(--light);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.footer address {
  font-size: 15px;
  font-family: var(--sans-serif-light);
  color: var(--light-alt);
  letter-spacing: 0.5px;
}
.footer address span {
  font-family: var(--sans-serif-medium);
  letter-spacing: 0.5px;
}
.footer p {
  font-size: 14px;
  display: block;
  font-family: var(--sans-serif-light);
  color: var(--light);
}
.footer p a {
  color: var(--light-alt);
}
.footer p span {
  font-size: 14px;
  font-family: var(--sans-serif-light);
  color: var(--light);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.footer p.text-light-alt,
.footer .footer-contact a {
  font-size: 13px;
}
.footer-end-text a {
  padding: 0px 10px;
}
.footer-end-text a:last-child {
  padding-right: 0px;
}
/* Responsive */

@media (max-width: 1200px) {
  .navbar .navbar-collapse {
    background: transparent;
  }
  .header.sticky .navbar-nav .nav-link {
    color: var(--dark);
  }
  .navbar-collapse .navbar-nav {
    padding: 10px 0;
  }
  .navbar .nav-item {
    width: 100%;
  }
  .navbar .nav-item .nav-link {
    padding: 10px 20px;
  }
  .navbar .nav-item .nav-link:hover {
    transform: scale(1);
    padding-left: 30px;
  }
  .navbar .nav-item .nav-link:hover::after {
    display: none;
  }
  .header .navbar-nav {
    width: 100%;
  }
  .header .navbar-nav {
    gap: 5px;
  }

  .hero .carousel-caption p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .hero .carousel-caption {
    width: 80%;
  }

  .video-box video {
    height: fit-content;
    min-height: 300px;
  }
  .introduction .icon-text-box .intro-text {
    width: calc(100%);
  }
  .client-logos {
    gap: 0.5%;
  }
  .clients-box {
    width: 33%;
  }
  .upcoming-events-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
  }
  .upcoming-events-box .text-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .upcoming-events-box h2,
  .upcoming-events-box p,
  .upcoming-events-box h5 {
    width: 100%;
  }

  .know-more {
    display: flex;
    flex-direction: column;
  }
  .know-more .container {
    order: 2;
  }
  .know-more .right-image-box {
    position: static;
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
    order: 1;
  }
  .know-more .card .heading {
    font-size: 35px;
    letter-spacing: -1px;
  }

  .bootstrap-carousel-control {
    width: 100%;
    justify-content: center;
    gap: 10px;
    bottom: 0;
    top: auto;
    left: 0;
    transform: translateY(0%);
  }

  .about .carousel .carousel-indicators {
    display: none;
  }

  .footer p.footer-end-text {
    width: 100%;
    margin: 0 auto;
  }
  .footer-end-text a {
    padding: 0px;
  }

  .about-factory .image {
    position: relative;
    inset: auto;
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .g-5,
  .gx-5 {
    --bs-gutter-x: 0 !important;
  }
  .g-5,
  .gy-5 {
    --bs-gutter-y: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-4 {
    margin-bottom: 1.1rem !important;
  }
  .mb-3 {
    margin-bottom: 0.8rem !important;
  }
  .container,
  .container-sm {
    max-width: 100%;
  }
  .heading {
    font-size: 40px;
  }

  .hero .carousel .carousel-item img {
    height: 80vh;
  }

  .hero-alt,
  .hero-sm .image {
    height: 80vh;
  }
  .hero .carousel-caption h5,
  .hero-alt .text h2,
  .hero-sm .text h2 {
    font-size: 80px;
    letter-spacing: -1px;
  }

  .hero .scroll-down {
    width: 80%;
  }

  .packaging-solutions .solution-list .title .heading {
    font-size: 50px;
    font-family: var(--sans-serif-normal);
  }
  .packaging-solutions .solution-list .link p {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .introduction .icon-text-box {
    margin-left: 10px;
    flex-direction: column;
    gap: 30px;
  }
  .introduction .icon-text-box .image img {
    width: 60px;
  }

  .about .carousel {
    width: calc(100%);
  }

  .video-box .button-box .play-button i {
    font-size: 16px;
    color: var(--light);
  }
  .video-box .button-box {
    width: 60px;
    height: 60px;
  }

  .clients-box {
    width: 100%;
    padding: 0px 60px;
  }

  .counter .image img {
    width: 60px;
  }
  .about-factory address {
    height: auto;
  }

  .upcoming-events-box h2 {
    font-size: 22px;
  }

  .upcoming-events-box h5 {
    font-size: 16px;
  }

  .know-more {
    padding: 30px 35px;
    border-radius: 25px;
  }

  .know-more .form-box {
    width: 90%;
  }

  .upcoming-events-box .text-box {
    width: calc(100% - 155px);
  }
  .packaging-solutions .solution-list .link {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .about-case-video h3 {
    font-size: 20px;
  }
  .about-case-video h4,
  .about-case-video .text h5 {
    font-size: 18px;
  }
  .hero .carousel-caption p br,
  .hero .carousel-caption h5 br {
    display: none;
  }
  .about .image {
    margin: 0;
  }
  .hero-alt .text {
    width: 80%;
  }
  .case-study-carousel .carousel .pattern {
    width: 70px;
  }
  .case-study-carousel .carousel .carousel-caption .text h5 {
    font-size: 18px;
  }
  .case-study-carousel .carousel .carousel-caption .text h4 {
    font-size: 25px;
  }
  .case-study-carousel .carousel .carousel-caption .text a {
    font-size: 14px;
  }
  .case-study-carousel .carousel .carousel-indicators,
  .about-case-video .carousel .carousel-indicators {
    bottom: 20px;
    right: 20px;
  }
  .case-study-list .item .text h5 {
    font-size: 25px;
  }
  .case-study-list .item .text p {
    width: 100%;
    font-size: 16px;
  }
  .case-study-carousel .carousel .carousel-caption .text a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .about-case-video .carousel .carousel-item {
    height: 100%;
  }
  .about-case-video .carousel .carousel-controls {
    display: none;
  }

  .bootstrap-carousel-control button {
    width: 40px;
    height: 40px;
  }
  .bootstrap-carousel-control button i {
    font-size: 21px;
  }
}
@media (max-width: 578px) {
  .hero .carousel-caption h5 {
    font-size: 60px;
    letter-spacing: -1px;
  }
  .hero .carousel-caption h6 {
    font-size: 22px;
    margin-left: 8px;
  }

  .intro-text p {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  .packaging-solutions .solution-list .title .heading {
    font-size: 35px;
    letter-spacing: -1px;
  }
  .packaging-solutions .solution-list .list .list-tag {
    padding: 5px 20px;
  }
  .packaging-solutions .solution-list .list .list-tag h6 {
    font-size: 10px;
  }
  .packaging-solutions .solution-list .link .title-icon {
    margin-bottom: 10px;
  }
  .packaging-solutions .solution-list .link .title-icon .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .packaging-solutions .solution-list .link .title-icon .icon i {
    font-size: 21px;
  }

  .upcoming-events-box .text-box {
    width: calc(100% - 135px);
  }

  .upcoming-events-box .read-more {
    padding: 5px 20px;
    padding-top: 9px;
    font-size: 14px;
  }
  .know-more .card .heading {
    font-size: 28px;
  }

  .arrow-down-form {
    width: 30px;
  }
  .products-box {
    flex-direction: column;
  }
  .products-box.inner .product_box {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .upcoming-events-box h2 {
    font-size: 20px;
  }
  .packaging-solutions .solution-list .title .heading {
    font-size: 30px;
  }
}
/* Added By Sanket on 13-12-2024 for Navbar Menu*/
.header .nav-ul {
  margin-right: 40px;
  gap: 5px;
}
.header .nav-ul a {
  font-size: 13px !important; /* applied to overwrite the default style */
  font-family: var(--sans-serif-light) !important;
}
.header .nav-ul .menu-1 {
  font-size: 18px !important; /* applied to overwrite the default style */
  font-family: var(--sans-serif-medium) !important;
}
.header .nav-ul .li-end {
  margin-right: 20px;
}
.header form input {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid white;
  width: 120px;
  height: 30px;
  color:var(--light);
}
.header form input::placeholder {
  color: transparent;
}
.header form input:focus {
  box-shadow: unset;
}
.header form button {
  position: relative;
  right: 42px;
  bottom: 3px;
}
.header .lang-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
.header .lang-btn i {
  color: var(--primary);
  font-size: 25px;
}
.header .lang-btn a {
  font-family: var(--sans-serif-light);
  color: var(--light);
  font-size: 22px;
  text-decoration: underline;
}
.header .lang-btn button {
  font-family: var(--sans-serif-light);
  color: var(--light) !important;
  font-size: 16px;
  text-decoration: underline;
  background: transparent;
  border: none;
}
.header .lang-btn .dropdown-menu {
  /* background: linear-gradient(rgba(16, 39, 60, 1), rgba(16, 39, 60, 0.6)); */
  background: var(--dark);
}
.header .lang-btn .dropdown-item {
  font-size: 15px;
  text-decoration: none;
  margin-left: 10px;
}
.header .lang-btn .dropdown-item:hover {
  background-color: transparent;
}
.header .container-fluid {
  padding-bottom: 4px;
}
.header.sticky .container-fluid {
  padding-bottom: 8px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.header-nav-dropdown .dropdown-menu {
  background-color: transparent;
  border: 0px !important;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  background: var(--light);
}
.header.sticky .lang-btn .dropdown-menu {
  background: var(--light) !important;
}
.header.sticky .lang-btn .dropdown-menu li a {
  color: var(--dark);
}
.header-nav-dropdown .dropdown-menu .dropdown-item {
  color: var(--light);
  font-family: var(--sans-serif-medium);
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 3px 18px;
  transition: 0.3s ease-in-out;
}

.opacity0 {
  opacity: 0 !important;
}
.opacity1 {
  opacity: 1 !important;
}
.social-icons {
  position: absolute;
  right: 9%;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}
.social-icons i {
  color: var(--light);
  display: block;
  font-size: 11px;
  margin-bottom: 22px;
  opacity: 0.8;
}
.social-icons img {
  opacity: 0.8;
}
.social-icons img:hover {
  opacity: 1;
}
.social-icons img {
  width: 20px;
}
.get-in-touch {
  color: var(--light);
  margin-top: 28px;
  z-index: 3;
  position: absolute;
  bottom: 80px;
  left: 11.4%;
  font-size: 20px;
}
.get-in-touch img {
  width: 45px !important;
  height: 45px !important;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .get-in-touch {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .hero .carousel-caption {
    left: 0%;
  }
  .hero .carousel-caption h6 {
    font-size: 18px;
  }
  .get-in-touch {
    left: 40px;
  }
  .header {
    background: var(--dark);
  }
  .header.sticky {
    background: var(--dark);
  }
  .header.sticky .navbar-brand img.logo-primary {
    opacity: 1;
  }
  .header.sticky .navbar-brand img.logo-secondary {
    opacity: 0;
  }
  .header.sticky form input {
    border-bottom: 1px solid var(--light) !important;
  }
  .header.sticky button i {
    color: var(--light) !important;
  }
  .section {
    padding: 50px 0px !important;
  }
  .know-more .right-image-box {
    margin-bottom: 0px !important;
  }
  .button-box {
    margin-top: 20px;
  }
  .upcoming-events-box {
    display: block;
  }
  .client-logos {
    gap: 38px;
  }
  .about-factory .image {
    padding-top: 50px !important;
    height: unset !important;
  }
  .footer .social {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
  }
  .footer .footer-end-text {
    text-align: left;
  }
  .footer .footer-contact {
    float: unset !important;
  }
  .footer .social {
    justify-content: unset !important;
  }
  .footer .footer-end-text {
    text-align: unset;
  }
  .footer_line {
    bottom: 128px;
  }
  .footer .row .row.g-4 .col-lg-2 {
    margin: 0;
  }
  .footer .row:nth-child(2) .col-lg-3 {
    margin-top: 20px;
  }
}
.carousel .carousel-indicators .countp-left {
  color: var(--light);
  font-size: 12px;
  vertical-align: middle;
  margin-top: 22px;
  margin-right: 6px;
}
.carousel .carousel-indicators .countp-right {
  color: var(--light);
  font-size: 12px;
  vertical-align: middle;
  margin-top: 22px;
  margin-left: 6px;
}
.carousel .carousel-indicators .countp-left {
  color: #bbb;
}
.carousel .carousel-indicators .countp-right {
  color: #bbb;
}
.loadMore a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 22px;
  transition: all 1s ease-in-out;
}
.loadMore span img {
  width: 50px;
  margin-left: 20px;
}
.tagClients ul#pills-tab {
  display: flex !important;
  gap: 12px;
  justify-content: end;
  width: 71%;
}
.tagClients ul li button {
  color: var(--dark);
  background: var(--light);
  border-radius: 20px;
  /* padding: 6px 12px 2px; */
  padding: 6px 12px 1px 12px;
  font-size: 14px;
  border: 1px solid var(--dark);
  transition: 0.5s ease-in-out;
  font-family: var(--sans-serif-medium);
}
.tagClients ul li button:focus {
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
}
.tagClients ul li button:hover {
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
}
/* Added By Sanket on 03-03-2025 Starts */
.tagSecRight ul li button {
  color: var(--dark);
  background: var(--light);
  border-radius: 20px;
  padding: 6px 12px 2px;
  font-size: 14px;
  border: 1px solid var(--dark) !important;
  transition: 0.5s ease-in-out;
  font-family: var(--sans-serif-medium);
}
.tagSecRight ul li button:focus {
  color: var(--light);
  background-color: var(--dark);
}
.tagSecRight ul li button:hover {
  color: var(--light);
  background-color: var(--dark);
}
.tagSecRight .navTags li {
  border: none;
}
.tagSecRight ul#pills-tab {
  display: flex !important;
  gap: 12px;
}
.clientsSec .clientsSecRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.clientsSecRow1 {
  justify-content: start !important;
}
.clientsSec .clientsImgWrap {
  overflow: hidden;
}
.clientsSec img {
  width: 160px;
  object-fit: contain;
  transition: all 1s ease-in-out;
}

.header {
  padding: 0px !important;
}
/* contact */
.heroContact.product_banner {
  background: url("../../images/banner/contact.jpg");
}
.product_banner {
  background: linear-gradient(rgba(16, 39, 60, 1), rgba(16, 39, 60, 0.6));
  /* background: url(./../../images/hero/banner-02.jpg); */
  background-size: cover;
}
.product_banner .hero-banner-text1 h2 {
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 85%;
}
.product_banner .hero-banner-text {
  /* top: 40%; */
  top: 40%;
}
.product_banner .get-in-touch {
  color: var(--light);
  margin-top: 28px;
}
.product_banner .get-in-touch img {
  width: 45px;
  margin-left: 10px;
}
.product_banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.hero_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.hero-banner {
  height: 582px;
}
.main-banner-content {
  color: var(--light);
  font-size: 14px;
  width: 40%;
  font-weight: 300;
  opacity: 0.8;
  letter-spacing: 0.8px;
  line-height: 22px;
}
.product_banner .hero-banner-text1 h2 {
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 85%;
}
.product_banner .get-in-touch {
  color: var(--light);
  margin-top: 28px;
}
.product_banner .hero-banner-text {
  top: 40%;
}
.hero {
  position: relative;
}
.hero-banner .hero-banner-text {
  position: absolute;
  inset: auto;
  padding: 0;
  top: 40%;
  left: 0%;
  margin: 0;
  width: 100%;
  text-align: left;
  z-index: 4;
}
.product_banner .hero-banner-text1 h2 {
  font-size: 88px;
  letter-spacing: -2px;
  line-height: 85px;
  width: 100%;
}
.hero-banner-text1 h2 {
  font-size: 65px;
  letter-spacing: 0.8px;
  margin: 0;
}
.solutions-banner-heading h2 {
  font-size: 110px;
  font-weight: 500;
  font-family: var(--sans-serif-medium);
  color: var(--light);
}
.heroContact .get-in-touch {
  color: var(--light);
  margin-top: 28px;
  position: static !important;
}
.heroContact .get-in-touch img {
  width: 45px;
  margin-left: 10px;
}
.hero-banner-new img {
  object-position: top;
}
.aboutus-accordian .accordion-item,
.globalPresense .aboutus-accordian .accordion-item {
  border: 0px;
  border-bottom: 2px solid var(--dark);
  border-radius: 0px;
}
.aboutus-accordian .accordion-item .accordion-header {
  border-bottom: 0px !important;
}
.globalPresense .accordion-button:not(.collapsed) {
  background: unset;
}
.globalPresense .accordion {
  --bs-accordion-border-color: unset;
}
.aboutus-accordian .accordion-item .accordion-header button,
.globalPresense .aboutus-accordian .accordion-item .accordion-header button {
  background: unset;
  border-bottom: 0px !important;
}
.aboutus-accordian .aboutus-accordian-heading h2 {
  font-size: 50px;
  font-family: var(--sans-serif-medium);
  letter-spacing: -1.8px;
  margin-bottom: 0px !important;
  margin-top: 5px;
  padding-bottom: 0px;
}
.aboutus-accordian .aboutus_content p {
  color: var(--dark);
  font-size: 14px;
  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: 30px;
}
.aboutus-accordian .our-process_box img {
  width: 140px;
  height: 140px;
  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;
}
.aboutus-accordian .our-process_box .process_content p {
  letter-spacing: 0.2px;
  line-height: 20px;
}
.accordion-button:focus {
  box-shadow: none !important;
}
/* Added by sanket on 18-04-2025 */
.header.sticky form input, .header.sticky form .btn i {
  /* border-color: var(--dark); */
  /* color: var(--dark) !important; */
  transition: all 0.55s ease-in-out;
 }
 .header.sticky .navbar {
  border-bottom: 1px solid var(--dark);
}
/* Added by sanket on 25-04-2025 Starts */
.button-box a span{
  background-color: var(--dark);
  border-radius: 50%;
  color: var(--light);
  padding: 4px;
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  opacity: 40%;
  transition: all 1s ease-in-out;
}
.button-box a{
  transition: all 1s ease-in-out;
}
.button-box a:hover{
background: var(--dark);
color: var(--light);
}
.button-box a:hover span{
background: var(--light);
color: var(--dark);
}
.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-form .search-input {
  padding: 8px 0px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}
.search-form .search-input::placeholder {
  color: #999;
}
.search-form .search-button {
  background-color: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: var(--light);
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form .search-button i {
  font-size: 18px;
}
.header .navbar-nav .small-navlink::after,
.header .navbar-nav .small-navlink:hover .small-navlink::after {
  bottom: 10px;
}
.textHero {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  padding-top: 20px;
}
/* Styling for Careers/Support/Partners/Aboutus - Starts */
.careers-hero-right h2,
.partners-hero-left h2 {
  font-family: var(--sans-serif-medium);
  color: var(--dark);
  font-size: 5em;
  margin-bottom: 10px;
  letter-spacing: -4px;
}
.careers-hero{
  padding-top: 80px !important;
}
.g-i-t{
  position: static;
  font-size: unset;
}
.automation-future p {
  color: var(--light);
  font-size: 12px;
  line-height: 12px;
  position: relative;
}
.automation-future p::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 0.5px;
  left: -100px;
  top: 7px;
  background: var(--light);
}
.partners-hero-left h2 {
  font-size: 4em;
}
.partners-hero-left .partners-hero-p {
  padding-top: 5px;
}
.banner-partners {
  background: url(./../../images/banner/Cybernetik_Website_Partner\ Page_Header\ Banner.WEB) !important;
  background-position: center !important;
}
.heroCareers.product_banner {
  background: url(./../../images/banner/careers-banner.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
}
.careers-hero .careers-hero-left p,
.partners-hero-left p,
.textHero {
  font-family: var(--sans-serif-normal);
  color: var(--dark);
  padding-top: 20px;
}
.careers-hero .careers-hero-left p:first-child {
  padding-top: 0;
}
.careers-hero-right p {
  color: var(--dark);
  font-family: var(--sans-serif-normal);
}
.zingPlugin .zingPluginBox {
  height: 600px;
}
.ev-video iframe {
  border-radius: 15px !important;
  top: 50px;
}
.product__carousel .owl-theme .owl-dots .owl-dot {
  margin-top: 9px;
}
.product__carousel .owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--dark);
  background: var(--light) !important;
  margin:
2px 2px !important;
}
.product__carousel .owl-theme .owl-dots .owl-dot.active span, .product__carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--dark) !important;
}
.product__carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  background:
unset;
}
.product__carousel .owl-nav button.owl-prev::after {
  background-image: url("../../images/left-arrow-blue.png");
}
.product__carousel .owl-nav button.owl-next::after {
  background-image: url("../../images/right-arrow-blue.png");
}
.product__carousel .owl-nav button.owl-prev::after, .product__carousel .owl-nav button.owl-next::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.getInTouch {
  background: var(--bg) !important;
}
.heroSupport.product_banner {
  background: url(./../../images/banner/support.jpg);
  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 */
.management-content a i:hover, .management-box:hover h3, .management-box:hover p {
  color: var(--primary) !important;
}
#accordionglobal {
  margin-bottom: 15px;
}
.heroAbout.product_banner {
  background: url(./../../images/banner/about.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom;
}
.aboutus-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../../images/process-automation/bottom-blue-arrow.png");
  transform: rotate(180deg);
}
.aboutus-accordian .accordion-button::after {
  background-image: url("../../images/process-automation/bottom-blue-arrow.png");
  transform: none;
  width: 40px !important;
  height: 42px !important;
  background-size: 40px !important;
}
.about_video {
  height: 450px;
  /* 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: 395px;
  /* border-radius: 200px; */
}
.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: 140px;
  font-family: var(--sans-serif-medium);
  color: var(--primary);
  line-height: 80px;
  z-index: 2;
}
.aboutus-accordian .infra-counter .item h6 {
  font-size: 40px;
  font-family: var(--sans-serif-medium);
  letter-spacing: -0.7px;
  z-index: 2;
  color: var(--dark);
}
.counter-first-image {
  width: 215px;
  height: 250px;
  border-radius: 12px;
  position: absolute;
  left: 43%;
  right: 0;
  margin: auto;
  top: -48px;
  object-fit: cover;
}
.aboutus-accordian .infra-counter {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}
.aboutus-accordian .infra-counter .item {
  display: flex;
  align-items: end;
  margin-bottom: 60px;
  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/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: 14px !important;
  font-family: var(--sans-serif-light);
}
.global-body p {
  color: var(--dark);
  font-size: 14px;
  line-height: 20px;
}
.global_img-div {
  display: flex;
  gap: 15px;
  align-items: start;
  justify-content: center;
}
.global_img-div .global_img img {
  width: 50px;
}
.global_img-content h5 {
  font-size: 50px;
  font-family: var(--sans-serif-medium);
  color: var(--dark);
}
.global_img-content h6 {
  font-family: var(--sans-serif-medium);
}
.global-presence-image {
  position: relative;
  height: 400px;
}
.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: 30px;
  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: 2px solid #c8c8c8;
}
.flex-div {
  display: flex;
  gap: 60px;
}
.flex-div .flex-image img {
  width: 150px;
}

.partnership-flex1 {
  display: flex;
  justify-content: space-between !important;
  gap: unset !important;
}
.partnership-flex {
  justify-content: start !important;
  align-items: center;
  gap: 50px !important;
}
.partnership-flex1 .flex-image .abb-logo {
  width: 110px !important;
}
.partnership-flex1 .flex-image .first_logo {
  width: 130px !important;
}
.management-box .m-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}
.management-content h3 {
  font-size: 25px;
  font-family: var(--sans-serif-medium);
  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: 22px !important;
  color: var(--dark) !important;
  transition: all 0.55s ease-in-out;
}
.management-box p {
  font-size: 18px;
  color: var(--dark);
  letter-spacing: 0.2px;
  transition: all 0.55s ease-in-out;
}
.moreAbout .read-detail-accordian .accordion-button img {
  width: 40px;
  margin-left: 15px;
  transform: rotate(90deg);
}
.read-detail-accordian .accordion-header button {
  background: none;
  border: none;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 23px;
  box-shadow: none;
  padding: 0px;
  padding-left: 0px;
}
.read-detail-accordian .accordion-header {
  padding: 5px 0px;
}
.moreAbout .read-detail-accordian .accordion-button::after {
  background-image: unset;
}
.cybernetik-about .accordion-button {
  background: none;
  border: none;
  color: var(--primary);
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 12px !important;
  box-shadow: none;
  padding: 0px;
  text-decoration: underline;
  text-transform: capitalize !important;
}
.aboutHead.heading {
  font-size: 45px;
  font-family: var(--sans-serif-bold);
  color: var(--dark);
}
.counterSec{
  padding-top: 0 !important;
}
.read-detail-accordian .accordion-item {
  border:
0 !important;
}
.intro-text1 h6 {
  color: var(--primary);
  font-size: 20px;
  letter-spacing: 0.8px;
  font-family: var(--sans-serif-light);
  margin:
13px 0px;
    margin-bottom: 13px;
}
/* About us page style ends */
.common_video .youtube {
  height: 648px !important;
  background:
unset !important;
}
.youtube {
  position: relative;
  padding-top: 49.25%;
  overflow:
hidden;
  cursor: pointer;
  border-radius:
15px;
  height: 627px;
}
.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button::before {
  position: absolute;
}
.youtube img, .youtube .play-button {
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -0.82%;
  left: 0;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  border-radius:
20px;
}
.youtube iframe {
  width: 100%;
  top: 0;
  left: 0;
}
.footer .footer-contact {
  float: right;
}
.packaging-solutions .solution-list .link .title-icon .icon img:last-child{
  display: none;
}
@media (min-width: 1400px) and (max-width: 1900px) {
  .careers-video .youtube iframe {
    height: 577px !important;
    width: 100%;
  }
  .about_video .youtube img {
    object-position: center !important;
  }
  .about_video .youtube iframe {
    height: 439px;
  }
}
/* Styling for About/Partners/Support/Careers Pages Ends */
@media (min-width:1200px) {
  .upcoming-events-box h5 {
    font-size: 1.5rem;
  }
.nav-closeBtn {
  position: relative;
  z-index: 100;
  visibility: hidden;
  cursor: pointer;
}
.nav-closeBtn i {
  font-size: 30px;
}

.packaging-solutions .solution-list .link:hover{
  img:first-child{
    display: none;
  }
  img:last-child{
    display: block !important;
  }
}
.partnership-flex1:last-child{
  margin-bottom: 30px;
 }
  .marginDown{
  margin-bottom: 35px;
 }
}
/* Added by sanket on 25-04-2025 Ends */


/* added by vishnu on 09-06-2025 */
/* added for solutions-pages - Explore how we can optimise your business section -
after-submite-message */
.submitted-message {
  color: var(--primary) !important;
}

/* added by vishnu on 10-6-2025 */
/* privacy-policy section */

.privacy-policy-list {
  padding-left: 41px;
}
.privacy-policy-list li {
  list-style-type: disc;
}
.privacy-policy .textHeroSupport {
  letter-spacing: 0.4px;
}

.third-party-link {
  font-weight: bold;
  color: var(--dark);
}

.input textarea {
  height: 60px !important;
}

/* added by vishnu on 11-6-2025 */
/* for footer section */
/* .footer .footer-contact{
  float: unset !important;
} */


@media (min-width: 810px) and (max-width: 1080px) {
  /* .Counter-from {
    margin-left: 104px !important;
  } */
}

@media (min-width: 360px) and (max-width: 480px) {
  .refresh_counter {
    font-size: 4rem !important;
  }
}

/* style for support and pattern section forms */
/* added by vishnu on 11-6-2025 */
.explore-partnerships .hs-input {
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid var(--dark-alt) !important;
  border-radius: 0px;
  color: var(--dark) !important;
  height: calc(2.5rem + calc(var(--bs-border-width) * 2));
  -webkit-appearance: none !important;
  height: 20px;
}
/* added by vishnu on 11-6-2025 and 12-06-2025 */
.explore-partnerships .hs-button {
  border: 1px solid var(--light);
  padding: 8px 25px;
  padding-bottom: 4px;
  background: none !important;
  border-radius: 50px;
  color: var(--light);
  background: var(--dark) !important;
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
}

.explore-partnerships .hs-form-field {
  margin-top: 15px;
}
.explore-partnerships textarea {
  height: 50px !important;
}
/* added by vishnu on 12-6-2025 starts */
.support-form .hs-input {
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid var(--dark-alt) !important;
  border-radius: 0;
  color: var(--dark) !important;
  height: calc(2.5rem + calc(var(--bs-border-width) * 2));
  -webkit-appearance: none;
  height: 20px;
}

.support-form .hs-form-field {
  margin-top: 15px;
}
.support-form textarea {
  height: 49px !important;
}
/* added by vishnu on 11-6-2025 and 12-06-2025 */
.support-form .hs-button {
  border: 1px solid var(--light);
  padding: 8px 25px;
  padding-bottom: 4px;
  border-radius: 50px;
  background: none;
  color: var(--light);
  background: var(--dark) !important;
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
}

.counter .hs-button {
  margin-left: 17px;
}
/* added by vishnu on 12-6-2025  ends*/


/* Added by Sanket for Mobile Responsiveness on 12-06-2025 */
.zoneTabs h5 {
  color: var(--primary);
  margin-top: 50px;
  font-size: 25px;
  font-weight: 500;
}
.zoneTabs img{
  width: 90%;
}
@media (max-width: 767px) {
  .assembly-content .tab-pane {
  padding: 0 !important;
}
 .zoneAssmebly .nav-tabs .nav-link {
    padding: 12px 16px 10px 16px;
}
  .zoneTabs img {
    width: 335px;
}
  .global-presence-image {
  height: 347px;
}
  .aboutus-accordian .our-process_box img {
  width: 116px;
}
  .about_video {
  height: unset;
}
 .aboutus-accordian .youtube iframe {
    height: 100% !important;
}
  .aboutus-accordian .aboutus-accordian-heading h2 {
    font-size: 42px;
}
  .packaging-solutions .solution-list .link .title-icon .icon img{
   width: 25px;
  }
 .packaging-solutions .solution-list .link p {
  width: 85%;
}
  .capabilitiesWrap img, .about-factory .image img {
  height: 261px;
  border-radius: 150px;
}
    .know-more .form-box {
    width: 100%;
  }
  .capabilitiesList {
  margin-left: 5px;
}
.capabilitiesList ul li {
 font-size: 1.2rem;
    line-height: 26px;
    padding: 8px 0;
}
  h4.heading {
  font-size: 55px !important;
}
   .packaging-solutions .solution-list .link .title-icon .icon {
    margin-bottom: 45px;
  }
  .packaging-solutions .solution-list .title .heading {
    font-size: 29px;
    display: flex;
            width: 90%;
  }
  .social-icons {
    right: 2%;
  }
  .infrastructure-box p {
    padding-left: 0;
    margin-top: 8rem;
  }
  .infrastructure-box p br, .aboutus-accordian .our-process_box .process_content p br {
    display: none;
  }
  .aboutus-accordian .infra-counter .item {
    gap: 0px;
    flex-wrap: wrap;
  }
  .aboutus-accordian .infra-counter .item h6 {
    font-size: 25px;
  }
  #collapseFive .flex-div {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partnership-flex1 {
    flex-wrap: wrap;
  }
  .partnership-flex .second_logo {
    width: 200px;
  }
  .partnership-flex {
    justify-content: space-between !important;
    gap: 0 !important;
  }
  .partnership-flex .flex-image .first_logo {
    width: 104px !important;
  }
  #counter-section .image {
    /* margin: 20px auto !important; */
    margin-top: 50px;
  }
  #counter-section .sub-heading {
  font-size: 28px;
  }
  .zoneAssmebly .nav{
    padding: 0;
  }
  .zoneAssmebly, .packaging-solutions, .know-more, .ourCapabilities,  .packaging-solutions .solution-list .list:last-child .link, .systemFeatures, .ev-application, .ev-introduction  {
    padding-bottom: 0 !important;
  }
  .know-more .card {
  margin-bottom: 17px;
}
 .zoneTabs h5 {
  font-size: 18px;
}
}

/* added by vishnu on 12-06-2025 starts */
/* for carrer page mobile responsive */
@media (max-width: 767px){
.counter .input .hs-input{
  width: 100% !important;
}

.youtube img {
  height: 100%;
}

.youtube{
  height: unset !important;
}

.common_video .youtube{
  height: 228px !important ;
}
.youtube iframe {
    height: 100%;
}
/* for solution page banner section */
.hero-banner .hero-banner-text {
  top: 39%!important;
}
.solutions-banner-heading h2 {
        font-size: 41px !important;
        line-height: 54px !important;
    }

  .counter .hs-button {
    /* margin-left: 24px; */
    display: flex;
    margin: auto !important;

}
/* for support section */
.product__carousel .owl-nav button.owl-prev {
  left: 25%;
}

.product__carousel .owl-nav button.owl-next {
    right: 25% !important; 
}
.product-first-image{
  display: flex;
  justify-content: center;
}

.hero .carousel .carousel-indicators, .about .carousel .carousel-indicators {
    right: 38% !important;
}

}
/* added by vishnu on 12-06-2025 ends */

/* added by vishnu on 13-06-2025 starts */
/* for solution page */
@media (max-width: 767px){
  .products-box.inner{
    gap:unset !important;
    flex-direction: row !important;
  }
    .products-box.inner .product_box{
      width: 50% !important;
    }
   /* for index page */
    .clientsSec .clientsSecRow{     
      flex-wrap: wrap;
    }
    .hidden-image{
      display: none !important;
    }
 
  .clientsSec img {
  width: 130px !important;
}
.about-factory{
  padding-top: 0 !important;
}
/* .ev-application .application-text{
  padding-top: 82px !important;
  height: 200px;
} */
 .bootstrap-carousel-control{
    width: calc(58%) !important;
    left: 75px  !important;
}

/* added on 16-06-2025  for solution page*/
  .assembly-line .flow-text-box{
    justify-content:unset !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}
.counter .hs-button {
    margin-top: 10px !important ;
}
.about .carousel {
    width: calc(500px - 112px) !important;
}
.ev-video{
  padding: 0px 0 !important;
}
.solution-row{
  padding:40px !important;
}
  .ev-video .youtube{
    height: 228px !important;
  }
  .ev-video iframe{
     height: 100% !important;
  }
  #video-section iframe {
    height: 100% !important;
  }
  .bootstrap-carousel-control {
 top: calc(103% - 45px) !important;
}
#video-section .video-poster{
 height: 228px !important;
}
  .c-advantages{
    padding-top: 0px !important;
    }

    .ev-application{
    padding-top: 0px !important;
    }
    .assembly-form .hs-submit {
    margin-top: 18px;
    margin-bottom: 10px !important;
    padding: 0px 0px !important
}
.assembly-line{
  padding-top: 0px !important;
}
.assembly-form {
   padding-top: 0px !important;
}
.counter1{
  padding-top: 0px !important;
}
.equipment-box {
    margin-top: 35px !important;
}
.carousel .carousel-indicators {
    bottom: 23px !important;
}
/* added by vishnu on 16-06-2025 ends */

}

@media (min-width: 767px) and (max-width:992px){
  .hero-banner .hero-banner-text {
  top: 30% !important; 
}
.products-box.inner {
    justify-content: center !important;
    gap: 18.22% !important;
}
/* added by vishnu on 13-06-2025 ends */

/* added on 16-06-2025 */
    .ev-video .youtube {
        height: 395px  !important;
    }
    .flow-text-box{
      gap: 15px !important;
    }
    .ev-video iframe {
    height: 100% !important;

}

.ev-video{
  padding-top: 0PX !important;
}
#video-section .video-poster{
 height: 395px !important;
}
  #video-section iframe {
    height: 100% !important;
  }
   .bootstrap-carousel-control button{
        margin-top: 107px !important;
   }
   .about .carousel {
    width: calc(100% - 61px) !important;
   }
   .bootstrap-carousel-control {
    width: calc(100% + 138px) !important;
    left: -72px !important;
   }
   .line-right:after{
    display: none !important;
   }
   .footer .footer-contact{
    float: unset !important;
   }

/* added by vishnu on 16-06-2025 ends */

}


/* Added by Sanket on 13/06/2025 */
@media (max-width: 991px){
    .infra-heading-img img, .youtube, .management-box .m-image, .product__carousel .image-box img, .capabilitiesWrap, .capabilitiesWrap img, .about-factory .image img, .counter__row, .know-more img, .know-more .card-body, .business-form{
    border-radius: var(--radius) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .locationAccord p br{
    display: none;
  }
  .common_video .youtube {
  height: 395px !important;
}
    .about-factory .image {
    height: 340px !important;
  }
  .counter .sub-heading{
    text-align: center;
  }
  .counter fieldset, .counter .hs-input{
    max-width: 100% !important;
  }
  .counter .form-columns-1 .hs-input {
  width: 96.5% !important;
  }
  .counter .hs-button {
  margin-left: 0;
}
.counter .image {
  margin: auto;
}
  .partnership-flex1 {
  gap: 50px !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
}
  .flex-div {
  flex-wrap: wrap;
}
.packaging-solutions .solution-list .title .heading {
display: flex;
}
.packaging-solutions .solution-list .link .title-icon {
  align-items: unset;
}
.packaging-solutions .solution-list .title .heading span {
  margin-top: 2px;
}
.heroContact p {
  padding-top: 0px;
}
.heroContact {
  padding-top: 30px;
}
  .about-factory .image {
    height: 340px;
    padding-top: 0;
    margin-top: 60px;
  }
.packaging-solutions .solution-list .list:last-child .link {
  padding-bottom: 0;
}
.solutions-banner-heading h2 {
  line-height: 72px !important;
  font-size: 61px !important;
}
  .section {
  padding: 40px 0px !important;
}
.partners-hero fieldset, .getInTouch fieldset{
max-width: 100% !important;
}
.partners-hero input, .getInTouch .form-columns-2 input{
width: 95% !important;
}
.partners-hero textarea, .getInTouch .form-columns-1 input, .getInTouch textarea{
width: 98% !important;
}
.explore-partnerships .hs-button{
  width: fit-content !important;
}
.careers-video .youtube iframe, .about_video .youtube iframe {
  height: 100%;
}
.product-first-image{
  display: flex;
  justify-content: center;
}
.aboutus_content{
  padding-bottom: 30px;
}
.about_video {
  height: 416px;
}
}
/* added by vishnu on 16-06-2025 starts */
@media (min-width: 768px) and (max-width: 991px){
  .ev-video{
    padding-top: 0px !important;
  }
  .c-advantages{
    padding-top: 0px !important;
  }
  .assembly-form{
     padding-top: 0px !important;
  }
}
/* added by vishnu on 16-06-2025 ends */

@media (max-width: 767px) {
    .about_video .youtube{
      height: 228px !important;
    }
    .support_img{
      display: none;
    }
      #counter-section .image {
    margin: 20px auto !important;
  }
    #counter-section .sub-heading {
  text-align: center;
  }

  
/* added by vishnu on 21-06-2025  starts*/
/* for aboutus page */
.aboutus-accordian .infra-counter {
  padding-top: 100px !important;
  position: relative;
  padding-bottom: 100px;
}

.aboutus-accordian .infra-counter .item h5 {
    font-size: 4rem !important;
  }
/* added by vishnu on 21-06-2025  starts*/


}

.heroContact p{
  padding-top: 0;
}

/* added by vishnu on 13-06-2025 starts */
/* for index page midd form */
.counter .hs-button {
  margin-top: 21px;
}
/* .know-more {
  padding-top: 180px !important;
} */
.know-more .card .heading {
  font-size: 30px;
  letter-spacing: -1px;
}
.know-more .card {
  border: none;
}
.know-more .card-body {
  padding: 30px 35px;
  background-color: #efefef;
  border-radius: 30px;
}
.know-more .form-box {
  width: 100%;
}
.know-more form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--dark);
  box-shadow: none;
  border-radius: 0;
  padding-inline: 0;
  margin-bottom: 0px;
  color: var(--dark);
  font-size: 14px !important;
  height: 25px  !important;
}
.know-more form input::placeholder {
  color: var(--dark);
}
.know-more form .button {
  padding-top: 14px;
}
.know-more .hs-form-field {
  position: relative !important;
  margin-bottom: 15px !important;
}
.know-more .hs-form label {
  color: var(--dark);
  font-size: 14px;
  pointer-events: none;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.hs-error-msg {
  top: 30px !important;
  font-size: 9px !important;
  color: red !important;
  letter-spacing: 0.5px !important;
  line-height: 15px !important;
}
.know-more .right-image-box {
  position: absolute;
  right: 0;
  bottom: 35px;
  width: 737px;
  height: 100%;
}
.know-more .hs_submit .actions input[type="submit"] {
  border: 1px solid var(--light);
  padding: 8px 20px;
  padding-bottom: 4px;
  background: var(--dark) !important;
  color: var(--light);
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 30px;
  height: 40px !important;
}

.assembly-form .hs-form-field {
      color: #12263a;
      font-family: helvetica;
    font-size: 15px;
    margin-bottom: 18px;
}

 .assembly-form .hs-input{
   display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.assembly-form .hs-button {
      background: #e59644;
    border-color: #e59644;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: helvetica;
    padding: 12px 24px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.assembly-form .hs-submit{
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.assembly-form fieldset{
  max-width: 100% !important;
}

/* added by vishnu on 18-06-2025 */
/* Hide Header Search button */
.search-form{
  display: none;
}
