.bg--light {
  background-color: #fff;
}

.product-description__title {
  color: #007e48;
}

#toolbar-bar {
  z-index: 1500;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  color: #4b9e01;
}

.title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  font-size: 33px;
  margin: 0;
}

.subtitle {
  font-size: 15px;
}

.sitemap-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
  width: 100%;
  height: 100%;
}

.sitemap-title {
  font-size: 20px;
  margin-bottom: 12px;
}

.sitemap-group ul {
  padding: 0;
  margin: 0;
}

.sitemap-group li {
  font-size: 15px;
  margin-bottom: 10px;
  /* Adjust spacing between list items */
}

.sitemap-group a {
  font-size: 15px;
  text-decoration: none;
  /* Removes default underline */
}

sitemap-group a:hover {
  text-decoration: underline;
  /* Adds underline on hover */
}

#views-exposed-form-content-export-page-1 .bef-checkboxes,
#views-exposed-form-content-export-page-1 .form-radios {
  display: flex;
  flex-wrap: wrap;
}

#views-exposed-form-content-export-page-1 .bef-checkboxes .form-field,
#views-exposed-form-content-export-page-1 .form-radios .form-field {
  margin-right: 10px;
}

.path-content-export .views-element-container {
  width: 80%;
  margin: auto;
}

.view-content-export td.views-field {
  padding: 10px 10px 10px 10px;
  border: 1px solid;
}

.media-center-form {
  padding-top: 20px;
}

.media-center-form iframe {
  border: none;
  height: 791px;
  width: 100%;
}

.media-center-form iframe #form-sec {
  padding: unset !important;
}

/*--------career page css-----------------*/
/*--------career page css-----------------*/
.landing-career-page .hero-section {
  background: url("hero-image.jpg") no-repeat center center/cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  border: 1px solid lightgrey;
  padding-top: 10px;
}

.landing-career-page .hero-text h1 {
  font-size: 3rem;
  font-weight: 700;
  color: lightgrey;
}

.landing-career-page .hero-text p {
  font-size: 1.2rem;
}

.landing-career-page .main-content {
  max-width: 100%;
  margin: 40px auto;
  padding: 0 5%;
  /* Increased left and right padding */
  text-align: left;
}

.landing-career-page .main-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.landing-career-page .main-content p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #333;
}

.landing-career-page .browse-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /* Centered button */
  width: 30%;
}

.landing-career-page .browse-btn:hover {
  background-color: #388e3c;
}

/* Responsive Styles */

@media screen and (max-width: 120px) {
  .landing-career-page .hero-text h1 {
    font-size: 2rem;
  }

  .landing-career-page .main-content h2 {
    font-size: 1.5rem;
  }

  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }

  .landing-career-page .nav-links {
    display: block;
    text-align: center;
  }

  .landing-career-page .nav-links li {
    border: none;
    margin: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .landing-career-page .hero-text h1 {
    font-size: 2rem;
  }

  .landing-career-page .main-content h2 {
    font-size: 1.5rem;
  }

  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }

  .landing-career-page .nav-links {
    display: block;
    text-align: center;
  }

  .landing-career-page .nav-links li {
    border: none;
    margin: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .landing-career-page .hero-text h1 {
    font-size: 2rem;
  }

  .landing-career-page .main-content h2 {
    font-size: 1.5rem;
  }

  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }

  .landing-career-page .nav-links {
    display: block;
    text-align: center;
  }

  .landing-career-page .nav-links li {
    border: none;
    margin: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .landing-career-page .hero-text h1 {
    font-size: 2.5rem;
  }

  .landing-career-page .main-content h2 {
    font-size: 1.75rem;
  }

  .landing-career-page .main-content p {
    padding: 0 40px;
    /* Adjusted padding for smaller screens */
  }
}

@media (min-width: 120px) {
  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }
}

@media (min-width: 320px) {
  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }
}

@media (min-width: 480px) {
  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }
}

@media (min-width: 576px) {
  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }
}

@media (min-width: 768px) {
  .landing-career-page .browse-btn {
    width: fit-content;
    padding: 8px 20px;
  }
}

/* 2nd Section CSS :  */

.image-tile-with-position .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.image-tile-with-position .section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px;
  align-items: center;
}

.image-tile-with-position .section img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.image-tile-with-position .section-content {
  flex: 1;
  padding: 2% 12% 2% 12%;
  background-color: #f0f0ff;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.image-tile-with-position .section-content h2 {
  text-align: left;
  font-size: 28px;
  color: #333;
  position: relative;
  margin-bottom: 5%;
  /* Add 5% vertical space between h2 and underline */
}

/* Underline only the first three characters of <h2> */
.image-tile-with-position .section-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 8%;
  height: 2px;
  background-color: #333;
}

.image-tile-with-position .section-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  white-space: pre-line;
  text-align: justify;
}

.image-tile-with-position .section-content a {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 15px;
  background-color: #4caf50;
  color: black;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 14px;
  width: fit-content;
  text-align: left;
}

