@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html,
body {
  font-family: "Helvetica Now Display";
}

body {
  background: #f5f5f7;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  width: 100%;
}

* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all ease 0.2s;
}

button {
  cursor: pointer;
}
a {
  color: #f26322;
  transition: all ease 0.2s;
}
a:hover {
  color: #d34302;
}
*:focus,
*:visited,
*:focus:visited,
*:focus:active {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea:focus,
input:focus {
  outline: none !important;
}

img {
  border: none;
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
}

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

.container {
  max-width: 1440px;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html ::-webkit-scrollbar {
  display: none;
}

/*------- Header Style Start -------*/
.main-header {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  position: fixed;
  transition: 0.7s;
}

.navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  position: relative;
  transition-duration: 0.3s;
}

.navigation-wrapper.opennav {
  background: #fff;
  transition-duration: 0.3s;
}

.navigation-wrapper.sticky-active.opennav {
  background: #fff;
  transition-duration: 0.3s;
}

.logo {
  align-items: center;

  cursor: pointer;
  display: flex;
  height: 4.6rem;
  justify-content: center;
  width: 14.3rem;
}

.logo a {
  color: #fff;
  font-size: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.logo a:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.4);
  content: "";
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.logo a:hover:after {
  transform: scaleY(1);
  transform-origin: bottom;
}

.navigation-wrapper.sticky-active {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}

.navigation-wrapper.sticky-active.opennav {
  background-color: #fff;
  color: #fff;
  border-bottom: 1px solid #000;
}

.navigation-wrapper.sticky-active .logo,
.navigation-wrapper .logo {
  border-right: 1px solid #000;
}

.navigation-wrapper.sticky-active.opennav .logo {
  border-right: 1px solid #000;
}

.navigation-wrapper.sticky-active .logo a {
  color: #000;
}

.navigation-wrapper.sticky-active.opennav .logo a {
  color: #fff;
}

.navigation {
  display: flex;
  margin-right: auto;
  padding-left: 3.3rem;
}

.navigation > ul {
  display: flex;
}

.navigation > ul > li > a {
  font-family: Helvetica Now Display;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  position: relative;
}

.navigation-wrapper.sticky-active .navigation > ul > li > a {
  color: #000;
}

.navigation-wrapper.sticky-active.opennav .navigation > ul > li > a {
  color: #000;
}

.navigation > ul > li {
  display: flex;
  align-items: center;
}

.navigation > ul > li > span {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  position: relative;
}

.navigation > ul > li > span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background: #000;
}

.navigation > ul > li > span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background: #000;
  transition-duration: 0.5s;
}

.navigation-wrapper.sticky-active .navigation > ul > li > span::after,
.navigation-wrapper.sticky-active .navigation > ul > li > span::before {
  background: #000;
}

/*.navigation-wrapper.sticky-active.opennav .navigation > ul > li > span::after,
.navigation-wrapper.sticky-active.opennav .navigation > ul > li > span::before{
  background: #fff;
}*/
.navigation > ul > li:hover > span::before {
  height: 0px;
  transition-duration: 0.5s;
}

.navigation > ul > li:not(:first-child) {
  margin-left: 2.4rem;
}

.head-right-menu a {
  font-family: Helvetica Now Display;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  position: relative;
}

.navigation-wrapper.sticky-active .head-right-menu > a {
  color: #000;
}

.navigation-wrapper.sticky-active.opennav .head-right-menu > a {
  color: #000;
}

.head-right-menu {
  width: 10.3rem;
  height: 4.6rem;
  color: #000;
  align-items: center;
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 1px;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.navigation-wrapper.sticky-active .head-right-menu {
  color: #000;
}

.navigation-wrapper.sticky-active.opennav .head-right-menu {
  color: #000;
}

.head-right-button {
  align-items: center;
  background-color: #1d1d1f;
  color: #fff;
  display: flex;
  font-size: 0;
  height: 4.6rem;
  justify-content: center;
}

.navigation-button {
  color: #fff;
  font-size: 0;
  border: none;
  position: relative;
  background: transparent;
  width: 6rem;
  height: 100%;
}

.navigation-button:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  content: "";
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.navigation-button:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.navigation-button:after {
  background-color: currentColor;
  box-shadow: 0 -0.5rem 0 currentColor, 0 0.5rem 0 currentColor;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 32px;
  z-index: 1;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.5s;
}

.navigation-button:hover:after {
  box-shadow: 0 -0.5rem 0 #1d1d1f, 0 0.5rem 0 #1d1d1f;
  background-color: #1d1d1f;
  transition-duration: 0.5s;
}

.navigation-sub-menu {
  position: absolute;
  height: 380px;
  width: 100%;
  top: 75px;
  left: 0;
  border-bottom: 1px solid #fff;
  background: #1d1d1f;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
}

.navigation > ul > li:hover .navigation-sub-menu,
.head-right-menu:hover .navigation-sub-menu,
.head-right-button:hover .navigation-sub-menu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.4s;
}

.navigation-sub-section {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.navigation-sub-left {
  padding: 3rem 3rem 3rem 18rem;
  flex: 1;
  height: 100%;
  border-right: 1px solid #fff;
}

.navigation-sub-right {
  padding: 3rem;
  flex: 1;
}

.navigation-sub-left h5 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: Helvetica Now Display;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #fff;
}

.navigation-sub-left li:not(:first-child) {
  margin-top: 1rem;
}

.navigation-sub-left li a {
  font-family: Helvetica Now Display;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3125;
  color: #fff;
  position: relative;
}

.navigation-sub-right p {
  font-family: Helvetica Now Display;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  width: 20rem;
}

.head-right-button .navigation-sub-right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 390px;
}

.head-right-button .navigation-sub-right ul li {
  margin-top: 0.2rem;
}

.head-right-button .navigation-sub-right ul li a {
  font-family: Helvetica Now Display;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

.head-right-button .navigation-sub-right h5 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: Helvetica Now Display;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #fff;
}

.navigation > ul > li > a:after,
.navigation-sub-left li a:after,
.head-right-menu a:after,
.head-right-button .navigation-sub-right ul li a:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}

.navigation-sub-left li a:after,
.head-right-button .navigation-sub-right ul li a:after {
  bottom: -6px;
}

.navigation > ul > li > a:hover:after,
.navigation-sub-left li a:hover:after,
.head-right-menu a:hover:after,
.head-right-button .navigation-sub-right ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.hero-section-new {
  width: 100%;
  margin-top: 150px;
  /*background: #fff;*/
  position: relative;
}

