.box-number-9 {
  background-color: #1d5d9b;
  /* Nova Spec blue tone */
  padding: 40px 0;
}


.testing-services-section {
  background-color: #1d5d9b;
  /* Blue background */
}

.service-card {
  background-color: #5ca043;
  /* Green bottom section */
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.service-card h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  margin: 0;
  line-height: 1.3;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .service-card img {
    height: 160px;
  }
}


.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


.accreditation-logos {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: calc(250px * 12);
  /* adjust based on logo count */
  animation: scroll 30s linear infinite;
}

.logo-track img {
  height: 80px;
  width: auto;
  margin: 0 40px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Optional: slight zoom effect on hover (no color change) */
.logo-track img:hover {
  transform: scale(1.05);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .logo-track img {
    height: 60px;
    margin: 0 20px;
  }
}


.box-about-us-2 {
  padding: 50px 0px;
}


.box-testimonial-2 {
  padding: 18px 1px;
  background-color: #1d5d9b;
  background-image: url(../imgs/pages/home2/bg-testimonial.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}


.box-faqs {
  padding: 55px 0px;
}

.box-latest-blog-3 {
  padding: 56px 0px 0px 0px;
}

/* Sticky Social Icons */
.sticky-social {
  position: fixed;
  bottom: 20px;
  left: 20px;
  /* changed from right: 20px */
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.sticky-icon {
  background-color: #5ca043;
  /* brand color */
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
}

.sticky-icon:hover {
  transform: scale(1.1);
  background-color: #5ca043;
  /* slightly lighter shade on hover */
  color: #fff;
}

@media (max-width: 768px) {
  .sticky-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}


.top-bar.top-bar-style-9 .top-bar-inner {
  background-color: #5ca043;
  padding: 14px 40px;
  max-width: 959px;
  border-radius: 0px 0px 99px 99px;
  margin: auto;
}


.top-bar.top-bar-style-9 {
  background-color: #1d5d9b;
  padding: 0px;
}


.gray-900 {
  color: #ffffff !important;
}


.header-style-9 .navbar {
  background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000407;
  font-weight: 500;
}


.navbar {
  padding: 4px 0 !important;
  z-index: 1234;
  background-color: var(--tc-dark-950);
}


.footer-2 .section-footer {
  padding: 39px 0px 3px 0px;
}


.top-bar.top-bar-style-9 .top-bar-inner .box-socials a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #1d5d9b;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-left: 10px;
}


.box-list-numbers .item-number .number-left {
  height: 75px;
  width: 75px;
  background-color: #5ca043;
  border-radius: 10px;
  text-align: center;
  line-height: 70px;
  margin-right: 10px;
}


.footer-2 {
  margin-top: 41px;
  background-color: var(--tc-dark-950);
  background-image: none;
}

.box-team-14, .box-testimonials-14 {
  padding: 40px 0px;
}


.card-blog-7 .card-info .link-more {
  color: #5ca043;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.card-blog-7 .card-info .post-date {
  border-radius: 20px;
  padding: 13px 22px;
  background-color: #5ca043;
  color: #ffffff;
}


.box-contact-red {
  background-color: var(--tc-primary-home);
  padding: 40px;
  border-radius: 10px;
}


/* ===== Career Form Card Styling ===== */
.career-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 35px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.career-form:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

/* Labels */
.career-form .form-label {
  font-weight: 600;
  color: #1d5d9b;
  /* matches your theme */
  margin-bottom: 6px;
}

/* Inputs & Textarea */
.career-form .form-control {
  border: 1px solid #d0d7de;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 16px;
  transition: all 0.2s ease;
}

.career-form .form-control:focus {
  border-color: #1d5d9b;
  box-shadow: 0 0 0 0.2rem rgba(29, 93, 155, 0.15);
  outline: none;
}

/* Submit Button */
.career-form .btn {
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.career-form .btn:hover {
  background-color: #164b80;
  transform: translateY(-2px);
}

/* SVG Icon inside button */
.career-form .btn svg {
  transition: transform 0.3s ease;
}

.career-form .btn:hover svg {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .career-form {
    padding: 25px 20px;
  }
}

.box-contact-red {
  background-color: #5ca043;
  padding: 40px;
  border-radius: 10px;
}


.btn-primary-home-square {
  background-color: #5ca043;
  color: var(--tc-theme-main);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 0px;
  padding: 11px 20px 10px 20px;
  text-transform: uppercase;
  font-family: var(--tc-ag-font-family);
  transition-duration: 0.4s;
}

p {
  text-align: justify;
}


.accordion-body ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.accordion-body li {
  margin-bottom: 6px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

ul.list-unstyled li {
  margin-bottom: 10px;
}

ul.list-unstyled a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

ul.list-unstyled a i {
  font-size: 18px;
  color: var(--primary-color, #007bff);
}

ul.list-unstyled a:hover {
  color: var(--primary-color, #007bff);
}
