/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Inter", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
}
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/AlteHaasGroteskRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/AlteHaasGroteskBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
} */

h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
}
p,
a,
div {
  font-size: 18px !important;
  font-family: "Inter", sans-serif !important;
}
section {
  overflow: unset !important;
}

/* Menu start */

@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 */
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}
.nav-brand{
  display: inline-block !important;
}
@media (min-width: 1200px) {
  header.fixed-top img.img_show {
    width: 240px !important;
  }
}
#navigation1 .nav-menu > li > a{
color: #ffffff !important;
}
#navigation1.navigation-portrait .nav-menu > li > a{
color: #425b62 !important;
}
header#header.header-scrolled {
  background: linear-gradient(to right, #03401b, #1a995b, #056a4a) !important;
  color: #fff !important;
  border-bottom: unset !important;
}
/* #header.header-scrolled .nav-menus-wrapper .nav-menu li a{
 
        color: #fff !important;
} */
.nav_style {
  display: none;
}
.top_bavbar {
  justify-content: end !important;
}
.top_bavbar a:after {
  border: 1px solid #fff !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, #63df4e, #06ffd3);
  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, #63df4e, #06ffd3);
  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; */
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000 !important;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000 !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 */

/* hero section */
.hero-wrapper {
  background: linear-gradient(180deg, #12503b, #165a41);
  color: white;
  overflow: hidden;
}

.hero-section {
  background: linear-gradient(180deg, #12503b, #165a41);
  padding: 100px 20px;
}

.section-label {
  display: inline-block;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 16px;
  border-radius: 50px;
  border: 2px solid #2f9b41;
  margin-bottom: 15px;
}
.section-label i {
  margin-right: 5px;
}

.hero-section h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff; /* Light green */
}

.subtitle {
  font-size: 1.25rem;
  color: #fdba74; /* Orange */
  font-style: italic;
}

.description {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  color: rgb(187 247 208);
}

.gradient-btn {
  background: linear-gradient(90deg, rgb(22 163 74), #059669);
  color: #fff !important;
  padding: 25px 35px !important;
  border-radius: 12px;
  font-weight: 700 !important;
  text-decoration: none;
  transform: scale(1);
}

.gradient-btn:hover {
  animation: zoomIn 0.6s forwards;
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
}
.gradient-btn:not(:hover) {
  animation: zoomOut 0.6s forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 70px 20px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1.1rem;
  }
}

/* hero section */

/* model section */

.models-section {
  background-color: #064e3b; /* Dark green background */
  color: white;
}
.models-section .model-card {
  transition: transform 0.6s ease-in-out;
}
.models-section .model-card:hover {
  transform: scale(1.03);
}
.models-section h2 {
  color: white;
}

.models-section p {
  color: rgb(220 252 231) !important; /* light gray text */
  font-size: 18px !important;
}
.models-section .small-title {
}
.model-card {
  background: linear-gradient(130deg, #1d2f3b, #1a3e37, #14522f);
  border-radius: 15px;
  min-height: 100%;
}
.model-card small {
  color: rgb(134 239 172) !important;
  font-size: 18px !important;
  font-weight: 500;
}
.model-card .icon-box {
  width: 50px;
  height: 50px;
  background: linear-gradient(130deg, #15a14a, #057957);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1.5rem !important;
  color: #4ade80;
  padding: 20px;
}
.model-card .icon-box i {
  color: #fff !important;
}

.model-card .accordion-button {
  font-size: 0.95rem;
  color: white;
  display: flex;
  align-items: flex-start; /* Aligns the left icon to the top */
  gap: 10px;
}
.model-card .accordion-button i {
  font-size: 20px; /* Adjust icon size */
  margin-top: 2px; /* Optional fine-tune */
}

.model-card .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.model-card .accordion-body {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.model-card .accordion-header {
  margin-bottom: 20px;
}
.model-card .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  filter: brightness(0) saturate(100%) invert(94%) sepia(17%) saturate(401%)
    hue-rotate(82deg) brightness(99%) contrast(97%);
}

.model-card .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  filter: brightness(0) saturate(100%) invert(94%) sepia(17%) saturate(401%)
    hue-rotate(82deg) brightness(99%) contrast(97%);
}

.model-card .accordion .accordion-item {
  background-color: unset;
  padding: 20px;
}
.model-card .accordion .accordion-header button {
  color: rgb(187 247 208) !important;
  font-size: 18px;
}
.model-card .accordion .accordion-header i {
  color: #4ade80 !important;
}
.model-card .accordion .accordion-body {
  color: rgb(187 247 208);
}

.model-card h5 {
  font-size: 25px !important;
}

.model-card .feature-list span {
  color: rgb(187 247 208) !important;
}
.model-card .feature-list i {
  padding-top: 5px;
}
.model-card .title-operating-models {
  min-height: 100px; /* adjust value based on tallest title block */
  display: flex;
  align-items: center; /* vertically align content inside */
}

@media (min-width: 300px) and (max-width: 991px) {
  .model-card h5 {
    font-size: 18px !important;
  }
  .model-card small {
    font-size: 16px !important;
  }
  .models-section .model-card p {
    font-size: 16px !important;
  }
  .small-title {
    font-size: 16px !important;
  }
  .model-card .accordion .accordion-header button {
    font-size: 15px !important;
  }
  .model-card .accordion .accordion-body {
    font-size: 15px !important;
  }
  p,
  a,
  div {
    font-size: 16px !important;
  }
}
/* model section */

/* delivery planner */

.delivery-planner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #155c3d, #0e513a, #16634c);
}

/* Sticky card on desktop */
.delivery-planner .sticky-card {
  position: sticky;
  top: 200px;
}

/* Tabs wrapper (not sticky; remove if you had sticky before) */
.delivery-planner .navbar-step { margin-bottom: 1.5rem; }

/* Tabs look */
#plannerTabs {
  background-color: #064e3b;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-flex;
  gap: 12px;
}
#plannerTabs .nav-link {
  color: #a7f3d0;
  background-color: #064e3b;
  padding: 8px 18px;
  border-radius: 10px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  border: 0;
}
#plannerTabs .nav-link.active {
  background-color: #22c55e;
  color: white;
  box-shadow: 0 0 8px #22c55eaa;
}

