/* 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: "CooperBTBold";
  src: url("/assets/fonts/webFonts/CooperBTBlack/font.woff") format("woff");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
font-style: normal;
font-weight: normal;
  font-display: swap;
}
@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;
}

@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: "CooperBTBold", 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 #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: #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 */
.hero-wrapper{
background: linear-gradient(0deg, #FFFFFF 0%, #D3F8E0 100%);


}
 
      



.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 90px 15px;
}

/* Desktop */
.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-demo {
  background: linear-gradient(90deg, #17A34C 0%, #099668 100%);

  color: #ffffff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
}
.btn-demo:hover {
  background: linear-gradient(90deg, #099668 0%, #17A34C 100%);
  color: #ffffff;
}

/* Tablet */
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-desc {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-section {
    min-height: 70vh;
    padding: 70px 10px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .btn-demo {
    width: auto;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }

  .hero-desc {
    font-size: 15px;
  }
}







.error-404-full {
  position: relative;
  min-height: 150vh; /* Full screen height */
  height: 100dvh;
  background: url('/assets/img/404-page-not-found.png') no-repeat center center;
  background-size: contain;   /* 🔥 This makes it fill entire screen */
  background-attachment: scroll; /* safer for mobile */
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
}

/* Optional overlay for readability */
.error-404-full .overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(255,255,255,0.65);  */
  z-index: 1;
}

/* Content */
.error-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  color: #2d2d2d;
}

.error-content h1 {
  font-size: 140px !important;
  font-weight: 800;
  line-height: 1 !important;
}

.subtitle {
  font-size: 22px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .error-content h1 {
    font-size: 90px !important;
  }
}

@media (max-width: 576px) {
  .error-content {
    text-align: center;
    padding-top: 60px;
  }

  .error-content h1 {
    font-size: 70px !important;
  }
}

@media (min-width: 1200px) {
  .error-404-full{
background-size: cover;
  }
  .error-content{
    
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .error-404-full{
    
  }
  .error-content{
    
  }
}



     

/* 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 */
