body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.hero {
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


@media (max-width: 992px) {
  .hero {
    background-image: url('./imgs/humanacareercare2.PNG');
    
  }
}

@media (min-width: 564px) {
  .hero {
    background-image: url('./imgs/humanacareer1.PNG');
  
  }
} 
@media (max-width:450px) {
  .hero {
    background-size: contain;
  }
}

/* talent-hero */
.talent-hero {
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


@media (max-width: 992px) {
  .talent-hero {
    background-image: url('./imgs/talentcommunity2.PNG');
    
  }
}

@media (min-width: 564px) {
  .talent-hero {
    background-image: url('./imgs/talentcommunity1.PNG');
  
  }
} 
@media (max-width:450px) {
  .talent-hero {
    background-size: contain;
  }
}

Article Section */
.article-section {
  padding: 20px;
  background-color: #f4f4f4; /* Light background for contrast */
  text-align: center; /* Center-align all content */
}

.article-section article {
  max-width: 800px; /* Restrict article width */
  margin: 0 auto; /* Center the article horizontally */
  padding: 20px;
  background: white; /* Article background */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.article-section h2 {
  margin-top: 0;
  font-size: 2rem;
  color:#579011;
}

.article-section p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Button Styling */
.button-container {
  margin-top: 20px;
}

.action-button {
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  background-color: #4c8408; /* Primary button color */
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.action-button:hover {
  background-color: #5b9f08; /* Darker shade on hover */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .article-section h2 {
    font-size: 1.5rem;
  }

  .article-section p {
    font-size: 0.9rem;
  }

  .action-button {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

.form-container {
  width: 80%;
  max-width: 400px;
  margin: 2rem auto;
  padding: 1rem;
  
  
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
}
.form-group input,
.form-group select,
.form-group button {
  width: 100%;
  padding: 0.8rem;
  margin-top: 0.3rem;
}
.form-group button {
  background-color: #4c8408;
  color: beige;
  border-style: none;
}

.form-group input[type="checkbox"] {
  width: auto;
  margin-right: 0.5rem;
}
.loader {
  display: none;
  text-align: center;
  font-size: 2rem;
  color: #04e732;
}
.required{
  color: #ff0303ea;
}
/* Cookie Consent Section */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eaf1ec;
  color: #afc7ae;
  padding: 20px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(198, 235, 198, 0.2);
  z-index: 1000;
  border-radius: 8px;
}

.cookie-actions button {
  margin: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

#accept-cookies {
  background-color: #28a745;
  color: #fff;
}

#decline-cookies {
  background-color: #dc3545;
  color: #fff;
}

.cookie-actions button:hover {
  opacity: 0.8;
}

/* Floating Logo */
.floating-logo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.floating-logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(207, 203, 203, 0.2);
  cursor: pointer;
  transition: transform 0.3s;
}

.floating-logo img:hover {
  transform: scale(1.1);
}

.footercontainer {
  background-color: #f2f2f2;
  color: #686868;
  margin: 0;
  padding: 40px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footercontainer a {
  color:#686868 ;
}
/* talent-hero */
.footerLoad {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


@media (max-width: 992px) {
  .footerLoad {
    background-image: url('./imgs/humanafooter1.PNG');
    
  }
}

@media (min-width: 564px) {
  .footerLoad {
    background-image: url('./imgs/humanafooter2.PNG');
  
  }
} 
@media (max-width:450px) {
  .footerLoad {
    background-size: contain;
  }
}