:root {
  --brand-green: #11b14b;
  --brand-green-dark: #0a7a34;
  --brand-bg-deep: #01172f;
  --text-muted-soft: #c7d3e0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */

  font-display: swap;
}
/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "MilligramText-Regular", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
  /* zoom: 80%; */
}

@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: "MilligramText-Regular", 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: #000000;
}
/* header.fixed-top .nav-menu > li > a > {
  color: #434343;
} */
.top_bavbar a {
  color: #000000 !important;
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

@media (min-width: 1199px) {
  .nav-menu {
    min-height: 60px; /* match your header height */
    display: flex;
    align-items: center;
  }
}
@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 #000000 !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: #000000 !important; /* 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;
  }
  .hero-wrapper #header.header-scrolled img.img_show {
    width: 200px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  h1.hero-title {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  header.fixed-top .nav-menu > li > a {
    font-size: 18px !important;
  }
}

/* Menu end */

/* Header and hero*/

/* Hero Section Styling */
/* WRAPPER: same background for menu + hero */
.hero-wrapper {
  position: relative;
  /* color: #fff; */
  /* 👇 use your banner image here */
  /* background:linear-gradient(180deg, #ecf7e6 0%, #d7edcb 10%, #f5faf1 40%, #ffffff 50%, #ffffff 100%); */

  background-image: url("/assets/img/request-demo-hero-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Dark gradient overlay for better text contrast */
/* .hero-wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, #1fd0a0 0, #003b32 55%, #001d20 100%);
      mix-blend-mode: multiply;
      opacity: 0.9;
    } */

.gradient-btn {
  background: linear-gradient(90deg, rgb(22 163 74), #059669);
  color: #fff !important;
  padding: 20px 40px !important;
  border-radius: 12px;
  font-weight: 700 !important;
  text-decoration: none;
  transform: scale(1);
}

.gradient-btn:not(:hover) {
  animation: zoomOut 0.6s forwards;
}
.gradient-btn:hover {
  animation: zoomIn 0.6s forwards;
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.hero-wrapper > * {
  position: relative;
  z-index: 1;
}

/* Top skinny bar (RouteMizer | bMobile Sales) */
.top-links {
  font-size: 0.9rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.top-links a {
  color: #ffffff;
  text-decoration: none;
}

.top-links a:hover {
  text-decoration: underline;
}

/* Navbar tweaks */
.navbar-brand img {
  max-height: 48px;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #b4ffda;
}

.navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  filter: invert(1);
}

/* Hero section */
.hero-section {
  padding: 4.5rem 0 5.5rem;
  text-align: center;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #17a34c;
}

.hero-btn {
  background-color: #13a949;
  border-color: #13a949;
  font-weight: 600;
  padding: 0.7rem 2.6rem;
  border-radius: 999px;
}

.hero-btn:hover {
  background-color: #0c7b34;
  border-color: #0c7b34;
}

/* Footer placeholder demo (optional) */
.content-after-hero {
  padding: 3rem 1rem;
}

@media (max-width: 575.98px) {
  .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.25rem;
  }
}


.hero-demo-section {
  padding: 80px 0;
}

.hero-left-final {
  color: #373737;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-title {
  font-size: 26px !important;
  color: #000000;
  font-weight: 700 !important;
  margin-bottom: 4px;
}

.form-desc {
  color: #373737;
  margin-bottom: 18px;
}

#arc-quote-form {
  border-radius: 16px;
  padding: 25px;
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #71bf44, #0085cd) border-box;
  box-shadow: 0px 32.8px 99.1px 0px #0000002e;
}

#arc-quote-form label {
  font-size: 16px !important;
  color: #262626;
  margin-bottom: 4px;
}

#arc-quote-form .form-control-input {
  min-height: 44px;
  border-color: #e5e7eb;
  border-radius: 6px;
  font-size: 15px !important;
}

#arc-quote-form .form-control-input:focus {
  border-color: #71bf44;
  box-shadow: 0 0 0 0.2rem rgb(113 191 68 / 18%);
}

/* MAIN TITLE */
.hero-title-main {
  font-size: 42px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
  color: #222 !important;
  margin-bottom: 40px;
}

/* GREEN TEXT */
.highlight {
  color: #71BF44;
}

/* SECOND TITLE */
.hero-title-sub {
  font-family: Georgia, serif;
  font-size: 42px !important;
  line-height: 1.3 !important;
  font-weight: 500;
  margin-bottom: 20px;
  color: #3a3a3a;
}

/* DESCRIPTION */
.hero-desc {
  color: #373737 !important;
  margin-bottom: 25px;
}

/* FEATURES GRID */
.hero-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 30px;
  margin-bottom: 28px;
}

/* FEATURE ITEM */
.feature-item {
  font-size: 16px !important;
  color: #373737;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.35;
}

/* CHECK ICON */
.check {
  color: #65b741;
  font-weight: bold;
}

.check img{
  width: 20px;
  height: 20px;
}

/* DIVIDER */
.hero-divider {
  margin: 28px 0;
  border-color: #d7dce2;
  opacity: 1;
}

/* TRUST ROW */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #444;
  margin-bottom: 26px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f4f7fa;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.hero-trust img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

/* TAG BUTTONS */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.tag-list a {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #d7dce2;
  background: #ffffff;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #373737;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.tag-list a:hover {
  border-color: #71bf44;
  color: #0a7a34;
  box-shadow: 0 8px 18px rgb(113 191 68 / 16%);
}

/* FOOT TEXT */
.small-text {
  font-size: 14px !important;
  color: #373737;
  margin-bottom: 0;
}

#arc-quote-form .submit_width {
  width: 100% !important;
  padding: 12px 30px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #17a34c, #099668) !important;
}

#arc-quote-form .submit_width:hover {
  background: linear-gradient(90deg, #099668, #17a34c) !important;
}

@media (max-width: 992px) {
  .form-responsive {
    flex-direction: column-reverse;
  }

  .hero-demo-section {
    padding: 60px 0;
  }

  .hero-left-final {
    min-height: auto;
  }

  .hero-title-main {
    font-size: 36px !important;
    margin-bottom: 28px;
  }

  .hero-title-sub {
    font-size: 34px !important;
    line-height: 1.25 !important;
  }

  .hero-title-nowrap {
    white-space: normal;
  }

  .hero-features {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575.98px) {
  #arc-quote-form {
    padding: 20px;
  }

  .hero-title-main {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  .feature-item {
    font-size: 16px !important;
  }

  .hero-trust span,
  .tag-list a {
    font-size: 14px !important;
  }
}











/* BASE (hidden state) */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* ACTIVE */
.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* VARIANTS */

/* LEFT */
.animate-left {
  transform: translateX(-50px);
}
.animate-left.show {
  transform: translateX(0);
}

/* RIGHT */
.animate-right {
  transform: translateX(50px);
}
.animate-right.show {
  transform: translateX(0);
}

/* ZOOM */
.animate-zoom {
  transform: scale(0.8);
}
.animate-zoom.show {
  transform: scale(1);
}

/* FADE ONLY */
.animate-fade {
  transform: none;
}

/* DELAYS */
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}

/* 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 */

/* Common style start */

h1 {
  font-size: 50px !important;
  font-weight: normal !important;
  line-height: 60px !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) {
  p,
  a,
  div {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p,
  a,
  div {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  p,
  a,
  div {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  p,
  a,
  div {
    font-size: 18px !important;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  p,
  a,
  div {
    font-size: 18px !important;
  }
}
@media (min-width: 1920px) and (max-width: 6000px) {
  p,
  a,
  div {
    font-size: 20px !important;
  }
}
/* Common style end */
