/* =========================
			Neos Lab Machine Section
		========================= */
.neos-lab-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.neos-lab-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(201, 164, 108, 0.12),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.neos-lab-section::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.neos-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.neos-lab-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 58px;
  align-items: start;
}

/* Left */
.neos-lab-left {
  position: relative;
}

.neos-lab-image-wrap {
  position: relative;
  overflow: hidden;
  background: #e9e4dc;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.neos-lab-image-wrap img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.neos-lab-image-wrap:hover img {
  transform: scale(1.04);
}

.neos-lab-tag {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #171717;
  color: #d6a356;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.neos-lab-dot {
  width: 14px;
  height: 14px;
  border: 3px solid #d6a356;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
}

/* Score Grid */
.neos-score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ded4c5;
  border-top: none;
  background: rgba(255, 255, 255, 0.35);
}

.neos-score-box {
  text-align: center;
  padding: 34px 18px 28px;
  border-right: 1px solid #ded4c5;
  transition: all 0.35s ease;
}

.neos-score-box:last-child {
  border-right: none;
}

.neos-score-box:hover {
  background: #fff;
}

.neos-score-box h3 {
  margin: 0 0 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #052f38 !important;
}

.neos-score-box p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #6d655d;
  font-weight: 500;
}

/* Right */
.neos-lab-right {
  padding-top: 8px;
}

.neos-lab-content {
  max-width: 520px;
}

.neos-top-text {
  font-size: 17px;
  line-height: 1.5 !important;
  color: #000000;
  margin: 0 0 28px;
  font-weight: 400;
}

.neos-top-text strong {
  color: #697789;
  font-weight: 600;
}

.neos-feature-list {
  border-top: 1px solid #ddd0be;
  margin-top: 20px;
}

.neos-feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #ddd0be;
  transition: all 0.3s ease;
}

.neos-feature-row:hover {
  padding-left: 10px;
}

.neos-feature-title {
  font-size: 18px;
  color: #1f1a17;
  font-weight: 500;
  line-height: 1.4;
}

.neos-feature-value {
  font-size: 18px;
  color: #052f38 !important;
  white-space: nowrap;
}

/* Note Box */
.neos-note-box {
  margin-top: 40px;
  background: #ede7dd;
  border-left: 2px solid #c59a56;
  padding: 28px 26px;
}

.neos-note-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 4px;
  color: #c59a56;
  font-weight: 700;
  margin-bottom: 14px;
}

.neos-note-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #2d2723;
  font-style: italic;
}

/* =========================
		Responsive
		========================= */
@media (max-width: 1199px) {
  .neos-lab-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .neos-lab-content {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .neos-lab-section {
    padding: 65px 0;
  }

  .neos-lab-image-wrap img {
    height: 500px;
  }

  .neos-top-text {
    font-size: 18px;
  }

  .neos-feature-title {
    font-size: 18px;
  }

  .neos-feature-value {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .neos-lab-image-wrap img {
    height: 380px;
  }

  .neos-lab-tag {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 10px 16px;
  }

  .neos-score-grid {
    grid-template-columns: 1fr;
  }

  .neos-score-box {
    border-right: none;
    border-bottom: 1px solid #ded4c5;
  }

  .neos-score-box:last-child {
    border-bottom: none;
  }

  .neos-feature-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }

  .neos-feature-value {
    white-space: normal;
  }

  .neos-score-box h3 {
    font-size: 40px;
  }

  .neos-note-box p {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .neos-lab-section {
    padding: 50px 0;
  }

  .neos-lab-image-wrap img {
    height: 300px;
  }

  .neos-top-text {
    font-size: 16px;
  }

  .neos-feature-title {
    font-size: 17px;
  }

  .neos-lab-tag {
    top: 52%;
    max-width: 90%;
    text-align: center;
    white-space: normal;
    line-height: 1.5;
  }
}

/* =========================
		Neos Gallery Section
		========================= */
.neos-gallery-section {
  overflow: hidden;
}

.neos-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 280px 310px;
  grid-template-areas:
    "one one one one two two two two three three three three"
    "four four four four four five five five five five five five";
  gap: 10px;
}

.neos-gallery-one {
  grid-area: one;
}

.neos-gallery-two {
  grid-area: two;
}

.neos-gallery-three {
  grid-area: three;
}

.neos-gallery-four {
  grid-area: four;
}

.neos-gallery-five {
  grid-area: five;
}

.neos-gallery-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
}

.neos-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: none;
  transition: transform 0.45s ease;
}

.neos-gallery-card:hover img {
  transform: scale(1.04);
}

/* =========================
		Responsive
		========================= */
@media (max-width: 1199px) {
  .neos-gallery-grid {
    grid-template-rows: 250px 340px;
  }
}

@media (max-width: 991px) {
  .neos-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 260px 320px;
    grid-template-areas:
      "one two"
      "three three"
      "four five";
  }
}

@media (max-width: 767px) {
  .neos-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "one"
      "two"
      "three"
      "four"
      "five";
  }

  .neos-gallery-card {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .neos-gallery-card {
    height: 240px;
    border-radius: 14px;
  }
}

/* ABOUT US PAGE CSS STARTS FROM HERE  */

/* =========================
   NEOS Clean About Section
========================= */
.neos-about-clean-section {
  position: relative;
  padding: 90px 0;
  background: transparent;
  overflow: hidden;
}

.neos-about-clean-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 35px;
  align-items: center;
}

/* =========================
   Left Images Layout
========================= */
.neos-about-clean-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10px;
  align-items: stretch;
  padding-bottom: 0;
}

/* Common Image Box */
.neos-about-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.neos-about-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.neos-about-img-box:hover img {
  transform: scale(1.05);
}

/* First Left Image - Full Height */
.neos-img-left {
  height: 470px;
  margin-top: 0;
}

/* Right Side Stack - Second Image + Experience Card */
.neos-about-side-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Second Image - Half Height */
.neos-img-right {
  height: 340px;
}

/* Experience Card Immediately Below Second Image */
.neos-about-exp-card {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  min-height: 110px;
  background: #111f30;
  border-radius: 8px;
  text-align: center;
  padding: 15px 14px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.neos-about-exp-card::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: #111f30;
  border: 5px solid #ffffff;
  border-radius: 50%;
}

.neos-about-exp-card h3 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}

.neos-about-exp-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

/* =========================
   Right Content
========================= */
.neos-about-clean-content {
  background: transparent;
  padding: 0;
}

/* Points */
.neos-about-points {
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
  margin: 30px 0 34px;
}

.neos-about-point {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgb(33, 37, 41);
  font-size: 17px;
  font-weight: 400;
}

.neos-about-point i {
  color: #052f38 !important;
  font-size: 18px;
}

/* Button */
.neos-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: #111f30;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.35s ease;
}

.neos-about-btn:hover {
  background: #38cfd0;
  color: #ffffff;
  transform: translateY(-3px);
}

.neos-about-btn i {
  transition: transform 0.35s ease;
}

.neos-about-btn:hover i {
  transform: translateX(5px);
}

/* =========================
   Responsive
========================= */
@media (max-width: 1199px) {
  .neos-about-clean-grid {
    gap: 45px;
  }

  .neos-about-clean-content h2 {
    font-size: 36px;
  }

  .neos-img-left {
    height: 430px;
  }

  .neos-img-right {
    height: 215px;
  }

  .neos-about-exp-card {
    min-height: 197px;
  }
}

@media (max-width: 991px) {
  .neos-about-clean-section {
    padding: 70px 0;
  }

  .neos-about-clean-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .neos-about-clean-content h2 {
    font-size: 34px;
  }

  .neos-img-left {
    height: 470px;
  }

  .neos-img-right {
    height: 235px;
  }

  .neos-about-exp-card {
    min-height: 217px;
  }
}

@media (max-width: 767px) {
  .neos-about-clean-section {
    padding: 55px 0;
  }

  .neos-about-clean-images {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 0;
  }

  .neos-about-side-stack {
    gap: 16px;
  }

  .neos-img-left,
  .neos-img-right {
    height: 300px;
    margin-top: 0;
  }

  .neos-about-exp-card {
    width: 100%;
    min-height: 125px;
    margin-top: 0;
  }

  .neos-about-points {
    grid-template-columns: 1fr;
  }

  .neos-about-clean-content h2 {
    font-size: 28px;
  }

  .neos-about-clean-content p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .neos-about-clean-section {
    padding: 45px 0;
  }

  .neos-img-left,
  .neos-img-right {
    height: 250px;
  }

  .neos-about-clean-content h2 {
    font-size: 25px;
  }

  .neos-about-exp-card h3 {
    font-size: 38px;
  }

  .neos-about-exp-card p {
    font-size: 12px;
  }
}

.neos-split-services-section {
  position: relative;
  padding: 95px 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fffdf7 50%,
    #ffffff 100%
  ) !important;
  overflow: hidden;
}

