main {
  margin-top: 100px !important;
}

.main-logo {
  width: 160px;
  position: absolute;
  top: 0px;
  left: 20px;

}

.top-bar {
  background: #182541;
  color: white;
  position: relative;
  overflow: hidden;
}

.announcement-list {
  display: flex;
  gap: 40px;
  animation: scrollText 20s linear infinite;
  list-style: none;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  padding: 8px;
}

@keyframes scrollText {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.close-top-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 1px 20px;
  background-color: #182541;
  border: none;
  color: white;
  font-size: 26px;
  cursor: pointer;

}

.top-bar.hidden {
  display: none;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.magic-section {
  padding: 60px 0px;
}

.magic-section .owl-nav button.owl-next {
  height: 40px !important;
  width: 40px !important;
  background-color: #092054 !important;
  border-radius: 50% !important;
  color: white !important;
  position: absolute;
  top: 40%;
  right: 0px;
  ;
}

.magic-section .owl-nav button.owl-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: #092054 !important;
  border-radius: 50% !important;
  color: white !important;
  position: absolute;
  top: 40%;
  left: 0px;
  ;
}


.magic-image {
  height: 260px;
  width: 100%;
}

.magic-image img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;

}


/* Individual colors */
.social-btn.facebook {
  background-color: #3b5998;
}

.social-btn.twitter {
  background-color: #00a40b;
}

.social-btn.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-btn.linkedin {
  background-color: #0077b5;
}

/* Hover effect */
.social-btn:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


/* === Header Section === */
.header {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.886);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  border-radius: 0px 0px 16px 16px;

}

.rlv {
  position: relative;
}

.search-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px;
}

.search-box img {
  width: 160px;
  height: 10px;
  opacity: 0%;
}

.search-container {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 10px;

}

.search-container form {
  display: flex;
  align-items: center;
  width: 490px;
  overflow: hidden;
  border-radius: 6px;
}


.search-container {
  position: relative;
}

.group-header {
  background-color: #182541;
  color: white;
  padding: 10px;
}

.group-header:hover {
  background-color: #182541 !important;
  color: white !important;
}

.result {
  position: absolute;
  background: white;
  top: 39px;
  border: 1px solid #ddd;
  border-top: 1px solid transparent;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 446px;
  z-index: 1000;
  border-radius: 0px 0px 6px 6px;
  max-height: 400px;
  overflow: scroll;

}

.result2 {
  position: absolute;
  background: white;
  top: 46px;
  left: 0px;
  border: 1px solid #ddd;
  border-top: 1px solid transparent;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 6px;
  max-height: 300px;
  overflow: scroll;

}

.suggestion-content {
  display: grid;
  grid-template-columns: 310px 110px;
  padding: 10px;

}

.suggestion-content:hover {
  background-color: #f2f2f2;

}

.suggestion-content div:nth-child(1) {
  text-align: left;
}

.suggestion-content div:nth-child(2) {
  text-align: right;
}

.res {

  padding: 10px 20px;
  border-top: 1px solid rgba(128, 128, 128, 0.315);
}


.search-container input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 6px 0px 0px 6px;
  border: 1px solid #ddd;
}

.search-container button {
  background: #182541;
  color: white;
  border: none;
  padding: 11px 14px;
  cursor: pointer;
}

.city {
  background-color: white;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #666464;

}

.search-container-phone {
  position: relative;
}

/* Each suggestion item */
#suggestions2 li {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dddddd3d;
  cursor: pointer;

  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

/* Hover effect */
#suggestions2 li:hover {
  background-color: #f0f0f0;
}

/* Optional: style the price */
#suggestions2 li .price2 {
  color: #0056b3;
}


.call-btn {
  background-color: white;
  padding: 8px 15px;
  border: 1px solid #dedede95;
  text-decoration: none;
  color: #182541;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}

.call-btn p {
  margin-bottom: 0px;
  font-weight: 600;
}

.call-btn img {
  width: 29px;
}

.upload-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s;
}

.upload-btn:hover {
  background: #1e7e34;
}

/* === Navbar === */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.logo img {
  width: 160px;
  height: 60px;
  opacity: 0%;
}

.logo2 img {
  width: 86px;
  margin-left: 70px;

}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}


.header2 {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.header2 nav {
  padding: 5px;
}

.nav-links ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
}

.nav-links i {
  font-size: 12px;
  color: #62A4D2;
}

