
 /* Top strip container */
.header-top-strip {
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}

.header-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

/* Left contact details */
.header-contact {
  color: #000;
  font-size: 12px;
  white-space: nowrap;
}

/* Right language dropdown */
.header-language {
  display: flex;
  align-items: center;
  height: 30px;
}

/* Language dropdown itself */
.header-language .language-dropdown {
  position: static; /* stay inside header */
  width: 100px; /* ~20% bigger than previous ~200px */
  font-size: 12px;
  user-select: none;
}

.header-language .language-dropdown .selected-option {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px 14px;
}

.header-language .language-dropdown .language-options {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 2px;
  list-style: none;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  font-size: 12px;
  z-index: 9999;
}

.header-language .language-dropdown .language-options li {
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header-language .language-dropdown .language-options li:hover {
  background: #f0f0f0;
}

.header-language .language-dropdown img {
  width: 20px;
  height: 14px;
  margin-right: 6px;
  object-fit: cover;
  border: 1px solid #ccc;
}

/* Language dropdown on mobile (optional adjustment) */
@media (max-width: 480px) {
  .header-language .language-dropdown {
    width: 120px;
  }
}

/* Optional — adjust logo image if used elsewhere */
.mobile-menu-area .logo img {
  max-width: 200px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

/* Optional — hide Google translate default widget */
#google_translate_element {
  display: none;
}

.skiptranslate {
  display: none !important;
}

.header-contact a {
  color: #000;             /* black by default */
  text-decoration: none;   /* remove underline */
  transition: color 0.3s ease;
}

.header-contact a:hover {
  color: #55C594;          /* green on hover */
}



.s-about {
  text-align: center;
}

.s-about .section__title {
  font-size: 28px;
  font-weight: 700;

}

.s-about .cert-logo {
  max-width: 220px;
  margin: 0 auto 10px auto;
  display: block;

}

.s-about p {
  max-width: 800px;
  margin: 10px auto;
  font-size: 16px;
  color: #333;
}


.s-about a {
  color: #000;
  text-decoration: none;
}

.s-about a:hover {
  color: #55C594;
  text-decoration: underline;
}


.s-specialization{
 
  background-color: #f9f9f9;

}



.s-highlights {
  text-align: center;

  background-color: #f9f9f9;

}

.s-highlights .section__title {
  font-size: 28px;
  margin-bottom: 30px;
}

.s-highlights .highlight-tile {
  margin-bottom: 30px;
}



.s-highlights .highlight-icon {
  font-size: 40px;
  color: #55C594;
  display: block;
  margin-bottom: 10px;
}

.s-highlights p {
  max-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}

.s-highlights a {
  color: #000;
  text-decoration: none;
}

.s-highlights a:hover {
  color: #55C594;
  text-decoration: underline;
}

.specialization-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.specialization-card:hover {
  transform: translateY(-3px);
}

.specialization-card img {
  width: 100%;
  height: auto;
}

.specialization-content {
  padding: 15px;
  flex-grow: 1;
}

.specialization-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px;
}

.specialization-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}


.s-partnerships {
  text-align: center;


}

.s-specialization{
  text-align: center;


}

.s-specialization .section__title {
  font-size: 28px;
  margin-bottom: 30px;
}

.s-partnerships .section__title {
  font-size: 28px;
  margin-bottom: 30px;
}

.s-partnerships .highlight-tile {
  margin-bottom: 30px;
}


.s-partnerships .highlight-icon {
  font-size: 40px;
  color: #55C594;
  display: block;
  margin-bottom: 10px;
}

.s-partnerships p {
  max-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}

.s-partnerships a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.s-partnerships a:hover {
  color: #55C594;
  text-decoration: underline;
}

.menu__link.active {

    color: #55C594; /* optional: or any color you prefer */
}

.glob-01 {
  background-image: url("/assets/icons/relationship.png");
}

.highlight-icon-head img {
  vertical-align: middle;
  width: 16px;  /* or whatever size you want */
  height: 16px; /* optional, maintain aspect ratio */
  margin-right: 4px; /* optional spacing between icon & text */
}

.upper-product{
  text-transform: uppercase;
}

.date-time-container {
  text-align: center;
  font-size: 1rem;
  margin: 0;
  padding: 20px 0;
  color: #55C594;
  background-color: #2b3033;
  font-family: Arial, Helvetica, sans-serif; /* system-safe */
  font-weight: 100; /* thinnest available */
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}