/* Soft clean grid background */
.neos-split-services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(16, 41, 67, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 41, 67, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

/* Very soft yellow focus behind center image */
.neos-split-services-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 58%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 202, 40, 0.1);
  background: color-mix(in srgb, #052f38 14%, transparent);
  filter: blur(42px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

/* Heading */

.neos-split-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 14px;
  color: #052f38 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* .neos-split-services-section h2 {
position: relative;
z-index: 2;
color: #102943;
font-weight: 600;
} */

/* .neos-split-subtitle {
position: relative;
z-index: 2;
max-width: 680px;
margin: 0 auto;
color: #697789;
font-size: 17px;
line-height: 1.7;
} */

/* Main Layout */

.neos-split-services-layout {
  position: relative;
  z-index: 2;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 42px;
  align-items: center;
}

/* Service Columns */

.neos-split-col {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.neos-split-service {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.35s ease;
}

.neos-split-left .neos-split-service {
  text-align: right;
  justify-content: flex-end;
}

.neos-split-right .neos-split-service {
  text-align: left;
  justify-content: flex-start;
}

/* Connector lines */

.neos-split-service::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  opacity: 0.7;
}

.neos-split-left .neos-split-service::after {
  right: -48px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, #052f38 60%, transparent),
    transparent
  ) !important;
}

.neos-split-right .neos-split-service::after {
  left: -48px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, #052f38 60%, transparent)
  ) !important;
}

/* Text */

/* Yellow Icons */

.neos-split-icon {
  min-width: 62px;
  height: 62px;
  border-radius: 50%;
  /* background: rgba(255, 202, 40, 0.16) !important; */
  /* background: color-mix(in srgb, #052f38 18%, #ffffff 82%) !important; */
  color: #052f38 !important;
  border: 1px solid color-mix(in srgb, #052f38 34%, transparent) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: none !important;
  transition: all 0.35s ease;
}

.neos-split-service:hover {
  transform: translateY(-4px);
}

.neos-split-service:hover .neos-split-icon {
  background: #052f38 !important;
  color: #ffffff !important;
  /* box-shadow: 0 14px 28px color-mix(in srgb, #052f38 28%, transparent) !important; */
}

/* Center Image Area */

/* .neos-split-center {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.neos-split-circle {
	position: absolute;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: linear-gradient(145deg, #ffffff, #fff8df) !important;
	border: 1px solid color-mix(in srgb, #052f38 35%, transparent) !important;
	box-shadow: none !important;
} */

/* Thin outer circle for premium look */
/* .neos-split-circle::before {
	content: "";
	position: absolute;
	inset: -34px;
	border-radius: 50%;
	border: 1px solid color-mix(in srgb, #052f38 22%, transparent);
}

.neos-split-circle::after {
	content: "";
	position: absolute;
	inset: -68px;
	border-radius: 50%;
	border: 1px dashed color-mix(in srgb, #052f38 18%, transparent);
} */

.neos-split-image {
  position: relative;
  z-index: 2;
}

.neos-split-image img {
  height: 500px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(16, 41, 67, 0.14)) !important;
}

/* Center Badge */

