/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Milligram-Regular-trial", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
  /* zoom: 80%; */
}
@font-face {
  font-family: "Milligram-Regular-trial";
  src: url("/assets/fonts/Milligram-Regular-trial.ttf") format("ttf");
}
@font-face {
  font-family: "Milligram-Medium-trial";
  src: url("/assets/fonts/Milligram-Medium-trial.ttf") format("ttf");
}

@media (min-width: 992px) and (max-width: 1366px) {
  body {
    zoom: 80%;
  }
}
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */

h2 {
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 53px !important;
}
p,
a,
div {
  font-size: 18px !important;
  font-family: "Milligram-Medium-trial", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CooperBTLight", sans-serif !important;
}
section {
  overflow: unset !important;
}
p {
  font-weight: 400 !important;
}

@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1140px !important;
  }
  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}
/* Default transparent background */
.header_area {
  transition: background-color 0.3s ease;
  background: transparent;
}

/* Sticky state after scroll */
.header_area.sticky {
  background: #021940; /* your background color */
}
header.fixed-top .nav-menu > li > a {
  color: #434343;
}
header.fixed-top .nav-menu > li > a > {
  color: #434343;
}
.top_bavbar a {
  color: #434343 !important;
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}
@media (min-width: 1200px) {
  header.fixed-top img.img_show {
    width: 240px !important;
  }
}
.nav_style {
  display: none;
}
.top_bavbar {
  justify-content: end !important;
}
.top_bavbar a:after {
  border: 1px solid #434343 !important;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  font-size: 14px;
  text-align: left;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* space for the underline */
  text-decoration: none;
  color: inherit; /* keep text color */
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* underline thickness */
  width: 0;
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu > li > a:hover::after {
  width: 100%;
}
/* Base styles for submenu / megamenu links */
.nav-dropdown li a,
.megamenu-list li a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
  z-index: 1; /* make sure text is above the pseudo-element */
  overflow: hidden; /* hide the overflow of the background animation */
}

li ul.nav-submenu li a:hover {
  color: #fff !important;
}
/* Background sweep effect */
.nav-dropdown li a::before,
.megamenu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* start invisible */
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  z-index: -1; /* behind the text */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover - expand background from left to right */
.nav-dropdown li a:hover::before,
.megamenu-list li a:hover::before {
  width: 100%;
}

/* Optional: smooth reverse on mouse out (already handled by transition) */
#header.header-scrolled img.img_show {
  display: block !important;
  width: 240px !important;
}
.navigation {
  display: flex !important;
  justify-content: space-between;
}

.megamenu-panel .megamenu-list > li > a:hover {
  color: #fff !important;
}

.megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (max-width: 1200px) {
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  header#header.header-scrolled {
    height: 120px !important;
  }
}
@media (min-width: 992px) {
  header.fixed-top .nav-menu > li > a {
    padding: 40px 10px !important;
  }
  .nav-menus-wrapper .nav-menu li a {
    font-size: 16px !important;
  }
  .fixed-top.topnav_bg a {
    font-size: 16px !important;
  }
}

/* Menu end */

/* Background image on parent wrapper */
.hero-wrapper {
  /* background: radial-gradient(
    circle at top left,
    #00929a 0%,
    #002b4f 20%,
    #000000 50%,
    #000000 100%
  ); */
  color: white;
  overflow: hidden;
  background: linear-gradient(
    to right,
    #eaf5fa 0%,
    #fdfdfd 40%,
    #fdfdfd 60%,
    #e4efe0 100%
  );
}
.gradient-title-banner {
  /* background: -webkit-linear-gradient(0deg, #71BF44, #0E7C7F, #0085CD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
#header.header-scrolled {
  border-bottom: 1px solid #efeff0 !important;
  box-shadow: rgb(235, 239, 242) 0px -1px 0px 0px inset;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* full screen hero if you want */
  background: url("/assets/img/banner-bg-truck-warehouse.png") no-repeat center
    top;
  /* background-size: 106%; */
  background-attachment: scroll;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding-top: 10px;
  padding-bottom: 70px;
  margin-bottom: 40px;
  animation: zoomHero 6s ease-in-out infinite alternate;
}

