  body {
  font-family: 'Barlow', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.top-bar {
  background-color: #1f3b63;
  font-size: 14px;
}

.top-bar a {
  color: #2fd6c5;
  text-decoration: none;
}

.top-bar i {
  color: #2fd6c5;
}

/* All menu links - normal state */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #0d2b5c;
  position: relative;
  padding-bottom: 6px;
}

/* Remove active default color & line */
.navbar-nav .nav-link.active {
  color: #0d2b5c;
  border-bottom: none;
}

/* Hover effect */
.navbar-nav .nav-link::after {
  content: "";
  /* position: absolute; */
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  /* background-color: #2fd6c5; */
  transition: width 0.3s ease;
}

/* On hover color + line */
.navbar-nav .nav-link:hover {
  /* color: #2fd6c5; */
}

.navbar-nav .nav-link:hover::after {
  /* width: 100%; */
}

.search-icon {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  color: #2fd6c5;
  border-radius: 3px;
}




.hero-section {
  min-height: 90vh;
  background-image: url("../images/lab-banner.jpg"); /* ← your image path */
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Dark overlay */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 50, 80, 0.7);
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

/* Small top line */
.hero-line {
  width: 80px;
  height: 3px;
  background-color: #2fd6c5;
}

/* Title */
.hero-title {
  font-family: 'Barlow', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

/* List */
.hero-list {
  list-style: none;
  padding: 0;
}

.hero-list li {
  font-size: 18px;
  margin-bottom: 12px;
}

.hero-list i {
  color: #2fd6c5;
  margin-right: 10px;
}

/* Button */
.hero-btn {
  background-color: #16a34a;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
}

.hero-btn:hover {
  background-color: #15803d;
  color: #fff;
}

.benefits-section {
  font-family: 'Barlow', sans-serif;
}

/* Cards */
.benefit-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.benefit-card img {
  max-width: 80px;
  margin-bottom: 20px;
}

.benefit-card h5 {
  font-weight: 600;
  color: #0d2b5c;
}

.benefit-card p {
  color: #6b7280;
  font-size: 15px;
}

/* Right content */
.section-tag {
  font-weight: 600;
  color: #0ea5a4;
  letter-spacing: 1px;
}

.section-line {
  width: 40px;
  height: 2px;
  background: #0ea5a4;
}

.benefits-title {
  font-size: 36px;
  font-weight: 700;
  color: #0d2b5c;
  margin-bottom: 15px;
}

.benefits-text {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 20px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  font-size: 16px;
  margin-bottom: 12px;
}

.benefits-list i {
  color: #0ea5a4;
  margin-right: 10px;
}

/* Button */
.benefits-btn {
  background: #16a34a;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
}

.benefits-btn:hover {
  background: #15803d;
  color: #fff;
}


.director-section {
  font-family: 'Barlow', sans-serif;
  background: #f8fafc;
}

.director-name {
  font-size: 32px;
  font-weight: 700;
  color: #0d2b5c;
}

.title-line {
  width: 90px;
  height: 3px;
  background: #0ea5a4;
}

.director-section p {
  font-size: 16px;
  color: #374151;
  line-height: 1.8;
}

/* Button */
.read-more-btn {
  background: #16a34a;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
}

.read-more-btn:hover {
  background: #15803d;
  color: #fff;
}

/* Image card */
.director-img-card {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  display: inline-block;
}

.director-img-card img {
  border-radius: 15px;
}

/* Director text */
.director-info h5 {
  font-weight: 700;
  color: #0d2b5c;
}

.director-info p {
  font-weight: 600;
  color: #0ea5a4;
}

.services-section {
  font-family: 'Barlow', sans-serif;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

/* Heading */
.section-tag {
  color: #0ea5a4;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-line {
  width: 40px;
  height: 2px;
  background: #0ea5a4;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0d2b5c;
}

/* Card */
.service-card {
  background: #f9fafb;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.service-img {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
}

.service-img img {
  width: 100%;
  border-radius: 8px;
}

.service-card h5 {
  font-weight: 700;
  color: #0d2b5c;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
}

/* Button */
.read-btn {
  display: inline-block;
  margin-top: 15px;
  background: #16a34a;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.read-btn i {
  margin-left: 6px;
}

.read-btn:hover {
  background: #15803d;
  color: #fff;
}


.why-choose-section {
  font-family: 'Barlow', sans-serif;
  background: #f8fafc;
}

/* Section heading */
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0d2b5c;
}

.section-line {
  width: 70px;
  height: 3px;
  background: #0ea5a4;
  margin-top: 10px;
}

/* Content */
.content-title {
  font-weight: 700;
  color: #0d2b5c;
  margin-bottom: 10px;
}

.why-choose-section p {
  font-size: 15.5px;
  color: #374151;
  line-height: 1.8;
}

/* Image Card */
.image-card {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.image-card img {
  border-radius: 12px;
  width: 100%;
}
/* Initial hidden state */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

/* When active */
.reveal.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* Direction variants */
.fade-left { transform: translateX(-60px); }
.fade-right { transform: translateX(60px); }
.fade-down { transform: translateY(-40px); }
.image-card {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}
.features-section {
  font-family: 'Barlow', sans-serif;
  background: #fff;
}

.feature-item {
  gap: 18px;
}

.feature-item h5 {
  font-weight: 700;
  color: #0d2b5c;
  margin-bottom: 6px;
}

.feature-item p {
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

/* Icons */
.icon {
  font-size: 30px;
  color: #1e6fff;
  min-width: 40px;
}

/* Image */
.image-box {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.image-box img {
  border-radius: 10px;
}

/* === Scroll Animation === */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-left { transform: translateX(-60px); }
.fade-right { transform: translateX(60px); }
.fade-up { transform: translateY(60px); }



.faq-section {
  font-family: 'Barlow', sans-serif;
  background: #fff;
}

/* Heading */
.faq-tag {
  color: #0d2b5c;
  font-weight: 600;
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #0d2b5c;
}

.faq-line {
  width: 60px;
  height: 3px;
  background: #0ea5a4;
  margin-top: 12px;
}

/* Image */
.faq-image {
  background: #fff;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.faq-image img {
  border-radius: 14px;
}

/* Accordion */
.faq-accordion .accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: #0d2b5c;
  background: #f9fafb;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #f3f4f6;
  box-shadow: none;
}

.faq-accordion .accordion-body {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
}

/* Remove default arrow */
.accordion-button::after {
  display: none;
}

/* Custom + / - icons */
.accordion-button::before {
  content: "+";
  font-size: 22px;
  font-weight: 700;
  margin-right: 12px;
  color: #0d2b5c;
}

.accordion-button:not(.collapsed)::before {
  content: "–";
}


.testimonials-section {
  font-family: 'Barlow', sans-serif;
  background: #f8fafc;
}

/* Heading */
.section-tag {
  color: #0ea5a4;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0d2b5c;
}

.section-line {
  width: 60px;
  height: 3px;
  background: #0ea5a4;
  margin-top: 10px;
}

/* Card */
.testimonial-card {
  background: #fff;
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.testimonial-card p {
  font-size: 16px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 25px;
}

.quote-icon {
  font-size: 32px;
  color: #0ea5a4;
  margin-bottom: 15px;
}

/* Client */
.client-info h5 {
  font-weight: 700;
  color: #0d2b5c;
  margin-bottom: 3px;
}

.client-info span {
  font-size: 14px;
  color: #6b7280;
}

/* Carousel buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.counter-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #bfe3f4, #d9f0fb);
  font-family: 'Barlow', sans-serif;
}

.counter-box h2 {
  font-size: 60px;
  font-weight: 700;
  color: #0d2b5c;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 18px;
  color: #374151;
  margin: 0;
}



/* CTA */
.cta-wrapper {
  background: #1f3b63;
  padding: 60px 0 40px;
}

.cta-box {
  background: linear-gradient(90deg, #11a8d0, #17cbd1);
  border-radius: 14px;
  padding: 35px 40px;
}

.cta-box h3 {
  color: #fff;
  font-weight: 700;
}

.cta-btn {
  background: #1f3b63;
  color: #2fe3e0;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.cta-btn:hover {
  background: #162c4a;
  color: #2fe3e0;
}

/* FOOTER */
.footer-section {
  background: #1f3b63;
  color: #fff;
  padding-top: 60px;
}

.footer-logo {
  font-weight: 700;
}

.footer-logo span {
  color: #2fe3e0;
}

.footer-section p {
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-section i {
  color: #2fe3e0;
  margin-right: 8px;
}

.footer-section h5 {
  font-weight: 600;
}

.footer-line {
  display: block;
  width: 40px;
  height: 2px;
  background: #2fe3e0;
  margin: 10px 0 15px;
}

/* Social */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  /* background: #2fe3e0; */
  color: #1f3b63;
  margin-right: 8px;
  font-size: 16px;
}

.social-icons a:hover {
  background: #fff;
}

/* Bottom */
.footer-bottom {
  background: #1a3254;
  padding: 15px 0;
  margin-top: 40px;
}

.footer-bottom span {
  color: #2fe3e0;
}

#backToTop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 30px;
  height: 35px;
  background: #0d6efd; /* same blue */
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Show on scroll */
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop:hover {
  background: #0b5ed7;
}