.nav-links ul li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: color 0.3s;
}

.nav-links ul li a:hover {
  color: #007bff;
}


.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  border-radius: 4px;
}



.dropdown-menu {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;

  max-width: 230px;
  width: 200px;
  border-radius: 3px !important;
  z-index: 1000;

}

.dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #fff;
}

/* Dropdown Main Styles */
.dropdown {
  position: relative;
}

.dropdown>a {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  display: none;
  border: 1px solid #ccc;
  z-index: 1000;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/* First Level Dropdown Items */
.dropdown-menu li {
  position: relative;
}

/* Sub-dropdown Styles */
.sub-drop {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white !important;
  display: none !important;
  width: 230px;
  border: 1px solid #ccc;
}

.dropdown-menu li:hover .sub-drop {
  display: flex !important;
  flex-direction: column !important;
  gap: 0px !important;
  margin-left: 0px !important;
  justify-content: start !important;

}

.sub-drop {
  padding: 0px !important;
  margin: 0px !important;
}

/* Hover effect */
.dropdown-menu li:hover>a {
  background: #f4f4f4;
}

.nav-menu li.dropdown:hover>.dropdown-menu {
  display: block !important;
}

.login-btn {
  background: #007bff;
  border: none;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
}

/* === Hamburger === */
.menu-icon {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-icon div {
  width: 25px;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
}

/* === Sidebar === */
.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background: #111;
  color: white;
  padding: 60px 20px;
  transition: right 0.3s;
  z-index: 2000;
}

.sidebar.active {
  right: 0;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 20px 0;
}

.sidebar ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.close-sidebar-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}



.upload-container {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

.upload-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}

.upload-box {
  border: 2px dashed #007bff;
  border-radius: 12px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  background: #f0f8ff;
}

.upload-box:hover {
  background: #e8f0ff;
}

.upload-box i {
  font-size: 50px;
  color: #007bff;
  margin-bottom: 10px;
}

.upload-box p {
  color: #555;
  margin-top: 5px;
}

#prescription_file {
  display: none;
}