.image-tile-with-position .section-content a:hover {
  background-color: #45a049;
}

.image-tile-with-position .small-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}

.landing-career-page {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.landing-career-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.landing-career-page h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* SSCoder Responsive Code for Section :  */
@media only screen and (min-width: 60px) and (max-width: 420px) {

  .image-tile-with-position .section {
    width: fit-content !important;
    flex-direction: column;
    text-align: center;
    padding: 8px 20px;
    /* margin: auto; */
  }

  .image-tile-with-position .section img {
    margin-bottom: 20px;
  }

  .image-tile-with-position .section-content {
    padding: 10px 0;
    height: auto;
  }

  .image-tile-with-position .section-content h2 {
    font-size: 20px;
  }

  .image-tile-with-position .section-content p {
    font-size: 14px;
  }

  .image-tile-with-position .section-content a {
    width: fit-content;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .image-tile-with-position .section {
    flex-direction: column;
    text-align: center;
    /* margin-left: 10%; */
  }

  .image-tile-with-position .section img {
    margin-bottom: 20px;
  }

  .image-tile-with-position .section-content {
    padding: 10px 0;
    height: auto;
    /* Reset height for small screens */
  }

  .image-tile-with-position .section-content h2 {
    font-size: 20px;
  }

  .image-tile-with-position .section-content p {
    font-size: 14px;
  }

  .image-tile-with-position .section-content a {
    width: fit-content;
    text-align: left;
  }
}

.landing-career-page .our-business {
  display: flex;
  flex-wrap: wrap;
}

.landing-career-page .image-row,
.landing-career-page .our-business .field__items {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
  width: 70em;
  margin-bottom: 40px !important;
}

.landing-career-page .image-card,
.landing-career-page .our-business .field__item {
  position: relative;
  overflow: visible;
  /* Allow button to overflow the image */
  height: 100%;
}

.landing-career-page .image-card img {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-career-page .image-card button {
  position: absolute;
  bottom: -20px;
  /* Half inside and half outside the image */
  left: 50%;
  transform: translateX(-50%);
  background-color: #00a651;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.5px;
  z-index: 10;
  /* Ensure button is on top of image */
  transition: background-color 0.3s ease;
  border-radius: 20px;
}

.landing-career-page .image-card button:hover {
  background-color: #008f4b;
}

/* SSCoder Media Queries for Responsive --- Our Business */
@media only screen and (min-width: 10px) and (max-width: 119.99px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
    width: 25em;
  }

  .landing-career-page .image-card,
  .landing-career-page .our-business .field__item {
    position: relative;
    overflow: visible;
    height: 100%;
  }
}

@media only screen and (min-width: 120px) and (max-width: 319.99px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
    width: auto;
  }

  .landing-career-page .image-card,
  .landing-career-page .our-business .field__item {
    position: relative;
    overflow: visible;
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479.900px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
    width: auto;
  }

  .landing-career-page .image-card,
  .landing-career-page .our-business .field__item {
    position: relative;
    overflow: visible;
    height: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575.99px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    width: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.99px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    width: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023.99px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.99px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
  }

  .landing-career-page h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {

  .landing-career-page .image-row,
  .landing-career-page .our-business .field__items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
  }

  .landing-career-page h2 {
    font-size: 2.5rem;
  }
}


.landing-career-page {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.landing-career-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.landing-career-page h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}

.landing-career-page .intro-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #333;
  max-width: 720px;
  /* Adjusted to ensure 3 lines */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.landing-career-page p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
}

.landing-career-page .columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.landing-career-page .column {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.landing-career-page .cta-section-career {
  background-color: #fff !important;
  padding: 40px 20px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  margin-top: 20px !important;
  text-align: center !important;
}

.landing-career-page .cta-section-career h3 {
  font-size: 1.5rem !important;
  margin-bottom: 20px !important;
  color: #333 !important;
}

/* Updated button styles */
.landing-career-page .cta-section-career button {
  background-color: #00a651 !important;
  /* Exact green color as per the screenshot */
  color: #000 !important;
  border: none !important;
  padding: 10px 25px !important;
  /* Smaller size */
  border-radius: 0 !important;
  /* No border radius, sharp edges */
  font-size: 0.9rem !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px !important;
}

.landing-career-page .cta-section-career button:hover {
  background-color: #008f4b !important;
  /* Darker green on hover */
}

/* Responsive */
@media (min-width: 768px) {
  .landing-career-page .columns {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  .landing-career-page .columns {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .landing-career-page .intro-paragraph {
    grid-column: 2 / span 2 !important;
    /* Center paragraph across the middle two columns */
    font-size: 1rem !important;
    max-width: 720px !important;
    /* Keep the width restricted to show 3 lines */
    line-height: 1.6 !important;
    color: #333 !important;
  }

  .landing-career-page .cta-section-career h3 {
    font-size: 2rem !important;
  }

  .landing-career-page .cta-section-career button {
    font-size: 1rem !important;
    padding: 12px 30px !important;
    /* Adjusted size */
  }
}