.neos-split-badge {
  position: absolute;
  z-index: 3;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 24px;
  border-radius: 50px;
  background: #ffffff;
  color: #102943;
  border: 1px solid rgba(16, 41, 67, 0.06);
  /* box-shadow: 0 14px 34px rgba(16, 41, 67, 0.09) !important; */
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.neos-split-badge i {
  color: #052f38 !important;
  font-size: 18px;
}

.bdr-rds-doctor img {
  border-radius: 40px 0px;
}
.neos-test-icon {
  color: #052f38 !important;
  font-size: 18px !important;
}
/* Responsive */

@media (max-width: 1199px) {
  .neos-split-services-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .neos-split-center {
    order: -1;
    min-height: 430px;
  }

  .neos-split-image img {
    height: 420px;
  }

  .neos-split-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .neos-split-left .neos-split-service,
  .neos-split-right .neos-split-service {
    text-align: left;
    justify-content: flex-start;
  }

  .neos-split-left .neos-split-service {
    flex-direction: row-reverse;
  }

  .neos-split-service::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .neos-split-services-section {
    padding: 20px 0;
  }

  .neos-split-services-section h2 {
    font-size: 34px;
  }

  .neos-split-subtitle {
    font-size: 15px;
  }

  .neos-split-services-layout {
    margin-top: 15px;
  }

  .neos-split-col {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .neos-split-center {
    min-height: 330px;
  }

  .neos-split-circle {
    /* width: 260px;
    height: 260px; */
    display: none;
  }

  .neos-split-circle::before {
    inset: -24px;
  }

  .neos-split-circle::after {
    inset: -46px;
  }

  .neos-split-image {
    max-width: 100%;
  }

  .neos-split-image img {
    width: 100%;
    height: auto;
  }

  .neos-split-service {
    align-items: flex-start;
  }

  .neos-split-left .neos-split-service {
    flex-direction: row-reverse;
  }

  .neos-split-icon {
    min-width: 54px;
    height: 54px;
    font-size: 21px;
  }

  .neos-split-service h4 {
    font-size: 18px;
  }

  .neos-split-service p {
    font-size: 15px;
  }

  .neos-split-badge {
    bottom: 15px;
    font-size: 12px;
    padding: 12px 18px;
  }
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--cnvs-heading-color);
  font-weight: var(--cnvs-headings-font-weight);
  line-height: var(--cnvs-line-height-base);
  margin: 0 0 10px 0;
  font-family: var(--cnvs-primary-font);
}

.neos-popular-tests-section {
  position: relative;
  padding: 95px 0 70px;
  background:
    radial-gradient(
      circle at 75% 45%,
      color-mix(in srgb, #052f38 12%, transparent),
      transparent 28%
    ),
    radial-gradient(
      circle at 15% 85%,
      color-mix(in srgb, #052f38 10%, transparent),
      transparent 22%
    ),
    linear-gradient(180deg, #ffffff 0%, #fffdf7 52%, #ffffff 100%) !important;
  overflow: hidden;
}

/* .neos-popular-tests-section::before {
	content: "";
	position: absolute;
	right: -160px;
	bottom: -180px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	border: 1px solid color-mix(in srgb, #052f38 20%, transparent) !important;
	box-shadow:
		0 0 0 38px color-mix(in srgb, #052f38 6%, transparent),
		0 0 0 78px color-mix(in srgb, #052f38 4%, transparent) !important;
	pointer-events: none;
}

.neos-popular-tests-section::after {
	content: "";
	position: absolute;
	left: -170px;
	bottom: -250px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	border: 38px solid color-mix(in srgb, #052f38 6%, transparent) !important;
	pointer-events: none;
} */

.neos-bg-plus {
  position: absolute;
  top: 115px;
  left: 25%;
  color: color-mix(in srgb, #052f38 16%, transparent) !important;
  font-size: 68px;
  font-weight: 200;
}

.neos-bg-dots {
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(
    color-mix(in srgb, #052f38 55%, transparent) 2px,
    transparent 2px
  ) !important;
  background-size: 18px 18px;
  opacity: 0.65;
}

.dots-left {
  top: 95px;
  left: 5%;
}

.dots-right {
  right: 5%;
  top: 48%;
}

/* Heading */

.neos-section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
}

.neos-mini-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #052f38 !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.neos-mini-title span {
  width: 62px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #052f38) !important;
  position: relative;
}

.neos-mini-title span:last-child {
  background: linear-gradient(90deg, #052f38, transparent) !important;
}

.neos-mini-title i {
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, #052f38 35%, transparent) !important;
  color: #052f38 !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.neos-section-heading h2 {
  margin: 0;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 500;
  color: #102943;
  font-family: Georgia, "Times New Roman", serif;
}

.neos-section-heading h2 span {
  color: #052f38 !important;
}

.neos-section-heading p {
  margin: 18px auto 0;
  max-width: 760px;
  color: #697789;
  font-size: 18px;
  line-height: 1.7;
}

/* Tabs */

.neos-service-tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-bottom: 60px;
}

.neos-tab-btn {
  border: 1px solid rgba(17, 45, 65, 0.08);
  background: rgba(255, 255, 255, 0.88);
  min-height: 57px;
  border-radius: 999px;
  color: #102943;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.35s ease;
  white-space: nowrap;
}

.neos-tab-btn i {
  font-size: 24px;
  color: #052f38 !important;
  transition: all 0.35s ease;
}

.neos-tab-btn:hover,
.neos-tab-btn.active {
  background: #052f38 !important;
  color: #ffffff !important;
  transform: translateY(-4px);
}

.neos-tab-btn:hover i,
.neos-tab-btn.active i {
  color: #ffffff !important;
}

/* Main Layout */

.neos-tests-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 35px;
}

.neos-tests-list-wrap {
  position: relative;
  padding-left: 10px;
}

.neos-test-content {
  display: none;
  animation: neosFadeUp 0.45s ease both;
}

.neos-test-content.active {
  display: block;
}

@keyframes neosFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Test Rows */

.neos-test-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px 30px 64px 1fr 42px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(16, 41, 67, 0.1);
  transition: all 0.35s ease;
}

.neos-test-row::before {
  content: "";
  position: absolute;
  left: 76px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: color-mix(in srgb, #052f38 35%, transparent) !important;
}

.neos-test-row:hover {
  transform: translateX(8px);
  border-bottom-color: color-mix(in srgb, #052f38 55%, transparent) !important;
}

.neos-test-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #052f38 !important;
  font-size: 24px;
  background-color: #f6f1f1;
  border-radius: 50px;
}

.neos-line-dot {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #052f38 !important;
  box-shadow: 0 0 0 8px color-mix(in srgb, #052f38 15%, transparent) !important;
}

.neos-test-no {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #052f38 25%, transparent) !important;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #102943;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 0 8px 20px rgba(16, 41, 67, 0.06);
}

.neos-test-row h4 {
  margin: 0;
  color: #102943;
  font-size: 16px;
  font-weight: 600;
}

.neos-test-row a {
  color: #052f38 !important;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.neos-test-row:hover a {
  transform: translateX(6px);
}

/* Right Image */

.neos-test-image-area {
  position: relative;
  min-height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.neos-image-shape {
  position: absolute;
  width: 650px;
  height: 360px;
  right: 0;
  bottom: 45px;
  border-radius: 280px 280px 30px 30px;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, #052f38 18%, transparent),
      rgba(255, 255, 255, 0.6)
    ),
    radial-gradient(
      circle at 40% 45%,
      color-mix(in srgb, #052f38 22%, transparent),
      transparent 45%
    ) !important;
}

.neos-test-image-area img {
  position: relative;
  z-index: 2;
  width: 115%;
  max-width: none;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  filter: drop-shadow(0 24px 35px rgba(16, 41, 67, 0.14));
}

#neosTabImage {
  transition: opacity 0.25s ease;
}

/* Fast Report Badge */

.neos-fast-report-badge {
  position: absolute;
  right: 40px;
  bottom: 45px;
  z-index: 3;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95),
    color-mix(in srgb, #052f38 14%, #ffffff)
  ) !important;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 24px 55px rgba(16, 41, 67, 0.1),
    inset 0 0 35px color-mix(in srgb, #052f38 12%, transparent) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: neosFloat 4s ease-in-out infinite;
}

@keyframes neosFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.neos-fast-report-badge i {
  font-size: 34px;
  color: #052f38 !important;
  margin-bottom: 12px;
}

.neos-fast-report-badge h5 {
  margin: 0 0 6px;
  color: #052f38 !important;
  font-size: 18px;
  font-weight: 800;
}

.neos-fast-report-badge p {
  margin: 0;
  color: #697789;
  font-size: 11px;
  font-weight: 600;
}

/* ================================
Responsive
================================ */

@media (max-width: 1199px) {
  .neos-section-heading h2 {
    font-size: 48px;
  }

  .neos-service-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .neos-tests-layout {
    grid-template-columns: 1fr;
  }

  .neos-test-image-area {
    min-height: 460px;
  }

  .neos-image-shape {
    width: 560px;
    height: 340px;
    right: 50%;
    transform: translateX(50%);
  }

  .neos-test-image-area img {
    width: 100%;
    height: 460px;
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .neos-popular-tests-section {
    padding: 70px 0 55px;
  }

  .neos-section-heading h2 {
    font-size: 36px;
  }

  .neos-section-heading p {
    font-size: 15px;
  }

  .neos-mini-title {
    font-size: 11px;
    letter-spacing: 2px;
    gap: 8px;
  }

  .neos-mini-title span {
    width: 34px;
  }

  .neos-service-tabs {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }

  .neos-tab-btn {
    min-height: 62px;
    font-size: 15px;
  }

  .neos-test-row {
    grid-template-columns: 48px 18px 52px 1fr 28px;
    min-height: 74px;
  }

  .neos-test-row::before {
    left: 58px;
  }

  .neos-test-icon {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }

  .neos-test-no {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .neos-test-row h4 {
    font-size: 15px;
  }

  .neos-test-image-area {
    min-height: 360px;
    margin-top: 25px;
  }

  .neos-image-shape {
    width: 330px;
    height: 260px;
    right: auto;
    bottom: 25px;
    transform: none;
  }

  .neos-test-image-area img {
    width: 100%;
    height: 345px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 22px;
  }

  .neos-fast-report-badge {
    width: 120px;
    height: 120px;
    right: 12px;
    bottom: 25px;
  }

  .neos-fast-report-badge i {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .neos-fast-report-badge h5 {
    font-size: 14px;
  }

  .neos-fast-report-badge p {
    font-size: 9px;
  }
}

.btn-inner-txt {
  font-size: 20px;
  font-weight: 400;
}

.first-img-hgt {
  height: 500px;
}
.second-img-hgt {
  height: 240px;
}
.third-img-hgt {
  height: 240px;
}
.hero-card {
  position: absolute;
  bottom: 3%;
}

/* ================================
NEOS How We Work Process Section
================================ */

.neos-process-section {
  position: relative;
  padding: 90px 0 115px;
  background: #ffffff;
  overflow: hidden;
}

/* Soft bottom wave shape */
.neos-process-section::before {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -125px;
  height: 260px;

  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}

/* Soft top right circle */
.neos-process-section::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -120px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: color-mix(in srgb, #052f38 12%, #ffffff);
  pointer-events: none;
}

/* Heading */

.neos-process-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.neos-process-heading span {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  color: #052f38 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.neos-process-heading span::after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  margin: 12px auto 0;
  background: #052f38 !important;
  border-radius: 30px;
}

.neos-process-heading p {
  margin: 0;
  color: #697789;
  font-size: 18px;
  line-height: 1.65;
}

/* Process Flow */

.neos-process-flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* connector line */
.neos-process-flow::before {
  content: "";
  position: absolute;
  top: 49px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, #052f38 35%, transparent) 8%,
    color-mix(in srgb, #052f38 35%, transparent) 92%,
    transparent 100%
  );
  z-index: 0;
}

.neos-process-flow::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 12.5%;
  right: 12.5%;
  height: 11px;
  background-image: radial-gradient(#052f38 5px, transparent 6px);
  background-size: 33.333% 11px;
  background-position: 16.666% 0;
  background-repeat: repeat-x;
  z-index: 1;
  pointer-events: none;
}

.neos-process-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Icon with top arc */

.neos-process-icon {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 0 auto 23px;
  border-radius: 50%;
  background: #d9d7d7;
  color: #052f38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 16px 35px rgba(16, 41, 67, 0.06);
}

.neos-process-icon::before {
  content: "";
  position: absolute;
  left: -9px;
  top: -13px;
  width: 102px;
  height: 62px;
  border-top: 3px solid #052f38 !important;
  border-left: 3px solid #052f38 !important;
  border-right: 3px solid #052f38 !important;
  border-bottom: 0;
  border-radius: 112px 112px 0 0;
}

.neos-process-icon i {
  position: relative;
  z-index: 2;
}

/* Number */

.neos-process-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #d8d9da !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}

/* Text */

/* Hover */

.neos-process-item:hover .neos-process-icon {
  color: #ffffff !important;
  background: #052f38;
  transform: translateY(-5px);
  transition: all 0.35s ease;
}

/* Responsive */

@media (max-width: 991px) {
  .neos-process-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }

  .neos-process-flow::before,
  .neos-process-flow::after {
    display: none;
  }

  .neos-process-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .neos-process-section {
    padding: 70px 0 0px;
  }

  .neos-process-section::after {
    display: none;
  }

  .neos-process-heading {
    margin-bottom: 45px;
  }

  .neos-process-heading h2 {
    font-size: 31px;
  }

  .neos-process-heading p {
    font-size: 15px;
  }

  .neos-process-flow {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .neos-process-icon {
    width: 86px;
    height: 86px;
    font-size: 33px;
  }

  .neos-process-icon::before {
    width: 104px;
    height: 58px;
  }
}
.back-color {
  background-color: #f2fbfa !important;
}

/* =========================
        Neos Vision Mission Philosophy Hero Section
        ========================= */

.neos-vmp-hero-section {
  position: relative;
  padding: 90px 0;
  min-height: 720px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Soft overlay on full image */
.neos-vmp-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(246, 252, 253, 0.96) 0%,
    rgba(246, 252, 253, 0.86) 34%,
    rgba(246, 252, 253, 0.45) 62%,
    rgba(246, 252, 253, 0.15) 100%
  );
  z-index: 1;
}

/* Soft bottom tint for card readability */
.neos-vmp-hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(246, 252, 253, 0.55) 55%,
    rgba(246, 252, 253, 0.85) 100%
  );
  z-index: 1;
}

.neos-vmp-hero-section .container {
  position: relative;
  z-index: 2;
}

/* Main inner area */
.neos-vmp-hero-wrap {
  position: relative;
  min-height: 540px;
}

/* Top Content */
.neos-vmp-hero-content {
  position: relative;
  z-index: 3;
  max-width: 570px;
  padding: 40px 0 30px;
}

.neos-vmp-hero-content h2 {
  color: #102943;
  line-height: 1.15;
}

.neos-vmp-hero-content p {
  max-width: 500px;
  margin: 0;
  color: #697789;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

/* Bottom White Card Box */
.neos-vmp-card-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 38px 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 50px rgba(16, 41, 67, 0.1);
}

.neos-vmp-card-item {
  position: relative;
  text-align: left;
  padding: 0 30px;
}

.neos-vmp-card-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: calc(100% - 0px);
  background: #b1b0b0;
}

.neos-vmp-card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d2d3d4;
  color: #052f38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  transition: all 0.35s ease;
}

.neos-vmp-card-item:hover .neos-vmp-card-icon {
  background: #052f38;
  color: #ffffff;
  transform: translateY(-4px);
}

/* Same heading and description style */
.neos-vmp-card-item h4 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  color: #102943;
}

.neos-vmp-card-item p {
  margin: 0;
  color: #697789;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
  .neos-vmp-hero-section {
    padding: 75px 0;
    min-height: auto;
    background-position: center;
  }

  .neos-vmp-hero-section::before {
    background: rgba(246, 252, 253, 0.88);
  }

  .neos-vmp-hero-wrap {
    min-height: auto;
  }

  .neos-vmp-hero-content {
    max-width: 100%;
    padding: 20px 0 10px;
    text-align: center;
  }

  .neos-vmp-hero-content p {
    margin: 0 auto;
  }

  .neos-vmp-card-box {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 26px;
  }

  .neos-vmp-card-item {
    text-align: center;
    padding: 0;
  }

  .neos-vmp-card-item:not(:last-child)::after {
    display: none;
  }

  .neos-vmp-card-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .neos-vmp-hero-section {
    padding: 60px 0;
  }

  .neos-vmp-hero-content p {
    font-size: 15px;
  }

  .neos-vmp-card-box {
    margin-top: 30px;
    border-radius: 24px;
    padding: 28px 22px;
  }
}

.neos-vmp-card-item:hover .neos-vmp-card-icon {
  background: #052f38 !important;
  color: #102943 !important;
}

.neos-vmp-card-item:hover .neos-vmp-card-icon i {
  color: #ffffff !important;
}

/* ===============================
          Neos FAQ Section
        ================================ */
.neos-faq-section {
  position: relative;
  padding: 95px 0;
  background: #fff;
  overflow: hidden;
}

.neos-faq-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(0, 124, 186, 0.1);
  top: -130px;
  right: -120px;
}

