body {
  margin: 0;
  font-family: "Inter", sans-serif !important;
  scroll-behavior: smooth;
}

.navbar-expand-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid #eff6ff4d;
  position: fixed;
  width: 100%;
  margin-top: 20px;
  top: 0;
  font-size: 14px;
  font-weight: 400;
  z-index: 1000;
  transition:
    background 0.3s,
    padding 0.3s;
}

.GalaxyDiagnostics-section-logo {
  width: 150px;
  object-fit: contain;
}

.navbar-nav {
  gap: 6px;
  text-align: center;
  color: #364153;
  font-weight: 700;
  font-size: 14px;
}

.navbar-booktest {
  padding: 8px 8px;
  border: none;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #017098 0%, #019a50 100%);
  font-weight: 500;
  transition: 0.3s;
}

.navbar-booktest:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

/* Hamburger Menu */
.navbar-toggler {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler.active {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* ==========================
   Hero Section
========================== */
.galaxy-hero-section {
  padding-top: 50px; /* space from fixed navbar */
}

.galaxy-badge {
  font-size: 12px;
  font-weight: 600;
  color: #008236;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f0fdf4;
  padding: 6px 14px;
  border-radius: 6px;
  border: 0.5px solid #dcfce7;
  letter-spacing: 0.5px;
  margin-top: 70px;
}

.galaxy-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #0056b3;
  line-height: 1.2;
}

.galaxy-hero-subtitle {
  color: #000000;
  margin-bottom: 5px;
  font-weight: 700;
}

.galaxy-hero-desc {
  color: #4a5565;
  font-size: 16px;

  margin-top: 10px;
}

.galaxy-hero-buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.galaxy-hero-b {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn-books {
  display: flex;
  gap: 10px;
  font-size: 14px;
  background: linear-gradient(90deg, #017098 0%, #019a50 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
.nav-btn-book {
  text-decoration: none;
  color: #ffffff;
  padding: 8px 15px;
}
.btn-book {
  gap: 15px;
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-btn-book {
  display: flex;
  gap: 10px;
  font-size: 14px;
  background: linear-gradient(90deg, #017098 0%, #019a50 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-call {
  display: flex;
  gap: 10px;
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #017098, #019a50) border-box;
  color: #019b4e;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-call:hover {
  background: #019b4e;
  color: #fff;
}

/* Stats */
.galaxy-stats {
  display: flex;
  gap: 15px;
  padding-top: 20px;
  text-align: start;
  border-top: 2px solid #e5e7eb;
  margin-top: 40px;
}

.galaxy-stat-box h3 {
  color: #0056b3;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 8px;
}

.galaxy-stat-box p {
  color: #6a7282;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

/* Hero Image */
.galaxy-image-wrapper {
  position: relative;
  max-height: 500px; /* wrapper height */
  overflow: hidden; /* clips the image to match radius */
  margin-top: 10px;
  margin-left: 30px;
  border-radius: 10px; /* Apply radius on wrapper */
}

.galaxy-image-wrapper img {
  width: 100%;
  height: 120%;
  object-fit: cover; /* maintain aspect ratio */
  display: block; /* remove small gaps */
  border-radius: 0; /* remove radius from image */
}

/* ==========================
   Galaxy Success Card (Fixed)
========================== */
.galaxy-success-card {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  width: 200px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.galaxy-success-content h5 {
  margin: 2px 0 0;
  font-weight: 700;
  font-size: 14px;
}

.galaxy-success-content small {
  font-size: 12px;
  color: #6a7282;
}

.galaxy-color-Certified {
  background-color: #00c950;
  padding: 10px 15px;
  margin-right: 10px;
  border-radius: 8px;
}

.bi-check-lg {
  color: #fff;
}

/* Tablets */
@media (max-width: 991px) {
  .galaxy-hero-section {
    height: auto;
    padding-top: 100px;
  }

  .galaxy-hero-desc {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .galaxy-hero-title {
    font-size: 28px;
  }

  .galaxy-hero-subtitle {
    font-size: 16px;
  }

  .galaxy-hero-desc {
    font-size: 14px;
  }

  .btn-book,
  .btn-call {
    font-size: 12px;
    padding: 8px 16px;
  }

  .galaxy-color-Certified {
    margin-bottom: 5px;
  }
}

.galaxy-servicetag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1447e6;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  background-color: #eff6ff;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0.5px solid #dbeafe;
}
.galaxy-service-title {
  text-align: center;
  font-weight: 600;
}
.galaxy-service-subtitle {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.galaxy-policy-subtitle {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.galaxy-service-cards {
  display: flex;
}
.galaxy-blood-card {
  border: 1px solid #e5e7eb;
}
.galaxy-service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px;
  transition: 0.2s;
  height: 100%;
  width: 100%;
}

.galaxy-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}
.galaxy-choose-card {
  padding: 15px;
  transition: 0.2s;
  height: 100%;
  width: 100%;
}
.service-icon {
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.galaxy-service-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 30px;
}

.galaxy-service-card p {
  font-size: 14px;
  color: #6b7280;
}
.galaxy-ourservice {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9fafb;
}
.services-section {
  margin-top: 60px;
  margin-bottom: 50px;
}
.bi-droplet {
  color: #0056b3;
}
/*choose*/
.choose-section {
  margin-top: 60px;
  margin-bottom: 50px;
}
.galaxy-ourchoose {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.galaxy-choosetag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #008236;
  background-color: #f0fdf4;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0.5px solid #dcfce7;
}
.galaxy-choose-title {
  text-align: center;
  font-weight: 600;
}
.galaxy-choose-subtitle {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
.choose-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px;
  background: linear-gradient(90deg, #017098, #019a50) border-box;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: #ffffff;
}
.galaxy-choose-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 30px;
  text-align: center;
}
.galaxy-choose-card p {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
}
.galaxy-scroll-wrapper {
  overflow: hidden;
  position: relative;
  
}

.galaxy-scroll-track {
 display: flex;
  gap: 15px;
  transition: transform 0.4s ease;
}

.galaxy-header-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 15px;
  
  
}
.scroll-arrow {
 background: #ffffff;
  border: none;
  color: #00aa00;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
   box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.scroll-arrow:hover {
  background: linear-gradient(90deg, #017098, #019a50) border-box;
  color: #ffffff;
 
}
.scroll-arrow.hidden {
  display: none;
}

.packages-section {
  margin-top: 60px;
  margin-bottom: 50px;
}
.galaxy-ourpackages {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9fafb;
}
.galaxy-packagestag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #008236;
  background-color: #f0fdf4;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0.5px solid #dcfce7;
}

.galaxy-packages-subtitle {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.galaxy-package-title2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
}
.galaxy-package-card {
  background: #ffffff;
  justify-content: center;
  border-radius: 15px;
  border: 0.5px solid #e5e7eb;
  height: 100%;
  width: 92%;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease,
    border 0.5s ease; /* smoother */
  overflow: hidden; /* keeps everything inside the card */
}

.galaxy-package-card:hover {
  transform: scale(0.97) translateY(-5px); /* slightly smaller + slide up */
  border: 1px solid #00aa00;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); /* subtle smooth shadow */
}
.galaxy-cost {
  font-size: 24px;
  border-bottom: 2px solid #e5e7eb;
}
.offer-price {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.blink {
  animation: blink-color 1s infinite;
  font-weight: bold; /* optional, makes it stand out more */
}

@keyframes blink-color {
  0%,
  50%,
  100% {
    color: #00aa00; /* visible color */
  }
  25%,
  75% {
    color: #000000; /* blinking color */
  }
}
.galaxy-packages-title {
  text-align: center;
  font-weight: 600;
}

/* Badge */
.badge-price {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #00aa00;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
}
.gender {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
}

.galaxy-package-content {
 list-style: none;
  padding: 0;
  margin: 0;
}




/* Extra text */
.extra-text {
  color: #00aa00;
  font-weight: 600;
  text-align: start;
}


.galaxy-package-content li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}


.check-icon {
  background: #f0fdf4;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #00a63e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-icon i {
  font-size: 14px;
  line-height: 1;
}
.galaxy-text {
  font-size: 12px;
  font-weight: 600;
}
.galaxy-packag-button {
  display: flex;
  gap: 10px;
  margin: 7px 0;
  font-size: 14px;
  background: #f3f4f6;
  color: #000000;
  padding: 12px 110px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.Diagnostics-hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.galaxy-packag-button:hover {
  background: linear-gradient(90deg, #017098, #019a50) border-box;
  color: #ffffff;
}

/* TABLET - EXACT 2 CARDS */
@media (min-width: 768px) and (max-width: 991px) {
  .galaxy-scroll-track .col-md-4 {
    flex: 0 0 calc(50% - 10px); /* adjust for gap */
    max-width: calc(50% - 10px);
  }
  .galaxy-packag-button {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: auto;
    padding: 10px 90px;
    font-size: 13px;
    border-radius: 6px;
  }
   .galaxy-package-card {
    width: 100%; /* full card width */
  }
}
/* MOBILE VIEW - SHOW ONLY 1 CARD */
@media (max-width: 576px) {
  .galaxy-scroll-track .col-md-4 {
    flex: 0 0 100%; /* FULL WIDTH */
    max-width: 100%;
  }
  .galaxy-packag-button{
  padding: 12px 100px;
 }

  .galaxy-package-card {
    width: 100%; /* full card width */
  }
}
@media (max-width: 375px) {
 .galaxy-packag-button{
  padding: 12px 75px;
 }
}

.galaxy-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.galaxy-scroll-wrapper {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.galaxy-it-works {
  text-align: center;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.galaxy-it-works h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.galaxy-it-works p.subtitle {
  font-size: 16px;
  color: #d0e2ff;
  margin-bottom: 50px;
}

.galaxy-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.galaxy-step {
  background-color: #0a3d91; /* slightly darker blue box */
  flex: 1 1 220px;
  max-width: 250px;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.galaxy-step:hover {
  transform: translateY(-5px);
}

.galaxy-step-icon {
  width: 50px;
  height: 50px;
  background-color: #007bff; /* placeholder color for icon */
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.galaxy-step h3 {
  font-size: 18px;
  margin: 10px 0;
}

.galaxy-step p {
  font-size: 14px;
  color: #d0e2ff;
  line-height: 1.5;
}
.galaxy-tag {
  font-size: 12px;
  color: #ffffff;
  padding: 6px;
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 6px;
}

.simpule-section {
  background: #0056b3;
}
/*simple*/
.galaxy-oursimple {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0056b3;
}
.galaxy-simpletag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  background-color: #ffffff1a;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #ffffff33;
}
.galaxy-simple-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}
.galaxy-simple-subtitle {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.galaxy-simple-card {
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 10px;
  padding: 15px;
  transition: 0.2s;
  height: 100%;
  width: 100%;
}
.simple-icon {
  border-radius: 8px;
  display: flex;
  margin-bottom: 8px;
}
.galaxy-simple-card h3 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 600;
  color: #ffffff;
}
.galaxy-simple-card p {
  font-size: 14px;
  color: #ffffffb2;
}
.Testimonials-section {
  margin-top: 60px;
  margin-bottom: 50px;
}
.galaxy-ourTestimonials {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.galaxy-Testimonialstag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #008236;
  background-color: #f0fdf4;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0.5px solid #dcfce7;
}
.galaxy-Testimonials-title {
  text-align: center;
  font-weight: 600;
}
.galaxy-Testimonials-subtitle {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
.testimonial-slider {
  overflow: hidden; /* hide overflow */
  padding: 20px 0px;
}

.testimonial-slider-inner {
  display: flex;
  gap: 20px;
  animation: slide 10s linear infinite;
}

/* Infinite sliding keyframes */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* adjust depending on number of cards */
}

.galaxy-Testimonials-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  flex: 0 0 32.33%; /* 3 cards visible */
  box-sizing: border-box;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

.galaxy-Testimonials-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feedback-stars {
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
}

.feedback-stars .star {
  color: #f0b100;
  margin-right: 2px;
  cursor: pointer;
}
.feedback-stars .star:hover {
  color: #ffcc00; /* Slightly brighter gold when hovered */
}
.galaxy-Testimonials-card p {
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 10px;
}

.patient-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

/*.avatar-placeholder {*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  background: #ffffff;*/
/*  border-radius: 50%;*/
/*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);*/
/*  transition: background 0.2s ease;*/
/*}*/

.avatar-placeholder {
  width: 50px;
  height: 50px;
}

.avatar-placeholder:hover {
  background: #00000029;
}

.profile-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  object-fit: cover; /* keeps image nicely cropped */
  transition: background 0.2s ease;
}

.patient-details {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center if needed */
  line-height: 1.2;
}

.patient-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.patient-name,
.patient-condition {
  margin: 0; /* remove default margins */
  padding: 0;
}

.patient-condition {
  font-size: 12px;
  color: #888;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .galaxy-Testimonials-card {
    flex: 0 0 50%;
  } /* 2 cards visible on tablet */
}

@media (max-width: 768px) {
  .galaxy-Testimonials-card {
    flex: 0 0 100%;
  } /* 1 card visible on mobile */
}

.galaxy-spartnerstag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1447e6;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  background-color: #eff6ff;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0.5px solid #dbeafe;
}
.galaxy-ourpartners {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.galaxy-partners-title {
  text-align: center;
  font-weight: 500;
}
.galaxy-partners-subtitle {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.partners-section {
  background: #ffffff;
}

.galaxy-partners-title {
  font-size: 32px;
  font-weight: 600;
}

.galaxy-partners-subtitle {
  color: #4a5565;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.brand-img {
  width: 200px;
  margin: 0 15px;
  flex-shrink: 0;
  opacity: 0.8;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.brand-img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* Pause on hover */
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

/* Infinite scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .brand-img {
    width: 70px;
    margin: 0 10px;
  }
}
.About-section {
  padding: 40px 0;
}

.galaxy-About {
  background: #f9fafb;
  padding: 14px;
  border-radius: 6px;
  display: flex;
  gap: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.About-left {
  flex: 1;
}

.About-badge {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1447e6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #eff6ff;
  padding: 4px 14px;
  border-radius: 6px;
  border: 0.5px solid#DBEAFE;
}

.About-title {
  margin: 8px 0 15px;
  font-size: 36px;
  color: #111827;
  font-weight: 600;
}

.About-text {
  color: #6b7280;
  line-height: 1.6;
  font-size: 14px;
}

.About-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  gap: 15px;
}

.About-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.About-choose-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff6ff;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: #0056b3;
}
.About-choose-icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0fdf4;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: #00aa00;
}
.About-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}
.About-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.About-condition {
  font-size: 12px;
  color: #888;
  margin: 0;
  font-weight: 500;
}
.About-right {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
  margin-top: 10px;
}

.About-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f9fafb;
  padding: 18px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.About-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.About-icon {
  background: #eff6ff;
  color: #3b82f6;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.About-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.About-card p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #6b7280;
}

/*individual*/

.test-section {
  margin-top: 60px;
  margin-bottom: 50px;
}
.galaxy-ourtest {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
 
}
.galaxy-testtag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1447e6;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  background-color: #eff6ff;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0.5px solid #dbeafe;
}
.galaxy-test-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.galaxy-test-card {
  background: #0056b3;
  padding: 25px 15px 25px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.diagnostics-text {
  font-size: 18px;
  color:#ffffff;
  margin: 0;
  /*font-family: "Noto Sans Telugu", "Poppins", sans-serif;*/
  font-weight: 500;
  line-height: 1.6;
}
.diagnostics-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

/* Footer Main */
.footer {
  background: #0056b3;
  color: #fff;
  padding: 40px 20px 20px;
}

/* Columns */
.footer-col {
  margin-bottom: 20px;
}

/* Logo */
.footer-logo {
  max-width: 180px;
}

/* Description */
.footer-desc {
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.9;
  color: #ffffffb2;
}
.GalaxyDiagnostics-logo {
  width: 45%;
}

/* Titles */
.footer-title {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* List */
.footer-list {
  padding: 0;
}

.footer-link {
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Social Icons */
.footer-social-icons {
  margin-top: 10px;
}

.footer-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #2c6ecb;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  border-radius: 4px;
  cursor: pointer;
}

/* Button */
.footer-btn {
  margin-top: 10px;
  padding: 8px 15px;
  background: #00c389;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.footer-btn:hover {
  background: #00a874;
}

/* Contact text */
.footer-contact {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid#FFFFFF1A;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 12px;
}

.footer-copy {
  margin: 0;
}

.footer-links {
  margin: 0;
}
.footer-quick {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500px;
}
.list-unstyled {
  font-size: 12px;
  line-height: 2.9;
  color: #ffffffb2;
}
.footer-services {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500px;
}
.footer-contact {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500px;
}
.footer-phone {
  font-size: 14px;
  color: #ffffffb2;
}
.footer-email {
  font-size: 14px;
  color: #ffffffb2;
}
.footer-reserved {
  text-align: center;
  color: #ffffffb2;
  gap: 6px;
}
.PrivacyPolicy-section {
  margin-top: 60px;
  margin-bottom: 50px;
}
.galaxy-oursPrivacyPolicy {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.galaxy-PrivacyPolicytag {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1447e6;
  display: inline-flex;
  text-align: center !important;
  gap: 8px;
  background-color: #eff6ff;
  padding: 6px 14px;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0.5px solid #dbeafe;
}
.privacy-policy-container {
  padding: 40px 70px 50px;
  background-color: #f9fafb;
}
.custom-heading {
  color: #483520;
  font-size: 1.4rem;
  margin-bottom: 14px;
  margin-top: 15px;
  text-align: start;
}
.privacy-para {
  font-size: 15px;
  text-align: justify;
  font-weight: 600;
}

.custom-list {
  margin-bottom: 20px;
}
.privacy-list-item {
  background-color: initial;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;

  text-decoration: none;
}
.privacy-policy-content h5 {
  font-weight: 700;
  font-size: 17px;
}

@media (max-width: 576px) {
  .PrivacyPolicy-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .galaxy-oursPrivacyPolicy {
    padding: 10px;
  }

  .galaxy-PrivacyPolicytag {
    font-size: 18px;
    padding: 5px 10px;
  }

  .privacy-policy-container {
    padding: 20px 15px;
  }

  .privacy-policy-content h5 {
    font-size: 16px;
  }

  .privacy-list-item {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .custom-list {
    padding-left: 1.5rem;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .PrivacyPolicy-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .galaxy-PrivacyPolicytag {
    font-size: 26px;
  }

  .privacy-policy-container {
    padding: 30px 30px;
  }

  .privacy-list-item {
    font-size: 15px;
  }

  .privacy-policy-content h5 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .privacy-policy-container {
    padding: 35px 50px;
  }

  .privacy-list-item {
    font-size: 16px;
  }
}
.Digishpere {
  text-decoration: none;
  color: #ffffffb2;
}

.Digishpere:hover {
  color: #00aa00;
  text-decoration: underline;
}