/* Left image card */
.dark-card {
  position: relative;
  min-height: 420px; /* adjust based on your art */
  overflow: hidden;
  border-radius: 16px;
}
.dark-card img {
  width: 100%;
  height: auto; /* prevents skew */
  display: block;
  border-radius: 12px;
  transition: opacity .25s ease;
}
.dark-card img.is-swapping { opacity: 0; }

/* Right side content */
.planner-panel {
  display: none;
  color: #a9e5c0;
  margin-bottom: 60px;
}
.planner-panel.active { display: block; }
.planner-panel h2 { color: #fff; }

/* Header pill */
.gradient-label {
  background: linear-gradient(90deg, #dd2726, #e33f1a, #ea580c);
  color: white;
  font-weight: 500;
  border-radius: 9999px;
}

/* Features list */
.feature-list li {
  margin-bottom: 10px;
  color: rgb(199 234 214);
}

.feature-list li i{
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .delivery-planner .sticky-card {
    position: relative; /* disable sticky on mobile */
    top: auto;
    margin-bottom: 20px;
  }
  .dark-card { min-height: 320px; }
}

/* delivery planner */

/* connection section */

.sub-heading-in-scroll {
  font-size: 25px !important;
}
.how-it-connects-section,
.connects-section {
  background: linear-gradient(135deg, #185c47 0%, #1b6b4e 100%);
}
.connects-section {
  padding: 30px 0px;
}
.connects-section .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2.5rem;
  color: #fff;
}

.bg-purple {
  background: #8e44ad;
}

.arrow-icon {
  font-size: 2rem;
  color: #4be38a;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.connects-section .icon-box.bg-primary {
  background: linear-gradient(90deg, #2461e9, #1d4fd9);
}
.connects-section .icon-box.bg-success {
  background: linear-gradient(90deg, #15a24b, #059668);
}
.connects-section .icon-box.bg-purple {
  background: linear-gradient(90deg, #9333e9, #7f23d0);
}

/* connection section */

/* step section */

.step-section {
  background: linear-gradient(135deg, #185c47 0%, #1b6b4e 100%);
}
.step-section .green-text {
  color: #bbf7d0 !important;
}

.step-block {
  background: rgba(20, 40, 40, 0.7);
  border: 2px solid #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  transition: box-shadow 0.3s;
  cursor: default;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.step-block.active {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  border-color: #4be38a;
}

.step-header {
  padding: 24px 32px;
  gap: 18px;
}

.step-number,
.step-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px; /* fixed size, no flex grow/shrink */
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 18px;
  padding: 0;
}
.step-number {
  background: linear-gradient(135deg, #15a24c, #069767);
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}
.step-number span {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 44px; /* vertical centering */
  margin: 0;
  padding: 0;
  white-space: nowrap;
  letter-spacing: normal;
  font-family: inherit;

  line-height: 44px; /* vertically center text */
}
/* Step icon styles */
.step-icon {
  background: #153e2e;
  color: #4be38a;
  font-size: 1.5rem;
}

.step-icon i {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.step-title {
  color: #fff;
  font-size: 1.15rem;
}

.step-desc {
  color: #b6f5d8;
  font-size: 1rem;
}

.step-arrow {
  display: none;
}

.step-block.active .step-arrow {
  transform: rotate(180deg);
}

.step-content {
  background: transparent;
  color: #fff;
  padding: 0 32px 24px 32px;
  max-height: none;
  overflow: visible;
  opacity: 1;
  /* transition: all 0.4s cubic-bezier(.4,0,.2,1); */
  display: flex;
  align-items: center;
  gap: 18px;
}
.step-content p {
  margin-bottom: 0px !important;
}
.step-block.active .step-content {
  max-height: 300px;
  opacity: 1;
  padding-top: 0;
  padding-bottom: 24px;
}

.step-content-border {
  width: 4px;
  min-height: 60px;
  background: #4be38a;
  border-radius: 2px;
  margin-right: 18px;
  margin-top: 6px;
}

@media (max-width: 600px) {
  .step-header,
  .step-content {
    padding: 16px;
  }
  .step-content-border {
    display: none;
  }
}

@media (min-width: 300px) and (max-width: 992px) {
  .step-accordion .step-header {
    flex-direction: column;
  }
}

/* step section */

/* stock section */

.stock-section {
  background: linear-gradient(135deg, #19603e, #1b6548, #13604a);
}

.stock-badge {
  background: linear-gradient(90deg, #1abc6c 0%, #4be38a 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 10px 28px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

.stock-badge i {
  font-size: 1.2rem;
}

.stock-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  margin: 0 auto;
  max-width: 1100px;
}

.stock-title-desc {
  color: #e6f9f0;
  font-size: 1.1rem;
  font-weight: 400;
  /* display: block; */
  margin-top: 8px;
}
.stock-section .green-gradient-btn {
  background: linear-gradient(120deg, #15a34c, #059668);
  color: #fff;
  padding: 25px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.2s, box-shadow 0.2s;
  transform: scale(1);
  animation: zoomOut 0.6s forwards;
}
.stock-section .green-gradient-btn:hover {
  background: linear-gradient(90deg, #059668, #15a34c);
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
  animation: zoomIn 0.6s forwards;
  color: #fff;
}
.stock-section .green-gradient-btn:hover:not(:hover) {
  animation: zoomOut 0.6s forwards;
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.stock-section .green-gradient-btn i {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .stock-title {
    font-size: 1.2rem;
  }
  .stock-title-desc {
    font-size: 1rem;
  }
  .stock-badge {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
/* stock section */

/* CTA section */

.cta-section {
  background: linear-gradient(120deg, #0f172a, #12382c, #14532d);
}

.cta-title {
  color: #86efac;
  font-weight: 600;
  font-size: 1.1rem;
}

.cta-btn {
  background: linear-gradient(120deg, #15a34c, #059668);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 16px;
  padding: 25px 35px;
  text-decoration: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.2s, box-shadow 0.2s;
  transform: scale(1);
  animation: zoomOut 0.6s forwards;
}

.cta-btn:hover {
  background: linear-gradient(90deg, #059668, #15a34c);
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
  animation: zoomIn 0.6s forwards;
  color: #fff;
}
.cta-btn:hover:not(:hover) {
  animation: zoomOut 0.6s forwards;
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.cta-btn i {
  font-size: 1.1rem;
}

/* CTA section */

/* 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;
  margin-bottom: 20px;
}

.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 */