.neos-faq-section::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(0, 124, 186, 0.08);
  bottom: -90px;
  left: -80px;
}

.neos-faq-heading {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.neos-faq-label {
  display: inline-flex;
  padding: 8px 18px;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(0, 142, 204, 0.1);
  color: #0078ad;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.neos-faq-heading h2 {
  color: #102943;
  font-weight: 500;
  line-height: 1.15;
}

.neos-faq-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(16, 41, 67, 0.68);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

.neos-faq-wrapper {
  position: relative;
  z-index: 2;
}

.neos-faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.neos-faq-item {
  background: #f5f5f5;
  border: 1px solid rgba(1, 72, 108, 0.1);
  border-radius: 22px;
  overflow: hidden;
  /* box-shadow: 0 14px 34px rgba(16, 41, 67, 0.06); */
  transition: all 0.35s ease;
}

.neos-faq-item:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 20px 45px rgba(16, 41, 67, 0.09); */
  border-color: rgba(0, 142, 204, 0.22);
}

.neos-faq-question {
  position: relative;
  width: 100%;
  padding: 22px 60px 22px 24px;
  background: transparent;
  border: 0;
  text-align: left;
  color: #102943;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.neos-faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 142, 204, 0.1);
  color: #0078ad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.neos-faq-question:not(.collapsed)::after {
  content: "−";
  background: linear-gradient(135deg, #008ecc, #005f91);
  color: #ffffff;
}

.neos-faq-question:not(.collapsed) {
  color: #0078ad;
}

.neos-faq-answer {
  padding: 0 24px 24px;
  color: rgba(16, 41, 67, 0.68);
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 400;
}

/* Smooth collapse feel */
.accordion-collapse {
  transition: height 0.35s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .neos-faq-section {
    padding: 75px 0;
  }

  .neos-faq-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .neos-faq-section {
    padding: 65px 0;
  }

  .neos-faq-heading {
    margin-bottom: 35px;
  }

  .neos-faq-heading h2 {
    font-size: 31px;
  }

  .neos-faq-heading p {
    font-size: 15px;
  }

  .neos-faq-question {
    padding: 20px 54px 20px 20px;
    font-size: 16px;
  }

  .neos-faq-answer {
    padding: 0 20px 22px;
    font-size: 14.5px;
  }
}

/* ===============================
        Neos Background CTA Section
        ================================ */
.neos-bg-cta-section {
  position: relative;
  padding: 120px 0;
  background: url("images/new-images/cta.png") center center / cover no-repeat;
  overflow: hidden;
}

.neos-bg-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 35, 56, 0.82),
    rgba(7, 35, 56, 0.58),
    rgba(7, 35, 56, 0.72)
  );
  z-index: 1;
}

.neos-bg-cta-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.neos-bg-cta-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  backdrop-filter: blur(8px);
}

.neos-bg-cta-content h2 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.15;
}

.neos-bg-cta-content p {
  max-width: 720px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

.neos-bg-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.neos-bg-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 52px;
  padding: 0 26px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.neos-bg-cta-btn.primary {
  background: #ffffff;
  color: #006fa8;
}

.neos-bg-cta-btn.primary:hover {
  background: #eaf8ff;
  color: #005f91;
  transform: translateY(-3px);
}

.neos-bg-cta-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.neos-bg-cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 767px) {
  .neos-bg-cta-section {
    padding: 85px 0;
  }

  .neos-bg-cta-content h2 {
    font-size: 34px;
  }

  .neos-bg-cta-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .neos-bg-cta-section {
    padding: 75px 0;
  }

  .neos-bg-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .neos-bg-cta-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* ===============================
   Neos Services Section
================================ */
.neos-service-strip {
  position: relative;
  padding: 110px 0;
  background: #f7fbfd;
  overflow: hidden;
}

.neos-service-strip-heading {
  max-width: 800px;
  margin: 0 auto 65px;
}

.neos-service-strip-subtitle {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(0, 142, 204, 0.2);
  border-radius: 50px;
  color: #0078ad;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
  background: #ffffff;
}

.neos-service-strip-heading h2 {
  line-height: 1.2;
  font-weight: 500;
  color: #102943;
  margin-bottom: 18px;
}

.neos-service-strip-heading p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(16, 41, 67, 0.68);
  margin: 0;
}

.neos-service-strip-wrapper {
  position: relative;
}

.neos-service-strip-line {
  position: absolute;
  top: 140px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 142, 204, 0),
    rgba(0, 142, 204, 0.55),
    rgba(0, 142, 204, 0)
  );
  z-index: 1;
}

.neos-service-strip-card {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 41, 67, 0.06);
  border: 1px solid rgba(0, 142, 204, 0.12);
  z-index: 2;
  transition: all 0.35s ease;
  height: 100%;
}

.neos-service-strip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(16, 41, 67, 0.1);
  border-color: rgba(0, 142, 204, 0.28);
}

.neos-service-strip-image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.neos-service-strip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.neos-service-strip-card:hover .neos-service-strip-image img {
  transform: scale(1.08);
}

.neos-service-strip-number {
  position: absolute;
  top: 230px;
  left: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0078ad;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  z-index: 3;
}

.neos-service-strip-content {
  padding: 48px 28px 28px;
}

.neos-service-strip-content h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #102943;
  margin-bottom: 14px;
}

.neos-service-strip-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(16, 41, 67, 0.68);
}

@media (max-width: 1199px) {
  .neos-service-strip-image {
    height: 240px;
  }

  .neos-service-strip-number {
    top: 210px;
  }
}

@media (max-width: 991px) {
  .neos-service-strip {
    padding: 85px 0;
  }

  .neos-service-strip-heading {
    margin-bottom: 45px;
  }

  .neos-service-strip-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .neos-service-strip-heading p {
    font-size: 15px;
  }

  .neos-service-strip-image {
    height: 240px;
  }

  .neos-service-strip-number {
    top: 210px;
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .neos-service-strip-content {
    padding: 42px 22px 24px;
  }

  .neos-service-strip-content h3 {
    font-size: 21px;
  }
}

/* =========================================
   Neos Diagnostic Care Standards Section
========================================= */

.neos-care-standards-section {
  position: relative;
  padding: 90px 0 85px;
  background:
    radial-gradient(
      circle at top left,
      rgba(16, 182, 173, 0.04),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(16, 182, 173, 0.05),
      transparent 32%
    ),
    #ffffff;
  overflow: hidden;
}

.neos-care-standards-section::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 620px;
  height: 270px;
  background: rgba(16, 182, 173, 0.06);
  border-radius: 55% 45% 0 0;
  pointer-events: none;
}

