.top-bar {
  background-color: #05a1d539;
}

.top-bar-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* Styles for the top bar icon text */
.top-bar-icon-text {
  font-size: 14px;
  color: rgb(255, 255, 255); /* Default text color */
  font-weight: 400;
}

/* Change text color on hover */
.top-bar-icon-text:hover {
  color: #16941a; /* Blue color on hover */
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.phone-number {
  color: #ffffff;
}
.top-bar-contact .phone-number:hover {
  color: #16941a; /* Change the color to whatever you prefer */
}

.company-top {
  display: flex;
  justify-content: space-between;

  float: right;
}

.top-bar-contact {
  margin: 5px;
  box-sizing: border-box;
}

/* Default styles for icons */
.top-bar-social-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

/* Change icon on hover */
.top-bar-social-icon:hover[src="/img/icons/faceblack.png"] {
  content: url("/img/icons/faceorg.png"); /* Path to the new Facebook icon image */
}

.top-bar-social-icon:hover[src="/img/icons/youblack.png"] {
  content: url("/img/icons/youorg.png"); /* Path to the new YouTube icon image */
}

.top-bar-social-icon:hover[src="/img/icons/instablack.png"] {
  content: url("/img/icons/instaorg.png"); /* Path to the new Instagram icon image */
}

.eco-logo {
  width: 200px;
  height: 90px;
  margin-right: 5px;
}

.navbar-play-store {
  width: 225px;
  height: 80px;
}

/* Privacy Policy Style */
.body-policy {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

p,
li {
  color: black;
}

.policy-header {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}

.policy-heading {
  margin: 0;
}

main {
  padding: 20px;
}

.policy-div {
  background-color: #d8d8d81f;
}

.policy-para {
  color: #333;
}

.policy-section {
  width: 90%;
  margin-left: 80px;
}

/* Style the buttons */
.language-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  outline: none;
  background-color: grey; /* Default color for inactive buttons */
  color: white;
}
.active-lang {
  background-color: #019ed4; /* Active button color */
}

.company-footer {
  display: flex;
  justify-content: space-between;
}
.box {
  margin: 5px;
  box-sizing: border-box;
}

/* Add more specific styles for individual sections if needed */
.navbar-light1 .navbar-nav1 .nav-link1:hover,
.navbar-light1 .navbar-nav1 .nav-link1.active {
  color: #27a90a;
  font-size: large;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
}

.navbar-light1 .navbar-nav1 .nav-link1:hover::after,
.navbar-light1 .navbar-nav1 .nav-link1.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 70%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #27a90a;
}

.navbar-light1 .navbar-nav1 .nav-link1 {
  padding: 10px 20px;
  font-size: medium;
  font-weight: 500;
  color: #1a1a1a;
}