/* After Upload Layout */
.preview-container {
  display: none;
  margin-top: 25px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.preview-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preview-left {
  width: 48%;
  text-align: center;
}

.preview-right {
  width: 48%;
  text-align: center;
}

.preview-img {
  width: 100%;
  max-width: 150px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.upload-again {
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.upload-again:hover {
  background: #0056b3;
}

.heading-section {
  padding-bottom: 20px;
  text-align: center;
}

.tag {
  background-color: transparent;
  padding: 6px 10px;
  color: #61A3D2;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #61A3D2;
}

.heading-section h2 {
  margin-top: 10px;
  color: #2a406e;
}

.heading-section p {
  width: 330px;
  margin: auto;
  font-size: 18px;
  color: gray;
}


.heading-section9 {
  padding-bottom: 40px;
  text-align: left;
}

.tag {
  background-color: transparent;
  padding: 6px 10px;
  color: #61A3D2;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #61A3D2;
}

.heading-section9 h2 {
  margin-top: 10px;
  color: #2a406e;
}

.heading-section9 p {
  margin: auto;
  font-size: 18px;
  color: gray;
}

/* -------------- option-section ------------------÷ */


.option-section {
  padding: 60px 0px;
  background: #f9f9f9;
  padding-top: 200px;
}

.option-section a {
  text-decoration: none;
}

.option-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  overflow: hidden;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.4s ease;
  cursor: pointer;
}

.option-image {
  width: 80px;
  height: 80px;
  background: #62A4D2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.option-box::before {
  content: "";
  position: absolute;
  width: 80px !important;
  height: 80px !important;
  background: #62A4D2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.6s ease;
  z-index: 1;
}

.option-box:hover::before {
  transform: translate(-50%, -50%) scale(7);
}

.option-box:hover .option-image {
  background: #fff;
  color: #62A4D2;
}

.option-text {
  position: relative;
  z-index: 2;
}

.option-text h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  transition: color 0.3s ease;
}

.option-text p {
  color: #666;
  font-size: 14px;
  margin: 0;
  transition: color 0.3s ease;
}

.option-box:hover .option-text h6,
.option-box:hover .option-text p {
  color: #fff;
}

/* -------------------- test-section -------------------  */

.clr {
  color: #0077b5;
  font-weight: 300;
}

.clr2 {
  color: #182541;
  font-weight: 300;
}

.test-section {
  padding-top: 60px;
}

.test-section2 {
  padding-top: 100px;
  padding-bottom: 40px;

}

/* Target only links inside the second .button-group */
.button-group a {
  color: #007bff;
  /* Link color */
  text-decoration: none;
  /* Remove underline */
  font-weight: 500;
  /* Optional: slightly bolder text */
  margin-left: 15px;
  /* Space between links */
  transition: color 0.3s ease;
}

.button-group a:first-child {
  margin-left: 0;
  /* Remove left margin for the first link */
}

.button-group a:hover {
  color: #0056b3;
  /* Darker color on hover */
}

/* Loader Spinner */
.spinner {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #007bff;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Fade animation for boxes */
.boxes {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;

}


.button-group button {
  padding: 7px 20px;
  border: 1px solid #182541;
  background: transparent;
  color: #182541;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
}

.button-group button.active {
  background: #182541;
  color: #fff;
}

.boxes {
  display: none;
}

.boxes.active {
  display: block;
}

.test-box {
  background-color: white;
  width: 215px;
  height: 460px;
  position: relative;
}

.test-box a {
  text-decoration: none;
  color: #182541;
}

.test-box img {
  width: 100%;
  border-radius: 10px;
}

.test-box h6 {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;

}

.test-box span {
  font-size: 11px;
  color: gray;
}

.test-box-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}

.facility-heading {

  text-align: center;
  padding: 10px 30px;
  background-color: #0686c254;
  border-radius: 10px;
  border: 1px solid #005f8c;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.facility-heading h3 {
  padding: 0px;
  margin: 0px;
  color: #004b73;
}

.facility-heading a {
  text-decoration: none;
  color: #004b73;
  font-size: 19px;
}

.price {
  font-size: 19px;
  margin: 3px 0;
}

.original-price {
  text-decoration: line-through;
  color: #888 !important;
  /* gray */
  margin-right: 5px;
  font-weight: 500;
}

.discount-price {
  color: #28a745 !important;
  /* green */
  font-weight: bold;
  margin-right: 4px;
}

.discount-percent {
  color: #dc3545 !important;
  /* red */
  font-weight: bold;
}

.normal-price {
  color: #333 !important;
  font-weight: 600;
}

.aslo {
  font-size: 13px;
  color: #626262;
}

.aslo-box {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.also {
  margin: 5px 0px;
  color: #3b5998;
  font-size: 13px;
  margin-bottom: 0px;
}

.name-tag {
  background-color: white;
  padding: 1px 8px;
  border: 1px solid #a1a1a14f;
  font-size: 9px !important;
  border-radius: 20px;
  color: #9d9d9d !important;
  display: inline-block;
  margin-bottom: 0px;
}

.tm {
  color: #9d9d9d !important;
  font-size: 13px;
}

.book-btn {
  width: 100%;
  background-color: white;
  border: 1px solid #0077b5;
  margin: 10px 0px;
  font-size: 13px;
  color: #0077b5;
  padding: 4px 0;
  /* slightly more padding for better click area */
  border-radius: 5px;
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  cursor: pointer;

  /* Animation */
  transition: all 0.3s ease;
}

.book-btn:hover {
  background-color: #0077b5;
  /* fill color on hover */
  color: white;
  /* text color on hover */
  transform: translateY(-3px);
  /* small lift effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* subtle shadow */
}

.test-package {
  padding: 40px 0px;

}

/* Owl Carousel nav buttons */
.test-package .owl-nav button {
  position: absolute;
  top: 45%;
  background: #0076b5c6 !important;
  color: #fff;
  padding: 8px 12px;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  border: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.test-package .owl-nav button:hover {
  background: #005f8c;
}

.test-package .owl-nav .owl-prev {
  left: -60px;
}

.test-package .owl-nav .owl-next {
  right: -60px;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

#carouselOne .owl-nav,
#carouselTwo .owl-nav {
  z-index: 5 !important;
}

/* ----------package-box----------------- */

.package-box-main {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.package-box {
  width: 270px;
  height: 450px;
  position: relative;
}

.package-box a {
  text-decoration: none;
  color: #182541;

}

.package-box img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.407);
}

.package-box h5 {
  margin-top: 10px;
  font-weight: 400 !important;
}

.package-box .contains {
  font-size: 13px;
  color: #808080;
}


.book-btn2 {
  width: 100%;
  background-color: white;
  border: 1px solid #0077b5;
  margin: 10px 0px;
  font-size: 13px;
  color: #0077b5;
  padding: 4px 0;
  border-radius: 5px;
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  cursor: pointer;


  transition: all 0.3s ease;
}

.book-btn2:hover {
  background-color: #0077b5;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



.package-box .original-price {
  text-decoration: line-through;
  color: #888 !important;
  /* gray */
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}

.package-box .discount-price {
  color: #28a745 !important;
  /* green */
  font-weight: bold;
  margin-right: 4px;
  font-size: 13px;
}

.package-box .discount-percent {
  color: #dc3545 !important;
  /* red */
  font-size: 13px;
  font-weight: bold;
}

.package-box .normal-price {
  color: #333 !important;
  font-weight: 600;
  font-size: 13px;
}

/* ----------service-section----------------- */
.service-container {

  padding: 40px 0px;
}

.service-section {
  padding: 60px 0px;
  background-color: #F9F9F9;
}


.facility-card {
  margin: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: white;
  border-radius: 20px 0px;
  padding: 7px;
  height: 290px;
}

.facility-card img {
  width: 100%;
  border-radius: 20px 0px;
  height: 180px;
}

.details h5 {
  margin: 10px 0px;

}

.details a {
  text-decoration: none;
  color: #182541;
}

.main-btn {
  background-color: transparent;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #182541;
  color: #182541;
  border-radius: 5px;
}

/* ------------------- achievement-section --------------------- */

.achievement-section {
  position: relative;
  padding: 60px 0;
  color: #fff;
  overflow: hidden;
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #004b73, #39d4ff);
  opacity: 0.9;
  z-index: 1;
}

.achievement-section .container {
  position: relative;
  z-index: 2;
  margin: auto;
}

.achievement-section .heading-section {
  text-align: center;

}

.achievement-section .heading-section .tag {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 15px;
  border-radius: 25px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.achievement-section .heading-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.achievement-section .heading-section p {
  font-size: 16px;
  color: #f0f0f0;
}



.achievement-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.achievement-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.achievement-box .counter {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.achievement-box p {
  font-size: 16px;
  color: #e0e0e0;
  margin: 0;
}

.tag2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 15px;
  border-radius: 25px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 30px;

  width: max-content;
}

.htag {



  margin-bottom: 10px;
  letter-spacing: 1px;
  margin-left: 110px;
  width: max-content;
}


/* -------------------------- why-choose-section ------------------- */

.why-choose-section {
  background: linear-gradient(135deg, #5ca4d7, #7ec8f2);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Box styling */
.why-choos-box {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 25px 20px;
  width: 340px;
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.6s ease;
  position: absolute;
  animation: floatBox 6s ease-in-out infinite;
  opacity: 0;
  transform: scale(0.9);
}

/* Hover effect */
.why-choos-box:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Headings and text */
.why-choos-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.why-choos-box p {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

/* === Positions === */
.one {
  top: 15%;
  left: 8%;
}

.two {
  top: 45%;
  left: 4%;
}

.three {
  bottom: 6%;
  left: 10%;
}

.four {
  top: 20%;
  right: 10%;
}

.five {
  bottom: 30%;
  right: 8%;
}

.six {
  bottom: 5%;
  right: 13%;
}

/* === Floating animation === */
@keyframes floatBox {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.02);
  }
}

/* === Fade-in and delay animation === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.animate-box {
  animation: fadeInUp 1s forwards, floatBox 6s ease-in-out infinite;
}


@keyframes pulseImage {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}


.icon-bg {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #0077b5, #00b4d8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  transition: all 0.3s ease;
}

.why-choos-box:hover .icon-bg {
  background: linear-gradient(135deg, #00b4d8, #0077b5);
  transform: rotate(10deg);
}





.footer-section {
  font-size: 14px;
  line-height: 1.7;
}

footer {
  background-color: #182541;
}

.footer-title {
  font-weight: 600;
  color: #007bff;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section a {
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-section a:hover {
  color: white;

}



/* -------faq------------- */

.connect-section {
  position: relative;
  padding: 60px 0;
  background: #f8f9fa;
  border-radius: 20px;
  overflow: hidden;
}

.connect-overlay {
  display: none;

}

.connect-section h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}

/* ACCORDION STYLING */
.accordion-button {
  background-color: #fff !important;
  /* White background */
  color: #007bff;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 15px 20px;
  transition: 0.3s;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.accordion-button:not(.collapsed) {
  background-color: white !important;
  color: #007bff;
  box-shadow: none !important;
}

.accordion-body {
  background: #f1f5f9;
  color: #333;
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  line-height: 1.6;
}

.contact-container {
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

/* ===== CONTACT INFO BOXES ===== */
.contact-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-box h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #007bff;
}

.contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #555;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}


/* ===== CONTACT FORM ===== */
.contact-form {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #007bff;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  transition: border 0.3s, box-shadow 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
  outline: none;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form .main-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.contact-form .main-btn:hover {
  background: #0056b3;
  color: #fff;
}

/* ===== MAP STYLING ===== */
.map-container {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.map-container h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #007bff;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  border: none;
}

.blog-section {
  padding: 60px 0px;
  margin: auto;
}

.blog-image {
  position: relative;
}

.plot {
  background-color: rgba(6, 5, 5, 0.763);
  height: 200px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.plot h2 {
  color: white;
  font-size: 70px !important;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.blog-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.blog-box:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 15px;
}

.blog-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  transition: color 0.3s;
}

.blog-box:hover .blog-content h5 {
  color: #0077b5;
}

.blog-content hr {
  border: 0;
  height: 1px;
  background: #eee;
  margin: 10px 0;
}

.dated {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #777;
  flex-wrap: wrap
}

.dated i {
  margin-right: 5px;
}

.blog-box p {
  color: #616A7A;
}

.blog-box a {
  text-decoration: none
}

.custom-breadcrumb-section {
  position: relative;
  padding: 60px 0px;
  padding-top: 100px;
  background: url('/image/pk.jpg');
  overflow: hidden;
}

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #182541be;
  /* blue overlay with transparency */
  z-index: 1;

}

.custom-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-breadcrumb-nav {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.custom-breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  font-size: 27px;
  color: #fff;
  flex-wrap: wrap;
}

.custom-breadcrumb-list li {
  display: flex;
  align-items: center;
}

.custom-breadcrumb-list li a {
  color: #fff;
  text-decoration: none;

  transition: 0.3s;
}

.custom-breadcrumb-list li a:hover {
  color: #007bff;

}

.custom-breadcrumb-list li.current {

  color: white;
}


/* Review Section Styling */
.review-section {
  background-color: #ffffff;
  /* white background */
  padding: 60px 0;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

/* Overlay can be subtle */
.why-choose-us-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

/* Heading */
.heading-section2 h2 {
  font-size: 2.5rem;
  color: #182541;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
}

.heading-section2 h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #0077b5;
  /* accent color */
  margin: 10px auto 0;
  border-radius: 2px;
}



/* Review Box */
.review-section .review-box {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 40px 0px !important;
}

.review-section .review-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* User Info */
.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0077b5;
}

.user-info h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #182541;
  font-weight: 600;
}

.review-date {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
  margin-bottom: 5px;
}

/* Stars */
.review-rating i {
  color: #ffcc00;
  margin-right: 2px;
}

/* Review Text */
.review-text {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-top: 10px;
}

/* Owl Carousel nav buttons */
.review-section .owl-nav button {
  position: absolute;
  top: 45%;
  background: #0077b5 !important;
  color: #fff;
  padding: 8px 12px;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  border: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.review-section .owl-nav button:hover {
  background: #005f8c;
}

.review-section .owl-nav .owl-prev {
  left: -25px;
}

.review-section .owl-nav .owl-next {
  right: -25px;
}






.test-page {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 30px;

}

.left-side {
  background-color: white;
  padding: 40px 0px;
}

.right-side {
  background-color: white;
  padding: 40px 0px;
}

.test-breadcrum {
  display: flex;
  align-items: center;
  gap: 10px;
}

.test-breadcrum li {
  list-style: none;
  color: #626A7A;
  font-size: 15px;
}

.test-breadcrum a {
  text-decoration: none;
}

.also2 {
  margin: 5px 0px;
  color: #626A7A;
  font-size: 19px;
  margin-bottom: 0px;
}



.also-box-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.also-box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.name-tag2 {
  background-color: #F1F5F9;
  padding: 3px 13px;
  border: 1px solid #F1F5F9;
  font-size: 13px !important;
  border-radius: 20px;
  color: #295581;
  display: inline-block;
  margin-bottom: 0px;

}

.left-side h1 {
  margin: 20px 0px;
  color: #181A1F;
}

.desc {
  margin: 20px 0px;
  color: #626A7A;
}

.parameters-box {
  margin-top: 20px;
}

.accordion-button {
  background-color: #f8f9fa;
  font-size: 16px;
}

.accordion-button .row {
  width: 100%;
}

.accordion-body li {
  list-style-type: none;
  padding: 5px 10px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.hr-light-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  opacity: 0.4;
  margin: 20px 0;
}

.hr-light-dashed2 {
  border: none;
  border-top: 1px dashed #777777;
  opacity: 0.4;
  margin: 5px 0;
}

.accordion {
  border: 1px solid rgba(128, 128, 128, 0.307);
}

.checkout-box {
  background-color: white;
  position: sticky;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  top: 120px;
  padding: 20px 25px;
  border-radius: 10px;
}


/* Test name heading */
.checkout-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #181A1F;
  margin-bottom: 15px;
}

/* Discounted price styling */
.checkout-box .discount-price {
  color: #e53935;
  /* red for discount */
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}

/* Original price styling when discount applied */
.checkout-box .original-price {
  color: #9e9e9e;
  text-decoration: line-through;
  font-size: 16px;

}

/* Discount percent badge */
.checkout-box .discount-percent {
  color: #43a047;
  /* green for percentage */
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
}

/* Normal price styling when no discount */
.checkout-box .normal-price {
  color: #181A1F;
  font-weight: 700;
  font-size: 20px;
}


.btn-add-to-cart {
  background-color: #295581;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  border: none;
  width: 100%;
  margin: 5px 0px;
}

.btn-call-now {
  background-color: white;
  padding: 10px 20px;
  border-radius: 5px;
  color: #295581;
  border: none;
  width: 100%;
  margin: 5px 0px;
  border: 1px solid #295581;
  font-weight: 700;
  text-decoration: none;
}

.btn-book-now {
  background-color: white;
  padding: 10px 20px;
  border-radius: 5px;
  color: #295581;
  border: none;
  width: 100%;
  margin: 5px 0px;
  border: 1px solid #295581;
  font-weight: 700;
}



.search-page {
  background: #fafafa;
  padding: 40px 0;
}

.filter-container {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 20px;
}

.filter-sort-container {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;

}

.results-container {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;

}

.pera {
  color: rgb(132, 132, 132);
  font-size: 12px;
}



.test-list {
  height: 70vh;
  overflow: scroll;

  padding-left: 30px;
}


.test-item {
  display: grid;
  grid-template-columns: 50% 30% 20%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin: 5px;
  padding: 10px 25px;
  position: relative;
  transition: ease-in-out 500ms;
}

.circle {
  background-color: white;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  position: absolute;
  left: -35px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #182541;
  border: 1px solid #182541;

}

.tprice {
  text-align: right;
  color: rgb(80, 80, 80);
}

.test-item:hover {
  box-shadow: rgba(0, 0, 0, 0.448) 0px 0px 0px 1px;
}


.filter-box {
  padding: 20px;
}

.main-btn2 {
  background-color: transparent;
  border: 1px solid rgb(255, 52, 52);
  color: rgb(255, 52, 52);
  border-radius: 5px;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
}

.main-btn3 {
  background-color: transparent;
  border: 1px solid green;
  color: green;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
}

.test-item a {
  text-decoration: none;

}

.test-item p {
  margin-bottom: 0px;
}

.results-container a {
  text-decoration: none;
}



.cat {
  color: rgb(255, 87, 87) !important;
  padding: 3px 10px;
  border-radius: 40px;
  height: 30px;
  width: max-content !important;
  text-decoration: none !important;
}

.name {
  color: #000;
  font-weight: 600;
}

.tell-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}



.search-container-phone {
  display: none;
}

.phone {
  display: none;
}

.checkout-buttons-section {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}

.checkout-buttons2 {

  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);

}

.phone-fiter {
  display: none;
}

.footer-section {
  color: #ddd;
  font-size: 14px;
  padding: 60px 0px
}

.footer-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a i {
  font-size: 11px;
  opacity: 100;
  transform: translateX(-6px);
  transition: all 0.3s ease;

}

.footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
  cursor: pointer;
}