/* Heading */

.neos-care-standards-head {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin: 0 auto 58px;
}

.neos-care-standards-head h2 {
  color: #081f41;
  line-height: 1.1;
  font-weight: 800;
}

.neos-care-standards-desc {
  max-width: 820px;
  margin: 0 auto;
  color: #354157;
  font-size: 16px;
  line-height: 1.8;
}

/* Main Layout */

.neos-care-standards-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 58px 1.2fr;
  gap: 28px;
  align-items: center;
}

/* Left Image */

.neos-care-standards-left {
  position: relative;
  min-height: 520px;
}

.neos-care-teal-block {
  position: absolute;
  left: -30px;
  top: -55px;
  width: 150px;
  height: 230px;
  border-radius: 0 28px 28px 0;
  background: #0fa39d;
  z-index: 0;
}

.neos-care-image-box {
  position: relative;
  z-index: 2;
  width: 95%;
  min-height: 470px;
  border-radius: 34px 120px 34px 34px;
  overflow: hidden;
  background: #eaf7f8;
  box-shadow: 0 18px 45px rgba(8, 31, 65, 0.08);
}

.neos-care-image-box img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Trust Card */

.neos-care-trust-card {
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 3;
  width: 330px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #079f99 0%, #008b85 100%);
  /* box-shadow: 0 16px 36px rgba(8, 31, 65, 0.17); */
}

.neos-care-trust-icon {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #079f99;
  font-size: 30px;
}

.neos-care-trust-card h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;
}

.neos-care-trust-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.55;
}

/* Dot Pattern */

.neos-care-dot-pattern {
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 135px;
  height: 70px;
  background-image: radial-gradient(
    rgba(16, 182, 173, 0.45) 2px,
    transparent 2px
  );
  background-size: 18px 18px;
  z-index: 1;
}

/* Center Vertical Line */

.neos-care-center-line {
  position: relative;
  height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.neos-care-center-line::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
  background: rgba(16, 182, 173, 0.5);
  transform: translateX(-50%);
}

.neos-care-center-line span {
  position: relative;
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #10b6ad;
  display: block;
}

/* Right Cards */

.neos-care-standards-right {
  display: grid;
  gap: 20px;
}

.neos-care-standard-card {
  display: grid;
  grid-template-columns: 92px 64px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 96px;
  padding: 16px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  /* box-shadow: 0 10px 30px rgba(8, 31, 65, 0.06); */
  border: 1px solid #b6b6b6;
}

.neos-care-standard-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.neos-care-standard-icon.icon-one {
  background: #e8fbfb;
  color: #0b9f98;
}

.neos-care-standard-icon.icon-two {
  background: #edf6ff;
  color: #1269b0;
}

.neos-care-standard-icon.icon-three {
  background: #f6f2ff;
  color: #7655b7;
}

.neos-care-standard-icon.icon-four {
  background: #fff4ea;
  color: #e57b23;
}

.neos-care-standard-icon.icon-five {
  background: #f0faef;
  color: #63a65a;
}

.neos-care-standard-number {
  color: #0b9f98;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding-right: 18px;
  border-right: 1px solid rgba(8, 31, 65, 0.12);
}

.neos-care-standard-content h4 {
  margin: 0 0 6px;
  color: #081f41;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.neos-care-standard-content p {
  margin: 0;
  color: #354157;
  font-size: 14px;
  line-height: 1.55;
}

/* Responsive */

@media (max-width: 1199px) {
  .neos-care-standards-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .neos-care-center-line {
    display: none;
  }

  .neos-care-standards-left {
    max-width: 640px;
    margin: 0 auto;
  }

  .neos-care-image-box {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .neos-care-standards-section {
    padding: 80px 0;
  }

  .neos-care-standards-head {
    margin-bottom: 44px;
  }

  .neos-care-standard-card {
    grid-template-columns: 80px 58px 1fr;
  }
}

@media (max-width: 575px) {
  .neos-care-standards-section {
    padding: 60px 0;
  }

  .neos-care-standards-head h2 {
    font-size: 34px;
  }

  .neos-care-standards-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .neos-care-standards-left {
    min-height: auto;
  }

  .neos-care-teal-block {
    left: -18px;
    top: -28px;
    width: 90px;
    height: 150px;
  }

  .neos-care-image-box {
    border-radius: 26px 72px 26px 26px;
    min-height: 350px;
  }

  .neos-care-image-box img {
    height: 350px;
  }

  .neos-care-trust-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }

  .neos-care-dot-pattern {
    display: none;
  }

  .neos-care-standard-card {
    grid-template-columns: 62px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .neos-care-standard-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    font-size: 24px;
  }

  .neos-care-standard-number {
    grid-column: 1;
    grid-row: 2;
    border-right: 0;
    padding-right: 0;
    text-align: left;
    font-size: 18px;
  }

  .neos-care-standard-content {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .neos-care-standard-content h4 {
    font-size: 17px;
  }

  .neos-care-standard-content p {
    font-size: 13.5px;
  }
}

/* hove on cards  */

/* Premium alternating hover movement for right cards */

.neos-care-standards-right {
  padding: 8px 16px;
  margin: -8px -16px;
}

.neos-care-standard-card {
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  will-change: transform;
}

.neos-care-standard-card:hover {
  z-index: 5;
  background: #ffffff;
  border-color: rgba(16, 182, 173, 0.38);
  /* box-shadow: 0 18px 42px rgba(8, 31, 65, 0.12); */
}

/* 1st, 3rd, 5th card move right */
.neos-care-standard-card:nth-child(odd):hover {
  transform: translateX(16px);
}

/* 2nd, 4th card move left */
.neos-care-standard-card:nth-child(even):hover {
  transform: translateX(-16px);
}

/* Icon smooth effect */
.neos-care-standard-card:hover .neos-care-standard-icon {
  transform: scale(1.06);
}

.neos-care-standard-icon {
  transition: transform 0.35s ease;
}

/* Number slight premium effect */
.neos-care-standard-card:hover .neos-care-standard-number {
  color: #079f99;
}

/* Mobile: keep hover soft to avoid layout issue */
@media (max-width: 575px) {
  .neos-care-standard-card:nth-child(odd):hover,
  .neos-care-standard-card:nth-child(even):hover {
    transform: translateY(-6px);
  }
}

/* ================================
   NEOS Stats Inside Image Section
================================ */

.neos-stats-section {
  position: relative;
  padding: 0px 0;
  background: #ffffff;
}

.neos-stats-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 900px; */
  min-height: 600px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  /* box-shadow: 0 25px 70px rgba(10, 60, 63, 0.12); */
}

/* Background Image */

.neos-stats-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.neos-stats-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.1) 45%,
    rgba(10, 60, 63, 0.2) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.neos-stats-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Stats Card Inside Image */

.neos-stats-card {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  z-index: 5;
  width: calc(100% - 90px);
  padding: 30px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  box-shadow: 0 22px 55px rgba(10, 60, 63, 0.16);
}

/* Single Stat */

.neos-stat-item {
  text-align: center;
  padding: 0 12px;
}

.neos-stat-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: #006d70;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.neos-stat-item h3 {
  margin: 0 0 5px;
  color: #006d70;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.neos-stat-item p {
  margin: 0;
  color: #173f43;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

/* Divider */

.neos-stat-divider {
  width: 1px;
  height: 68px;
  background: rgba(0, 109, 112, 0.18);
}

/* Hover Effect */

.neos-stat-item {
  transition: transform 0.35s ease;
}

.neos-stat-item:hover {
  transform: translateY(-5px);
}

/* Responsive */

@media (max-width: 991px) {
  .neos-stats-wrapper {
    min-height: 460px;
  }

  .neos-stats-card {
    width: calc(100% - 50px);
    padding: 28px 22px;
  }

  .neos-stat-item h3 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .neos-stats-wrapper {
    min-height: 620px;
  }

  .neos-stats-card {
    bottom: 28px;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 16px;
    width: calc(100% - 36px);
  }

  .neos-stat-divider {
    display: none;
  }
}

