* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}
p {
  font-family: "Inter", sans-serif;
}

/*================================

================================*/
.nav-menu {
  background-image: url("/img/header/header_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 92px;
}
/* Navbar Hover Effect */
.navbar-nav .nav-link {
  color: #333;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
  font-size: 18px;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #333; /* green underline */
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.hero {
  background-image: url("../img/hero/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.hero-img img {
  width: 90%;
}
.hero-text {
  margin-top: 100px;
}
.hero-content {
  line-height: 2;
}
.hero h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 142%;
}
.hero h1 span {
  color: #99a202;
}
.text-blue {
  color: #011627 !important;
}
.fw-5 {
  font-weight: 500;
}
.font-24 {
  font-size: 24px;
}
.font-18 {
  font-size: 18px;
}
.btn-custom {
  background-color: #99a202;
  color: #333 !important;
  border-radius: 50px;
  padding: 10px 25px;
  transition: 0.4s;
  font-size: 24px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #2A2929;
  font-weight: 600;
}
.btn-custom:hover {
  background-color: #818802;
  border: 1px solid #2A2929;
}
.btn-outline-custom {
  border: 1px solid #99a202;
  background-color: #fff;
  color: #333;
  border-radius: 50px;
  padding: 10px 25px;
  transition: 0.4s;
  font-size: 24px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.btn-outline-custom:hover {
  background-color: #ffffffe8;
  border: 1px solid #818802;
  color: #333;
}
.about-text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 200%;
}
.section-title {
  color: #011627;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.services {
  background-color: #f9ffe2;
}
.service-box {
  background: #fff;
  border-radius: 15px !important;
  padding: 25px;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #f9f9f9;
}
.service-box h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 1rem 0;
}
.service-box ul li {
  font-size: 18px;
  line-height: 2.1;
  font-weight: 400;
}
/* .services-icon {
  width: 60px;
  height: 60px;
  background-color: #f6f9e7;
  padding: 14px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.services-icon img {
  border-radius: 15px;
}
.service-box a {
  text-decoration: none;
  font-size: 18px;
}
.service-box-2 {
  background-color: #f6fffe !important;
}
.product-box {
  border-radius: 15px;
  padding: 25px;
  height: 100%;
}
.product-box h5 {
  color: #000;
  font-size: 24px;
}
.product-box ul li {
  font-size: 18px;
  line-height: 2.2;
}
.product-box a {
  font-size: 18px;
  text-decoration: none;
}
.product-bg-1 {
  background-color: #CEECF8 ;
}
.product-bg-2 {
  background-color: #E9D0D1 ;
}
.product-bg-3 {
  background-color: #C3E6D5;
}
.product-icon {
  width: 175px;
  margin-bottom: 1rem;
}

.why-choose {
  background-color: #939841;
  padding: 40px 0;
}
.text-color-primary {
  color: #a8b20e;
}
.choose-icon {
  width: 87px;
  height: 87px;
  margin-bottom: 1rem;
}

.why-choose p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.contact h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}

.footer {
  background: #f8f9fa;
  padding: 30px 0;
}
.footer-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 35.5px;
}
.privacy {
  text-align: right;
}
@media screen and (max-width: 980px) {
  .privacy {
    text-align: left;
  }
}
.privacy ul {
  padding: 0;
}
.privacy ul li {
  list-style: none;
}
.privacy ul li a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}
.contact p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
.contact p span {
  margin-left: 1rem;
}
.contact-info {
  display: flex;

}
.dark-section {
  background: #272727;
  color: #fff;
  padding: 60px 0;
}

.dark-section h3 {
  font-weight: 600;
  font-size: 40px;
}
.dark-section h3 span {
  color: #a8b20e;
}
.social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: #444;
}
.social-icons a i {
  color: #a8b20e;
  font-size: 30px;
}

 .privacy-header {
      background: #F8F9FA;
      color: #000;
      padding: 80px 0;
      text-align: center;
    }
    .privacy-header h1 {
      font-weight: 700;
      font-size: 2.5rem;
    }
    .privacy-section h2 {
      font-size: 24px;
    }

  .privacy-section p {
    font-size: 18px;
  }
  .privacy-section ul li {
    font-size: 18px;
  }
    .privacy-section {
      padding: 60px 15px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      margin-top: -50px;
      position: relative;
      z-index: 2;
    }