@keyframes zoomHero {
  from {
    background-size: 100%;
  }
  to {
    background-size: 105%;
  }
}
/* Tablets */
@media (max-width: 991px) {
  .hero-section {
    background-size: 110%; /* less zoom */
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero-section {
    background-size: cover; /* normal cover, avoid too much crop */
    background-position: center top; /* shift focus if needed */
  }
}

@media (min-width: 1700px) {
  .hero-section {
    padding-bottom: 10%;
  }
}
.hero-section .hero-content {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content h1 {
  color: #000000;
  /* font-weight: 500 !important; */
  max-width: 550px;
}
.hero-section .banner-video-image-block {
  min-height: 520px !important;
}
@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .hero-content {
    min-height: unset;
  }
  .hero-section .col-md-6:first-child {
    min-height: auto;
  }
  .hero-section .col-md-6.banner-image-block {
    display: flex !important;
    justify-content: center;
  }
  .hero-section .banner-video-image-block {
    min-height: 440px !important;
  }
}

.video-wrapper {
  position: relative;
  display: inline-block;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-play-btn i {
  font-size: 30px;
}

.hero-wrapper > .container {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-wrapper .row.align-items-center {
  flex: 1 1 auto;
  height: 100%;
  align-items: center !important;
  display: flex;
}

.hero-wrapper .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Already present, keeps content vertically centered */
  align-items: flex-start; /* Change to center if you want horizontal centering */
  height: 100%;
  min-height: 350px;
}

/* Hero-in reveal */
.hero-wrapper .reveal {
  opacity: 0.3;
  transform: translateX(0); /* set by direction classes below */
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), opacity 500ms ease;
  will-change: transform, opacity;
}

.hero-wrapper .from-left {
  transform: translateX(-48px);
}
.hero-wrapper .from-right {
  transform: translateX(48px);
}

.hero-wrapper .reveal.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* Optional: avoid tiny horizontal scrollbars during animation */
.hero-wrapper .order-crm-time {
  overflow-x: clip;
}

/* Extra image aligned under the left side (outside the row) */
.hero-wrapper .left-under-image {
  margin: 24px 0 64px; /* spacing above/below */
  position: absolute;
  left: 0px;
  top: 130px;
}

.hero-wrapper .left-under-image img {
  width: 250px;
  height: auto;
  display: block;
}

.hero-wrapper .right-under-image {
  margin: 24px 0 64px;
  position: absolute;
  right: 0px;
  bottom: 120px; /* key difference: stick to bottom */
  text-align: right;
}

.hero-wrapper .right-under-image img {
  width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
}

/* On large screens, match the right column gutter spacing */
@media (min-width: 992px) {
  .hero-wrapper .right-under-image {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }
}

/* On large screens, match the left column width and gutter */
@media (min-width: 992px) {
  .hero-wrapper .left-under-image {
    width: 50%;
    /* Match Bootstrap's column padding so it lines up with the left col */
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .hero-wrapper .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Optional: on small screens, slide up instead of left/right */
@media (max-width: 767.98px) {
  .hero-wrapper .from-left,
  .hero-wrapper .from-right {
    transform: translateY(28px);
  }
}

#slideButton {
  background-color: #4aa517;
  border-radius: 15px;
  border: 2px solid #266402;
  width: fit-content;
  padding: 8px 15px;
}
#slideButton:hover {
  background-color: #fff;
  color: #266402;
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
  .hero-section > .container,
  .hero-section .row.align-items-center,
  .hero-section .col-md-6 {
    height: auto !important;
    display: block !important;
  }
}
.banner-description {
  color: #b8d6b3;
  color: #000000;
  max-width: 270px;
}
.hero-img {
  width: 100%; /* Increase this value as needed */
  /* max-width: 600px;  */
  height: auto;
  /* display: block; */
}
@media (max-width: 767px) {
  .hero-img {
    max-width: 90vw;
    width: 100%;
  }
}
.banner-image-block {
  position: relative;
  width: 100%;
  max-width: none; /* Remove width limit */
  aspect-ratio: auto; /* Remove fixed aspect ratio */
  overflow: visible; /* Let content spill out */
}
.hero-section .col-md-6 {
  position: relative !important;
  z-index: 2 !important; /* text block always above */
}
.col-md-6.banner-image-block {
  position: relative !important;
  z-index: 1 !important; /* video below */
}
.banner-image-block video {
  width: 100%;
  position: relative;
  left: 0%;
  height: auto;
  object-fit: cover;
}
#heroMedia video:has(source[type="video/webm"]) {
  width: 120%;
}
#heroMedia video:has(source[type="video/mp4"]) {
  border-radius: 15px;
}
#heroMedia img[src$=".webp"] {
  width: 120%;
  left: -10%;
  position: relative;
}
#heroMedia img[src$="The-bMobile-Suite-2.png"] {
  width: 130%;
  left: -10%;
  position: relative;
}
@media (min-width: 300px) and (max-width: 992px) {
  .banner-image-block video {
    width: 100% !important;
    left: 0% !important;
  }
  #heroMedia img[src$=".webp"] {
    left: -10%;
  }
  #heroMedia img[src$="The-bMobile-Suite-2.png"] {
    left: 0%;
  }
}
@media (min-width: 993px) and (max-width: 1050px) {
  .banner-image-block video {
    width: 115% !important;
    left: -10% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1250px) {
  .banner-image-block video {
    width: 120% !important;
  }
}

.banner-image-block .banner-content {
  position: relative;
  z-index: 1; /* above the animation */
  color: white; /* or something readable */
  text-align: center;
}

.progress-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.progress-box {
  /* background-color: #0c1622; */
  cursor: pointer;
  color: #838383;
  /* border-radius: 8px; */
  padding: 20px 10px;
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex: 1 1 300px;
  min-height: 150px; /* Add this line for minimum height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Ensures content is bottom-aligned if needed */
  box-sizing: border-box;
}
.progress-box .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #a2e100;
  width: 0%;
  transition: width 0s;
}
.progress-box.active {
  color: #fff;
}