@media (max-width: 575px) {
  .neos-stats-section {
    padding: 55px 0;
  }

  .neos-stats-wrapper {
    min-height: 590px;
    border-radius: 22px;
  }

  .neos-stats-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .neos-stat-icon {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .neos-stat-item h3 {
    font-size: 21px;
  }

  .neos-stat-item p {
    font-size: 12px;
  }
}

/* =========================
   NEOS Sticky Innovation Section
========================= */
.neos-sticky-section {
  position: relative;
  padding: 110px 0;
  background: #052f38;
  overflow: visible;
  isolation: isolate;
  clip-path: inset(0);
}

/* Moving Background Image */
.neos-sticky-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  bottom: -80px;
  background:
    linear-gradient(90deg, rgba(5, 47, 56, 0.94), rgba(5, 47, 56, 0.86)),
    url("images/new-images/sec-bg1.png") center center / cover no-repeat;
  pointer-events: none;
  z-index: 1;

  transform: translate3d(0, var(--neos-bg-y, 0px), 0) scale(1.05);
  will-change: transform;
  backface-visibility: hidden;
}

.neos-sticky-section .container-fluid {
  position: relative;
  z-index: 2;
}

/* =========================
   Left Sticky Column
========================= */
.neos-sticky-left-col {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: calc(100vh - 120px);
  z-index: 5;
}

.neos-sticky-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.neos-sticky-image-wrap {
  width: 82%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 55px;
}

.neos-sticky-image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.neos-sticky-content {
  max-width: 720px;
}

/* =========================
   Right Scrolling Cards
========================= */
.neos-sticky-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  padding-bottom: 80px;
}

.neos-sticky-card {
  position: relative;
  min-height: 360px;
  padding: 42px 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(3, 43, 51, 0.58);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    border-color 0.45s ease,
    background 0.45s ease;
}

.neos-sticky-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.neos-sticky-card:hover {
  border-color: rgba(56, 207, 208, 0.6);
  background: rgba(3, 43, 51, 0.78);
}

.neos-sticky-card.is-visible:hover {
  transform: translateY(-8px);
}

.neos-card-offset-1 {
  margin-top: 0;
}

.neos-card-offset-2 {
  margin-top: 120px;
}

/* Card Top */
.neos-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 95px;
}

.neos-card-top i {
  color: #38cfd0;
  font-size: 56px;
  line-height: 1;
}

.neos-card-top span {
  color: #ffffff;
}

.neos-sticky-card .line {
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* =========================
   Responsive
========================= */
@media (max-width: 1199px) {
  .neos-sticky-left-col {
    top: 90px;
    height: calc(100vh - 110px);
  }

  .neos-sticky-image-wrap {
    width: 92%;
    margin-bottom: 45px;
  }

  .neos-sticky-image-wrap img {
    height: 370px;
  }

  .neos-sticky-card {
    padding: 34px 28px;
  }

  .neos-card-top {
    margin-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .neos-sticky-section {
    padding: 80px 0;
    overflow: hidden;
  }

  .neos-sticky-left-col {
    position: relative;
    top: auto;
    height: auto;
  }

  .neos-sticky-left {
    height: auto;
    display: block;
  }

  .neos-sticky-image-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .neos-sticky-image-wrap img {
    height: 360px;
  }

  .neos-sticky-card-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 0;
  }

  .neos-card-offset-2 {
    margin-top: 0;
  }

  .neos-sticky-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .neos-sticky-section {
    padding: 65px 0;
  }

  .neos-sticky-image-wrap img {
    height: 300px;
  }

  .neos-sticky-card {
    padding: 28px 24px;
  }

  .neos-card-top {
    margin-bottom: 55px;
  }

  .neos-card-top i {
    font-size: 46px;
  }
}

@media (max-width: 480px) {
  .neos-sticky-image-wrap img {
    height: 250px;
  }

  .neos-sticky-card {
    padding: 24px 20px;
  }
}

/* FINAL FIX: Sticky working + no horizontal issue */
html,
body {
  overflow-x: clip;
}

.neos-sticky-section {
  position: relative !important;
  padding: 50px 0 !important;
  background: #052f38 !important;
  overflow: visible !important;
  isolation: isolate;
  clip-path: none !important;
}

.neos-sticky-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  bottom: -80px;
  width: 100%;
  max-width: 100%;
  background:
    linear-gradient(90deg, rgba(5, 47, 56, 0.94), rgba(5, 47, 56, 0.86)),
    url("images/new-images/sec-bg1.png") center center / cover no-repeat;
  pointer-events: none;
  z-index: 1;

  /* Remove scale because scale creates horizontal overflow */
  transform: translate3d(0, var(--neos-bg-y, 0px), 0) scale(1);
  will-change: transform;
}

/* Sticky left side should work only desktop/laptop */
@media (min-width: 992px) {
  .neos-sticky-left-col {
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;
    height: calc(100vh - 120px) !important;
    z-index: 5 !important;
  }

  .neos-sticky-left {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
}

/* Mobile should not be sticky */
@media (max-width: 991px) {
  .neos-sticky-left-col {
    position: relative !important;
    top: auto !important;
    height: auto !important;
  }

  .neos-sticky-left {
    height: auto !important;
    display: block !important;
  }
}

/* ================================
   NEOS Main Hero Banner
================================ */

.neos-main-hero-banner {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #f8ffff;
}

/* Background Image */

.neos-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.neos-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
  filter: brightness(1.04) contrast(1.03) saturate(1.04);
  animation: neosBgZoom 12s ease-in-out infinite alternate;
}

/* Soft Overlay */

.neos-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.76) 24%,
    rgba(255, 255, 255, 0.34) 45%,
    rgba(255, 255, 255, 0.04) 66%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Decorative Smooth Shapes */

.neos-hero-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
}

.neos-hero-shape.shape-1 {
  width: 360px;
  height: 360px;
  left: -150px;
  bottom: -120px;
  background: rgba(0, 109, 112, 0.08);
  animation: neosShapeFloat 7s ease-in-out infinite;
}

.neos-hero-shape.shape-2 {
  width: 190px;
  height: 190px;
  left: 42%;
  top: 12%;
  background: rgba(232, 180, 58, 0.1);
  animation: neosShapeFloat 8s ease-in-out infinite reverse;
}

.min-vh-hero {
  min-height: 92vh;
}

/* Content */

.neos-hero-content {
  position: relative;
  z-index: 5;
  padding: 150px 0 0px !important;
  animation: neosFadeUp 1s ease both;
}

.neos-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 109, 112, 0.12);
  color: #006d70;
  font-size: 14px;
  font-weight: 600;
  /* box-shadow: 0 14px 35px rgba(7, 63, 67, 0.06); */
  backdrop-filter: blur(12px);
}

.neos-hero-label i {
  color: #e8b43a;
}

.neos-hero-title {
  margin: 0 0 24px;
  color: #073f43;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 1.8px;
}

/* .neos-hero-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin-top: 20px;
    border-radius: 50px;
    background: #e8b43a;
} */

.neos-hero-text {
  max-width: 560px;
  margin: 0 0 34px;
  color: #526b6e;
  font-size: 18px;
  line-height: 1.75;
}

/* Buttons */

.neos-hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.neos-hero-primary-btn,
.neos-hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.35s ease;
}

.neos-hero-primary-btn {
  gap: 10px;
  padding: 15px 26px;
  border-radius: 50px;
  background: #006d70;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  /* box-shadow: 0 18px 38px rgba(0, 109, 112, 0.24); */
}

.neos-hero-primary-btn:hover {
  color: #ffffff;
  background: #004f52;
  transform: translateY(-4px);
}

.neos-hero-primary-btn i {
  font-size: 13px;
  transition: transform 0.35s ease;
}

.neos-hero-primary-btn:hover i {
  transform: translateX(5px);
}

.neos-hero-secondary-btn {
  padding: 15px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.82);
  color: #073f43;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(0, 109, 112, 0.12);
  backdrop-filter: blur(12px);
}

.neos-hero-secondary-btn:hover {
  color: #006d70;
  transform: translateY(-4px);
}

/* Feature Cards */

.neos-hero-features {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.neos-hero-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 215px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 109, 112, 0.1);
  box-shadow: 0 16px 42px rgba(7, 63, 67, 0.07);
  backdrop-filter: blur(14px);
  transition: all 0.35s ease;
}

.neos-hero-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(7, 63, 67, 0.11);
}

.neos-feature-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(0, 109, 112, 0.08);
  color: #006d70;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.neos-hero-feature h4 {
  margin: 0 0 4px;
  color: #073f43;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.neos-hero-feature p {
  margin: 0;
  color: #657a7d;
  font-size: 18px;
  font-weight: 400;
}

/* Floating Card */

.neos-hero-floating-card {
  position: absolute;
  right: 5%;
  bottom: 8%;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 300px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 55px rgba(7, 63, 67, 0.14);
  backdrop-filter: blur(16px);
  animation: neosFloatingCard 4.5s ease-in-out infinite;
}

.neos-floating-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: #006d70;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.neos-hero-floating-card h4 {
  margin: 0 0 5px;
  color: #073f43;
  font-size: 20px;
  font-weight: 600;
}

.neos-hero-floating-card p {
  margin: 0;
  color: #657a7d;
  font-size: 18px;
  line-height: 1.45;
}

/* Animations */

@keyframes neosFadeUp {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes neosBgZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}

@keyframes neosShapeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(20px, -18px, 0);
  }
}