.hero-section-new .container-fluid {
  padding: 0 32px;
  max-width: 1920px;
}

.heroContent h1 {
  font-size: 104px;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: Helvetica Now Display;
}

.heroContent {
  width: 950px;
  max-width: 100%;
}

.heroContent .subTitle {
  margin-top: 60px;
  margin-bottom: 50px;
}

.pFont32,
.pFont32 p {
  font-size: 32px;
  line-height: 1.3;
  font-family: Helvetica Now Display;
}

.hero-video-new {
  position: relative;
  display: block;
}

.hero-video-new video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-pause-btn {
  position: absolute;
  top: 30px;
  left: auto;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  background: transparent;
  border: none;
  outline: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.play-pause-btn svg {
  transition: 0.3s ease-in-out;
}

.play-pause-btn svg .circleIcon {
  fill: #fff !important;
}

.play-pause-btn {
  position: absolute;
  top: 30px;
  left: auto;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  background: transparent;
  border: none;
  outline: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hero-video-new:hover .play-pause-btn {
  opacity: 1;
  /* pointer-events: auto;*/
}

.play-pause-btn:focus {
  outline: none;
}

path.pauseIcon,
.hero-video-new.paused path.playIcon {
  display: none;
}

.hero-video-new.paused path.pauseIcon {
  display: block;
}

.play-pause-btn svg {
  transition: 0.3s ease-in-out;
}

.play-pause-btn svg .circleIcon {
  fill: #fff !important;
}

.play-pause-btn svg .playIcon,
.play-pause-btn svg .pauseIcon {
  fill: #000 !important;
}

.play-pause-btn svg:hover .circleIcon {
  fill: #cf1d2b !important;
}

.play-pause-btn svg:hover .playIcon,
.play-pause-btn svg:hover .pauseIcon {
  fill: #fff !important;
}

/*.hero-video-new.sqeuzeBanner {
  transform: scale(.9);
}*/

.hero-section {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
}

.hero-video {
  width: 100%;
  height: 100%;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-icon {
  animation: Hero_scrolling 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  bottom: 8rem;
  height: 3rem;
  position: absolute;
  right: 9rem;
  width: 28px;
  z-index: 2;
}

@keyframes Hero_scrolling {
  0% {
    opacity: 0;
    transform: translateY(-2.5rem);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(2.5rem);
  }
}

.bgc-section {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.content-card h5 {
  margin-bottom: 2rem;
  width: 100%;
  font-family: Helvetica Now Display;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.content-card h3 {
  font-family: Helvetica Now Display;
  font-size: 3.6rem;
  font-weight: 550;
  line-height: 4.3rem;
  color: #000;
}

.content-card p {
  margin-bottom: 1rem;
  color: #000;
  font-family: Helvetica Now Display;
  font-size: 1.5rem;
  line-height: 1.5;
}

.right-cc {
  padding-left: 30px;
}

.content-btn {
  margin-top: 2rem;
}

.light-content .content-btn a {
  color: #fbfcfd !important;
  border: 1px solid rgba(223, 227, 230, 0.6);
  border-radius: 8px;
  font-size: 16px;
  background-color: RGBA(255, 255, 255, 0);
  padding-top: 10px !important;
  padding-right: 24px !important;
  padding-bottom: 10px !important;
  padding-left: 24px !important;
  margin-top: 24px !important;
}

.content-btn a,
.content-btn .notlink {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  white-space: nowrap;
  color: #11181c !important;
  font-weight: 600 !important;
  font-size: 16px;
  text-decoration-color: #d7dbdf !important;
}

.content-btn a i,
.content-btn .notlink i {
  padding-left: 6px;
  color: #f26322;
  margin-top: 2px;
}

.content-btn a:hover i,
.content-btn .notlink i:hover {
  color: #f26322;
}

.light-content .content-btn a i,
.light-content .content-btn .notlink i {
  color: rgba(223, 227, 230, 0.5);
}

.light-content .content-btn a:hover i,
.light-content .content-btn .notlink:hover i {
  color: rgba(223, 227, 230, 0.9);
}

.content-btn a:hover,
.content-btn .notlink:hover {
  outline: 0 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: #f26322 !important;
}

.content-btn .singe-cta span:hover {
  outline: 0 !important;
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
}

.light-content .content-btn a:hover {
  border-color: rgba(223, 227, 230, 0.8) !important;
  border-radius: 8px !important;
  background-image: initial;
  background-color: RGBA(255, 255, 255, 0);
}

.boder-content-btn a {
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 8px;
  padding-top: 10px !important;
  padding-right: 24px !important;
  padding-bottom: 10px !important;
  padding-left: 24px !important;
  margin-top: 24px !important;
}

/* .boder-content-btn a i {
  color: rgb(0 0 0 / 40%);
} */

.boder-content-btn a:hover {
  /* border-color: rgb(0 0 0 / 100%); */
  border-color: #f26322;
}

.boder-content-btn a:hover i {
  color: rgb(0 0 0 / 100%);
}

/*.content-btn a span,
.content-btn .notlink span {
  position: relative;
  margin-right: 0rem;
  margin-top: -.6rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}

.content-btn a span:after,
.content-btn a span:before,
.content-btn .notlink span:after,
.content-btn .notlink span:before {
  background-color: currentColor;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}*/

.content-btn a span:before,
.content-btn .notlink span:before {
  transform: scaleX(0);
  transform-origin: right center;
  transition-delay: 0.3s;
}

.content-btn a span:after,
.content-btn a span:hover:before,
.content-btn .notlink span:after,
.content-btn .notlink span:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.content-btn a:hover span:before,
.content-btn .notlink:hover span:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.content-btn a:hover span:after,
.content-btn .notlink:hover span:after {
  transform: scaleX(0);
  transform-origin: right center;
}

.CTA-icons {
  color: #0081f1;
  width: 51px;
  height: 51px;
  overflow: hidden;
  border-radius: 50%;
  /* background-color: #000;*/
}

.bg-img-content-section {
  width: 100%;
  align-items: center;
  display: flex;
  min-height: 60rem;
  position: relative;
}

.bg-img-card {
  max-width: 55rem;
  padding: 7rem;
  position: relative;
}

.bg-img-card .content-card h3,
.bg-img-card .content-card h5 {
  margin-bottom: 40px;
}

.light-content h3,
.light-content p,
.light-content .content-btn a span,
.light-content h5 {
  color: #fff;
}

.content-btn a + a {
  margin-top: 30px;
}

.tabs-content-card {
  width: 100%;
  height: 700px;
  position: relative;
}

.tabs-content-card:after {
  background: linear-gradient(190deg, transparent 20%, #000);
  content: "";
  z-index: 1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tabs-content-card:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.tabs-content-medias {
  width: 100%;
  height: 100%;
}

.tabs-content-medias video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs-content-text {
  bottom: 4rem;
  left: 6rem;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transform: translateY(1.5rem);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1),
    visibility 1s cubic-bezier(0.77, 0, 0.175, 1),
    transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 20rem;
  z-index: 9;
}

.tabs-card-main .tab-pane.show .tabs-content-text {
  opacity: 1;
  transition-delay: 0.5s;
  visibility: visible;
  transform: translateY(0rem);
}

.tabs-content-text .content-card h5 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  line-height: 1.2;
}

.tabs-content-text .content-card p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.tabs-card-main {
  width: 100%;
  background-color: #000;
}

.tabs-card-main .nav {
  width: 100%;
  background-color: #000;
  color: #fff;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.tabs-card-main .nav-item {
  flex: 1;
}

.tabs-card-main .nav-link {
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  background-color: #000;
  height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  border-radius: 0;
}

.tabs-card-main .nav-link.active {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #000;
}

.left-video-card-main {
  width: 100%;
  height: 52rem;
}

.left-video-card-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-video-ri-content .content-card h3 {
  margin-bottom: 40px;
}

.careers-photos {
  width: 100%;
}

.careers-photos > img {
  width: 100%;
}

.careers-photos-card {
  width: 100%;
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 350px;
}

.careers-photos-card img {
  width: 40%;
  object-fit: cover;
}

.careers-photos-card img:first-child {
  width: 58%;
}

.left-cc {
  padding-right: 150px;
}

.latest-news-section {
  padding-bottom: 6rem;
  border-top: 1px solid #000;
}

.latest-news-main a {
  width: 100%;
  display: flex;
  gap: 40px;
}

.latest-news-main .latest-news-img {
  width: 60%;
}

.latest-news-main .latest-news-content {
  width: 40%;
}

.latest-news-img img {
  width: 100%;
}

.latest-news-content h6 {
  font-weight: 400;
  font-family: Helvetica Now Display;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 1.5rem;
}

.latest-news-content h3 {
  font-family: Helvetica Now Display;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #000;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.latest-news-content h4 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-family: Helvetica Now Display;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
}

.latest-news-card .latest-news-img {
  margin-bottom: 35px;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.latest-news-card .latest-news-img img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.latest-news-card {
  width: 100%;
  height: 95%;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-top: 40px;
}
.compatible-vape-carts-top .latest-news-card {
  margin: 0;
}
.latest-news-card > a,
.latest-news-card-nolink {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.latest-news-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.latest-news-content .content-btn {
  margin-top: auto;
}
.newsroom-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.main-footer {
  width: 100%;
  background-color: #000;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-logo {
  display: block;
  font-size: 0;
  margin-bottom: auto;
  width: 9rem;
}

.footer-links-card {
  width: 50rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-link-column h3 {
  min-height: 1.2rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 0.9rem;
  line-height: 1;
}

.footer-link-column li:not(:first-child) {
  margin-top: 0.5rem;
}

.footer-link-column li a {
  font-family: Helvetica Now Display;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

.footer-contact {
  margin-top: 4rem;
  width: 100%;
}

.footer-copyright {
  width: 100%;
  max-width: 100vw;
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright p {
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.footer-copyright ul {
  width: 50rem;
  align-items: center;
  display: flex;
  gap: 3rem;
}

.footer-copyright li a {
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
}

.footer-link-column li a:after,
.footer-copyright li a:after {
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}

.footer-link-column li a:hover:after,
.footer-copyright li a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.footer-link-column.footer-contact li a:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.footer-link-column.footer-contact li a:before {
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
  transition-delay: 0.3s;
}

.footer-link-column.footer-contact li a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.footer-link-column.footer-contact li a:hover:after {
  transform: scaleX(0);
  transform-origin: right center;
}

.scroll-animation {
  opacity: 0;
  transform: translateY(2.5rem);
}

.scroll-animation.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1),
    transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0s;
}

#return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #000;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 999;
  padding: 18px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top svg {
  transform: rotate(-90deg);
  top: -5px;
  position: relative;
}

.navigation > ul > li.dek-hide {
  display: none;
}

.bg-dark-section {
  width: 100%;
  background-color: #000;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.command-control-tabs .nav {
  margin-bottom: 9rem;
}

.command-control-tabs .content-card h3 {
  margin-bottom: 40px;
}

.command-control-tabs .left-video-card-main {
  height: 41rem;
}

.brd-top {
  border-top: 1px solid #fff;
}

.cc-features-card i {
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
}

.cc-features-card h4 {
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
  min-height: 5.5rem;
  white-space: pre-wrap;
  border-bottom: 1px solid #fff;
  font-family: Helvetica Now Display;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.cc-features-card p {
  font-family: Helvetica Now Display;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin: 0px;
}

.cc-features-card {
  width: 100%;
  padding: 0 10px;
}

.cc-features-section .content-card h5 {
  margin-bottom: 4rem;
}

.testimonials-item {
  width: 100%;
  text-align: center;
  min-height: 470px;
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.testimonials-item h3 {
  font-family: Tiempos Headline;
  font-size: 3.2rem;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 0px;
}

.testimonials-item p {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 0px;
  font-family: Helvetica Now Display;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3125;
  color: #fff;
}

.testimonials-item p:before {
  background-color: currentColor;
  content: "";
  height: 2px;
  margin-right: 1.5rem;
  width: 1.2rem;
}

.testimonials-card .slick-dots {
  bottom: -50px;
}

.testimonials-card .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}

.testimonials-card .slick-dots li button {
  background: #ffffff4d;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 0;
}

.testimonials-card .slick-dots li.slick-active button {
  background: #ffffff;
}

.testimonials-main {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.brd-bottom {
  border-bottom: 1px solid #fff;
}

.tactical-edge .left-video-card-main {
  height: auto;
}

.tactical-edge {
  padding-top: 5rem;
}

.inner-page .bgc-section {
  border-top: 1px solid #000;
}

.sub-section-new {
  width: 100%;
  margin-top: 73px;
  position: relative;
}

.sub-section-new .container-fluid {
  padding: 0;
}

.sub-video-new video {
  object-fit: cover;
  height: 700px;
  width: 100%;
}

.bgc-section.bolt-sec {
  border-top: 0;
}

.bolt-sec .content-card h5 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.bolt-sec .content-card h3 {
  font-size: 45px;
  margin-bottom: 30px;
}

.bolt-sec .content-card p {
  font-size: 19px;
}

.bolt-sec .content-card {
  width: 100%;
  max-width: 525px;
}

.bolt-sec .left-video-card-main {
  height: auto;
  text-align: right;
}

.bolt-sec-item .content-card {
  display: flex;
  flex-direction: column;
  /* Required! */
  justify-content: space-between;
  height: 100%;
  /* or a fixed height like 400px */
}

.content-card-bottom {
  height: auto;
}

.content-card-bottom-row {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.content-card-bottom-row:first-child {
  border: 0;
}

.content-card-bottom-row strong {
  flex: 1;
}

.content-card-bottom-row span {
  flex: 1;
  color: #777371;
}

/* .content-card .content-btn a span,
.content-card .content-btn .notlink span {
  font-size: 18px;
}

.content-card .CTA-icons {
  color: #0081F1 !important;
  width: 41px;
  height: 41px;
}

.content-card .CTA-icon-media {
  height: 35%;
  width: 45%;
} */

.bolt-sec-item {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.specs-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.specs-table {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ddd;
}

.specs-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.specs-label {
  font-weight: 600;
  color: #444;
  width: 45%;
}

.specs-value {
  color: #333;
  text-align: right;
  width: 55%;
}

.accordion-button {
  background-color: transparent;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  padding: 1.5rem 0;
  transition: background 0.3s ease;
  box-shadow: none;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.accordion-button:focus {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
  border: 0;
  box-shadow: none;
}

.accordion-body {
  background-color: transparent;
  color: #000000;
  padding: 0 0 1rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.accordion-item {
  border-color: #ddd;
  background-color: transparent;
}

.accordion-button::after {
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem;
}

/**********About Page css***************/
.hero-about-sec .heroContent {
  padding: 0 32px;
}

.hero-images-new {
  position: relative;
}

.hero-images-new::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.hero-images-new img {
  width: 100%;
}

/*------- Brand History Style Start -------*/
.brand-history-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.brand-history-section .container {
  position: relative;
  z-index: 9;
}

.brand-history-title {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
  font-family: Helvetica Now Display;
  font-size: 3.6rem;
  font-weight: 550;
  line-height: 4.3rem;
  color: #000;
}

.brand-history-title h3 {
  color: #000;
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 0px;
  text-align: center;
}

.brand-history-content {
  width: 100%;
  position: relative;
}

.brand-history-card {
  width: 100%;
}

.brand-history-item {
  width: 100%;
  max-height: 520px;
  display: flex;
  flex-wrap: wrap;
}

.brand-history-item:nth-child(2n) {
  justify-content: flex-end;
}

.brand-history-text {
  width: 570px;
  position: relative;
}

.pulse {
  position: absolute;
  right: -144px;
  top: auto;
  /* or top: 0 depending on layout */
  width: 50px;
  height: 50px;
  background: #000;
  /* Black center */
  border-radius: 50%;
  z-index: 1;
}

/* Outer rings as pseudo-elements */
.pulse::before,
.pulse::after {
  content: "";
  position: absolute;
  width: 50px;
  /* SAME as main circle */
  height: 50px;
  /* SAME as main circle */
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  animation: ringAnim 2s infinite ease-out;
  z-index: -1;
}

/* Second ring starts later */
.pulse::after {
  animation-delay: 1s;
}

@keyframes ringAnim {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.brand-history-text::after {
  position: absolute;
  top: 10px;
  right: -121px;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #000;
}

.brand-history-item:nth-child(2n) .brand-history-text::before {
  right: auto;
  left: -151px;
}

.brand-history-item:nth-child(2n) .brand-history-text::after {
  right: auto;
  left: -159px;
  height: 140%;
}

.brand-history-item:nth-child(2n) .brand-history-text .pulse {
  left: -182px;
}

.brand-history-item:nth-child(3) .brand-history-text .pulse {
  top: 29%;
}

.brand-history-item:last-child .brand-history-text::after {
  display: none;
}

.brand-history-text h4 {
  width: 100%;
  color: #a7a7a7;
  font-size: 64px;
  line-height: 78px;
  margin: 0 0 10px 0;
}

.brand-history-text h3 {
  font-family: Helvetica Now Display;
  font-size: 3.1rem;
  font-weight: 550;
  line-height: 4rem;
  color: #000;
}

.brand-history-text p {
  margin-bottom: 1rem;
  color: #000;
  font-family: Helvetica Now Display;
  font-size: 1.3rem;
  line-height: 1.4;
}

.brand-history-text p:last-child {
  margin-bottom: 0px;
}

.brand-history-text img {
  margin-top: 15px;
}

.explore-content-slider {
  width: 100%;
}

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

.explore-content-slider .latest-news-content h4 {
  font-size: 1.7rem;
  min-height: 71px;
}

.explore-content-slider .latest-news-content p {
  margin-bottom: 2rem;
  color: #000;
  font-family: Helvetica Now Display;
  font-size: 1.2rem;
  line-height: 1.3;
  min-height: 100px;
}

.content-card .content-card-dec h5,
.content-card .content-card-dec h3 {
  margin-bottom: 1rem;
}

.product-cart .content-btn:nth-last-child(2),
.bolt-sec .content-card .content-btn:nth-last-child(2) {
  margin-top: 5rem;
}

.bolt-sec .right-video-card-main {
  height: auto;
  text-align: left;
}

.product-sec .row {
  margin-top: 5rem;
}

.content-card.product-cart {
  margin-top: 40px;
}

.product-sec .brand-history-title {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  border-radius: 50%;
  outline: none;
  background: #000000;
  width: 40px;
  height: 40px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #000000;
  color: #000;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
}

.slick-dots li button {
  background: #e2e2e2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #cac7c7;
}

/* contact form */

.contact-us .sidebar h1 {
  padding-bottom: 10px;
}

/* .contact-us .sidebar p {
  font-size: 20px;
  font-family: 'ProximaNovaRegular';
  line-height: 26px;
  color: #000;
} */

.contact-us .sidebar a {
  color: #000;
}

.contact-us .form-section {
  /* font-size: 16px; */
  letter-spacing: -0.19px;
  /* line-height: 24px; */
  background-color: #ffffff;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  border-width: 1px;
  border-color: rgba(15, 37, 68, 0.09);
  padding-top: 24px !important;
  padding-right: 24px !important;
  padding-bottom: 24px !important;
  padding-left: 24px !important;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.contact-us .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: gray;
  outline: 0;
  box-shadow: none;
}

.contact-us .form-group {
  margin-bottom: 20px;
}

.contact-us .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 6px;
}

.contact-us .required::after {
  content: "*";
  color: #dc3545;
  margin-left: 2px;
}

.contact-us .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid gray;
}

.contact-us select.form-control {
  cursor: pointer;
}

.contact-us textarea.form-control {
  resize: vertical;
  height: 80px;
}

.contact-us .phone-group p {
  display: flex;
  gap: 10px;
  width: 100%;
}

.contact-us .phone-group p span.wpcf7-form-control-wrap:nth-child(2) {
  width: 100%;
}

.contact-us .phone-group {
  display: flex;
  gap: 8px;
}

.content-btn input {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  white-space: nowrap;
  color: #11181c !important;
  font-weight: 500 !important;
  font-size: 16px;
  text-decoration-color: #d7dbdf !important;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.content-btn input:hover {
  outline: 0 !important;
  text-decoration: underline !important;
  text-decoration-color: #d7dbdf !important;
}

.content-btn p {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.content-btn span.wpcf7-spinner {
  position: absolute;
}

.content-btn p i {
  color: #f26322;
  font-size: 16px;
}

.contact-us .form-group p,
.contact-us .checkbox-item p {
  margin-bottom: 0;
}

.contact-us .country-code {
  width: 120px;
  flex-shrink: 0;
}

.contact-us .phone-number {
  flex: 1;
}

.contact-us .checkbox-group {
  margin: 25px 0;
}

.contact-us .checkbox-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-family: Inter;
  color: #687076;
  font-size: 14px;
}

.contact-us .checkbox-item input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-us .company-info h2 {
  padding-bottom: 10px;
}

.contact-us .company-info h5 {
  /* font-size: 24px;
  font-family: 'ProximaNovaMedium';
  line-height: 29px; */
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 24px;
}

.contact-us .company-info {
  margin-top: 10px;
}

.contact-us {
  margin-bottom: 100px;
}

.products-details {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

.submit-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
}

.cta-btn .content-btn button,
.cta-btn .content-btn .notlink {
  align-items: center;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  border: 0px;
  background: #fff;
}

.cta-btn .content-btn button span,
.cta-btn .content-btn .notlink span {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

/* 
.cta-btn .content-btn button span:after,
.cta-btn .content-btn button span:before,
.cta-btn .content-btn .notlink span:after,
.cta-btn .content-btn .notlink span:before {
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.cta-btn .content-btn button span:before,
.cta-btn .content-btn .notlink span:before {
  transform: scaleX(0);
  transform-origin: right center;
  transition-delay: .3s;
}

.cta-btn .content-btn button span:after,
.cta-btn .content-btn button span:hover:before,
.cta-btn .content-btn .notlink span:after,
.cta-btn .content-btn .notlink span:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.cta-btn .content-btn button:hover span:before,
.cta-btn .content-btn .notlink:hover span:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.cta-btn .content-btn button:hover span:after,
.cta-btn .content-btn .notlink:hover span:after {
  transform: scaleX(0);
  transform-origin: right center;
}

.cta-btn .content-btn button:hover .CTA-icon-card,
.cta-btn .content-btn .notlink:hover .CTA-icon-card {
  transform: translateX(0);
} */

/* contact form css end */

.btn-border a {
  border: 1px solid #000;
  border-radius: 8px;
  width: 32%;
  padding-top: 8px !important;
  \padding-left: 24px !important;
  margin-top: 24px !important;
}

.btn-border a svg path {
  fill: #0081f1 !important;
}

/*.btn-border a:hover svg {
    transform: rotate(-0deg);
    transition: 0.3s;
}
.btn-border a svg {
    width: 15px !important;
    transition: 0.3s;
    margin: 0 0 0 12px;
    transform: rotate(-45deg);
    position: relative;
    left: 0;
}*/

.content-card .y-content {
  margin-top: 1rem;
}

.content-card .y-content a span {
  margin-left: 10px;
}

.border {
  border: 1px solid #000;
  padding-top: 8px !important;
  padding-right: 40px !important;
  padding-left: 24px !important;
  margin-top: 24px !important;
}

.content-card .btn-border .CTA-icons {
  padding-left: 10px;
}

/* Company Page */

.bt-black {
  border-top: 1px solid #000;
}

.bg-black {
  background-color: #000;
}

.hr-black {
  opacity: 1;
  border-top-color: #000;
}

.content-card.text-md p {
  font-size: 18px;
}

.our-vision-section .full-height {
  position: relative;
  padding-top: calc(820 / 600 * 100%);
}

.our-vision-section .half-height {
  position: relative;
  height: 50%;
}

.image-ratio {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-wrapper .image-wrapper {
  position: relative;
}

.accordion-wrapper .image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding-top: calc(500 / 600 * 100%);
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.accordion-wrapper .image-block.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.accordion-wrapper .image-block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-wrapper.leadership-accordion .image-block {
  padding-top: calc(500 / 380 * 100%);
}

.accordion-button p {
  margin: 0;
}

.accordion-button .designation {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: normal;
}

.slick-custom-arrow {
  display: flex;
}

.slick-custom-arrow .custom-arrow {
  position: relative;
  color: #000;
  border: none;
  padding: 0;
  font-size: 34px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  overflow: hidden;
  transition: ease 0.3s;
  background: transparent;
  right: auto;
}

.slick-custom-arrow .custom-arrow:before {
  display: none;
}

.slick-custom-arrow .custom-arrow:not(.slick-disabled):hover {
  color: #f26322;
}

.slick-custom-arrow .custom-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-custom-arrow .custom-arrow.slick-prev {
  margin-right: 10px;
  left: auto;
}

.trucking-section .slick-custom-arrow {
  max-width: 50%;
  margin-left: auto;
  padding: 0 20px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

.trucking-section .slick-custom-arrow .custom-arrow {
  color: #fff;
}

.sticky-parent {
  position: relative;
}

.sticky-parent .sticky-element {
  position: sticky;
  top: 0;
}

.trucking-slider .image-block {
  position: relative;
  padding-top: calc(712 / 712 * 100%);
}

.trucking-slider .image-block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trucking-slider .content-card {
  border-top: 1px solid #fff;
  padding-top: 25px;
  margin-left: 10px;
  padding-bottom: 40px;
}

.milestones-slider .image-block img,
.timeline-slider .image-block img {
  aspect-ratio: 1;
}

.milestones-section .slick-custom-arrow {
  width: 50%;
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
}

.timeline-progress-wrapper {
  margin-bottom: 40px;
}

.timeline-progress {
  height: 8px;
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
}

.timeline-progress-bar {
  height: 100%;
  width: 0;
  background: #f26322;
  transition: width 0.4s ease;
}

.timeline-years {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
}

.timeline-years .active {
  color: #f26322;
}

/* Product Single Page */

body.page-template-product-single-page,
body.page-template-product-single-page .bgc-section {
  background-color: #fff;
}

.product-main-image {
  max-height: 570px;
  object-fit: cover;
}

.author-info {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.section-listing {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.section-listing li a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.section-listing li a:hover {
  color: #f26322;
}

.border-left-top {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.container.container-sm {
  max-width: 1300px;
}

.author-section .author-image {
  width: 110px;
  height: 110px;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 #00000040;
}

.author-section .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-section .author-name:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  max-width: 500px;
  margin-top: 15px;
}

.related-articles .inner-block a {
  display: block;
}

.related-articles .image-block {
  position: relative;
  padding-top: calc(190 / 407 * 100%);
  overflow: hidden;
}

.related-articles .image-block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}

.related-articles a:hover .content-card p {
  color: #f26322;
}

.related-articles a:hover .image-block img {
  transform: scale(1.1);
}

/* .casestudy-content-style {
  margin-top: 40px;
} */

.casestudy-content-style p {
  margin-bottom: 0.8rem;
  color: #000;
  font-family: Helvetica Now Display;
  font-size: 1.3rem;
  line-height: 1.8;
}

.casestudy-content-style h2 {
  font-family: Helvetica Now Display;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #000;
  margin-top: 40px;
}

.casestudy-content-style h3 {
  font-family: Helvetica Now Display;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.1rem;
  color: #000;
  margin-top: 20px;
}

.casestudy-content-style ul li,
.common-content-post .casestudy-content ul li,
.common-content-post .casestudy-slider-description ul li {
  font-size: 1.1rem;
  margin-bottom: 13px;
  font-family: Helvetica Now Display;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  list-style: disc;
}

.casestudy-content-style ul,
.common-content-post .casestudy-content ul,
.common-content-post .casestudy-slider-description ul {
  padding-bottom: 10px;
  padding-left: 20px;
}

.casestudy-content-style ol,
.common-content-post .casestudy-content ol,
.common-content-post .casestudy-slider-description ol {
  padding-left: 25px;
  padding-bottom: 10px;
}

.casestudy-content-style ol li,
.common-content-post .casestudy-content ol li,
.common-content-post .casestudy-slider-description ol li {
  font-size: 1.1rem;
  margin-bottom: 13px;
  font-family: Helvetica Now Display;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  list-style: decimal;
}

.common-content-post .casestudy-slider-description ul li,
.common-content-post .casestudy-slider-description ol li {
  font-size: 16px;
}

.product-image .post-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 570px;
  object-fit: cover;
}

.You-may-also-like .container-fluid {
  padding: 0;
}

.You-may-also-like .latest-news-card {
  border-bottom: 0;
}

article.mod.mod-teaser.You-may-also-like {
  padding-bottom: 40px;
  padding-top: 60px;
}

.You-may-also-like .latest-news-content h4 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.You-may-also-like .latest-news-card .latest-news-img {
  margin-bottom: 15px;
}

.casestudy-content-type-2-2-style {
  padding: 45px 0 60px 0;
}

.casestudy-content-type-2-2-style .casestudy-list li a {
  font-size: 20px;
  line-height: 30px;
  color: #686868;
  transition-duration: 0.2s;
  text-transform: capitalize;
  font-weight: 500;
}

.casestudy-content-type-2-2-style .casestudy-list li {
  padding: 2px 0 10px 34px;
  border-left: 1px solid #b1b3b5;
}

.casestudy-content-type-2-3-style {
  padding: 20px 0 80px 0;
}

.casestudy-content-type-2-3-style .casestudy-slider-title {
  padding-top: 45px;
}

.casestudy-content-type-2-3-style .casestudy-slider-title h2 {
  font-size: 35px;
  line-height: 46px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0;
  padding-left: 50px;
}

.casestudy-content-type-2-3-style .casestudy-slider-description {
  width: 100%;
  border-left: 1px solid #b1b3b5;
  padding: 48px 29px 48px 48px;
}

.casestudy-content-type-2-3-style .casestudy-slider-description p,
.common-content-post
  .casestudy-content-type-2-3-style
  .casestudy-slider-description
  p,
.common-content-post
  .casestudy-content-type-2-3-style
  .casestudy-slider-description
  p
  span,
.common-content-post
  .casestudy-content-type-2-3-style
  .casestudy-slider-description
  p
  b {
  color: #000;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 2.1rem;
}

.casestudy-content-type-2-3-style .casestudy-slider-description p:last-child {
  margin-bottom: 0;
}

.common-content-post h2 {
  padding-bottom: 15px;
  padding-top: 20px;
}

.common-content-post p,
.common-content-post p span,
.common-content-post p b {
  color: #000;
  font-size: 20px;
  line-height: 35px;
}

.common-content-post .casestudy-slider-item h4 {
  margin: 40px 0 35px 0;
}

.common-content-post figcaption {
  margin: 20px 0 0 0;
  color: #000;
  font-size: 20px;
  line-height: 35px;
}

.common-content-post .subTitle p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.common-content-post table.post_table_sheet td {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding: 1rem 2rem 1rem 0;
}

.common-content-post table.post_table_sheet tr td:nth-child(2) {
  padding-right: 0;
}

.common-content-post table.post_table_sheet tr:first-child td {
  border-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.common-content-post table.post_table_sheet tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.common-content-post table.post_table_sheet {
  width: 100%;
  margin-bottom: 20px;
}

.common-content-post table.post_table_sheet td strong a,
.common-content-post table.post_table_sheet td b a,
.common-content-post table.post_table_sheet td a strong {
  color: #000;
}

.common-content-post .product-main-image ~ h1 {
  padding-top: 40px;
}

.common-content-post .subTitle h6 {
  line-height: 1.5;
}

.common-content-post .casestudy-slider.template-img-col1 {
  padding-bottom: 50px;
}

.common-content-post .casestudy-content-style h3 {
  font-size: 1.5rem;
  margin-top: 20px;
}

.common-content-post .casestudy-slider-item img ~ h4 {
  margin: 20px 0;
}

.articles-templet2 .casestudy-content-type-2-3-style {
  padding: 0px 0 80px 0;
}
.articles-templet2
  .casestudy-content-type-2-3-style
  .casestudy-slider.template-img-col1 {
  padding-bottom: 0;
}

.latest-news-card a:hover .latest-news-img img,
.structureinner a:hover .latest-news-img img,
.latest-news-card-nolink:hover .latest-news-img img {
  transition-duration: 0.3s;
  transform: scale(1.1);
}

.latest-news-card .latest-news-img img,
.structureinner .latest-news-img img {
  transition-duration: 0.3s;
}
.postid-1451 .common-content-post table.post_table_sheet tr:first-child td {
  width: 50%;
}
.bg-img-content-contact-support {
  min-height: auto;
  padding: 80px 0;
  margin-top: 5rem;
}

.bg-img-content-contact-support .company-info-title {
  width: 80%;
}
.bg-img-content-contact-support .company-info-title.full-width {
  margin: 0 auto;
  margin-bottom: 30px;
}
.bg-img-content-contact-support .company-info-content .company-info-item {
  margin-bottom: 30px;
}
.bg-img-content-contact-support .company-info-content h5 {
  margin-bottom: 0.4rem;
  font-size: 1.9rem;
}
.bg-img-content-contact-support .company-info-content a {
  color: #ffffff;
}
.bg-img-content-contact-support .content-card.light-content .content-btn a {
  margin-top: 0 !important;
}
.bg-img-content-contact-support .content-card .content-btn {
  margin-top: 0;
}
.bg-img-content-contact-support .company-info-content a:hover {
  color: #f26322;
}
.training-and-certification-content .content-card ul {
  padding-left: 20px;
}
.training-and-certification-content .content-card ul li {
  margin-bottom: 1rem;
  color: #000;
  font-family: Helvetica Now Display;
  font-size: 1.5rem;
  line-height: 1.5;
  list-style: disc;
}
.scientific-industry-expertise {
  padding: 0;
}

section.latest-news-section.bgc-section.press-room-section {
  padding-top: 0 !important;
}
.technical-library .bolt-sec .content-card h3 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.1 !important;
}
.technical-library .bgc-section.bolt-sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.latest-news-section.bgc-section.compatible-vape-carts {
  padding-top: 0;
  border: 0;
}
.latest-news-content h6 a {
  display: inline;
  margin: 0;
  color: #f26322;
}
.explore-our-product {
  padding-top: 0;
  padding-bottom: 6rem;
}
.explore-our-product .content-card {
  width: 100%;
  max-width: max-content;
}
.explore-our-product .content-card h4 {
  margin-bottom: 0rem;
  width: 100%;
  font-family: Helvetica Now Display;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
}
.explore-our-product .product-sec .row {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.bg-img-overlay .container {
  z-index: 9;
}
.bg-img-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.new-padding-bottom-page {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.new-padding-bottom-page-first {
  padding-top: 10rem;
}
.new-padding-bottom-page:last-child {
  padding-bottom: 10rem;
}
.compatible-vape-carts-sp .content-card h5 {
  line-height: 1.3;
}
.postbox-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 35px 15px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.postbox-thumb {
  border-radius: 14px;
  overflow: hidden;
}
.postbox-author-wrap {
  /* padding: 0 20px; */
  margin-bottom: 30px;
}
.postbox-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.postbox-meta span {
  font-weight: 400;
  font-family: Helvetica Now Display;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #f26322;
}
.postbox-meta i svg path {
  stroke: #000;
}
.postbox-content h3.postbox-title a {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-family: Helvetica Now Display;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
}

.postbox-content p {
  margin-bottom: 1rem;
  color: #000;
  font-family: Helvetica Now Display;
  font-size: 1.2rem;
  line-height: 1.5;
}

.postbox-content {
  margin-top: 35px;
}

.postbox-content span.postbox-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.product-box-had h4 {
  margin-top: 30px;
  width: 100%;
  font-family: Helvetica Now Display;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
}
.product-box-img img {
  width: 100%;
}

.branded-assets-light {
  background: #f5f5f7;
}

.branded-assets-light h2 {
  font-size: 2.3rem;
  letter-spacing: 1px;
  color: #111;
}

.asset-card-light {
  background: linear-gradient(145deg, #2c2c2e, #1a1a1c);
  border-radius: 20px;
  padding: 3rem 1.5rem;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
}

.asset-card-light:hover {
  transform: translateY(-10px);
  background: linear-gradient(145deg, #3a3a3c, #1c1c1e);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.08);
}

.asset-inner h5 {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.asset-inner p {
  color: #b3b3b6;
  font-size: 0.9rem;
  margin-top: 6px;
}

/* Icon Style */
.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(145deg, #3a3a3c, #1a1a1c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  margin: 0 auto;
}

.asset-card-light:hover .icon-circle {
  background: linear-gradient(145deg, #4a4a4c, #2a2a2c);
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.text-muted {
  color: #6e6e73 !important;
}
.latest-news-card-img {
  margin-bottom: 20px;
}
.latest-news-img.machine-imagery-img {
  overflow: hidden;
}
.machine-imagery-img img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
  transition-duration: 0.3s;
}
.latest-news-card-img a:hover .latest-news-img img {
  transition-duration: 0.3s;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .asset-card-light {
    padding: 2rem 1rem;
  }
}

.terminology .nav-tabs .nav-link {
  font-family: Helvetica Now Display;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  padding: 3px 8px;
  background: transparent;
  border: 0;
  border-bottom: 4px solid transparent;
}
.terminology .nav-tabs .nav-item.show .nav-link,
.terminology .nav-tabs .nav-link.active {
  border-color: #000000;
}
.terminology .tab-content .h5,
.terminology .accordion .h6 {
  font-weight: 700;
}
.terminology .tab-content .mb-4,
.terminology .accordion-body > div {
  /* border-left: 4px solid #0d6efd; */
  padding-left: 0.75rem;
}

.cannabis-terminology-content {
  width: 100%;
  display: flex;
  gap: 92px;
  margin-bottom: 146px;
}
.cannabis-terminology-no {
  flex: none;
  width: 105px;
  text-align: center;
  padding-top: 40px;
}
.cannabis-terminology-no h2 {
  text-transform: capitalize;
  font-size: 128px;
  line-height: 90px;
  margin: 0;
}
.cannabis-terminology-text h2 {
  padding-bottom: 10px;
  padding-top: 40px;
  margin-bottom: 0;
}
.cannabis-terminology-text p {
  color: #000;
  font-size: 20px;
  line-height: 35px;
}

.hero-section-new .modified-section {
  margin-top: 85px;
}

.common-content-post .subTitle h6 {
  font-size: 1.5rem;
}
p.author-designation {
  color: #afafaf;
}
.bolt-sec .left-video-card-main img {
  width: 100%;
  object-fit: cover;
}
.page-template-training-and-certification .bolt-sec .content-card h3,
.page-template-support-services .bolt-sec .content-card h3,
.page-template-compatible-vape-carts .bolt-sec .content-card h3 {
  line-height: 1.1;
  margin-bottom: 20px;
}
.page-template-training-and-certification .content-btn,
.page-template-support-services .content-btn {
  margin-top: 0;
}
.page-template-training-and-certification .boder-content-btn a,
.page-template-support-services .boder-content-btn a {
  margin-top: 15px !important;
}
.page-template-compatible-vape-carts .bolt-sec .content-card h5 {
  margin-bottom: 1.2rem;
}
.page-template-compatible-vape-carts .content-btn {
  margin-top: 1rem;
}
.page-template-compatible-vape-carts
  .bolt-sec
  .content-card
  .content-btn:nth-last-child(2) {
  margin-top: 2rem;
}
.page-template-compatible-vape-carts
  .compatible-vape-carts
  .latest-news-content
  .content-btn {
  margin-top: auto;
}
.search-results-page .sub-banner-content h1 {
  text-align: center;
  font-size: 42px;
  line-height: 1.3;
  font-family: Helvetica Now Display;
  font-weight: 700;
}
.search-results-page .sub-banner-content {
  padding-bottom: 20px;
}
.search-results-page .latest-news-card {
  margin-top: 70px;
  height: 91%;
}
.search-results-page .resources-pagination {
  padding-top: 6rem;
  position: relative;
  height: auto;
  padding-bottom: 7rem;
  width: 100%;
}
.search-results-page nav.navigation.posts-navigation {
  padding: 0;
  margin: inherit;
  position: inherit;
  height: auto;
  opacity: 1;
  visibility: visible;
  background: transparent;
  top: inherit;
  left: inherit;
  width: auto;
  transform: inherit;
  width: 100%;
}
.search-results-page .nav-previous a,
.search-results-page .nav-next a {
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 8px;
  padding-top: 10px !important;
  padding-right: 24px !important;
  padding-bottom: 10px !important;
  padding-left: 24px !important;
  margin-top: 0px !important;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  white-space: nowrap;
  color: #11181c !important;
  font-weight: 600 !important;
  font-size: 16px;
  text-decoration-color: #d7dbdf !important;
}
.search-results-page .nav-previous a:hover,
.search-results-page .nav-next a:hover {
  outline: 0 !important;
  text-decoration: underline !important;
  text-decoration-color: #d7dbdf !important;
  border-color: rgb(0 0 0 / 100%);
}
.search-results-page .nav-links {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.search-results-page .nav-previous,
.nav-next {
  height: auto;
  display: inline-flex;
  margin: 0 !important;
}
.search-results-page .latest-news-card .latest-news-content h4 a {
  color: #000;
}
.search-results-page .latest-news-card .latest-news-content h4 :hover {
  color: #f26322;
}
.category-results-page .sub-banner-content h1 {
  margin-bottom: 80px;
}
.category-results-nav li.nav-item {
  width: 100%;
}

.category-results-nav a.nav-link {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-family: Helvetica Now Display;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #000;
  padding-left: 0;
}
.category-results-nav a.nav-link:hover {
  color: #f26322;
}
.category-results-nav .nav-pills .nav-link.active,
.category-results-nav .nav-pills .show > .nav-link {
  color: #f26322;
  background-color: transparent;
}
.category-resources-content
  .tab-content
  .col-lg-6:nth-child(1)
  .latest-news-card,
.category-resources-content
  .tab-content
  .col-lg-6:nth-child(2)
  .latest-news-card {
  margin-top: 0;
  height: 100%;
}
.category-results-nav {
  padding-right: 15px;
}
.category-results-nav .resources-search {
  margin-bottom: 20px;
}
.category-results-nav .resources-search form input {
  border: 1px solid gray;
  width: 100%;
  padding: 10px;
}
.category-resources-pagination a.page-numbers,
.category-resources-pagination span.page-numbers {
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 8px;
  padding-top: 10px !important;
  padding-right: 24px !important;
  padding-bottom: 10px !important;
  padding-left: 24px !important;
  margin-top: 0px !important;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  white-space: nowrap;
  color: #11181c !important;
  font-weight: 600 !important;
  font-size: 16px;
  text-decoration-color: #d7dbdf !important;
}
.category-resources-pagination span.page-numbers.current {
  color: #77797a !important;
  cursor: auto;
}
.category-resources-pagination a.page-numbers:hover {
  outline: 0 !important;
  text-decoration: underline !important;
  text-decoration-color: #d7dbdf !important;
  border-color: rgb(0 0 0 / 100%);
}
.category-resources-pagination ul.pagination {
  gap: 15px;
  justify-content: flex-end;
}
.search-results-page section.no-results.not-found {
  padding-bottom: 80px;
  text-align: center;
}
.search-form input.search-field {
  border: 1px solid gray;
  width: 320px;
  padding: 10px;
  border-radius: 8px;
  max-width: 100%;
}
.search-form input.search-submit {
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 8px;
  padding-top: 10px !important;
  padding-right: 24px !important;
  padding-bottom: 10px !important;
  padding-left: 24px !important;
  margin-top: 0px !important;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  white-space: nowrap;
  color: #11181c !important;
  font-weight: 600 !important;
  font-size: 16px;
  text-decoration-color: #d7dbdf !important;
}
.search-form input.search-submit:hover {
  outline: 0 !important;
  text-decoration: underline !important;
  text-decoration-color: #d7dbdf !important;
  border-color: rgb(0 0 0 / 100%);
}

.search-results-page .page-content p {
  margin-bottom: 0rem;
  color: #000;
  font-family: Helvetica Now Display;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 20px 0;
}

.widget a {
  font-size: 16px !important;
  color: #000;
}
.widget li ul {
  padding-top: 10px;
}
.widget li {
  padding-bottom: 10px;
}
.widget-section {
  padding-bottom: 80px;
}
.widget select {
  border: 1px solid gray;
  width: 320px;
  padding: 10px;
  border-radius: 8px;
  max-width: 100%;
}
.widget.widget_archive {
  padding-top: 20px;
}
.tagcloud a {
  width: 100%;
  display: inline-block;
  line-height: 2;
}
.technical-library .bolt-sec .left-video-card-main img {
    width: 100%;
    min-height: 375px;
}