.footer-links a:hover i {
  opacity: 100;
  transform: translateX(0);
}

.footer-contact li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ccc;

}

.footer-contact i {
  color: #cbe4ff;
}


.list-group-item {
  padding: 16px 10px;
  border-radius: 0.5rem;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  margin-top: 10px;

}

.cart-btn {
  background: transparent;
  color: #28a745;
  border: 1px solid #28a745;
  padding: 8px 16px;
  border-radius: 23px;
  cursor: pointer;
  font-size: 19px;
  transition: background 0.3s;
}

.item-price {
  font-size: 0.95rem;
}

.text-x {
  color: #182541;
}

.cart-section {
  padding: 100px 0px;
}

/* Section Styling */
.cart-section {
  background: linear-gradient(135deg, #f9fafc 0%, #e0f0ff 100%);
}

/* Heading Section */
.heading-section .tag {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

.heading-section h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Cart Cards */
.cart-card {
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Total Card */
.total-card {
  border-radius: 12px;
  font-size: 1.1rem;
}

/* Checkout Card */
.checkout-card {
  border-radius: 12px;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease;
}

.checkout-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.checkout-card .form-label {
  font-size: 0.95rem;
}

/* Buttons */
.btn-primary {
  background: linear-gradient(90deg, #4f8eff, #1d60ff);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #1d60ff, #4f8eff);
}

.body-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  /* add side spacing for small screens */
  box-sizing: border-box;
}


.specialist-section {
  padding: 60px 0px;
}

.specialist-section a {
  text-decoration: none;

}

.specialist-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.specialist-box {
  width: 200px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}



.specialist-box img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
}

.specialist-box h4 {
  color: #182541;
  margin-top: 12px;
  font-size: 18px;
}

.floating-btn {
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-btn {
  background-color: #25D366;
  bottom: 20px;
  left: 20px;
}

.bcall-btn {
  background-color: #007bff;
  bottom: 20px;
  right: 20px;
}

.top-btn {
  background-color: #0bc89f;
  bottom: 90px;
  /* Above call button */
  right: 20px;
  display: none;
  /* Hidden by default */
  border: none;
}

.step-heading {
  color: #2A406E;
  font-size: 42px;
  font-weight: 500;

}

.step-box h3 {
  color: #2A406E;
  font-weight: 600;

}

.dot {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #41c180;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #41c180;
  font-weight: 700;
  font-size: 26px;
  position: relative;
}

.d-flex:last-child .step-circle::after {
  display: none;
}

.step-box {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 10px 0px;
  margin-top: 10px;

}

.step-box p {
  color: #acacac;
  font-size: 18px;

}


/* Custom CSS */
.phone{
  display: none;
}
.desktop{
  display: block;
}

.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/image/bg.png') center/cover no-repeat;
  z-index: 1;
  height: 460px;
}

.hero-image {
  width: 130px;
  height: 130px;
}

.hero-image img {

  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 7px 0px 0px 7px;
  object-position: right;

}










.absolute-box {
  position: absolute;
  background: hsla(0, 0%, 100%, .2);
  border: 1px solid var(--oui-white-100);
  box-shadow: 0 24px 56px 0 rgba(0, 0, 0, .161);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  width: fit-content;
  bottom: -180px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 32px;
  z-index: 4;
}

.hero-card {
  background: #fff;
  color: #212121;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  width: 440px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;

}


.card-title {
  width: 65%;

}

.card-title p {
  font-size: 13px;
  color: #a8a6a6;
  margin-bottom: 10px;
}

.card-title h5 {
  color: #092054;
  font-size: 25px;
  margin: 0px;
  margin-bottom: 5px;
  font-weight: 700;


}

.card-btn {
  background: #62A6D2;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.6rem 1rem;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s;
  margin-top: 13px;
  text-decoration: none;

}

.card-btn:hover {
  background: #62A6D2;
}






/* Responsive Adjustments */

@media (max-width: 992px) {
  .nav-links {
    display: none;
  }

  .menu-icon {
    display: flex;
  }

  .login-btn {
    display: none;
  }
}




/* === Responsive === */
@media (max-width: 991px) {
  .filter-container {
    grid-template-columns: 1fr;
  }
}





/* ===== RESPONSIVE ===== */
@media(max-width: 576px) {

  .phone{
  display: block;
}
.desktop{
  display: none;
}
  main {
  margin-top: 145px !important;
}
  .why-choos-box{
    width: 100%;
  }
  .doctors{
    padding: 40px 0px;
  }
  .absolute-box {
    flex-wrap: wrap;
    position: unset;
    top: 0px;
    padding: 10px;
    left: 0px;
    transform: translate(0%, 0%);
 box-shadow: none;
 gap: 10px;
  }

  .hero-card {

    width: 100%;
  }

  .pediatric-checklist li {
    font-size: 15px;
  }

  .heading-section9 {
    text-align: center;
  }

  .sat-one {
    flex-wrap: wrap;
  }

  .magic-section {
    padding: 0px;
    padding-top: 40px;
  }

  .step-heading {
    font-size: 22px;
  }

  .specialist-section {
    padding: 20px 0px;
  }

  .specialist-container {
    justify-content: space-between;
    gap: 0px;
  }

  .specialist-box {
    width: 190px;
    padding: 10px;

  }

  .phone-fiter {
    display: block;
  }

  .test-list {
    height: auto;
  }

  .circle {
    top: 38px;
  }

  .results-container {
    padding: 10px;
  }

  .test-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
  }

  .cat {
    height: auto !important;
    padding: 0px !important;
    width: 100% !important;
    text-align: left;
    margin-bottom: 0px !important;


  }

  .filter-sort-container {
    display: none;
  }

  .checkout-buttons-section {
    display: block !important;
  }

  .custom-breadcrumb-section {
    padding: 40px 0;
  }

  .custom-breadcrumb-list {
    font-size: 14px;
    gap: 5px;
    margin-top: 60px;
  }

  .test-box-main {
    gap: 5px;
  }

  .test-box {
    width: 49%;
  }

  .button-group button {
    padding: 4px 9px;
    font-size: 13px;

  }

  .button-group a {
    font-size: 14px;
  }

  .package-box {
    width: 100%;
    height: 505px;
    position: relative;
  }

  .owl-carousel .test-box {
    width: 100%;
  }

  .blog-container {
    display: unset;
  }

  .blog-box {
    margin-top: 10px;
  }

  .main-logo {
    display: none;
  }

  .upload-btn {
    display: none;
  }

  .phone {
    display: block;
  }

  .test-package .owl-nav .owl-prev {
    left: 0px;
  }

  .test-package .owl-nav .owl-next {
    right: 0px;
  }

  .test-package .owl-nav button {
    top: 20%;
  }

  .one,
  .two,
  .three,
  .four,
  .six,
  .five {
    position: static;
    margin-top: 10px;
  }

  .review-section .owl-nav .owl-next {
    right: 0px;
    ;
    background-color: #1825415f !important;
  }

  .review-section .owl-nav .owl-prev {
    left: 0px;
    background-color: #1825415f !important;
  }

  .logo img {
    opacity: 100%;
    width: 100px;
    height: 90px;
  }

  .toogle-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .logo2 img {
    margin-left: 0px;
  }

  .tell-sec {
    display: none;
  }

  .search-section {
    display: none;
  }


  .search-container-phone {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 10px;

  }

  .search-container-phone form {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 6px;
    padding-bottom: 10px;
  }


  .search-container-phone {
    position: relative;
  }

  .search-container-phone input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #ddd;
  }

  .search-container-phone button {
    background: #182541;
    color: white;
    border: none;
    padding: 11px 14px;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;

  }

  .search-container-phone .city {
    background-color: white;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666464;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    height: 45px;
  }

  .option-section {
    padding: 40px 0px;
  }

  .test-section {
    padding-top: 20px;
  }

  .service-section {
    padding: 20px 0px;
  }

  .test-package {
    padding: 20px 0px;
  }

  .review-section {
    padding: 20px 0px;
  }

  .achievement-section {
    padding: 20px 0px;
  }

  .blog-section {
    padding: 20px 0px;
  }

  .hero {
    margin-top: 140px;
  }

  .test-page {
    display: unset;
  }

  .checkout-box {
    display: none;
  }



  .price-section {
    flex: 1;
    /* takes half of the width */
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;

  }

  .price-section .original-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 5px;
  }

  .price-section .discount-percent {
    color: #ff0000;
    margin-left: 5px;
  }

  .buttons-section {
    display: flex;
    gap: 10px;
  }

  .buttons-section button {
    background: #182541;
    border: none;
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
  }

  .buttons-section button:hover {
    background: #0056b3;
  }

  .contact-form {

    padding: 16px;

  }

  .upload-container {
    padding: 10px;
  }

}