@keyframes neosFloatingCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

/* Responsive */

@media (max-width: 1199px) {
  .neos-hero-title {
    font-size: 58px;
  }

  .neos-hero-floating-card {
    right: 4%;
  }
}

@media (max-width: 991px) {
  .neos-main-hero-banner,
  .min-vh-hero {
    min-height: 760px;
  }

  .neos-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.92) 48%,
      rgba(255, 255, 255, 0.38) 100%
    );
  }

  .neos-hero-content {
    padding: 110px 0 80px;
  }

  .neos-hero-title {
    font-size: 48px;
  }

  .neos-hero-text {
    font-size: 17px;
  }

  .neos-hero-floating-card {
    left: 30px;
    right: auto;
    bottom: 35px;
  }
}

@media (max-width: 575px) {
  .neos-main-hero-banner,
  .min-vh-hero {
    min-height: auto;
  }

  .neos-main-hero-banner {
    padding: 0px 0 200px;
  }

  .neos-hero-bg img {
    object-position: 68% center;
  }

  .neos-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.92) 52%,
      rgba(255, 255, 255, 0.72) 100%
    );
  }

  .neos-hero-content {
    padding: 0px 0 0px;
  }

  .neos-hero-title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .neos-hero-text {
    font-size: 16px;
  }

  .neos-hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .neos-hero-primary-btn,
  .neos-hero-secondary-btn {
    width: 100%;
  }

  .neos-hero-features {
    flex-direction: column;
  }

  .neos-hero-feature {
    width: 100%;
  }

  .neos-hero-floating-card {
    left: 16px;
    right: 16px;
    bottom: 24px;
    max-width: none;
  }
}

/* =========================================
   Section 1: Diagnostic Action Cards
========================================= */

.neos-popular-tests-section-2 {
  position: relative;
  padding: 80px 0 0px;
  background: #ffffff;
  overflow: hidden;
}

.neos-popular-tests-section-2 .display-5 {
  font-weight: 400;
  line-height: 1.15;
}

/* Top Action Cards */

.neos-popular-tests-section-2 .neos-action-grid {
  margin-top: 18px;
}

.neos-popular-tests-section-2 .neos-action-card {
  height: 85px;
  padding: 18px 16px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.neos-popular-tests-section-2 .neos-action-card:hover {
  border-color: #0d57a7;
  transform: translateY(-5px);
}

.neos-popular-tests-section-2 .neos-action-card:hover .neos-action-icon {
  background: #f0efef;
  color: #315bac;
}

.neos-popular-tests-section-2 .neos-action-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #016ca0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.neos-popular-tests-section-2 .neos-action-card h4 {
  margin: 0;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.neos-popular-tests-section-2 .neos-action-card h4 a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .neos-popular-tests-section-2 .neos-action-card h4 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .neos-popular-tests-section-2 .neos-booked-header h3 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .neos-popular-tests-section-2 {
    padding: 45px 0 65px;
  }

  .neos-popular-tests-section-2 .display-5 {
    font-size: 32px;
  }

  .neos-popular-tests-section-2 .neos-action-card {
    height: 100%;
    min-height: 110px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .neos-popular-tests-section-2 .neos-action-card h4 {
    font-size: 15px;
  }

  .neos-popular-tests-section-2 .neos-booked-header {
    margin-top: 45px;
    margin-bottom: 28px;
    align-items: flex-start;
  }

  .neos-popular-tests-section-2 .neos-booked-header h3 {
    font-size: 28px;
  }

  .neos-popular-tests-section-2 .neos-booked-arrows {
    display: none;
  }
}

/* ============== Neos Health Packages - Full Updated CSS  =============== */

.neos-packages-reference-section {
  position: relative;
  padding: 100px 0;
  /* background: #f3f4f6; */
  overflow: hidden;
}

.neos-packages-reference-section .container {
  position: relative;
  z-index: 2;
}

.neos-packages-ref-heading {
  max-width: 850px;
  margin: 0 auto 55px;
}

.neos-packages-ref-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cnvs-color-yellow);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.neos-packages-ref-heading h2 {
  color: #1f2937;
  line-height: 1.15;
}

.neos-packages-ref-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

/* ================= Slider CSS Added ================= */

.neos-ref-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 12px;
}

.neos-ref-slider-track {
  display: flex;
  gap: 24px;
  will-change: transform;
  transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.neos-ref-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
}

/* ================= Card Design Same ================= */

.neos-ref-package-card {
  position: relative;
  height: 100%;
  min-height: 500px;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #d8dde3;
  overflow: hidden;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.neos-ref-package-card:hover {
  transform: translateY(-6px);
  border-color: #cfd6de;
}

.neos-ref-corner-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 115px;
  background: linear-gradient(
    135deg,
    rgba(16, 41, 67, 0.045),
    rgba(16, 41, 67, 0.01)
  );
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 68% 58%);
  pointer-events: none;
  z-index: 0;
}

.neos-ref-corner-shape::after {
  content: "";
  position: absolute;
  top: 0;
  right: 42px;
  width: 70px;
  height: 26px;
  background: rgba(255, 255, 255, 0.45);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
}

.neos-ref-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.neos-ref-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 2px solid #d7dbe0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6f97;
  font-size: 24px;
  transition: all 0.35s ease;
  flex: 0 0 64px;
}

.neos-ref-package-card:hover .neos-ref-icon-box {
  background: #0d6f97;
  border-color: #0d6f97;
  color: #ffffff;
  transform: translateY(-3px);
}

.neos-ref-price-box {
  position: relative;
  z-index: 2;
  text-align: right;
  padding: 10px 14px;
  border-radius: 16px;
  background: #f7f8fa;
  border: 1px solid #dde2e7;
  min-width: 112px;
}

.neos-ref-price-box span {
  display: block;
  margin-bottom: 5px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.neos-ref-price-box strong {
  display: block;
  color: #102943;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
}

.neos-ref-card-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.neos-ref-card-content h4 {
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.neos-ref-card-content p {
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.neos-ref-includes {
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.neos-ref-includes h5 {
  margin: 0 0 12px;
  color: #102943;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.neos-ref-includes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

.neos-ref-includes ul li {
  position: relative;
  padding-left: 22px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.neos-ref-includes ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0d6f97;
  font-size: 12px;
}

.neos-ref-card-info {
  display: grid;
  gap: 9px;
  margin-bottom: 20px;
}

.neos-ref-card-info span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.neos-ref-card-info span i {
  color: #0d6f97;
  font-size: 13px;
  flex: 0 0 auto;
}

.neos-ref-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 50px;
  background: #016c9f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.neos-ref-link i {
  font-size: 13px;
  transition: all 0.3s ease;
}

.neos-ref-link:hover {
  background: #0d6f97;
  color: #ffffff;
}

.neos-ref-link:hover i {
  transform: translateX(3px);
}

.neos-ref-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.neos-ref-meta-list span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 30px;
  background: #f7f8fa;
  border: 1px solid #dde2e7;
  color: #384252;
  font-size: 13px;
  font-weight: 600;
}

/* ================= Responsive CSS ================= */

@media (max-width: 991px) {
  .neos-packages-reference-section {
    padding: 80px 0;
  }

  .neos-packages-ref-heading {
    margin-bottom: 42px;
  }

  .neos-ref-slider-track {
    gap: 24px;
  }

  .neos-ref-slide {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }

  .neos-ref-package-card {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .neos-packages-reference-section {
    padding: 60px 0;
  }

  .neos-packages-ref-heading {
    margin-bottom: 35px;
  }

  .neos-packages-ref-heading h2 {
    font-size: 34px;
  }

  .neos-packages-ref-heading p {
    font-size: 15px;
    line-height: 1.7;
  }

  .neos-ref-slider-track {
    gap: 18px;
  }

  .neos-ref-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .neos-ref-package-card {
    min-height: auto;
    padding: 24px 22px 26px;
    border-radius: 20px;
  }

  .neos-ref-card-top {
    gap: 12px;
    margin-bottom: 22px;
  }

  .neos-ref-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 22px;
    flex: 0 0 58px;
  }

  .neos-ref-price-box {
    min-width: 100px;
    padding: 9px 12px;
    border-radius: 14px;
  }

  .neos-ref-price-box strong {
    font-size: 21px;
  }

  .neos-ref-card-content h4 {
    font-size: 20px;
  }

  .neos-ref-card-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .neos-ref-includes {
    padding: 16px;
    border-radius: 16px;
  }

  .neos-ref-includes ul li {
    font-size: 13.5px;
  }

  .neos-ref-card-info span {
    font-size: 12.5px;
  }

  .neos-ref-corner-shape {
    width: 130px;
    height: 90px;
  }

  .neos-ref-link {
    font-size: 14px;
    min-height: 44px;
  }
}

.neos-ref-slider {
  cursor: grab;
}

.neos-ref-slider.is-dragging {
  cursor: grabbing;
}

.neos-ref-slider.is-dragging .neos-ref-slider-track {
  transition: none !important;
}

.neos-ref-slider,
.neos-ref-slider * {
  user-select: none;
}

/* ================================
   NEOS Classic Our Story Section
================================ */

.neos-classic-story-section {
  position: relative;
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}

.neos-classic-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(0, 109, 112, 0.06),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(232, 180, 58, 0.08),
      transparent 30%
    );
  pointer-events: none;
}

.neos-classic-story-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 0px;
  align-items: center;
}