.progress-box.active .progress-title,
.progress-box.active .progress-desc {
  color: #000000;
}
.progress-box::before {
  content: "";
  position: absolute;
  top: 0; /* change to bottom: 0; if you want it at the bottom */
  left: 0;
  width: 100%;
  height: 2px; /* match .progress-bar height */
  background: #9e9e9e; /* black track */
  opacity: 1; /* optional: soften the black */
  z-index: 0;
}
.progress-title {
  font-size: 20px !important;
  font-weight: 600;
  margin: 12px 0 6px;
}

.progress-desc {
  font-size: 18px !important;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .progress-container {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  h1 {
    /* font-size: 60px !important;
    font-weight: 800 !important; */
  }
  .banner-description {
    /* font-size: 20px; */
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .progress-boxes .progress-title {
    font-size: 18px !important;
  }
  .progress-boxes .progress-title {
    font-size: 18px !important;
  }
  .progress-desc {
    font-size: 16px !important;
  }
}

/* Header and hero*/

/* client section */
.client-section {
  background: #ffffff;
  overflow: hidden; /* ensure we don’t see overflow scrollbars */
  position: relative;
}

.client-title {
  font-size: 1.75rem;
  font-weight: bold;
  /* color: #0c3505; */
}

.logo-slider {
  overflow: hidden;
  width: 100%;
}

.logo-track {
  display: flex;
  gap: 60px;
  will-change: transform;
  padding: 50px 0px;
}

.logo-track img {
  width: 200px; /* 👈 fixed equal width for all images */
  height: 100px; /* consistent height */
  flex-shrink: 0; /* don’t let flexbox collapse image width */
  object-fit: contain; /* scale inside while keeping aspect ratio */
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

.logo-track img:hover {
  /* filter: grayscale(0%); */
}

/* client section */

/* Reading section */
.typed-cursor {
  display: inline-block;
  width: 1ch;
  animation: blink 1s infinite;
  color: #4caf50; /* green */
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.reading-effect-section {
  background: #f4feff;
  color: #000000 !important;
  padding: 60px 0;
  /* font-family: "", sans-serif; */
  text-align: left;
  min-height: 480px !important;
}

.reading-effect-section .container {
  /* max-width: 900px;
  margin: 0 auto; */
  /* padding: 0 20px; */
}
.section-title {
  padding-bottom: 0px !important;
}
.reading-effect-section .section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.reading-effect-section .section-title .green {
  /* background: -webkit-linear-gradient(0deg, #63df4e, #9fef7a, #06ffd3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.reading-effect-section .animated-text {
  font-size: 35px !important;
  line-height: 1.5 !important;
  /* margin-bottom: 20px; */
  /* white-space: pre-wrap; */
  text-align: center;
  color: #b5f8cf;
}

/* Default letter (not highlighted) */
.animated-text span {
  /* color: #000; */
  transition: color 0.3s linear;
  /* font-size: 35px; */
}

/* Highlighted state */
.animated-text span.active {
  background: linear-gradient(#1a6b3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}

/* .reading-effect-section .highlight {
  transition: color 0.6s ease;
  color: #000000;
  cursor: pointer;
} */

/* .reading-effect-section .highlight.green {
  background: -webkit-linear-gradient(90deg, #69d493, #68e298, #1a6b3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

/* .reading-effect-section .highlight:hover {
  color: #00d17d;
} */

.highlight.active {
  background: -webkit-linear-gradient(90deg, #69d493, #68e298, #1a6b3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  transition: all 0.4s ease;
}
@media (min-width: 300px) and (max-width: 408px) {
  .reading-effect-section {
    min-height: 900px !important;
  }
}
@media (min-width: 409px) and (max-width: 489px) {
  .reading-effect-section {
    min-height: 770px !important;
  }
}
@media (min-width: 490px) and (max-width: 767px) {
  .reading-effect-section {
    min-height: 680px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reading-effect-section {
    min-height: 550px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .reading-effect-section {
    min-height: 500px !important;
  }
}

/* Reading section */

/* animated tab section */

section.scroll-overlay-section {
  overflow: unset;
  background: #ffffff !important;
}

.green-blue-gradient {
  color: #000000;
}

.green-blue-gradient-2 {
  color: #000000;
}
.scroll-overlay-section .subtext {
  margin-bottom: 5px;
}
.scroll-overlay-section .order-crm-time {
  margin: 100px 0px;
  position: relative;
  overflow-x: clip; /* prevent scrollbars */
}
.scroll-overlay-section .underline-image {
  margin: -10px auto 40px; /* Pull it a bit closer to the text */
  display: flex;
  justify-content: center;
}

.scroll-overlay-section .underline-image img {
  width: 75px; /* adjust size of curve */
  height: 10px;
  display: block;
  margin: 0 auto;
  transform: translateY(4px) scaleX(1.1) scaleY(0.8);
  border-radius: 50%/100%;
}

/* Responsive tweak: slightly smaller curve on small screens */
@media (max-width: 576px) {
  .scroll-overlay-section .underline-image img {
    width: 120px;
  }
}
.scroll-overlay-section .order-crm-time img {
  width: 100%;
}
.scroll-overlay-section .order-crm-time h3 {
  font-weight: 700;
  font-size: 30px;
}
.scroll-overlay-section .order-crm-time p {
  font-weight: 700;
  font-size: 30px;
  line-height: 2.5;
}
.scroll-overlay-section .order-crm-time a {
  margin-bottom: 20px;
  font-size: 17px !important;
  background-color: #4aa517;
  display: block;
  width: fit-content;
  padding: 8px 18px;
  border: 2px solid #266402;
  border-radius: 15px;
  transition: 0.3s;
  color: #fff;
}
.scroll-overlay-section .order-crm-time a:hover {
  background: #ffffff;
  color: #266402;
}

/* Scroll-in reveal */
.scroll-overlay-section .reveal {
  opacity: 0;
  transform: translateX(0);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), opacity 500ms ease;
  will-change: transform, opacity;
}
.scroll-overlay-section .from-left {
  transform: translateX(-48px);
}
.scroll-overlay-section .from-right {
  transform: translateX(48px);
}
.scroll-overlay-section .reveal.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* Extra left-side image (for Order + Time) */
.scroll-overlay-section .left-under-image,
.scroll-overlay-section .left-under-image-time {
  margin: 24px 0 64px;
  position: absolute;
  left: 0px;
}
.scroll-overlay-section .left-under-image img,
.scroll-overlay-section .left-under-image-time img {
  width: 250px;
  height: auto;
  display: block;
}

/* Extra right-side image (for CRM) */
.scroll-overlay-section .right-under-image {
  margin: 24px 0 64px;
  position: absolute;
  right: 0px;
}
.scroll-overlay-section .right-under-image img {
  width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
}

/* On large screens, align to Bootstrap gutters */
@media (min-width: 992px) {
  .scroll-overlay-section .left-under-image,
  .scroll-overlay-section .left-under-image-time {
    width: 50%;
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }
  .scroll-overlay-section .right-under-image {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }
}

/* Reduced motion: disable reveal animations */
@media (prefers-reduced-motion: reduce) {
  .scroll-overlay-section .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* On small screens, stack the images so they don’t overflow */
@media (max-width: 767.98px) {
  .scroll-overlay-section .from-left,
  .scroll-overlay-section .from-right {
    transform: translateY(28px);
  }

  .scroll-overlay-section .left-under-image,
  .scroll-overlay-section .right-under-image,
  .scroll-overlay-section .left-under-image-time {
    /* position: relative; */
    margin: 24px auto;
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .scroll-overlay-section .left-under-image img,
  .scroll-overlay-section .right-under-image img,
  .scroll-overlay-section .left-under-image-time img {
    width: 180px;
    margin-left: 0 auto;
  }
}

/* animated tab section */

/* integration section start */

.integration-section {
  background-color: #f9f9f9;
}

.integration-section .logo-box {
  height: 100px; /* Fixed equal height */
  /* border: 1px solid #eee;      */
  /* border-radius: 8px;   */
  /* background: #fff; */
}
.integration-section img {
  max-height: 100px; /* Keep images uniform */
  object-fit: contain;
}

/* integration section end */

/* POS */
.pos-bmobile-retail {
  position: relative;
}
.pos-bmobile-retail h5 {
  font-size: 22px !important;
}
.pos-bmobile-retail h2 .green {
  /* background: -webkit-linear-gradient(0deg, #00b344);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
}
.pos-bmobile-retail img {
  padding: 0px 30px;
}
.pos-bmobile-retail p {
  line-height: 2.5;
}
/* POS */

/* Workflow */

.workflow-section {
  background-color: #0f1110;
}
@media screen and (min-width: 300px) and (max-width: 992px) {
  .workflow-section.py-5 {
    padding-bottom: 20px !important;
  }
}
.workflow-section p {
  font-size: 25px !important;
}

.workflow-section .workflow-step video {
  mix-blend-mode: lighten;
}
.max-wd-800 {
  max-width: 800px;
  margin: 0 auto;
}
/* Workflow */

/* Built Distribution */

.distribution-next h2 {
  margin-bottom: 30px !important;
  /* background: -webkit-linear-gradient(
    0deg,
    #0c3505,
    #00b344,
    #2143aefd,
    #062581fd
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
}
.distribution-next .max-wd-800 {
  max-width: 800px;
  margin: 0 auto !important;
}
.distribution-next a {
  margin-bottom: 20px;
  font-size: 17px !important;
  background-color: #4aa517;
  display: block;
  width: fit-content;
  padding: 8px 18px;
  color: #ffffff;
  border: 2px solid #266402;
  border-radius: 15px;
  transition: 0.3s;
}
.distribution-next a:hover {
  background-color: #ffffff;
  color: #266402;
  border: 2px solid #266402;
}

.distribution-next .img-left,
.distribution-next .img-right {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.distribution-next .img-left {
  transform: translateY(-60px); /* starts from top */
  z-index: 1; /* behind */
}

.distribution-next .img-right {
  transform: translateY(60px); /* starts from bottom */
  margin-left: -25px; /* adjust overlap amount */
  z-index: 2; /* ensure right image is on top */
}

.distribution-next .img-visible {
  opacity: 1;
  transform: translateY(0); /* back to normal position */
}

.distribution-next .img-pair {
  display: flex;
  position: relative;
  justify-content: flex-start;
}
.distribution-next .img-pair img {
  width: 50%;
  height: auto;
  object-fit: contain;
  transition: all 0.8s ease;
}
.distribution-next .img-pair .img-left {
  width: 40% !important;
}
.distribution-next .img-pair .img-right {
  width: 60% !important;
}
.distribution-next .block-area p {
  line-height: 2.5;
}
.distribution-next .block-area:first-child {
  width: 60% !important;
}
.distribution-next:first-child .block-area:first-child .img-pair .img-left {
  width: 40% !important;
}
.block-area.third-block .img-pair .img-right {
  width: 45% !important;
}

.distribution-next .first-block .img-right {
  margin-left: -75px !important;
}
.distribution-next .second-block .img-right {
  margin-left: -55px !important;
  width: 55% !important;
}
.distribution-next .second-block .img-left {
  width: 45% !important;
}

@media screen and (min-width: 300px) and (max-width: 992px) {
  .distribution-next .first-block .img-pair .img-right {
    margin-left: -40px !important;
  }
  .distribution-next .second-block .img-pair .img-right {
    margin-left: -25px !important;
  }
  .block-area.third-block .img-pair .img-right {
    margin-left: -15px !important;
  }
  .block-area.second-block {
    flex-direction: column-reverse;
  }
}

/* Built Distribution */

/* core tool */

.core-tools-section {
  background: linear-gradient(180deg, #010160, #0202a0);
  /* background: #013b66; */
}

.core-tools-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  /* background: -webkit-linear-gradient(
    0deg,
    #0c3505,
    #00b344,
    #2143aefd,
    #062581fd
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.core-green {
  /* color: #1db954; */
}

.core-blue {
  /* color: #1a56db; */
}

.core-tools-row {
  min-height: 400px;
}

.core-tools-col {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  border-right: unset !important;
  color: #ffffff;
  border-right: unset !important;
}

.core-tool-block {
  /* background: #fff; */
  /* border-radius: 18px; */
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.04); */
  padding: 28px 24px 24px 24px;
  /* margin: 18px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  flex: 1 1 0;
}
.core-tool-block p {
  line-height: 2.5;
}
.core-tool-block h5 {
  font-size: 24px !important;
  letter-spacing: 1.5px;
}
.core-tool-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.core-tool-link {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.2s;
  padding: 8px 15px;
  background-color: #0505ba;
  border-radius: 15px;
  font-size: 17px !important;
  border: 2px solid #2828d2;
  transition: background-color 0.3s ease;
}
.core-tool-link:hover {
  color: #ffffff;
  background-color: #040497;
}

@media (min-width: 768px) {
  .core-tools-row {
    border-radius: 18px;
    overflow: hidden;
  }
  .core-tools-col {
    border: none;
  }
  .core-tools-row > .core-tools-col:first-child {
    border-right: 1.5px solid #e0e0e0;
  }
  .core-tools-section .section-title {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .core-tools-row > .core-tools-col:first-child {
    border-right: none !important;
    border-bottom: none;
  }
  .core-tool-block {
    margin: 12px 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 992px) {
  .core-tools-section .section-title {
    margin-bottom: 0px !important;
  }
}
/* core tool */

/* Footer section */

.footer-section {
  background: #000;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #333;
}

.footer-logo-img {
  height: 100px;
  max-width: 100%;
}

.footer-title {
  color: #7fff00;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}

.footer-address {
  font-style: normal;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 18px;
}
.footer-address a {
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #0085cd;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.2s;
  display: inline-block;
}
.footer-social a i {
  font-size: 25px;
}

.footer-social a:hover {
  color: #0085cd;
}

.footer-bg-logo-img {
  /* opacity: 0.08; */
  width: 60%;
  max-width: 220vw;
  height: auto;
  margin: 0 auto;
  display: block;
}

.footer-copyright {
  color: #fff;
  font-size: 18px;
  margin: 18px 0 0 0;
  letter-spacing: 0.01em;
  padding: 20px 0px;
}

@media (max-width: 767.98px) {
  .footer-logo-img {
    height: 40px;
  }
  .footer-bg-logo-img {
    width: 180px;
  }
  .footer-title {
    margin-top: 18px;
  }
}
.bg-dark-gray {
  background: url(/assets/img/Black-Background.png);
  padding: 20px 0px;
}

/* Footer section */

/* Modal start */

/* A11y helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Modal */
.intro-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  padding: 10px 20px;
}
.intro-modal.show {
  display: flex;
}
.intro-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.intro-modal__dialog {
  position: relative;
  z-index: 1;
  background: #0c1622;
  color: #fff;
  width: 65%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  padding: 5px;
  background: -webkit-linear-gradient(0deg, #63df4e, #9fef7a, #06ffd3);
  top: 10%;
  margin: 0 auto;
}
.intro-modal__video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #000;
  border-radius: 10px;
  margin: 0 auto;
}
.intro-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  border: 0;
  background: rgba(68, 68, 68, 0.829);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.intro-modal__close:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Prevent background scroll while modal open */
body.modal-open {
  overflow: hidden;
}

@media (min-width: 300px) and (max-width: 991px) {
  .intro-modal__dialog {
    width: 100%;
    top: 35%;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .intro-modal__dialog {
    width: 70%;
  }
}

@media (min-width: 1367px) and (max-width: 1600px) {
  .intro-modal__dialog {
    width: 70%;
  }
}
/* Modal end */

@media (min-width: 1900px) and (max-width: 6000px) {
  .nav-menus-wrapper .nav-menu li a {
    font-size: 18px !important;
  }
}

/* Common style start */

h1 {
  font-size: 60px !important;
  font-weight: normal !important;
  line-height: 80px !important;
}
h2 {
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}
p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}
/* a {
  font-size: ;
  font-weight: ;
  line-height: ; 
}*/
@media (min-width: 300px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) and (max-width: 1366px) {
}
@media (min-width: 1367px) and (max-width: 1919px) {
}
@media (min-width: 1920px) and (max-width: 6000px) {
}
/* Common style end */