/* ================================
   Left Content
================================ */

.neos-classic-story-content {
  position: relative;
}

.neos-classic-story-label::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 20px;
  background: #e8b43a;
}

.neos-classic-story-title {
  margin: 0 0 24px;
  color: #073f43;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 1.2px;
  max-width: 650px;
}

.neos-classic-story-text {
  margin: 0 0 34px;
  color: #526b6e;
  font-size: 18px;
  line-height: 1.8;
  max-width: 650px;
}

.neos-classic-story-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 36px;
}

.neos-classic-story-point {
  display: flex;
  align-items: center;
  gap: 15px;
}

.neos-classic-story-point-icon {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f1fbfb;
  color: #006d70;
  border: 1px solid rgba(0, 109, 112, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.neos-classic-story-point h4 {
  margin: 0;
  color: #073f43;
  font-size: 19px;
  font-weight: 600;
}

.neos-classic-story-bottom {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 109, 112, 0.1);
}

.neos-classic-story-stat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.neos-classic-story-stat strong {
  display: block;
  color: #006d70;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.neos-classic-story-stat span {
  display: block;
  color: #526b6e;
  font-size: 14px;
  line-height: 1.35;
}

.neos-classic-story-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 23px;
  border-radius: 50px;
  background: #006d70;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.neos-classic-story-btn:hover {
  color: #ffffff;
  background: #004f52;
  transform: translateY(-3px);
}

.neos-classic-story-btn i {
  font-size: 13px;
  transition: transform 0.35s ease;
}

.neos-classic-story-btn:hover i {
  transform: translateX(4px);
}

/* ================================
   Right Premium Image Design
================================ */

.neos-classic-story-image {
  position: relative;
}

.neos-story-image-design {
  position: relative;
  min-height: 640px;
}

/* Main Image */

.neos-story-main-img {
  position: relative;
  width: 82%;
  height: 570px;
  margin-left: auto;
  border-radius: 38px;
  overflow: hidden;
  background: #f7fbfb;
  z-index: 3;
}

.neos-story-main-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 35%,
    rgba(0, 109, 112, 0.16) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.neos-story-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
}

.neos-story-main-img:hover img {
  transform: scale(1.06);
}

/* Small Overlapping Image */

.neos-story-small-img {
  position: absolute;
  left: 0;
  top: 72px;
  width: 245px;
  height: 285px;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  padding: 8px;
  z-index: 5;
}

.neos-story-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px;
  display: block;
  transition: transform 0.8s ease;
}

.neos-story-small-img:hover img {
  transform: scale(1.07);
}

/* Floating Card */

.neos-story-floating-card {
  position: absolute;
  left: 24px;
  bottom: 68px;
  z-index: 6;
  max-width: 300px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 109, 112, 0.1);
  backdrop-filter: blur(14px);
}

.neos-story-floating-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(0, 109, 112, 0.09);
  color: #006d70;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.neos-story-floating-card h4 {
  margin: 0 0 7px;
  color: #073f43;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.neos-story-floating-card p {
  margin: 0;
  color: #61777a;
  font-size: 14px;
  line-height: 1.6;
}

/* Dots Pattern */

.neos-story-img-dots {
  position: absolute;
  right: -28px;
  bottom: 42px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(
    rgba(0, 109, 112, 0.28) 2px,
    transparent 2px
  );
  background-size: 16px 16px;
  opacity: 0.5;
  z-index: 1;
}

/* Soft Background Circle */

.neos-story-image-design::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 25px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(0, 109, 112, 0.055);
  z-index: 1;
}

.neos-story-image-design::after {
  content: "";
  position: absolute;
  right: 45px;
  bottom: 20px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(232, 180, 58, 0.08);
  z-index: 1;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1199px) {
  .neos-classic-story-wrapper {
    gap: 45px;
  }

  .neos-classic-story-title {
    font-size: 44px;
  }

  .neos-story-image-design {
    min-height: 600px;
  }

  .neos-story-main-img {
    width: 84%;
    height: 530px;
  }

  .neos-story-small-img {
    width: 220px;
    height: 260px;
  }

  .neos-story-floating-card {
    left: 10px;
  }
}

@media (max-width: 991px) {
  .neos-classic-story-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .neos-classic-story-content {
    order: 1;
  }

  .neos-classic-story-image {
    order: 2;
  }

  .neos-story-image-design {
    min-height: 560px;
  }

  .neos-story-main-img {
    width: 78%;
    height: 500px;
  }

  .neos-story-small-img {
    left: 20px;
    top: 60px;
  }

  .neos-story-floating-card {
    left: 30px;
    bottom: 45px;
  }

  .neos-classic-story-title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .neos-classic-story-section {
    padding: 65px 0;
  }

  .neos-story-image-design {
    min-height: auto;
  }

  .neos-story-main-img {
    width: 100%;
    height: 350px;
    margin-left: 0;
    border-radius: 26px;
  }

  .neos-story-small-img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 230px;
    margin-top: 18px;
    border-radius: 24px;
  }

  .neos-story-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 18px;
    max-width: 100%;
  }

  .neos-story-img-dots,
  .neos-story-image-design::before,
  .neos-story-image-design::after {
    display: none;
  }

  .neos-classic-story-title {
    font-size: 32px;
  }

  .neos-classic-story-text {
    font-size: 16px;
  }

  .neos-classic-story-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.neos-about-hero {
  position: relative;
  overflow: hidden;
}

.neos-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.neos-about-hero .parallax-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.neos-about-hero .container {
  position: relative;
  z-index: 2;
}

.neos-about-hero .page-title-content h1,
.neos-about-hero .breadcrumb,
.neos-about-hero .breadcrumb a,
.neos-about-hero .breadcrumb-item.active {
  color: #ffffff;
}

.neos-lab-category-section {
  position: relative;
  padding: 85px 0;
  background: #ffffff;
  overflow: hidden;
}
.neos-lab-category-heading {
  margin-bottom: 42px;
}
.neos-lab-category-heading h2 {
  color: #10b6ad;
  line-height: 1.15;
  font-weight: 800;
}
.neos-lab-category-heading h3 {
  margin: 0;
  color: #3f3f95;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
}
.neos-lab-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 38px 24px;
  align-items: start;
}
.neos-lab-category-item {
  display: block;
  min-width: 0;
  text-align: center;
  text-decoration: none;
}
.neos-lab-category-img {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@property --neos-ring-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.neos-lab-category-img::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  padding: 2px;
  opacity: 0;
  --neos-ring-progress: 0deg;
  background: conic-gradient(
    from -90deg,
    #10b6ad 0deg var(--neos-ring-progress),
    transparent var(--neos-ring-progress)
      calc(180deg - var(--neos-ring-progress)),
    #10b6ad calc(180deg - var(--neos-ring-progress))
      calc(180deg + var(--neos-ring-progress)),
    transparent calc(180deg + var(--neos-ring-progress))
      calc(360deg - var(--neos-ring-progress)),
    #10b6ad calc(360deg - var(--neos-ring-progress)) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  transition:
    --neos-ring-progress 0.75s ease,
    opacity 0.2s ease;
}
.neos-lab-category-img:hover::before {
  opacity: 1;
  --neos-ring-progress: 90deg;
}
.neos-lab-category-img img {
  position: relative;
  z-index: 1;
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
}
.neos-lab-category-item h4 {
  margin: 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}
.neos-lab-category-item:hover,
.neos-lab-category-item:hover .neos-lab-category-img,
.neos-lab-category-item:hover .neos-lab-category-img img,
.neos-lab-category-item:hover h4 {
  transform: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .neos-lab-category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px 18px;
  }
  .neos-lab-category-img {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 991px) {
  .neos-lab-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 18px;
  }
  .neos-lab-category-img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .neos-lab-category-section {
    padding: 65px 0;
  }
  .neos-lab-category-heading {
    margin-bottom: 34px;
  }
  .neos-lab-category-heading h2 {
    font-size: 34px;
  }
  .neos-lab-category-heading h3 {
    font-size: 24px;
  }
  .neos-lab-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 14px;
  }
  .neos-lab-category-img {
    width: 105px;
    height: 105px;
  }
  .neos-lab-category-item h4 {
    font-size: 14px;
  }

  .neos-hero-content {
    padding: 20px 0 0px !important;
  }
}
@media (max-width: 420px) {
  .neos-lab-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .neos-lab-category-img {
    width: 112px;
    height: 112px;
  }
}
